diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3dde2af --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +update*.sh \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 3d26c73..8709370 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,4 @@ -[submodule "VAADIN/files"] - path = VAADIN/files - url = https://github.com/EUDAT-B2ACCESS/b2access-files.git [submodule "VAADIN/themes/html"] path = VAADIN/themes/html url = https://github.com/EUDAT-B2ACCESS/b2access-theme.git + branch = dev diff --git a/VAADIN/files b/VAADIN/files deleted file mode 160000 index 4311b4d..0000000 --- a/VAADIN/files +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4311b4d46ae038066dbb19ac14138c15460d2d8f diff --git a/VAADIN/files b/VAADIN/files new file mode 120000 index 0000000..72f644e --- /dev/null +++ b/VAADIN/files @@ -0,0 +1 @@ +themes/html/templates/ \ No newline at end of file diff --git a/VAADIN/themes/common/_common.scss b/VAADIN/themes/common/_common.scss index 2360455..db31e8e 100644 --- a/VAADIN/themes/common/_common.scss +++ b/VAADIN/themes/common/_common.scss @@ -94,7 +94,7 @@ } .u-header { - background: $headerBackgroundImage; + background-color: $headerBackgroundColor; } .u-textLarge { @@ -137,14 +137,12 @@ } .u-bigTab:hover { - background: $bigTabHoverBgImage; - box-shadow: 6px 6px 3px $shadowColor; + color: $bigTabHoverColor; } .u-bigTabSelected { - background: $bigTabSelectedBgImage; - color: black; - box-shadow: 6px 6px 3px $shadowColor; + background-color: $bigTabSelectedBgColor; + color: $bigTabSelectedColor; } .u-textCenter { @@ -311,7 +309,7 @@ } .u-link { - color : #197de1; + color : #264899; } .u-hidden { @@ -460,7 +458,7 @@ } .v-menubar-popup .v-menubar-menuitem .v-icon { - color: #197de1; + color: #264899 } .u-error-icon .v-icon { @@ -511,7 +509,7 @@ } .drop-layout .v-horizontallayout-drag-center { - background-color: #197de1; + background-color: #264899 } .drop-on { @@ -606,7 +604,7 @@ } .u-externalSignInButton { - background: #53A0C6; + background: #264899; text-decoration: none; color: white; font-weight: bold; @@ -616,8 +614,8 @@ } .u-externalSignInButton:hover { - background: #3486AE; - color: white; + background: #264899; + color: #f45d00; } .u-externalGridSignInButton { diff --git a/VAADIN/themes/common/_configuration.scss b/VAADIN/themes/common/_configuration.scss index 17a2d7e..0c40c28 100644 --- a/VAADIN/themes/common/_configuration.scss +++ b/VAADIN/themes/common/_configuration.scss @@ -25,9 +25,10 @@ $shadowColor: #888; $font: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana; -$headerBackgroundImage: url(../common/img/top-bar-bg.jpg); -$bigTabHoverBgImage: url(../common/img/bigTab-bg2-gray.jpg); -$bigTabSelectedBgImage: url(../common/img/bigTab-bg2-blue.jpg); +$headerBackgroundColor: #f2f2f2; +$bigTabHoverColor: #f45d00; +$bigTabSelectedBgColor: #f2f2f2; +$bigTabSelectedColor: #264899; $flagImageEn: url(../common/img/flag/en.png); $flagImagePl: url(../common/img/flag/pl.png); diff --git a/VAADIN/themes/customTheme/customTheme.scss b/VAADIN/themes/customTheme/customTheme.scss deleted file mode 100644 index e89d940..0000000 --- a/VAADIN/themes/customTheme/customTheme.scss +++ /dev/null @@ -1,50 +0,0 @@ -$v-background-color: #66FF99 !default; - - -//We base our theme on Vaadin Valo theme -@import "../valo/valo.scss"; - -//stepper's add on style need to be included to have stepper widget all right -@import "../../addons/stepper/stepper.scss"; - -//And reuse the default Unity's theme definitions -@import "../common/common.scss"; - -//here goes actual contents of our theme, in the main mixin -@mixin customTheme { - - - //we include Valo - @include valo; - - //and stepper - @include stepper; - - //add icons - @include vaadin-icons; - - //let's override one of the variables used by Unity's default theme (imported below) - $headerBackgroundImage: none; - - //include the default Unity theme - @include unityCommon; - - //the actual changes follow - - //in the header caption we hide the default text and instead show a Unity logo - .u-textEndpointHeading { - text-indent: 100%; - white-space: nowrap; - overflow: hidden; - background-image: url("../common/img/other/logo.png"); - background-repeat: no-repeat; - height: 130px; - } - - //also the height of the top bar is enforced to be slightly larger - .u-header { - height: 130px !important; - } - - -} diff --git a/VAADIN/themes/customTheme/favicon.ico b/VAADIN/themes/customTheme/favicon.ico deleted file mode 100644 index 690ed35..0000000 Binary files a/VAADIN/themes/customTheme/favicon.ico and /dev/null differ diff --git a/VAADIN/themes/customTheme/styles.css b/VAADIN/themes/customTheme/styles.css deleted file mode 100644 index 16f61dc..0000000 --- a/VAADIN/themes/customTheme/styles.css +++ /dev/null @@ -1,16222 +0,0 @@ -/** - * Checks if a list contains a certain value. - * - * @param {list} $list - the list to check - * @param {value} $var - the value to search for - * @param {bool} $recursive (false) - should any contained lists be checked for the value - * - * @return {bool} true if the value is found from the list, false otherwise - * - * @group lists - */ - -/** - * Cross-browser opacity. - * - * @param {number} $value - opacity value from 0 to 1 - * @param {bool} $important (false) - should the property value be declared with !important - * - * @group util - */ - -@-webkit-keyframes valo-animate-in-fade { - 0% { - opacity: 0; - } - } - -@-moz-keyframes valo-animate-in-fade { - 0% { - opacity: 0; - } - } - -@keyframes valo-animate-in-fade { - 0% { - opacity: 0; - } - } - -@-webkit-keyframes valo-animate-out-fade { - 100% { - opacity: 0; - } - } - -@-moz-keyframes valo-animate-out-fade { - 100% { - opacity: 0; - } - } - -@keyframes valo-animate-out-fade { - 100% { - opacity: 0; - } - } - -@-webkit-keyframes valo-animate-in-slide-down { - 0% { - -webkit-transform: translateY(-100%); - } - } - -@-moz-keyframes valo-animate-in-slide-down { - 0% { - -moz-transform: translateY(-100%); - } - } - -@keyframes valo-animate-in-slide-down { - 0% { - -webkit-transform: translateY(-100%); - -moz-transform: translateY(-100%); - -ms-transform: translateY(-100%); - -o-transform: translateY(-100%); - transform: translateY(-100%); - } - } - -@-webkit-keyframes valo-animate-in-slide-up { - 0% { - -webkit-transform: translateY(100%); - } - } - -@-moz-keyframes valo-animate-in-slide-up { - 0% { - -moz-transform: translateY(100%); - } - } - -@keyframes valo-animate-in-slide-up { - 0% { - -webkit-transform: translateY(100%); - -moz-transform: translateY(100%); - -ms-transform: translateY(100%); - -o-transform: translateY(100%); - transform: translateY(100%); - } - } - -@-webkit-keyframes valo-animate-in-slide-left { - 0% { - -webkit-transform: translateX(100%); - } - } - -@-moz-keyframes valo-animate-in-slide-left { - 0% { - -moz-transform: translateX(100%); - } - } - -@keyframes valo-animate-in-slide-left { - 0% { - -webkit-transform: translateX(100%); - -moz-transform: translateX(100%); - -ms-transform: translateX(100%); - -o-transform: translateX(100%); - transform: translateX(100%); - } - } - -@-webkit-keyframes valo-animate-in-slide-right { - 0% { - -webkit-transform: translateX(-100%); - } - } - -@-moz-keyframes valo-animate-in-slide-right { - 0% { - -moz-transform: translateX(-100%); - } - } - -@keyframes valo-animate-in-slide-right { - 0% { - -webkit-transform: translateX(-100%); - -moz-transform: translateX(-100%); - -ms-transform: translateX(-100%); - -o-transform: translateX(-100%); - transform: translateX(-100%); - } - } - -@-webkit-keyframes valo-animate-out-slide-down { - 100% { - -webkit-transform: translateY(100%); - } - } - -@-moz-keyframes valo-animate-out-slide-down { - 100% { - -moz-transform: translateY(100%); - } - } - -@keyframes valo-animate-out-slide-down { - 100% { - -webkit-transform: translateY(100%); - -moz-transform: translateY(100%); - -ms-transform: translateY(100%); - -o-transform: translateY(100%); - transform: translateY(100%); - } - } - -@-webkit-keyframes valo-animate-out-slide-up { - 100% { - -webkit-transform: translateY(-100%); - } - } - -@-moz-keyframes valo-animate-out-slide-up { - 100% { - -moz-transform: translateY(-100%); - } - } - -@keyframes valo-animate-out-slide-up { - 100% { - -webkit-transform: translateY(-100%); - -moz-transform: translateY(-100%); - -ms-transform: translateY(-100%); - -o-transform: translateY(-100%); - transform: translateY(-100%); - } - } - -@-webkit-keyframes valo-animate-out-slide-left { - 100% { - -webkit-transform: translateX(-100%); - } - } - -@-moz-keyframes valo-animate-out-slide-left { - 100% { - -moz-transform: translateX(-100%); - } - } - -@keyframes valo-animate-out-slide-left { - 100% { - -webkit-transform: translateX(-100%); - -moz-transform: translateX(-100%); - -ms-transform: translateX(-100%); - -o-transform: translateX(-100%); - transform: translateX(-100%); - } - } - -@-webkit-keyframes valo-animate-out-slide-right { - 100% { - -webkit-transform: translateX(100%); - } - } - -@-moz-keyframes valo-animate-out-slide-right { - 100% { - -moz-transform: translateX(100%); - } - } - -@keyframes valo-animate-out-slide-right { - 100% { - -webkit-transform: translateX(100%); - -moz-transform: translateX(100%); - -ms-transform: translateX(100%); - -o-transform: translateX(100%); - transform: translateX(100%); - } - } - -@-webkit-keyframes valo-overlay-animate-in { - 0% { - -webkit-transform: translatey(-4px); - opacity: 0; - } - } - -@-moz-keyframes valo-overlay-animate-in { - 0% { - -moz-transform: translatey(-4px); - opacity: 0; - } - } - -@keyframes valo-overlay-animate-in { - 0% { - -webkit-transform: translatey(-4px); - -moz-transform: translatey(-4px); - -ms-transform: translatey(-4px); - -o-transform: translatey(-4px); - transform: translatey(-4px); - opacity: 0; - } - } - -@-webkit-keyframes valo-animate-out-slide-down-fade { - 100% { - opacity: 0; - -webkit-transform: translatey(30%); - } - } - -@-moz-keyframes valo-animate-out-slide-down-fade { - 100% { - opacity: 0; - -moz-transform: translatey(30%); - } - } - -@keyframes valo-animate-out-slide-down-fade { - 100% { - opacity: 0; - -webkit-transform: translatey(30%); - -moz-transform: translatey(30%); - -ms-transform: translatey(30%); - -o-transform: translatey(30%); - transform: translatey(30%); - } - } - -/** - * Outputs cross-browser Valo-specific linear gradient background-image declarations. - * - * @group style - * - * @param {color} $color ($v-background-color) - The base color for the gradient color stops - * @param {list} $gradient ($v-gradient) - Valo-specific gradient value. See the documentation for $v-gradient. - * @param {color} $fallback (null) - A fallback color for browser which do not support linear gradients (IE8 and IE9 in particular). If null, the base $color is used instead. - * @param {string} $direction (to bottom) - the direction of the linear gradient. The color stops are by default so that a lighter shade is at the start and a darker shade is at the end. - */ - -/** - * Computes a CSS border property value for the given base color. - * - * @group style - * - * @param {list} $border ($v-border) - CSS border value which can contain any of the color keywords - * @param {color} $color ($v-background-color) - the base color to which the color keywords are applied to - * @param {color} $context (null) - context/surrounding color where the border is expected to appear. The color of the final border is the darker of the two parameters passed to this function. - * @param {number} $strength (1) - adjustment for the border contrast - * - * @return {list} The input $border value with any color keyword replaced with the corresponding actual color - */ - -/** - * Ouput selectors and properties to vertically center elements inside their parent. - * - * @param {string} $to-align (()) - The selector to match the elements which you wish to align vertically. The targeted elements should be inline or inline-block elements. - * @param {string} $align (middle) - The vertical-align value, e.g. top, middle, bottom - * @param {string} $pseudo-element (after) - Which pseudo element to use for the vertical align guide - * - * @group util - */ - -@font-face { - font-family: "Vaadin-Icons"; - src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot); - src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.woff) format("woff"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.ttf) format("truetype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.svg#icomoon) format("svg"); -} - -.Vaadin-Icons { - font-family: "Vaadin-Icons"; -} - -@font-face { - font-family: ThemeIcons; - font-weight: normal; - font-style: normal; - src: url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot); - src: url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.woff) format("woff"), url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.ttf) format("truetype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.svg#ThemeIcons) format("svg"); -} - -.ThemeIcons { - font-family: ThemeIcons; - font-style: normal; - font-weight: normal; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - display: inline-block; - text-align: center; -} - -@font-face { - font-family: FontAwesome; - font-weight: normal; - font-style: normal; - src: url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot); - src: url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.woff) format("woff"), url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.ttf) format("truetype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.svg#FontAwesome) format("svg"); -} - -.FontAwesome { - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - display: inline-block; - text-align: center; -} - -@font-face { - font-family: "Open Sans"; - src: url(../valo/fonts/open-sans/OpenSans-Light-webfont.eot); - src: url(../valo/fonts/open-sans/OpenSans-Light-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/open-sans/OpenSans-Light-webfont.woff) format("woff"), url(../valo/fonts/open-sans/OpenSans-Light-webfont.ttf) format("truetype"); - font-weight: 300; - font-style: normal; -} - -@font-face { - font-family: "Open Sans"; - src: url(../valo/fonts/open-sans/OpenSans-Regular-webfont.eot); - src: url(../valo/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/open-sans/OpenSans-Regular-webfont.woff) format("woff"), url(../valo/fonts/open-sans/OpenSans-Regular-webfont.ttf) format("truetype"); - font-weight: 400; - font-style: normal; -} - -@font-face { - font-family: "Open Sans"; - src: url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.eot); - src: url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.woff) format("woff"), url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.ttf) format("truetype"); - font-weight: 600; - font-style: normal; -} - -@-webkit-keyframes v-rotate-360 { - to { - -webkit-transform: rotate(360deg); - } - } - -@-moz-keyframes v-rotate-360 { - to { - -moz-transform: rotate(360deg); - } - } - -@-o-keyframes v-rotate-360 { - to { - -o-transform: rotate(360deg); - } - } - -@keyframes v-rotate-360 { - to { - transform: rotate(360deg); - } - } - -@-webkit-keyframes v-progress-start { - 0% { - width: 0%; - } - 100% { - width: 50%; - } - } - -@-moz-keyframes v-progress-start { - 0% { - width: 0%; - } - 100% { - width: 50%; - } - } - -@keyframes v-progress-start { - 0% { - width: 0%; - } - 100% { - width: 50%; - } - } - -@-webkit-keyframes v-progress-delay { - 0% { - width: 50%; - } - 100% { - width: 90%; - } - } - -@-moz-keyframes v-progress-delay { - 0% { - width: 50%; - } - 100% { - width: 90%; - } - } - -@keyframes v-progress-delay { - 0% { - width: 50%; - } - 100% { - width: 90%; - } - } - -@-webkit-keyframes v-progress-wait { - 0% { - width: 90%; - height: 4px; - } - 3% { - width: 91%; - height: 7px; - } - 100% { - width: 96%; - height: 7px; - } - } - -@-moz-keyframes v-progress-wait { - 0% { - width: 90%; - height: 4px; - } - 3% { - width: 91%; - height: 7px; - } - 100% { - width: 96%; - height: 7px; - } - } - -@keyframes v-progress-wait { - 0% { - width: 90%; - height: 4px; - } - 3% { - width: 91%; - height: 7px; - } - 100% { - width: 96%; - height: 7px; - } - } - -@-webkit-keyframes v-progress-wait-pulse { - 0% { - opacity: 1; - } - 50% { - opacity: 0.1; - } - 100% { - opacity: 1; - } - } - -@-moz-keyframes v-progress-wait-pulse { - 0% { - opacity: 1; - } - 50% { - opacity: 0.1; - } - 100% { - opacity: 1; - } - } - -@keyframes v-progress-wait-pulse { - 0% { - opacity: 1; - } - 50% { - opacity: 0.1; - } - 100% { - opacity: 1; - } - } - -/** - * Outputs the context menu selectors and styles, which is used by Table and Tree for instance. - * - * @requires {mixin} valo-selection-item-style - * @requires {mixin} valo-selection-item-selected-style - */ - -/** - * The background color for overlay elements. - * - * @type color - * @group overlay - */ - -/** - * The backgound color for tooltips. - * - * @type color - * @group tooltip - */ - -/** - * - * - * @param {string} $primary-stylename (v-absolutelayout) - - * - * @group absolutelayout - */ - -/** - * Outputs the selectors and properties for the Accordion component. - * - * @param {string} $primary-stylename (v-accordion) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * @group accordion - */ - -/** - * Outputs the selectors and properties for the Button component. - * - * @param {string} $primary-stylename (v-button) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group button - */ - -/** - * A list of colors for custom event colors. Can be an empty list of you don't - * need any custom event colors. - * - * @example javascript - * // Java code - * // 'event' is an instance of EditableCalendarEvent - * event.setStyleName("color1"); // 1st color in the list - * event.setStyleName("color2"); // 2nd color in the list - * // etc. - * - * @group calendar - */ - -/** - * Outputs the selectors and properties for the CheckBox component. - * - * @param {string} $primary-stylename (v-checkbox) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group checkbox - */ - -/** - * Outputs the global selectors and properties for the ColorPicker component - styles which are - * considered mandatory for the component to work properly. - * - * @param {string} $primary-stylename (v-colorpicker) - the primary style name for the selectors - * - * @group colorpicker - */ - -/** - * Outputs the selectors and properties for the ComboBox component. - * - * @param {string} $primary-stylename (v-filterselect) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group combobox - */ - -/** - * The amount of spacing between different widgets in a component group. - * If null, a computed value is used ($v-border size * -1, or 1px if $v-border size is 0) - * - * @group csslayout - */ - -/** - * - * - * @param {string} $primary-stylename (v-customcomponent) - - * - * @group customcomponent - */ - -/** - * - * - * @param {string} $primary-stylename (v-customlayout) - - * - * @group customlayout - */ - -/** - * Outputs the selectors and properties for the DateField component. - * - * @param {string} $primary-stylename (v-datefield) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group datefield - */ - -/** - * Outputs the styles and selectors for the DragAndDropWrapper component. - * - * @param {string} $primary-stylename (v-ddwrapper) - the primary style name for the selectors - * - * @group drag-n-drop - */ - -/** - * - * - * @param {string} $primary-stylename (v-form) - - * - * @group form - */ - -/** - * Outputs the selectors and properties for the FormLayout component. - * - * @param {string} $primary-stylename (v-formlayout) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group formlayout - */ - -/** - * - * @group table - */ - -@-webkit-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-webkit-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -/** - * - * - * @param {string} $primary-stylename (v-gridlayout) - - * - * @group gridlayout - */ - -/** - * The font weight for headers. - * - * @group label - */ - -/** - * - * @group link - */ - -/** - * - * - * @param {string} $primary-stylename (v-loginform) - - * - * @group loginform - */ - -/** - * - * - * @param {string} $primary-stylename (v-menubar) - - * @param {bool} $include-additional-styles - - * - * @group menubar - */ - -/** - * - * - * @param {string} $primary-stylename (v-nativebutton) - - * - * @group nativebutton - */ - -/** - * - * - * @param {string} $primary-stylename (v-select) - - * - * @group nativeselect - */ - -/** - * - * @group notification - */ - -/** - * - * - * @param {string} $primary-stylename (v-select-optiongroup) - - * @param {bool} $include-additional-styles - - * - * @group optiongroup - */ - -/** - * - * - * - * @group orderedlayout - */ - -/** - * - * @group panel - */ - -@-webkit-keyframes v-popupview-animate-in { - 0% { - -webkit-transform: scale(0); - } - } - -@-moz-keyframes v-popupview-animate-in { - 0% { - -moz-transform: scale(0); - } - } - -@keyframes v-popupview-animate-in { - 0% { - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - } - } - -/** - * - * @group progressbar - */ - -/** - * - * @group richtextarea - */ - -/** - * - * @group slider - */ - -/** - * - * - * @param {string} $primary-stylename (v-splitpanel) - - * @param {bool} $include-additional-styles - - * - * @group splitpanel - */ - -/** - * - * @group table - */ - -/** - * Should the tabsheet content changes be animated. - * - * @group tabsheet - */ - -/** - * The background color for text fields. - * @group textfield - */ - -/** - * Outputs the selectors and properties for the TextArea component. - * - * @param {string} $primary-stylename (v-textarea) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group textarea - */ - -/** - * - * @group tree - */ - -/** - * - * @group table - */ - -@-webkit-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-webkit-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -/** - * - * @group table - */ - -@-webkit-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-webkit-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -/** - * - * - * @param {string} $primary-stylename (v-treetable) - - * - * @group treetable - */ - -/** - * - * - * @param {string} $primary-stylename (v-select-twincol) - - * - * @group twin-column-select - */ - -/** - * - * - * @param {string} $primary-stylename (v-upload) - - * - * @group upload - */ - -/** - * @group window - */ - -@-webkit-keyframes valo-modal-window-indication { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } - } - -@-moz-keyframes valo-modal-window-indication { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } - } - -@keyframes valo-modal-window-indication { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } - } - -@-webkit-keyframes valo-animate-out-scale-down-fade { - 100% { - -webkit-transform: scale(0.8); - opacity: 0; - } - } - -@-moz-keyframes valo-animate-out-scale-down-fade { - 100% { - -moz-transform: scale(0.8); - opacity: 0; - } - } - -@keyframes valo-animate-out-scale-down-fade { - 100% { - -webkit-transform: scale(0.8); - -moz-transform: scale(0.8); - -ms-transform: scale(0.8); - -o-transform: scale(0.8); - transform: scale(0.8); - opacity: 0; - } - } - -/** - * @group valo-menu - */ - -.v-vaadin-version:after { - content: "8.9.2"; -} - -.v-widget { - box-sizing: border-box; - display: inline-block; - vertical-align: top; - text-align: left; - white-space: normal; -} - -.v-generated-body { - overflow: hidden; - margin: 0; - padding: 0; - border: 0; -} - -.v-app { - height: 100%; - -webkit-tap-highlight-color: transparent; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.v-app input[type="text"], .v-app .v-slot > .v-caption, .v-app .v-gridlayout-slot > .v-caption, .v-app .v-has-caption > .v-caption, .v-app .v-formlayout-captioncell > .v-caption, .v-app .v-csslayout > .v-caption { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; -} - -.v-app input::-ms-clear { - display: none; -} - -.v-ui { - position: relative; -} - -.v-ui.v-ui-embedded { - margin-top: -1px; - border-top: 1px solid transparent; -} - -.v-ui:focus { - outline: none; -} - -.v-overlay-container { - width: 0; - height: 0; -} - -.v-drag-element { - z-index: 60000; - position: absolute !important; - cursor: default; -} - -.v-clip { - overflow: hidden; -} - -.v-scrollable { - overflow: auto; -} - -.v-scrollable > .v-widget { - vertical-align: middle; - overflow: hidden; -} - -.v-ios.v-webkit .v-scrollable { - -webkit-overflow-scrolling: touch; -} - -.v-ios5.v-webkit .v-scrollable { - -webkit-overflow-scrolling: none; -} - -.v-webkit.v-ios .v-browserframe { - -webkit-overflow-scrolling: touch; - overflow: auto; -} - -.v-assistive-device-only, .v-assistive-device-only-label label { - position: absolute; - top: -2000px; - left: -2000px; - width: 10px; - overflow: hidden; -} - -.v-icon { - cursor: inherit; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.v-icon, .v-errorindicator, .v-required-field-indicator { - display: inline-block; - line-height: inherit; -} - -.v-caption { - display: inline-block; - white-space: nowrap; - line-height: 1.55; -} - -.v-captiontext { - display: inline-block; - line-height: inherit; -} - -div.v-layout.v-horizontal.v-widget { - white-space: nowrap; -} - -.v-layout.v-vertical > .v-expand, .v-layout.v-horizontal > .v-expand { - box-sizing: border-box; - width: 100%; - height: 100%; -} - -.v-slot, .v-spacing { - display: inline-block; - white-space: nowrap; - vertical-align: top; -} - -.v-vertical > .v-slot:after { - display: inline-block; - clear: both; - width: 0; - height: 0; - overflow: hidden; -} - -.v-vertical > .v-slot, .v-vertical > .v-expand > .v-slot { - display: block; - clear: both; -} - -.v-horizontal > .v-slot, .v-horizontal > .v-expand > .v-slot { - height: 100%; -} - -.v-horizontal > .v-expand > .v-slot { - position: relative; -} - -.v-vertical > .v-spacing, .v-vertical > .v-expand > .v-spacing { - width: 0 !important; - display: block; - clear: both; -} - -.v-horizontal > .v-spacing, .v-horizontal > .v-expand > .v-spacing { - height: 0 !important; -} - -.v-align-middle:before, .v-align-bottom:before, .v-expand > .v-align-middle:before, .v-expand > .v-align-bottom:before { - content: ""; - display: inline-block; - height: 100%; - vertical-align: middle; - width: 0; -} - -.v-align-middle, .v-align-bottom { - white-space: nowrap; -} - -.v-align-middle > .v-widget, .v-align-bottom > .v-widget { - display: inline-block; -} - -.v-align-middle, .v-align-middle > .v-widget { - vertical-align: middle; -} - -.v-align-bottom, .v-align-bottom > .v-widget { - vertical-align: bottom; -} - -.v-align-center { - text-align: center; -} - -.v-align-center > .v-widget { - margin-left: auto; - margin-right: auto; -} - -.v-align-right { - text-align: right; -} - -.v-align-right > .v-widget { - margin-left: auto; -} - -.v-has-caption, .v-has-caption > .v-caption { - display: inline-block; -} - -.v-caption-on-left, .v-caption-on-right { - white-space: nowrap; -} - -.v-caption-on-top > .v-caption, .v-caption-on-bottom > .v-caption { - display: block; -} - -.v-caption-on-left > .v-caption { - padding-right: 0.5em; -} - -.v-caption-on-left > .v-widget, .v-caption-on-right > .v-widget { - display: inline-block; -} - -.v-has-caption.v-has-width > .v-widget { - width: 100% !important; -} - -.v-has-caption.v-has-height > .v-widget { - height: 100% !important; -} - -.v-gridlayout { - position: relative; -} - -.v-gridlayout-slot { - position: absolute; - line-height: 1.55; -} - -.v-gridlayout-spacing-on { - overflow: hidden; -} - -.v-gridlayout-spacing, .v-gridlayout-spacing-off { - padding-left: 0; - padding-top: 0; -} - -.v-gridlayout-spacing-off { - overflow: hidden; -} - -.v-calendar-month-day-scrollable { - overflow-y: scroll; -} - -.v-calendar-week-wrapper { - position: relative; - overflow: hidden; -} - -.v-calendar-current-time { - position: absolute; - left: 0; - width: 100%; - height: 1px; - background: red; - z-index: 2; -} - -.v-calendar-event-resizetop, .v-calendar-event-resizebottom { - position: absolute; - height: 5%; - min-height: 3px; - width: 100%; - z-index: 1; -} - -.v-calendar-event-resizetop { - cursor: row-resize; - top: 0; -} - -.v-calendar-event-resizebottom { - cursor: row-resize; - bottom: 0; -} - -.v-calendar-header-month td:first-child { - padding-left: 20px; -} - -.v-calendar-month-sizedheight .v-calendar-month-day { - height: 100px; -} - -.v-calendar-month-sizedwidth .v-calendar-month-day { - width: 100px; -} - -.v-calendar-header-month-Hsized .v-calendar-header-day { - width: 101px; -} - -.v-calendar-header-month-Hsized td:first-child { - padding-left: 21px; -} - -.v-calendar-header-day-Hsized { - width: 200px; -} - -.v-calendar-week-numbers-Vsized .v-calendar-week-number { - height: 100px; - line-height: 100px; -} - -.v-calendar-week-wrapper-Vsized { - height: 400px; - overflow-x: hidden !important; -} - -.v-calendar-times-Vsized .v-calendar-time { - height: 38px; -} - -.v-calendar-times-Hsized .v-calendar-time { - width: 42px; -} - -.v-calendar-day-times-Vsized .v-datecellslot, .v-calendar-day-times-Vsized .v-datecellslot-even { - height: 18px; -} - -.v-calendar-day-times-Hsized, .v-calendar-day-times-Hsized .v-datecellslot, .v-calendar-day-times-Hsized .v-datecellslot-even { - width: 200px; -} - -.v-colorpicker-popup.v-window { - min-width: 220px !important; -} - -.v-colorpicker-gradient-container { - overflow: visible !important; -} - -.v-colorpicker-gradient-clicklayer { - opacity: 0; - filter: alpha(opacity=0) ; -} - -.rgb-gradient .v-colorpicker-gradient-background { - background: url(../valo/components/img/colorpicker/gradient2.png); -} - -.hsv-gradient .v-colorpicker-gradient-foreground { - background: url(../valo/components/img/colorpicker/gradient.png); -} - -.v-colorpicker-gradient-higherbox:before { - content: ""; - width: 11px; - height: 11px; - border-radius: 7px; - border: 1px solid #fff; - -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.3); - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.3); - position: absolute; - bottom: -6px; - left: -6px; -} - -.v-colorpicker-popup .v-slider.v-slider-red:before { - background-color: red; -} - -.v-colorpicker-popup .v-slider.v-slider-green:before { - background-color: green; -} - -.v-colorpicker-popup .v-slider.v-slider-blue:before { - background-color: blue; -} - -.v-colorpicker-popup .v-slider.hue-slider:before { - background: url(../valo/components/img/colorpicker/slider_hue_bg.png); -} - -.v-colorpicker-popup input.v-textfield-dark { - color: #fff; -} - -.v-colorpicker-popup input.v-textfield-light { - color: #000; -} - -.v-colorpicker-grid { - height: 319px; -} - -.v-colorpicker-popup .colorselect td { - line-height: 15px; -} - -.v-table-header table, .v-table-footer table, .v-table-table { - border-spacing: 0; - border-collapse: separate; - margin: 0; - padding: 0; - border: 0; - line-height: 1.55; -} - -.v-table-resizer, .v-table-sort-indicator { - float: right; -} - -.v-table-caption-container-align-center { - text-align: center; -} - -.v-table-caption-container-align-right { - text-align: right; -} - -.v-table-header td, .v-table-footer td, .v-table-cell-content { - padding: 0; -} - -.v-table-sort-indicator { - width: 0; -} - -.v-tabsheet-hidetabs > .v-tabsheet-tabcontainer, .v-tabsheet-spacertd, .v-disabled .v-tabsheet-scroller, .v-tabsheet .v-disabled .v-tabsheet-caption-close { - display: none; -} - -.v-tabsheet { - overflow: visible !important; - position: relative; -} - -.v-tabsheet-tabcontainer table, .v-tabsheet-tabcontainer tbody, .v-tabsheet-tabcontainer tr { - display: inline-block; - border-spacing: 0; - border-collapse: collapse; - vertical-align: top; -} - -.v-tabsheet-tabcontainer td { - display: inline-block; - padding: 0; -} - -.v-tabsheet-tabs { - white-space: nowrap; - box-sizing: border-box; -} - -.v-tabsheet-content { - position: relative; -} - -.v-tabsheet-content > div > .v-scrollable > .v-margin-top { - padding-top: 12px; -} - -.v-tabsheet-content > div > .v-scrollable > .v-margin-right { - padding-right: 12px; -} - -.v-tabsheet-content > div > .v-scrollable > .v-margin-bottom { - padding-bottom: 12px; -} - -.v-tabsheet-content > div > .v-scrollable > .v-margin-left { - padding-left: 12px; -} - -.v-splitpanel-vertical, .v-splitpanel-horizontal { - overflow: hidden; - white-space: nowrap; -} - -.v-splitpanel-hsplitter { - z-index: 100; - cursor: e-resize; - cursor: col-resize; -} - -.v-splitpanel-vsplitter { - z-index: 100; - cursor: s-resize; - cursor: row-resize; -} - -.v-splitpanel-hsplitter:after, .v-splitpanel-vsplitter:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.v-splitpanel-hsplitter div, .v-splitpanel-vsplitter div { - width: inherit; - height: inherit; - overflow: hidden; - position: relative; -} - -.v-splitpanel-hsplitter div:before, .v-splitpanel-vsplitter div:before { - box-sizing: border-box; - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.v-disabled [class$="splitter"] div { - cursor: default; -} - -.v-disabled [class$="splitter"] div:before { - display: none; -} - -.v-splitpanel-horizontal > div > .v-splitpanel-second-container { - position: static !important; - display: inline-block; - vertical-align: top; -} - -.v-splitpanel-horizontal > div > .v-splitpanel-first-container { - display: inline-block; - vertical-align: top; -} - -.customTheme.v-app, .customTheme.v-app-loading { - font: 300 15px/1.55 "Open Sans", sans-serif; - color: #125227; - background-color: #66FF99; - cursor: default; -} - -.customTheme .v-app-loading { - width: 100%; - height: 100%; - background: #66FF99; -} - -.customTheme .v-app-loading:before { - content: ""; - position: fixed; - z-index: 100; - top: 45%; - left: 50%; - width: 28px; - height: 28px; - padding: 9px; - margin-top: -23px; - margin-left: -23px; - background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50%; - border-radius: 4px; -} - -.customTheme .v-loading-indicator { - position: fixed !important; - z-index: 99999; - left: 0; - right: auto; - top: 0; - width: 50%; - opacity: 1; - height: 4px; - background-color: #00b33b; - pointer-events: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - -webkit-animation: v-progress-start 1000ms 200ms both; - -moz-animation: v-progress-start 1000ms 200ms both; - animation: v-progress-start 1000ms 200ms both; -} - -.customTheme .v-loading-indicator[style*="none"] { - display: block !important; - width: 100% !important; - opacity: 0; - -webkit-animation: none; - -moz-animation: none; - animation: none; - -webkit-transition: opacity 500ms 300ms, width 300ms; - -moz-transition: opacity 500ms 300ms, width 300ms; - transition: opacity 500ms 300ms, width 300ms; -} - -.customTheme .v-loading-indicator-delay { - width: 90%; - -webkit-animation: v-progress-delay 3.8s forwards; - -moz-animation: v-progress-delay 3.8s forwards; - animation: v-progress-delay 3.8s forwards; -} - -.v-ff .customTheme .v-loading-indicator-delay { - width: 50%; -} - -.customTheme .v-loading-indicator-wait { - width: 96%; - -webkit-animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s infinite backwards; - -moz-animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s infinite backwards; - animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s infinite backwards; -} - -.v-ff .customTheme .v-loading-indicator-wait { - width: 90%; -} - -.customTheme .v-scrollable:focus { - outline: none; -} - -.customTheme img.v-icon { - vertical-align: middle; -} - -.customTheme .v-caption { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; -} - -.customTheme .v-caption-on-left .v-caption, .customTheme .v-caption-on-right .v-caption { - padding-top: 0; - padding-bottom: 0; -} - -.customTheme .v-icon + .v-captiontext, .customTheme .v-icon + span { - margin-left: 7px; -} - -.customTheme .v-icon + .v-captiontext:empty, .customTheme .v-icon + span:empty { - margin-left: 0; -} - -.customTheme .v-errorindicator { - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; -} - -.customTheme .v-errorindicator:before { - content: "!"; -} - -.customTheme .v-errorindicator-info { - color: #00a7f5; - font-weight: 600; - width: 18px; - text-align: center; -} - -.customTheme .v-errorindicator-info:before { - content: "!"; -} - -.customTheme .v-errorindicator-warning { - color: #fc9c00; - font-weight: 600; - width: 18px; - text-align: center; -} - -.customTheme .v-errorindicator-warning:before { - content: "!"; -} - -.customTheme .v-errorindicator-error { - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; -} - -.customTheme .v-errorindicator-error:before { - content: "!"; -} - -.customTheme .v-errorindicator-critical { - color: #fa007d; - font-weight: 600; - width: 18px; - text-align: center; -} - -.customTheme .v-errorindicator-critical:before { - content: "!"; -} - -.customTheme .v-errorindicator-system { - color: #bb00ff; - font-weight: 600; - width: 18px; - text-align: center; -} - -.customTheme .v-errorindicator-system:before { - content: "!"; -} - -.customTheme .v-required-field-indicator { - color: #ed473b; - padding: 0 0.2em; -} - -.customTheme select { - font: inherit; - font-weight: 400; - line-height: inherit; - padding: 4px; - margin: 0; - border-radius: 4px; - border: 1px solid #50c978; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - color: #125227; -} - -.customTheme select:focus { - outline: none; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-disabled { - cursor: default !important; -} - -.customTheme .v-drag-element { - background: #66FF99; - color: #125227; - -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); - border-radius: 4px; - overflow: hidden; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-draggable { - -moz-user-select: none !important; - -ms-user-select: none !important; - -webkit-user-select: none !important; - user-select: none !important; -} - -.customTheme .v-tooltip { - background-color: rgba(0, 71, 24, 0.9); - -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); - box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); - color: white; - padding: 5px 9px; - border-radius: 3px; - max-width: 35em; - overflow: hidden !important; - font-size: 14px; -} - -.customTheme .v-tooltip div[style*="width"] { - width: auto !important; -} - -.customTheme .v-tooltip .v-errormessage { - background-color: white; - background-color: #fff; - color: #ed473b; - margin: -5px -9px; - padding: 5px 9px; - max-height: 10em; - overflow: auto; - font-weight: 400; -} - -.customTheme .v-tooltip .v-errormessage h2:only-child { - font: inherit; - line-height: inherit; -} - -.customTheme .v-tooltip .v-errormessage-info { - color: #00a7f5; -} - -.customTheme .v-tooltip .v-errormessage-warning { - color: #fc9c00; -} - -.customTheme .v-tooltip .v-errormessage-error { - color: #ed473b; -} - -.customTheme .v-tooltip .v-errormessage-critical { - color: #fa007d; -} - -.customTheme .v-tooltip .v-errormessage-system { - color: #bb00ff; -} - -.customTheme .v-tooltip .v-tooltip-text { - max-height: 10em; - overflow: auto; - margin-top: 10px; -} - -.customTheme .v-tooltip .v-tooltip-text pre { - margin: 0px; -} - -.customTheme .v-tooltip .v-errormessage[aria-hidden="true"] + .v-tooltip-text { - margin-top: 0; -} - -.customTheme .v-tooltip h1, .customTheme .v-tooltip h2, .customTheme .v-tooltip h3, .customTheme .v-tooltip h4 { - color: inherit; -} - -.customTheme .v-tooltip pre.v-tooltip-pre { - font: inherit; - white-space: pre-wrap; -} - -.customTheme .v-contextmenu { - padding: 4px 4px; - border-radius: 4px; - background-color: #70ffa0; - color: #135428; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - padding: 4px 4px; -} - -.customTheme .v-contextmenu[class*="animate-in"] { - -webkit-animation: valo-overlay-animate-in 120ms; - -moz-animation: valo-overlay-animate-in 120ms; - animation: valo-overlay-animate-in 120ms; -} - -.customTheme .v-contextmenu[class*="animate-out"] { - -webkit-animation: valo-animate-out-fade 120ms; - -moz-animation: valo-animate-out-fade 120ms; - animation: valo-animate-out-fade 120ms; -} - -.customTheme .v-contextmenu table { - border-spacing: 0; -} - -.customTheme .v-contextmenu .gwt-MenuItem { - cursor: pointer; - line-height: 27px; - padding: 0 20px 0 10px; - border-radius: 3px; - font-weight: 400; - white-space: nowrap; - position: relative; - display: block; -} - -.customTheme .v-contextmenu .gwt-MenuItem:active:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: #007d2a; - opacity: 0.15; - filter: alpha(opacity=15.0) ; - pointer-events: none; - border-radius: inherit; -} - -.customTheme .v-contextmenu .gwt-MenuItem .v-icon { - max-height: 27px; - margin-right: 5px; - min-width: 1em; -} - -.customTheme .v-contextmenu .gwt-MenuItem-selected { - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - color: #e5f8eb; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.customTheme .v-reconnect-dialog { - color: white; - top: 12px; - right: 12px; - max-width: 100%; - border-radius: 0; - -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - padding: 12px 14px; - background-color: #444; - background-color: rgba(68, 68, 68, 0.9); - line-height: 21px; - text-align: center; -} - -.customTheme .v-reconnect-dialog .text { - display: inline-block; - padding-left: 10px; -} - -.customTheme .v-reconnect-dialog .spinner { - height: 24px !important; - width: 24px !important; - box-sizing: border-box; - border: 2px solid rgba(0, 179, 59, 0.2); - border-top-color: #00b33b; - border-right-color: #00b33b; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; - display: none; - vertical-align: middle; -} - -.customTheme .v-reconnect-dialog.active .spinner { - display: inline-block; -} - -.customTheme .v-absolutelayout-wrapper { - position: absolute; -} - -.customTheme .v-absolutelayout-margin, .customTheme .v-absolutelayout-canvas { - box-sizing: border-box; -} - -.customTheme .v-absolutelayout.v-has-height > div, .customTheme .v-absolutelayout.v-has-height .v-absolutelayout-margin { - height: 100%; -} - -.customTheme .v-absolutelayout.v-has-height > div, .customTheme .v-absolutelayout.v-has-width .v-absolutelayout-margin { - width: 100%; -} - -.customTheme .v-margin-top { - padding-top: 18px; -} - -.customTheme .v-margin-right { - padding-right: 18px; -} - -.customTheme .v-margin-bottom { - padding-bottom: 18px; -} - -.customTheme .v-margin-left { - padding-left: 18px; -} - -.customTheme .v-spacing { - width: 12px; - height: 12px; -} - -.customTheme .v-verticallayout-well, .customTheme .v-horizontallayout-well { - background: #5dfe93; - color: #124f26; - -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - border-radius: 4px; - border: 1px solid #50c978; -} - -.customTheme .v-verticallayout-well > div > [class*="-caption"], .customTheme .v-horizontallayout-well > div > [class*="-caption"] { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-verticallayout-well > .v-margin-top, .customTheme .v-horizontallayout-well > .v-margin-top { - padding-top: 12px; -} - -.customTheme .v-verticallayout-well > .v-margin-right, .customTheme .v-horizontallayout-well > .v-margin-right { - padding-right: 12px; -} - -.customTheme .v-verticallayout-well > .v-margin-bottom, .customTheme .v-horizontallayout-well > .v-margin-bottom { - padding-bottom: 12px; -} - -.customTheme .v-verticallayout-well > .v-margin-left, .customTheme .v-horizontallayout-well > .v-margin-left { - padding-left: 12px; -} - -.customTheme .v-verticallayout-card, .customTheme .v-horizontallayout-card { - background: #83fcab; - color: #15562b; - border-radius: 4px; - border: 1px solid #57d982; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.customTheme .v-verticallayout-card > .v-margin-top, .customTheme .v-horizontallayout-card > .v-margin-top { - padding-top: 12px; -} - -.customTheme .v-verticallayout-card > .v-margin-right, .customTheme .v-horizontallayout-card > .v-margin-right { - padding-right: 12px; -} - -.customTheme .v-verticallayout-card > .v-margin-bottom, .customTheme .v-horizontallayout-card > .v-margin-bottom { - padding-bottom: 12px; -} - -.customTheme .v-verticallayout-card > .v-margin-left, .customTheme .v-horizontallayout-card > .v-margin-left { - padding-left: 12px; -} - -.customTheme .v-horizontallayout-wrapping { - white-space: normal !important; -} - -.customTheme .v-horizontallayout-wrapping > .v-spacing + .v-slot, .customTheme .v-horizontallayout-wrapping > .v-slot:first-child { - margin-bottom: 12px; -} - -.customTheme .v-horizontallayout-wrapping > .v-slot:first-child:last-child { - margin-bottom: 0; -} - -.customTheme .v-button { - position: relative; - text-align: center; - white-space: nowrap; - outline: none; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - height: 35px; - padding: 0 16px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-button:before { - content: ""; - display: inline-block; - width: 0; - height: 100%; - vertical-align: middle; -} - -.customTheme .v-button > div { - vertical-align: middle; -} - -.v-sa .customTheme .v-button:before { - height: 110%; -} - -.v-ff .customTheme .v-button:before { - height: 107%; -} - -.v-ie .customTheme .v-button:before { - margin-top: 4px; -} - -.customTheme .v-button:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; -} - -.customTheme .v-button:focus:after { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} - -.customTheme .v-button.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-button.v-disabled:after { - display: none; -} - -.customTheme .v-button:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-button:hover:after { - background-color: rgba(0, 230, 76, 0.1); -} - -.customTheme .v-button:focus:after { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-button:active:after { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-button-primary { - height: 35px; - padding: 0 16px; - color: #e5f8eb; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #008d2e; - border-top-color: #009231; - border-bottom-color: #008228; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - -webkit-box-shadow: inset 0 1px 0 #11d151, inset 0 -1px 0 #009c32, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #11d151, inset 0 -1px 0 #009c32, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - padding: 0 18px; - font-weight: bold; - min-width: 77px; -} - -.customTheme .v-button-primary:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-button-primary:hover:after { - background-color: rgba(0, 255, 85, 0.1); -} - -.customTheme .v-button-primary:focus:after { - border: inherit; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-button-primary:active:after { - background-color: rgba(0, 89, 30, 0.2); -} - -.customTheme .v-button-friendly { - height: 35px; - padding: 0 16px; - color: #eaf4e9; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #227719; - border-top-color: #257d1a; - border-bottom-color: #1e6b15; - background-color: #2c9720; - background-image: -webkit-linear-gradient(top, #2f9f22 2%, #26881b 98%); - background-image: linear-gradient(to bottom,#2f9f22 2%, #26881b 98%); - -webkit-box-shadow: inset 0 1px 0 #46b33a, inset 0 -1px 0 #26811b, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #46b33a, inset 0 -1px 0 #26811b, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.customTheme .v-button-friendly:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-button-friendly:hover:after { - background-color: rgba(65, 211, 48, 0.1); -} - -.customTheme .v-button-friendly:focus:after { - border: inherit; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-button-friendly:active:after { - background-color: rgba(14, 86, 6, 0.2); -} - -.customTheme .v-button-danger { - height: 35px; - padding: 0 16px; - color: #f9f0ef; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #bb382e; - border-top-color: #bc3c31; - border-bottom-color: #b13028; - background-color: #ed473b; - background-image: -webkit-linear-gradient(top, #ee4c3f 2%, #e13e33 98%); - background-image: linear-gradient(to bottom,#ee4c3f 2%, #e13e33 98%); - -webkit-box-shadow: inset 0 1px 0 #ef786f, inset 0 -1px 0 #da3c31, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #ef786f, inset 0 -1px 0 #da3c31, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.customTheme .v-button-danger:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-button-danger:hover:after { - background-color: rgba(243, 137, 129, 0.1); -} - -.customTheme .v-button-danger:focus:after { - border: inherit; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-button-danger:active:after { - background-color: rgba(146, 12, 2, 0.2); -} - -.customTheme .v-button-borderless { - border: none; - -webkit-box-shadow: none; - box-shadow: none; - background: transparent; - color: inherit; -} - -.customTheme .v-button-borderless:hover:after { - background: transparent; -} - -.customTheme .v-button-borderless:active:not(.v-disabled) { - opacity: 0.7; - filter: alpha(opacity=70) ; -} - -.customTheme .v-button-borderless:active:not(.v-disabled):after { - background: transparent; -} - -.customTheme .v-button-borderless-colored { - border: none; - -webkit-box-shadow: none; - box-shadow: none; - background: transparent; - color: #00b33b; -} - -.customTheme .v-button-borderless-colored:hover { - color: #00e64c; -} - -.customTheme .v-button-borderless-colored:hover:after { - background: transparent; -} - -.customTheme .v-button-borderless-colored:active:not(.v-disabled) { - opacity: 0.7; - filter: alpha(opacity=70) ; -} - -.customTheme .v-button-borderless-colored:active:not(.v-disabled):after { - background: transparent; -} - -.customTheme .v-button-quiet { - visibility: hidden; -} - -.customTheme .v-button-quiet:focus, .customTheme .v-button-quiet:hover { - visibility: visible; -} - -.customTheme .v-button-quiet [class*="wrap"] { - visibility: visible; -} - -.customTheme .v-button-quiet [class*="caption"] { - display: inline-block; -} - -.customTheme .v-button-link { - border: none; - -webkit-box-shadow: none; - box-shadow: none; - background: transparent; - color: inherit; - cursor: pointer; - color: #00b33b; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-button-link:hover:after { - background: transparent; -} - -.customTheme .v-button-link:active:not(.v-disabled) { - opacity: 0.7; - filter: alpha(opacity=70) ; -} - -.customTheme .v-button-link:active:not(.v-disabled):after { - background: transparent; -} - -.customTheme .v-button-link:hover { - color: #00e64c; -} - -.customTheme .v-button-link.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-button-tiny { - height: 28px; - padding: 0 13px; - - - font-size: 12px; - - border-radius: 4px; -} - -.customTheme .v-button-tiny:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-button-small { - height: 31px; - padding: 0 14px; - - - font-size: 14px; - - border-radius: 4px; -} - -.customTheme .v-button-small:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-button-large { - height: 44px; - padding: 0 19px; - - - font-size: 20px; - - border-radius: 4px; -} - -.customTheme .v-button-large:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-button-huge { - height: 59px; - padding: 0 26px; - - - font-size: 26px; - - border-radius: 4px; -} - -.customTheme .v-button-huge:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-button-icon-align-right [class*="wrap"] { - display: inline-block; -} - -.customTheme .v-button-icon-align-right .v-icon { - float: right; - margin-left: 12px; -} - -.customTheme .v-button-icon-align-right .v-icon + span:not(:empty) { - margin-left: 0; -} - -.customTheme .v-button-icon-align-top { - height: auto; - padding-top: 4px; - padding-bottom: 4px; -} - -.customTheme .v-button-icon-align-top [class*="wrap"] { - display: inline-block; -} - -.customTheme .v-button-icon-align-top .v-icon { - display: block; - margin-left: auto; - margin-right: auto; -} - -.customTheme .v-button-icon-align-top .v-icon + span:not(:empty) { - margin-top: 6px; - margin-left: 0; -} - -.customTheme .v-button-icon-only { - width: 35px; - padding: 0; -} - -.customTheme .v-button-icon-only.v-button-tiny { - width: 28px; -} - -.customTheme .v-button-icon-only.v-button-small { - width: 31px; -} - -.customTheme .v-button-icon-only.v-button-large { - width: 44px; -} - -.customTheme .v-button-icon-only.v-button-huge { - width: 59px; -} - -.customTheme .v-button-icon-only .v-button-caption { - display: none; -} - -.customTheme .v-checkbox { - position: relative; - line-height: 18px; - white-space: nowrap; -} - -.customTheme .v-checkbox.v-has-width label { - white-space: normal; -} - -:root .customTheme .v-checkbox { - padding-left: 23px; -} - -:root .customTheme .v-checkbox label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .customTheme .v-checkbox > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .customTheme .v-checkbox > input:focus ~ label:before { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .customTheme .v-checkbox > input ~ label:before, :root .customTheme .v-checkbox > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 18px; - height: 18px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 12px; - text-align: center; -} - -:root .customTheme .v-checkbox > input ~ label:before { - height: 17.5px; - padding: 0 8px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 18px; -} - -:root .customTheme .v-checkbox > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .customTheme .v-checkbox > input:active ~ label:after { - background-color: rgba(0, 179, 59, 0.2); -} - -:root .customTheme .v-checkbox > input:checked ~ label:after { - color: #00b33b; -} - -.customTheme .v-checkbox > .v-icon, .customTheme .v-checkbox > label .v-icon { - margin: 0 6px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.customTheme .v-checkbox.v-disabled > label, .customTheme .v-checkbox.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-checkbox.v-disabled > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-checkbox.v-disabled > input:active ~ label:after { - background: transparent; -} - -.customTheme .v-checkbox.v-readonly > label, .customTheme .v-checkbox.v-readonly > .v-icon { - cursor: default; -} - -.customTheme .v-checkbox.v-readonly > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-checkbox.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .customTheme .v-checkbox.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-checkbox-small { - position: relative; - line-height: 16px; - white-space: nowrap; - font-size: 14px; -} - -.customTheme .v-checkbox-small.v-has-width label { - white-space: normal; -} - -:root .customTheme .v-checkbox-small { - padding-left: 21px; -} - -:root .customTheme .v-checkbox-small label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .customTheme .v-checkbox-small > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .customTheme .v-checkbox-small > input:focus ~ label:before { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .customTheme .v-checkbox-small > input ~ label:before, :root .customTheme .v-checkbox-small > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 16px; - height: 16px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 11px; - text-align: center; -} - -:root .customTheme .v-checkbox-small > input ~ label:before { - height: 15.5px; - padding: 0 7px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 16px; -} - -:root .customTheme .v-checkbox-small > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .customTheme .v-checkbox-small > input:active ~ label:after { - background-color: rgba(0, 179, 59, 0.2); -} - -:root .customTheme .v-checkbox-small > input:checked ~ label:after { - color: #00b33b; -} - -.customTheme .v-checkbox-small > .v-icon, .customTheme .v-checkbox-small > label .v-icon { - margin: 0 5px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.customTheme .v-checkbox-small.v-disabled > label, .customTheme .v-checkbox-small.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-checkbox-small.v-disabled > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-checkbox-small.v-disabled > input:active ~ label:after { - background: transparent; -} - -.customTheme .v-checkbox-small.v-readonly > label, .customTheme .v-checkbox-small.v-readonly > .v-icon { - cursor: default; -} - -.customTheme .v-checkbox-small.v-readonly > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-checkbox-small.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .customTheme .v-checkbox-small.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-checkbox-large { - position: relative; - line-height: 22px; - white-space: nowrap; - font-size: 20px; -} - -.customTheme .v-checkbox-large.v-has-width label { - white-space: normal; -} - -:root .customTheme .v-checkbox-large { - padding-left: 29px; -} - -:root .customTheme .v-checkbox-large label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .customTheme .v-checkbox-large > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .customTheme .v-checkbox-large > input:focus ~ label:before { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .customTheme .v-checkbox-large > input ~ label:before, :root .customTheme .v-checkbox-large > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 22px; - height: 22px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 15px; - text-align: center; -} - -:root .customTheme .v-checkbox-large > input ~ label:before { - height: 22px; - padding: 0 10px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 22px; -} - -:root .customTheme .v-checkbox-large > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .customTheme .v-checkbox-large > input:active ~ label:after { - background-color: rgba(0, 179, 59, 0.2); -} - -:root .customTheme .v-checkbox-large > input:checked ~ label:after { - color: #00b33b; -} - -.customTheme .v-checkbox-large > .v-icon, .customTheme .v-checkbox-large > label .v-icon { - margin: 0 7px 0 4px; - min-width: 1em; - cursor: pointer; -} - -.customTheme .v-checkbox-large.v-disabled > label, .customTheme .v-checkbox-large.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-checkbox-large.v-disabled > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-checkbox-large.v-disabled > input:active ~ label:after { - background: transparent; -} - -.customTheme .v-checkbox-large.v-readonly > label, .customTheme .v-checkbox-large.v-readonly > .v-icon { - cursor: default; -} - -.customTheme .v-checkbox-large.v-readonly > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-checkbox-large.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .customTheme .v-checkbox-large.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect { - position: relative; - width: 210px; - height: 35px; - border-radius: 4px; - white-space: nowrap; -} - -.customTheme .v-filterselect [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 4px 8px; - border: 1px solid #50c978; - background: #8fffb4; - color: #145b2c; - -webkit-box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 36px; - border-radius: inherit; -} - -.customTheme .v-filterselect [class*="input"].v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect [class*="input"]:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-filterselect [class*="input"][class*="prompt"] { - color: #34ca66; -} - -.customTheme .v-filterselect .v-icon + [class*="input"] { - padding-left: 35px; -} - -.customTheme .v-filterselect img.v-icon { - max-height: 35px; - margin-left: 8px; -} - -.customTheme .v-filterselect span.v-icon { - color: #145b2c; - width: 35px; - line-height: 1; - padding-top: 0.12em; - margin-left: 8px; -} - -.customTheme .v-filterselect[class*="prompt"] > [class*="input"] { - color: #34ca66; -} - -.customTheme .v-filterselect [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 35px; - top: 1px; - right: 1px; - bottom: 1px; - border-left: 1px solid #7fe4a1; - color: #51ad70; - border-radius: 0 3px 3px 0; -} - -.customTheme .v-filterselect [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 35px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.customTheme .v-filterselect [class$="button"]:hover:before { - color: #145b2c; -} - -.customTheme .v-filterselect [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; - background-color: rgba(0, 199, 66, 0.2); -} - -.customTheme .v-filterselect.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect.v-disabled [class$="button"]:active:after { - display: none; -} - -.customTheme .v-filterselect.v-readonly [class*="input"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-filterselect.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-filterselect.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect.v-readonly [class$="button"]:active:after { - display: none; -} - -.customTheme .v-filterselect .v-icon { - position: absolute; - pointer-events: none; -} - -.customTheme .v-filterselect .v-icon.FontAwesome { - margin-left: 0px; -} - -.customTheme .v-filterselect-error .v-filterselect-input { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-filterselect-error .v-filterselect-button { - color: #ed473b; - border-color: #ed473b; -} - -.customTheme .v-filterselect-error-info .v-filterselect-input { - border-color: #00a7f5 !important; - background: #fafdff; - color: #195774; -} - -.customTheme .v-filterselect-error-info .v-filterselect-button { - color: #00a7f5; - border-color: #00a7f5; -} - -.customTheme .v-filterselect-error-warning .v-filterselect-input { - border-color: #fc9c00 !important; - background: #fffdfa; - color: #745119; -} - -.customTheme .v-filterselect-error-warning .v-filterselect-button { - color: #fc9c00; - border-color: #fc9c00; -} - -.customTheme .v-filterselect-error-error .v-filterselect-input { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-filterselect-error-error .v-filterselect-button { - color: #ed473b; - border-color: #ed473b; -} - -.customTheme .v-filterselect-error-critical .v-filterselect-input { - border-color: #fa007d !important; - background: #fffafc; - color: #741947; -} - -.customTheme .v-filterselect-error-critical .v-filterselect-button { - color: #fa007d; - border-color: #fa007d; -} - -.customTheme .v-filterselect-error-system .v-filterselect-input { - border-color: #bb00ff !important; - background: #fefaff; - color: #5c1974; -} - -.customTheme .v-filterselect-error-system .v-filterselect-button { - color: #bb00ff; - border-color: #bb00ff; -} - -.customTheme .v-filterselect-suggestpopup { - margin-top: 5px !important; -} - -.customTheme .v-filterselect-suggestpopup[class*="animate-in"] { - -webkit-animation: valo-overlay-animate-in 120ms; - -moz-animation: valo-overlay-animate-in 120ms; - animation: valo-overlay-animate-in 120ms; -} - -.customTheme .v-filterselect-suggestpopup [class$="suggestmenu"] { - padding: 4px 4px; - border-radius: 4px; - background-color: #70ffa0; - color: #135428; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - padding: 4px 4px; - box-sizing: content-box; - position: relative; - z-index: 1; - display: block; -} - -.customTheme .v-filterselect-suggestpopup table, .customTheme .v-filterselect-suggestpopup tbody, .customTheme .v-filterselect-suggestpopup tr, .customTheme .v-filterselect-suggestpopup td { - display: block; - width: 100%; - overflow-y: hidden; - float: left; - clear: both; -} - -.customTheme .v-filterselect-suggestpopup .gwt-MenuItem { - cursor: pointer; - line-height: 27px; - padding: 0 20px 0 10px; - border-radius: 3px; - font-weight: 400; - white-space: nowrap; - position: relative; - height: 27px; - box-sizing: border-box; - text-overflow: ellipsis; - overflow-x: hidden; -} - -.customTheme .v-filterselect-suggestpopup .gwt-MenuItem:active:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: #007d2a; - opacity: 0.15; - filter: alpha(opacity=15.0) ; - pointer-events: none; - border-radius: inherit; -} - -.customTheme .v-filterselect-suggestpopup .gwt-MenuItem .v-icon { - max-height: 27px; - margin-right: 5px; - min-width: 1em; -} - -.customTheme .v-filterselect-suggestpopup .gwt-MenuItem-selected { - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - color: #e5f8eb; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.customTheme .v-filterselect-suggestpopup [class$="status"] { - position: absolute; - right: 4px; - background: rgba(48, 255, 117, 0.9); - color: #0f4621; - border-radius: 0 0 4px 4px; - height: 21px; - bottom: -21px; - font-size: 11px; - line-height: 21px; - padding: 0 5px; - cursor: default; - pointer-events: none; - -webkit-animation: valo-animate-in-slide-down 200ms 80ms backwards; - -moz-animation: valo-animate-in-slide-down 200ms 80ms backwards; - animation: valo-animate-in-slide-down 200ms 80ms backwards; -} - -.customTheme .v-filterselect-suggestpopup [class$="status"] > * { - color: #0f4621; - text-decoration: none; -} - -.customTheme .v-filterselect-suggestpopup div[class*="page"] { - position: absolute; - z-index: 3; - right: 0; - opacity: 0.2; - filter: alpha(opacity=20) ; - cursor: pointer; - -webkit-transition: all 200ms; - -moz-transition: all 200ms; - transition: all 200ms; - width: 24px; - height: 24px; - line-height: 24px; - text-align: center; - font-family: ThemeIcons; - -webkit-transform: scale(0.8); - -moz-transform: scale(0.8); - -ms-transform: scale(0.8); - -o-transform: scale(0.8); - transform: scale(0.8); - color: #125227; -} - -.customTheme .v-filterselect-suggestpopup div[class*="page"]:after { - content: ""; - position: absolute; - display: block; - border-radius: 50%; -} - -.customTheme .v-filterselect-suggestpopup div[class*="page"]:hover { - opacity: 1; - filter: none ; - background: rgba(102, 255, 153, 0.5); -} - -.customTheme .v-filterselect-suggestpopup div[class*="page"]:hover:after { - top: -10px; - bottom: -10px; - left: -20px; - right: -20px; -} - -.customTheme .v-filterselect-suggestpopup div[class*="page"] span { - display: none; -} - -.customTheme .v-filterselect-suggestpopup:hover div[class*="page"] { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); -} - -.customTheme .v-filterselect-suggestpopup div[class*="prev"] { - top: 0; - -webkit-transform-origin: 100% 0%; - -moz-transform-origin: 100% 0%; - -ms-transform-origin: 100% 0%; - -o-transform-origin: 100% 0%; - transform-origin: 100% 0%; - border-radius: 0 4px 0 4px; -} - -.customTheme .v-filterselect-suggestpopup div[class*="prev"]:before { - content: "\f0d8"; -} - -.customTheme .v-filterselect-suggestpopup div[class*="next"] { - bottom: 0; - -webkit-transform-origin: 100% 100%; - -moz-transform-origin: 100% 100%; - -ms-transform-origin: 100% 100%; - -o-transform-origin: 100% 100%; - transform-origin: 100% 100%; - border-radius: 4px 0 4px 0; -} - -.customTheme .v-filterselect-suggestpopup div[class*="next"]:before { - content: "\f0d7"; -} - -.customTheme .v-filterselect-suggestpopup div[class*="-off"] { - display: none; -} - -.customTheme .v-filterselect-no-input { - cursor: pointer; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-filterselect-no-input [class*="input"] { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - cursor: inherit; - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - text-shadow: inherit; - text-overflow: ellipsis; - border-radius: inherit; -} - -.customTheme .v-filterselect-no-input [class*="input"]:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-filterselect-no-input [class$="button"] { - border-left: none !important; -} - -.customTheme .v-filterselect-no-input:hover [class$="button"]:before { - color: inherit; -} - -.customTheme .v-filterselect-borderless .v-filterselect-input { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; -} - -.customTheme .v-filterselect-borderless .v-filterselect-input:focus { - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-filterselect-borderless .v-filterselect-input[class*="prompt"] { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect-borderless .v-filterselect-button { - border: none; - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect-borderless.v-filterselect-prompt .v-filterselect-input { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect-align-right input { - text-align: right; -} - -.customTheme .v-filterselect-align-center input { - text-align: center; -} - -.customTheme .v-filterselect-tiny { - height: 28px; - - font-size: 12px; -} - -.customTheme .v-filterselect-tiny [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 28px; - - padding: 3px 5px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 29px; - border-radius: inherit; -} - -.customTheme .v-filterselect-tiny .v-icon + [class*="input"] { - padding-left: 28px; -} - -.customTheme .v-filterselect-tiny img.v-icon { - max-height: 28px; - margin-left: 5px; -} - -.customTheme .v-filterselect-tiny span.v-icon { - - width: 28px; - line-height: 1; - padding-top: 0.12em; - margin-left: 5px; -} - -.customTheme .v-filterselect-tiny [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 28px; - border-radius: 0 4px 4px 0; -} - -.customTheme .v-filterselect-tiny [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 28px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.customTheme .v-filterselect-tiny [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-filterselect-tiny.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect-tiny.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect-tiny.v-disabled [class$="button"]:active:after { - display: none; -} - -.customTheme .v-filterselect-tiny.v-readonly [class*="input"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-filterselect-tiny.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-filterselect-tiny.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect-tiny.v-readonly [class$="button"]:active:after { - display: none; -} - -.customTheme .v-filterselect-compact, .customTheme .v-filterselect-small { - height: 31px; - -} - -.customTheme .v-filterselect-compact [class*="input"], .customTheme .v-filterselect-small [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 31px; - - padding: 3px 6px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 32px; - border-radius: inherit; -} - -.customTheme .v-filterselect-compact .v-icon + [class*="input"], .customTheme .v-filterselect-small .v-icon + [class*="input"] { - padding-left: 31px; -} - -.customTheme .v-filterselect-compact img.v-icon, .customTheme .v-filterselect-small img.v-icon { - max-height: 31px; - margin-left: 6px; -} - -.customTheme .v-filterselect-compact span.v-icon, .customTheme .v-filterselect-small span.v-icon { - - width: 31px; - line-height: 1; - padding-top: 0.12em; - margin-left: 6px; -} - -.customTheme .v-filterselect-compact [class$="button"], .customTheme .v-filterselect-small [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 31px; - border-radius: 0 4px 4px 0; -} - -.customTheme .v-filterselect-compact [class$="button"]:before, .customTheme .v-filterselect-small [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 31px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.customTheme .v-filterselect-compact [class$="button"]:active:after, .customTheme .v-filterselect-small [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-filterselect-compact.v-disabled, .customTheme .v-filterselect-small.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect-compact.v-disabled [class$="button"], .customTheme .v-filterselect-small.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect-compact.v-disabled [class$="button"]:active:after, .customTheme .v-filterselect-small.v-disabled [class$="button"]:active:after { - display: none; -} - -.customTheme .v-filterselect-compact.v-readonly [class*="input"], .customTheme .v-filterselect-small.v-readonly [class*="input"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-filterselect-compact.v-readonly [class*="input"]:focus, .customTheme .v-filterselect-small.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-filterselect-compact.v-readonly [class$="button"], .customTheme .v-filterselect-small.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect-compact.v-readonly [class$="button"]:active:after, .customTheme .v-filterselect-small.v-readonly [class$="button"]:active:after { - display: none; -} - -.customTheme .v-filterselect-small { - font-size: 14px; -} - -.customTheme .v-filterselect-large { - height: 44px; - - font-size: 20px; -} - -.customTheme .v-filterselect-large [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 44px; - - padding: 5px 8px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 45px; - border-radius: inherit; -} - -.customTheme .v-filterselect-large .v-icon + [class*="input"] { - padding-left: 44px; -} - -.customTheme .v-filterselect-large img.v-icon { - max-height: 44px; - margin-left: 8px; -} - -.customTheme .v-filterselect-large span.v-icon { - - width: 44px; - line-height: 1; - padding-top: 0.12em; - margin-left: 8px; -} - -.customTheme .v-filterselect-large [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 44px; - border-radius: 0 4px 4px 0; -} - -.customTheme .v-filterselect-large [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 44px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.customTheme .v-filterselect-large [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-filterselect-large.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect-large.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect-large.v-disabled [class$="button"]:active:after { - display: none; -} - -.customTheme .v-filterselect-large.v-readonly [class*="input"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-filterselect-large.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-filterselect-large.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect-large.v-readonly [class$="button"]:active:after { - display: none; -} - -.customTheme .v-filterselect-huge { - height: 59px; - - font-size: 26px; -} - -.customTheme .v-filterselect-huge [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 59px; - - padding: 7px 10px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 60px; - border-radius: inherit; -} - -.customTheme .v-filterselect-huge .v-icon + [class*="input"] { - padding-left: 59px; -} - -.customTheme .v-filterselect-huge img.v-icon { - max-height: 59px; - margin-left: 10px; -} - -.customTheme .v-filterselect-huge span.v-icon { - - width: 59px; - line-height: 1; - padding-top: 0.12em; - margin-left: 10px; -} - -.customTheme .v-filterselect-huge [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 59px; - border-radius: 0 4px 4px 0; -} - -.customTheme .v-filterselect-huge [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 59px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.customTheme .v-filterselect-huge [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-filterselect-huge.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-filterselect-huge.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect-huge.v-disabled [class$="button"]:active:after { - display: none; -} - -.customTheme .v-filterselect-huge.v-readonly [class*="input"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-filterselect-huge.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-filterselect-huge.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-filterselect-huge.v-readonly [class$="button"]:active:after { - display: none; -} - -.customTheme .v-csslayout-well { - background: #5dfe93; - color: #124f26; - -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - border-radius: 4px; - border: 1px solid #50c978; -} - -.customTheme .v-csslayout-well > div > [class*="-caption"] { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-csslayout-well > .v-margin-top { - padding-top: 12px; -} - -.customTheme .v-csslayout-well > .v-margin-right { - padding-right: 12px; -} - -.customTheme .v-csslayout-well > .v-margin-bottom { - padding-bottom: 12px; -} - -.customTheme .v-csslayout-well > .v-margin-left { - padding-left: 12px; -} - -.customTheme .v-csslayout-card { - background: #83fcab; - color: #15562b; - border-radius: 4px; - border: 1px solid #57d982; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.customTheme .v-csslayout-card > .v-margin-top { - padding-top: 12px; -} - -.customTheme .v-csslayout-card > .v-margin-right { - padding-right: 12px; -} - -.customTheme .v-csslayout-card > .v-margin-bottom { - padding-bottom: 12px; -} - -.customTheme .v-csslayout-card > .v-margin-left { - padding-left: 12px; -} - -.customTheme .v-csslayout-v-component-group { - white-space: nowrap; - position: relative; -} - -.customTheme .v-csslayout-v-component-group .v-widget ~ .v-widget:not(:last-child) { - border-radius: 0; -} - -.customTheme .v-csslayout-v-component-group .v-widget ~ .v-widget.v-upload:not(:last-child) .v-button { - border-radius: 0; -} - -.customTheme .v-csslayout-v-component-group .v-widget:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.customTheme .v-csslayout-v-component-group .v-widget.v-upload:last-child .v-button { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.customTheme .v-csslayout-v-component-group .v-widget:first-child, .customTheme .v-csslayout-v-component-group .v-caption:first-child + .v-widget { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.customTheme .v-csslayout-v-component-group .v-widget.v-upload:first-child .v-button, .customTheme .v-csslayout-v-component-group .v-caption:first-child + .v-widget.v-upload .v-button { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.customTheme .v-csslayout-v-component-group .v-widget ~ .v-widget.first.first { - border-radius: 4px 0 0 4px; -} - -.customTheme .v-csslayout-v-component-group .v-widget ~ .v-widget.first.first.v-upload .v-button { - border-radius: 4px 0 0 4px; -} - -.customTheme .v-csslayout-v-component-group .v-widget ~ .v-widget.last.last { - border-radius: 0 4px 4px 0; -} - -.customTheme .v-csslayout-v-component-group .v-widget ~ .v-widget.last.last.v-upload .v-button { - border-radius: 0 4px 4px 0; -} - -.customTheme .v-csslayout-v-component-group .v-widget { - vertical-align: middle; - margin-left: -1px; -} - -.customTheme .v-csslayout-v-component-group .v-widget:first-child { - margin-left: 0; -} - -.customTheme .v-csslayout-v-component-group .v-widget:focus, .customTheme .v-csslayout-v-component-group .v-widget[class*="focus"], .customTheme .v-csslayout-v-component-group .v-widget [class*="focus"] { - position: relative; - z-index: 5; -} - -.customTheme .v-form fieldset { - border: none; - padding: 0; - margin: 0; - height: 100%; -} - -.customTheme .v-form-content { - height: 100%; - box-sizing: border-box; -} - -.customTheme [class*="spacing"] > tbody > [class*="row"] > td { - padding-top: 12px; -} - -.customTheme [class*="spacing"] > tbody > [class*="firstrow"] > td { - padding-top: 0; -} - -.customTheme [class*="margin-top"] > tbody > [class*="firstrow"] > td { - padding-top: 18px; -} - -.customTheme [class*="margin-bottom"] > tbody > [class*="lastrow"] > td { - padding-bottom: 18px; -} - -.customTheme [class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] { - padding-left: 18px; -} - -.customTheme [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .customTheme [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .customTheme [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - left: 18px; -} - -.customTheme [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] { - padding-right: 18px; -} - -.customTheme [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .customTheme [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .customTheme [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - right: 18px; -} - -.customTheme .v-formlayout > table { - border-spacing: 0; - position: relative; -} - -.customTheme .v-formlayout.v-has-width > table, .customTheme .v-formlayout.v-has-width .v-formlayout-contentcell { - width: 100%; -} - -.customTheme .v-formlayout-error-indicator { - width: 18px; -} - -.customTheme .v-formlayout-captioncell { - vertical-align: top; - line-height: 34px; -} - -.customTheme .v-formlayout-captioncell .v-caption { - padding-bottom: 0; -} - -.customTheme .v-formlayout-captioncell .v-caption-h2, .customTheme .v-formlayout-captioncell .v-caption-h3, .customTheme .v-formlayout-captioncell .v-caption-h4 { - height: 3em; -} - -.customTheme .v-formlayout-contentcell .v-checkbox, .customTheme .v-formlayout-contentcell .v-radiobutton { - font-weight: 400; -} - -.customTheme .v-formlayout-contentcell > .v-label-h2, .customTheme .v-formlayout-contentcell > .v-label-h3, .customTheme .v-formlayout-contentcell > .v-label-h4 { - position: absolute; - left: 0; - right: 0; - width: auto !important; - margin-top: -0.5em; - padding-bottom: 0.5em; - border-bottom: 1px solid #5be488; -} - -.customTheme .v-formlayout.light > table { - padding: 0; -} - -.customTheme .v-formlayout.light > table > tbody > tr > td { - padding-top: 0; - height: 35px; - border-bottom: 1px solid #5fee8f; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="lastrow"] > td { - border-bottom: none; -} - -.customTheme .v-formlayout.light > table > tbody > tr > [class*="captioncell"] { - color: #169c43; - text-align: right; - padding-left: 12px; - line-height: 35px; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] { - padding-right: 0; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect-input, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield-textfield { - width: 100%; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 0; - padding: 4px 6px; - - -webkit-box-shadow: none; - box-shadow: none; - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - background: transparent; - border: none; - color: inherit; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield.v-disabled, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea.v-disabled, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input.v-disabled, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input.v-disabled, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield:focus, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea:focus, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input:focus, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input:focus, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), none; - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), none; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield:focus, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea:focus, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input:focus, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input:focus, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea:focus { - box-shadow: none; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield-prompt, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea-prompt, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect-prompt input, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield-prompt input { - color: #34ca66; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea { - height: auto; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - border-bottom: none; - left: 0; - right: 0; -} - -.customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .customTheme .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - margin-top: 0; -} - -.customTheme .v-formlayout.light .v-richtextarea { - margin: 4px 0; -} - -.customTheme .v-formlayout.light .v-filterselect-button, .customTheme .v-formlayout.light .v-datefield-button { - border: none; -} - -.customTheme .v-formlayout.light .v-filterselect-button:active:after, .customTheme .v-formlayout.light .v-datefield-button:active:after { - display: none; -} - -.customTheme .v-formlayout.light .v-datefield-button { - right: 0; - left: auto; -} - -.customTheme .v-formlayout.light .v-checkbox { - margin-left: 6px; -} - -.customTheme .v-grid { - position: relative; -} - -.customTheme .v-grid-scroller { - position: absolute; - z-index: 1; - outline: none; - box-sizing: border-box; -} - -.customTheme .v-grid-scroller-horizontal { - left: 0; - right: 0; - bottom: 0; - overflow-y: hidden; - -ms-overflow-y: hidden; -} - -.customTheme .v-grid-scroller-vertical { - right: 0; - top: 0; - bottom: 0; - overflow-x: hidden; - -ms-overflow-x: hidden; -} - -.customTheme .v-grid-tablewrapper { - position: absolute; - overflow: hidden; - box-sizing: border-box; - z-index: 5; -} - -.customTheme .v-grid-tablewrapper > table { - border-spacing: 0; - table-layout: fixed; - width: inherit; -} - -.customTheme .v-grid-header-deco, .customTheme .v-grid-footer-deco { - position: absolute; - right: 0; - box-sizing: border-box; -} - -.customTheme .v-grid-horizontal-scrollbar-deco { - position: absolute; - bottom: 0; - left: 0; - right: 0; - box-sizing: border-box; -} - -.customTheme .v-grid-header, .customTheme .v-grid-body, .customTheme .v-grid-footer { - position: absolute; - left: 0; - width: inherit; - z-index: 10; -} - -.customTheme .v-grid-header, .customTheme .v-grid-header-deco { - top: 0; -} - -.customTheme .v-grid-footer, .customTheme .v-grid-footer-deco { - bottom: 0; -} - -.customTheme .v-grid-body { - -ms-touch-action: none; - touch-action: none; - z-index: 0; - top: 0; -} - -.customTheme .v-grid-body .v-grid-row { - position: absolute; - top: 0; - left: 0; -} - -.customTheme .v-grid-body .v-grid-header > .v-grid-row { - position: relative; -} - -.customTheme .v-grid-row { - display: block; -} - -.customTheme .v-grid-row > td, .customTheme .v-grid-row > th { - background-color: #70ffa0; -} - -.customTheme .v-grid-row { - width: inherit; -} - -.customTheme .v-grid-cell { - display: block; - float: left; - padding: 2px; - white-space: nowrap; - box-sizing: border-box; - overflow: hidden; - font-size: 15px; -} - -.customTheme .v-grid-cell.frozen { - position: relative; - z-index: 1; -} - -.customTheme .v-grid-spacer { - position: absolute; - display: block; - background-color: #70ffa0; -} - -.customTheme .v-grid-spacer > td { - width: 100%; - height: 100%; - box-sizing: border-box; -} - -.customTheme .v-grid { - outline: none; -} - -.customTheme .v-grid-scroller-vertical, .customTheme .v-grid-scroller-horizontal { - border: 1px solid #5dd485; -} - -.customTheme .v-grid-scroller-vertical { - border-left: none; -} - -.customTheme .v-grid-scroller-horizontal { - border-top: none; -} - -.customTheme .v-grid-tablewrapper { - border: 1px solid #5dd485; -} - -.customTheme .v-grid .header-drag-table { - border-spacing: 0; - position: relative; - table-layout: fixed; - width: inherit; -} - -.customTheme .v-grid .header-drag-table .v-grid-header { - position: absolute; -} - -.customTheme .v-grid .header-drag-table .v-grid-header > .v-grid-cell { - border: 1px solid #5dd485; - margin-top: -10px; - opacity: 0.9; - filter: alpha(opacity=90); - z-index: 30000; -} - -.customTheme .v-grid .header-drag-table .v-grid-header > .v-grid-drop-marker { - background-color: #00b33b; - position: absolute; - width: 3px; -} - -.customTheme .v-grid-sidebar.v-contextmenu { - -webkit-box-shadow: none; - box-shadow: none; - border-radius: 0; - position: absolute; - top: 0; - right: 0; - background-color: #66FF99; - border: 1px solid #5dd485; - padding: 0; - z-index: 5; -} - -.customTheme .v-grid-sidebar.v-contextmenu.v-grid-sidebar-popup { - right: auto; -} - -.customTheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button { - background: transparent; - border: none; - color: inherit; - cursor: pointer; - outline: none; - padding: 0 4px; - text-align: right; - line-height: 1; -} - -.customTheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button[disabled] { - cursor: default; -} - -.customTheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button::-moz-focus-inner { - border: 0; -} - -.customTheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button:after { - content: "\f0c9"; - display: block; - font-family: ThemeIcons, sans-serif; - font-size: 14px; -} - -.customTheme .v-grid-sidebar.v-contextmenu.closed { - border-radius: 0; -} - -.customTheme .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button { - width: 100%; -} - -.customTheme .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button:after { - content: "\f0c9"; - font-size: 14px; - line-height: 1; -} - -.v-ie .customTheme .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button { - vertical-align: middle; -} - -.customTheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content { - padding: 4px 0; - overflow-y: auto; - overflow-x: hidden; -} - -.customTheme .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle { - text-shadow: none; -} - -.customTheme .v-grid-cell { - background-color: #70ffa0; - padding: 0 18px; - line-height: 37px; - text-overflow: ellipsis; -} - -.customTheme .v-grid-cell > * { - line-height: 1.55; - vertical-align: middle; -} - -.customTheme .v-grid-cell > div { - display: inline-block; -} - -.customTheme .v-grid-cell.frozen { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #5dd485; - position: relative; - z-index: 11; -} - -.customTheme .v-grid-cell.frozen + th, .customTheme .v-grid-cell.frozen + td { - border-left: none; -} - -.customTheme .v-grid-cell div.component-wrap { - width: 100%; -} - -.customTheme .v-grid-row > td, .customTheme .v-grid-editor-cells > div { - border-left: 1px solid #5dd485; - border-bottom: 1px solid #5dd485; -} - -.customTheme .v-grid-row > td:first-child, .customTheme .v-grid-editor-cells > div:first-child { - border-left: none; -} - -.customTheme .v-grid-editor-cells.frozen > div { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #5dd485; - border-left: none; -} - -.customTheme .v-grid-row-stripe > td { - background-color: #62ff96; -} - -.customTheme .v-grid-row-selected > td { - background: #00b33b; -} - -.customTheme .v-grid-row-focused > td { - -} - -.customTheme .v-grid-header th { - position: relative; - background-color: #66FF99; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #5dd485; - border-bottom: 1px solid #5dd485; - - text-align: left; -} - -.customTheme .v-grid-header th:first-child { - border-left: none; -} - -.customTheme .v-grid-header .sort-asc, .customTheme .v-grid-header .sort-desc { - padding-right: 35px; -} - -.customTheme .v-grid-header .sort-asc:after, .customTheme .v-grid-header .sort-desc:after { - font-family: ThemeIcons, sans-serif; - content: "\f0de" " " attr(sort-order); - position: absolute; - right: 18px; - font-size: 12px; -} - -.customTheme .v-grid-header .sort-desc:after { - content: "\f0dd" " " attr(sort-order); -} - -.customTheme .v-grid-column-resize-handle { - position: absolute; - width: 36px; - right: -18px; - top: 0px; - bottom: 0px; - cursor: col-resize; - z-index: 10; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.customTheme .v-grid-column-resize-simple-indicator { - position: absolute; - width: 3px; - top: 0px; - left: 18px; - z-index: 9001; - background: #fff; - box-shadow: 0px 0px 5px #000; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.customTheme .v-grid-footer td { - background-color: #66FF99; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #5dd485; - border-top: 1px solid #5dd485; - border-bottom: none; - -} - -.customTheme .v-grid-footer td:first-child { - border-left: none; -} - -.customTheme .v-grid-header .v-grid-cell, .customTheme .v-grid-footer .v-grid-cell { - overflow: visible; -} - -.customTheme .v-grid-column-header-content, .customTheme .v-grid-column-footer-content { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - vertical-align: baseline; -} - -.customTheme .v-grid-header-deco { - border-top: 1px solid #5dd485; - border-right: 1px solid #5dd485; - background-color: #66FF99; -} - -.customTheme .v-grid-footer-deco { - border-bottom: 1px solid #5dd485; - border-right: 1px solid #5dd485; - background-color: #66FF99; -} - -.customTheme .v-grid-horizontal-scrollbar-deco { - background-color: #66FF99; - border: 1px solid #5dd485; - border-top: none; -} - -.customTheme .v-grid-cell-focused { - position: relative; -} - -.customTheme .v-grid-cell-focused:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #00b33b; - display: none; - pointer-events: none; -} - -.customTheme .v-grid:focus .v-grid-cell-focused:before { - display: block; -} - -.customTheme .v-grid.v-disabled:focus .v-grid-cell-focused:before { - display: none; -} - -.customTheme .v-grid-editor { - position: absolute; - z-index: 20; - overflow: hidden; - left: 0; - right: 0; - border: 1px solid #5dd485; - box-sizing: border-box; - -moz-box-sizing: border-box; - margin-top: -1px; - -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); -} - -.customTheme .v-grid-editor.unbuffered .v-grid-editor-footer { - width: 100%; -} - -.customTheme .v-grid-editor-cells { - position: relative; - white-space: nowrap; -} - -.customTheme .v-grid-editor-cells.frozen { - z-index: 2; -} - -.customTheme .v-grid-editor-cells > div { - display: inline-block; - box-sizing: border-box; - vertical-align: middle; - background: #70ffa0; -} - -.customTheme .v-grid-editor-cells > div:first-child { - border-left: none; -} - -.customTheme .v-grid-editor-cells > div > * { - vertical-align: middle; - display: inline-block; -} - -.customTheme .v-grid-editor-cells > div .v-filterselect { - padding-left: 0; -} - -.customTheme .v-grid-editor-cells > div input[type="text"], .customTheme .v-grid-editor-cells > div input[type="text"].v-filterselect-input, .customTheme .v-grid-editor-cells > div input[type="password"] { - padding-left: 18px; -} - -.customTheme .v-grid-editor-cells > div input[type="text"]:not(.v-filterselect-input), .customTheme .v-grid-editor-cells > div input[type="password"] { - padding-right: 9px; -} - -.customTheme .v-grid-editor-cells > div input[type="checkbox"] { - margin-left: 18px; -} - -.customTheme .v-grid-editor-cells > div .v-textfield, .customTheme .v-grid-editor-cells > div .v-datefield, .customTheme .v-grid-editor-cells > div .v-filterselect { - min-width: 100%; - max-width: 100%; - min-height: 100%; - max-height: 100%; -} - -.customTheme .v-grid-editor-cells > div .v-select, .customTheme .v-grid-editor-cells > div .v-select-select { - min-width: 100%; - max-width: 100%; -} - -.customTheme .v-grid-editor-cells > div.not-editable.v-grid-cell { - float: none; -} - -.customTheme .v-grid-editor-cells .error::before { - position: absolute; - display: block; - height: 0; - width: 0; - content: ""; - border-top: 5px solid red; - border-right: 5px solid transparent; -} - -.customTheme .v-grid-editor-cells .error, .customTheme .v-grid-editor-cells .error > input { - background-color: #fee; -} - -.customTheme .v-grid-editor-footer { - display: table; - height: 37px; - border-top: 1px solid #5dd485; - margin-top: -1px; - background: #70ffa0; - padding: 0 5px; -} - -.customTheme .v-grid-editor-footer + .v-grid-editor-cells > div { - border-bottom: none; - border-top: 1px solid #5dd485; -} - -.customTheme .v-grid-editor-footer:first-child { - border-top: none; - margin-top: 0; - border-bottom: 1px solid #5dd485; - margin-bottom: -1px; -} - -.customTheme .v-grid-editor-message, .customTheme .v-grid-editor-buttons { - display: table-cell; - white-space: nowrap; - vertical-align: middle; -} - -.customTheme .v-grid-editor-message { - width: 100%; - position: relative; -} - -.customTheme .v-grid-editor-message > div { - position: absolute; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - top: 0; -} - -.customTheme .v-grid-editor-save { - margin-right: 4px; -} - -.customTheme .v-grid-spacer { - padding-left: 1px; -} - -.customTheme .v-grid-spacer > td { - display: block; - padding: 0; - background-color: #70ffa0; - border-top: 1px solid #68ee95; - border-bottom: 1px solid #5dd485; -} - -.customTheme .v-grid-spacer.stripe > td { - background-color: #62ff96; - border-top: 1px solid #5bee8c; - border-bottom: 1px solid #5dd485; -} - -.customTheme .v-grid-spacer-deco-container { - border-top: 1px solid transparent; - position: relative; - top: 0; - z-index: 5; -} - -.customTheme .v-grid-spacer-deco { - top: 0; - left: 0; - width: 2px; - background-color: #00b33b; - position: absolute; - height: 100%; - pointer-events: none; -} - -.customTheme .v-grid-cell > .v-progressbar { - width: 100%; -} - -.customTheme .v-grid { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - background-color: #66FF99; -} - -.customTheme .v-grid.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-grid-header .v-grid-cell { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-grid-header .v-grid-cell.dragged { - opacity: 0.5; - filter: alpha(opacity=50) ; - -webkit-transition: opacity 0.3s ease-in-out; - -moz-transition: opacity 0.3s ease-in-out; - transition: opacity 0.3s ease-in-out; -} - -.customTheme .v-grid-header .v-grid-cell.dragged-column-header { - margin-top: -19px; -} - -.customTheme .v-grid-footer .v-grid-cell { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-grid-header-deco { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-grid-footer-deco, .customTheme .v-grid-horizontal-scrollbar-deco { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-grid-row-selected > .v-grid-cell { - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - color: #b3eec7; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - border-color: #068430; -} - -.customTheme .v-grid-row-selected > .v-grid-cell-focused:before { - border-color: #1aff66; -} - -.customTheme .v-grid-editor { - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - border-color: #00b33b; -} - -.customTheme .v-grid-editor-footer { - font-size: 14px; - padding: 0 6px; - background: #66FF99; - -webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; -} - -.customTheme .v-grid-editor-footer:first-child { - -webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; -} - -.customTheme .v-grid-editor-cells { - z-index: 1; -} - -.customTheme .v-grid-editor-cells > div:before { - content: ""; - display: inline-block; - height: 100%; - vertical-align: middle; -} - -.customTheme .v-grid-editor-cells > div.not-editable.v-grid-cell { - float: none; -} - -.customTheme .v-grid-editor-cells > div .error::before { - border-top: 9px solid #ed473b; - border-right: 9px solid transparent; -} - -.customTheme .v-grid-editor-cells > div .error, .customTheme .v-grid-editor-cells > div .error > input { - background-color: #fffbfb; -} - -.customTheme .v-grid-editor-cells > div .v-textfield, .customTheme .v-grid-editor-cells > div .v-textfield-focus, .customTheme .v-grid-editor-cells > div .v-datefield, .customTheme .v-grid-editor-cells > div .v-datefield .v-textfield-focus, .customTheme .v-grid-editor-cells > div .v-filterselect-input, .customTheme .v-grid-editor-cells > div .v-filterselect-input:focus { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: inset 0 1px 0 #5ffa93; - box-shadow: inset 0 1px 0 #5ffa93; -} - -.customTheme .v-grid-editor-cells > div input[type="text"].v-datefield-textfield { - padding-left: 42px; -} - -.customTheme .v-grid-editor-cells > div .v-textfield-focus, .customTheme .v-grid-editor-cells > div .v-datefield .v-textfield-focus, .customTheme .v-grid-editor-cells > div .v-filterselect-input:focus { - position: relative; -} - -.customTheme .v-grid-editor-cells > div .v-select { - padding-left: 9px; - padding-right: 9px; -} - -.customTheme .v-grid-editor-cells > div .v-checkbox { - margin: 0 9px 0 18px; -} - -.customTheme .v-grid-editor-cells > div .v-checkbox > input[type="checkbox"] { - margin-left: 0; -} - -.customTheme .v-grid-editor-cells > div .v-checkbox > label { - white-space: nowrap; -} - -.customTheme .v-grid-editor-message > div:before { - display: inline-block; - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; - content: "!"; -} - -.customTheme .v-grid-editor-save, .customTheme .v-grid-editor-cancel { - cursor: pointer; - color: #00b33b; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - font-weight: 400; - text-decoration: none; - border: none; - background: transparent; - padding: 6px 6px; - margin: 0; - outline: none; -} - -.customTheme .v-grid-editor-save:hover, .customTheme .v-grid-editor-cancel:hover { - color: #00e64c; -} - -.customTheme .v-grid-editor-save.v-disabled, .customTheme .v-grid-editor-cancel.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-grid-spacer { - margin-top: -1px; -} - -.customTheme .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-content { - margin: 0 0 2px; - padding: 4px 4px 2px; - overflow-y: auto; - overflow-x: hidden; -} - -.customTheme .v-grid-sidebar.v-contextmenu.closed { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-grid-scroller::-webkit-scrollbar { - border: none; -} - -.customTheme .v-grid-scroller::-webkit-scrollbar-thumb { - border-radius: 10px; - border: 4px solid transparent; - background: rgba(0, 0, 0, 0.3); - -webkit-background-clip: content-box; - background-clip: content-box; -} - -.customTheme .v-grid-scroller-vertical::-webkit-scrollbar-thumb { - min-height: 30px; -} - -.customTheme .v-grid-scroller-horizontal::-webkit-scrollbar-thumb { - min-width: 30px; -} - -.customTheme .v-grid-row-drag-badge { - background-color: red; - color: white; - display: block; - width: 30px; - height: 30px; - border-radius: 10px; - line-height: 30px; - text-align: center; - float: left; -} - -.customTheme .v-grid-row-drag-top, .customTheme .v-grid-row-drag-bottom { - z-index: 100; -} - -.customTheme .v-grid-row-drag-top:before, .customTheme .v-grid-row-drag-bottom:after { - content: ""; - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #00b33b; - pointer-events: none; - border: none; -} - -.customTheme .v-grid-row-drag-bottom:after { - bottom: -1px; -} - -.customTheme .v-grid-row-drag-top:before { - top: -1px; -} - -.customTheme .v-grid-row-drag-top:first-child:before { - top: 0; -} - -.customTheme .v-grid-row-drag-center:after { - content: ""; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 2px; - border: 2px solid #00b33b; - pointer-events: none; -} - -.customTheme .v-grid-row-selected.v-grid-row-drag-center:after { - border-color: #00802a; -} - -.customTheme .v-grid-row-selected.v-grid-row-drag-top:before, .customTheme .v-grid-row-selected.v-grid-row-drag-bottom:after { - background: #00802a; -} - -.customTheme .v-grid-body-drag-top:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; - border: 2px solid #00b33b; - z-index: 100; -} - -.customTheme .v-textfield { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 4px 8px; - border: 1px solid #50c978; - background: #8fffb4; - color: #145b2c; - -webkit-box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 210px; -} - -.customTheme .v-textfield.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-textfield:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-textfield[class*="prompt"] { - color: #34ca66; -} - -.customTheme .v-textfield-readonly { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-textfield-readonly:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-textfield-error { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-textfield-error-info { - border-color: #00a7f5 !important; - background: #fafdff; - color: #195774; -} - -.customTheme .v-textfield-error-warning { - border-color: #fc9c00 !important; - background: #fffdfa; - color: #745119; -} - -.customTheme .v-textfield-error-error { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-textfield-error-critical { - border-color: #fa007d !important; - background: #fffafc; - color: #741947; -} - -.customTheme .v-textfield-error-system { - border-color: #bb00ff !important; - background: #fefaff; - color: #5c1974; -} - -.customTheme .v-textfield-borderless { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; -} - -.customTheme .v-textfield-borderless:focus { - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-textfield-borderless[class*="prompt"] { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-textfield-tiny { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 28px; - border-radius: 4px; - padding: 3px 7px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - font-size: 12px; -} - -.customTheme .v-textfield-compact, .customTheme .v-textfield-small { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 31px; - border-radius: 4px; - padding: 3px 8px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; -} - -.customTheme .v-textfield-small { - font-size: 14px; -} - -.customTheme .v-textfield-large { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 44px; - border-radius: 4px; - padding: 5px 10px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - font-size: 20px; -} - -.customTheme .v-textfield-huge { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 59px; - border-radius: 4px; - padding: 7px 12px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - font-size: 26px; -} - -.customTheme .v-slot-inline-icon { - position: relative; -} - -.customTheme .v-caption-inline-icon { - padding: 0; -} - -.customTheme .v-caption-inline-icon .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.customTheme .v-caption-inline-icon .v-icon { - position: absolute; - z-index: 10; -} - -.customTheme .v-caption-inline-icon span.v-icon { - left: 1px; - bottom: 1px; - width: 35px; - line-height: 33px; - text-align: center; - font-size: 15px; -} - -.customTheme .v-caption-inline-icon img.v-icon { - left: 10px; - bottom: 10px; -} - -.customTheme .v-textfield-inline-icon { - padding-left: 35px; -} - -.customTheme .v-slot-inline-icon.v-slot-tiny { - position: relative; -} - -.customTheme .v-caption-inline-icon.v-caption-tiny { - padding: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-tiny .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-tiny .v-icon { - position: absolute; - z-index: 10; -} - -.customTheme .v-caption-inline-icon.v-caption-tiny span.v-icon { - left: 1px; - bottom: 1px; - width: 28px; - line-height: 26px; - text-align: center; - font-size: 12px; -} - -.customTheme .v-caption-inline-icon.v-caption-tiny img.v-icon { - left: 6px; - bottom: 6px; -} - -.customTheme .v-textfield-inline-icon.v-textfield-tiny { - padding-left: 28px; -} - -.customTheme .v-slot-inline-icon.v-slot-compact { - position: relative; -} - -.customTheme .v-caption-inline-icon.v-caption-compact { - padding: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-compact .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-compact .v-icon { - position: absolute; - z-index: 10; -} - -.customTheme .v-caption-inline-icon.v-caption-compact span.v-icon { - left: 1px; - bottom: 1px; - width: 31px; - line-height: 29px; - text-align: center; - font-size: 15px; -} - -.customTheme .v-caption-inline-icon.v-caption-compact img.v-icon { - left: 8px; - bottom: 8px; -} - -.customTheme .v-textfield-inline-icon.v-textfield-compact { - padding-left: 31px; -} - -.customTheme .v-slot-inline-icon.v-slot-small { - position: relative; -} - -.customTheme .v-caption-inline-icon.v-caption-small { - padding: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-small .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-small .v-icon { - position: absolute; - z-index: 10; -} - -.customTheme .v-caption-inline-icon.v-caption-small span.v-icon { - left: 1px; - bottom: 1px; - width: 31px; - line-height: 29px; - text-align: center; - font-size: 14px; -} - -.customTheme .v-caption-inline-icon.v-caption-small img.v-icon { - left: 8px; - bottom: 8px; -} - -.customTheme .v-textfield-inline-icon.v-textfield-small { - padding-left: 31px; -} - -.customTheme .v-slot-inline-icon.v-slot-large { - position: relative; -} - -.customTheme .v-caption-inline-icon.v-caption-large { - padding: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-large .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-large .v-icon { - position: absolute; - z-index: 10; -} - -.customTheme .v-caption-inline-icon.v-caption-large span.v-icon { - left: 1px; - bottom: 1px; - width: 44px; - line-height: 42px; - text-align: center; - font-size: 20px; -} - -.customTheme .v-caption-inline-icon.v-caption-large img.v-icon { - left: 14px; - bottom: 14px; -} - -.customTheme .v-textfield-inline-icon.v-textfield-large { - padding-left: 44px; -} - -.customTheme .v-slot-inline-icon.v-slot-huge { - position: relative; -} - -.customTheme .v-caption-inline-icon.v-caption-huge { - padding: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-huge .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.customTheme .v-caption-inline-icon.v-caption-huge .v-icon { - position: absolute; - z-index: 10; -} - -.customTheme .v-caption-inline-icon.v-caption-huge span.v-icon { - left: 1px; - bottom: 1px; - width: 59px; - line-height: 57px; - text-align: center; - font-size: 26px; -} - -.customTheme .v-caption-inline-icon.v-caption-huge img.v-icon { - left: 22px; - bottom: 22px; -} - -.customTheme .v-textfield-inline-icon.v-textfield-huge { - padding-left: 59px; -} - -.customTheme .v-textfield-align-right { - text-align: right; -} - -.customTheme .v-textfield-align-center { - text-align: center; -} - -.customTheme .v-textarea { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 6px; - border: 1px solid #50c978; - background: #8fffb4; - color: #145b2c; - -webkit-box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - width: 210px; -} - -.customTheme .v-textarea.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-textarea:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-textarea[class*="prompt"] { - color: #34ca66; -} - -.customTheme .v-textarea-readonly { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-textarea-readonly:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-textarea-error { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-textarea-borderless { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; -} - -.customTheme .v-textarea-borderless:focus { - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-textarea-borderless[class*="prompt"] { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-textarea-tiny { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 28px; - border-radius: 4px; - padding: 6px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - font-size: 12px; -} - -.customTheme .v-textarea-small { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 31px; - border-radius: 4px; - padding: 6px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - font-size: 14px; -} - -.customTheme .v-textarea-large { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 44px; - border-radius: 4px; - padding: 6px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - font-size: 20px; -} - -.customTheme .v-textarea-huge { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 59px; - border-radius: 4px; - padding: 6px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - font-size: 26px; -} - -.customTheme .v-textarea-align-right { - text-align: right; -} - -.customTheme .v-textarea-align-center { - text-align: center; -} - -.customTheme .v-datefield { - position: relative; - width: 210px; - height: 35px; - border-radius: 4px; -} - -.customTheme .v-datefield [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 4px 8px; - border: 1px solid #50c978; - background: #8fffb4; - color: #145b2c; - -webkit-box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 42px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.customTheme .v-datefield [class*="textfield"].v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-datefield [class*="textfield"]:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-datefield [class*="textfield"][class*="prompt"] { - color: #34ca66; -} - -.customTheme .v-datefield[class*="prompt"] > [class*="textfield"] { - color: #34ca66; -} - -.customTheme .v-datefield [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 35px; - line-height: 33px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - top: 1px; - bottom: 1px; - left: 1px; - border: none; - border-right: 1px solid #7fe4a1; - color: #51ad70; - border-radius: 3px 0 0 3px; -} - -.customTheme .v-datefield [class*="button"]:hover { - color: #145b2c; -} - -.customTheme .v-datefield [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-datefield [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background-color: rgba(0, 199, 66, 0.2); - border-radius: inherit; -} - -.customTheme .v-datefield.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-datefield.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield.v-disabled [class*="button"]:active:after { - display: none; -} - -.customTheme .v-datefield.v-readonly [class*="textfield"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-datefield.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-datefield.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield.v-readonly [class*="button"]:active:after { - display: none; -} - -.customTheme .v-datefield-error .v-datefield-textfield { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-datefield-error .v-datefield-button { - color: #ed473b; - border-color: #ed473b; -} - -.customTheme .v-datefield-error-info .v-datefield-textfield { - border-color: #00a7f5 !important; - background: #fafdff; - color: #195774; -} - -.customTheme .v-datefield-error-info .v-datefield-button { - color: #00a7f5; - border-color: #00a7f5; -} - -.customTheme .v-datefield-error-warning .v-datefield-textfield { - border-color: #fc9c00 !important; - background: #fffdfa; - color: #745119; -} - -.customTheme .v-datefield-error-warning .v-datefield-button { - color: #fc9c00; - border-color: #fc9c00; -} - -.customTheme .v-datefield-error-error .v-datefield-textfield { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-datefield-error-error .v-datefield-button { - color: #ed473b; - border-color: #ed473b; -} - -.customTheme .v-datefield-error-critical .v-datefield-textfield { - border-color: #fa007d !important; - background: #fffafc; - color: #741947; -} - -.customTheme .v-datefield-error-critical .v-datefield-button { - color: #fa007d; - border-color: #fa007d; -} - -.customTheme .v-datefield-error-system .v-datefield-textfield { - border-color: #bb00ff !important; - background: #fefaff; - color: #5c1974; -} - -.customTheme .v-datefield-error-system .v-datefield-button { - color: #bb00ff; - border-color: #bb00ff; -} - -.customTheme .v-datefield-full { - width: 225px; -} - -.customTheme .v-datefield-day { - width: 210px; -} - -.customTheme .v-datefield-month { - width: 113px; -} - -.customTheme .v-datefield-year { - width: 98px; -} - -.customTheme .v-datefield-popup { - padding: 4px 4px; - border-radius: 4px; - background-color: #70ffa0; - color: #135428; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - margin-top: 5px !important; - margin-bottom: 5px !important; - margin-right: 5px !important; - cursor: default; - width: auto; -} - -.customTheme .v-datefield-popup[class*="animate-in"] { - -webkit-animation: valo-overlay-animate-in 120ms; - -moz-animation: valo-overlay-animate-in 120ms; - animation: valo-overlay-animate-in 120ms; -} - -.customTheme .v-datefield-popup[class*="animate-out"] { - -webkit-animation: valo-animate-out-fade 120ms; - -moz-animation: valo-animate-out-fade 120ms; - animation: valo-animate-out-fade 120ms; -} - -.customTheme .v-datefield-popup table { - border-collapse: collapse; - border-spacing: 0; - margin: 0 auto; -} - -.customTheme .v-datefield-popup td { - padding: 2px; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel { - font-size: 15px; - text-align: center; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel:focus { - outline: none; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-day { - box-sizing: border-box; - width: 28px; - height: 25px; - border: 1px solid transparent; - line-height: 25px; - text-align: center; - font-size: 13px; - background: #66FF99; - border-radius: 2px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; - display: inline-block; - box-sizing: border-box; - cursor: pointer; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-day:hover { - color: #00b33b; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-day-offmonth { - color: #3ca860; - background: transparent; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-day-today { - color: #081c0f; - font-weight: 600; - border-color: #13e75a; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .customTheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover { - color: #b3eec7; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - border: none; - font-weight: 600; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused { - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - position: relative; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .customTheme .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover { - color: #3ca860; - cursor: not-allowed; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-weekdays { - height: 25px; - color: rgba(47, 142, 78, 0.85); -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-weekdays strong { - font: inherit; - font-size: 13px; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-header { - white-space: nowrap; -} - -.customTheme .v-datefield-popup td[class*="year"] button, .customTheme .v-datefield-popup td[class*="month"] button { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - border: none; - background: transparent; - padding: 0; - margin: 0; - cursor: pointer; - color: transparent; - font-size: 0; - width: 18px; - height: 23px; - outline: none; - position: relative; - vertical-align: middle; -} - -.customTheme .v-datefield-popup td[class*="year"] button:before, .customTheme .v-datefield-popup td[class*="month"] button:before { - color: #3ca860; - font-size: 20px; - line-height: 23px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; -} - -.customTheme .v-datefield-popup td[class*="year"] button:hover:before, .customTheme .v-datefield-popup td[class*="month"] button:hover:before { - color: #00b33b; -} - -.customTheme .v-datefield-popup td[class*="year"] button.outside-range, .customTheme .v-datefield-popup td[class*="month"] button.outside-range { - cursor: default; - opacity: 0.3; - filter: alpha(opacity=30.0) ; -} - -.customTheme .v-datefield-popup td[class*="year"] button.outside-range:hover:before, .customTheme .v-datefield-popup td[class*="month"] button.outside-range:hover:before { - color: #3ca860; -} - -.customTheme .v-datefield-popup .v-button-prevyear:before { - font-family: ThemeIcons; - content: "\f100"; -} - -.customTheme .v-datefield-popup .v-button-prevmonth:before { - font-family: ThemeIcons; - content: "\f104"; -} - -.customTheme .v-datefield-popup .v-button-nextyear:before { - font-family: ThemeIcons; - content: "\f101"; -} - -.customTheme .v-datefield-popup .v-button-nextmonth:before { - font-family: ThemeIcons; - content: "\f105"; -} - -.customTheme .v-datefield-popup td.v-datefield-calendarpanel-month { - width: 140px; - cursor: default; - color: #00b33b; -} - -.customTheme .v-datefield-popup td.v-datefield-calendarpanel-month.header-month-year { - cursor: pointer; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month { - width: 70px; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-weeknumber, .customTheme .v-datefield-popup .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child { - width: 28px; - color: rgba(47, 142, 78, 0.85); - font-size: 13px; - display: inline-block; - text-align: left; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-weeknumber { - position: relative; -} - -.customTheme .v-datefield-popup .v-datefield-calendarpanel-weeknumbers .v-first:before { - content: ""; - position: absolute; - top: 37px; - bottom: 0; - left: 0; - width: 33px; - border-top: 1px solid #5fee8f; - border-right: 1px solid #5fee8f; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - background: #66FF99; -} - -.customTheme .v-datefield-popup td.v-datefield-calendarpanel-time { - width: 100%; - font-size: 13px; -} - -.customTheme .v-datefield-popup td.v-datefield-calendarpanel-time .v-label { - display: inline; - margin: 0 0.1em; - font-weight: 400; -} - -.customTheme .v-datefield-calendarpanel { - font-size: 15px; - text-align: center; -} - -.customTheme .v-datefield-calendarpanel:focus { - outline: none; -} - -.customTheme .v-datefield-calendarpanel-day { - box-sizing: border-box; - width: 28px; - height: 25px; - border: 1px solid transparent; - line-height: 25px; - text-align: center; - font-size: 13px; - background: #66FF99; - border-radius: 2px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; - display: inline-block; - box-sizing: border-box; - cursor: pointer; -} - -.customTheme .v-datefield-calendarpanel-day:hover { - color: #00b33b; -} - -.customTheme .v-datefield-calendarpanel-day-offmonth { - color: #3ca860; - background: transparent; -} - -.customTheme .v-datefield-calendarpanel-day-today { - color: #081c0f; - font-weight: 600; - border-color: #13e75a; -} - -.customTheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .customTheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover { - color: #b3eec7; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - border: none; - font-weight: 600; -} - -.customTheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused { - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - position: relative; -} - -.customTheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .customTheme .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover { - color: #3ca860; - cursor: not-allowed; -} - -.customTheme .v-datefield-calendarpanel-weekdays { - height: 25px; - color: rgba(47, 142, 78, 0.85); -} - -.customTheme .v-datefield-calendarpanel-weekdays strong { - font: inherit; - font-size: 13px; -} - -.customTheme .v-datefield-calendarpanel-header { - white-space: nowrap; -} - -.customTheme td[class*="year"] button, .customTheme td[class*="month"] button { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - border: none; - background: transparent; - padding: 0; - margin: 0; - cursor: pointer; - color: transparent; - font-size: 0; - width: 18px; - height: 23px; - outline: none; - position: relative; - vertical-align: middle; -} - -.customTheme td[class*="year"] button:before, .customTheme td[class*="month"] button:before { - color: #3ca860; - font-size: 20px; - line-height: 23px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; -} - -.customTheme td[class*="year"] button:hover:before, .customTheme td[class*="month"] button:hover:before { - color: #00b33b; -} - -.customTheme td[class*="year"] button.outside-range, .customTheme td[class*="month"] button.outside-range { - cursor: default; - opacity: 0.3; - filter: alpha(opacity=30.0) ; -} - -.customTheme td[class*="year"] button.outside-range:hover:before, .customTheme td[class*="month"] button.outside-range:hover:before { - color: #3ca860; -} - -.customTheme .v-button-prevyear:before { - font-family: ThemeIcons; - content: "\f100"; -} - -.customTheme .v-button-prevmonth:before { - font-family: ThemeIcons; - content: "\f104"; -} - -.customTheme .v-button-nextyear:before { - font-family: ThemeIcons; - content: "\f101"; -} - -.customTheme .v-button-nextmonth:before { - font-family: ThemeIcons; - content: "\f105"; -} - -.customTheme td.v-datefield-calendarpanel-month { - width: 140px; - cursor: default; - color: #00b33b; -} - -.customTheme td.v-datefield-calendarpanel-month.header-month-year { - cursor: pointer; -} - -.customTheme .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month { - width: 70px; -} - -.customTheme .v-datefield-calendarpanel-weeknumber, .customTheme .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child { - width: 28px; - color: rgba(47, 142, 78, 0.85); - font-size: 13px; - display: inline-block; - text-align: left; -} - -.customTheme .v-datefield-calendarpanel-weeknumber { - position: relative; -} - -.customTheme .v-datefield-calendarpanel-weeknumbers .v-first:before { - content: ""; - position: absolute; - top: 37px; - bottom: 0; - left: 0; - width: 33px; - border-top: 1px solid #5fee8f; - border-right: 1px solid #5fee8f; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - background: #66FF99; -} - -.customTheme td.v-datefield-calendarpanel-time { - width: 100%; - font-size: 13px; -} - -.customTheme td.v-datefield-calendarpanel-time .v-label { - display: inline; - margin: 0 0.1em; - font-weight: 400; -} - -.customTheme .v-datefield-borderless .v-datefield-textfield { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; -} - -.customTheme .v-datefield-borderless .v-datefield-textfield:focus { - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-datefield-borderless .v-datefield-textfield[class*="prompt"] { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-datefield-borderless .v-datefield-button { - border: none; - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-datefield-align-right input { - text-align: right; -} - -.customTheme .v-datefield-align-center input { - text-align: center; -} - -.customTheme .v-datefield-tiny { - height: 28px; - border-radius: 4px; - font-size: 12px; -} - -.customTheme .v-datefield-tiny [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 28px; - border-radius: 4px; - padding: 3px 7px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 33.6px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.customTheme .v-datefield-tiny [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 28px; - line-height: 28px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - border-radius: 4px 0 0 4px; -} - -.customTheme .v-datefield-tiny [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-datefield-tiny [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-datefield-tiny.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-datefield-tiny.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield-tiny.v-disabled [class*="button"]:active:after { - display: none; -} - -.customTheme .v-datefield-tiny.v-readonly [class*="textfield"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-datefield-tiny.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-datefield-tiny.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield-tiny.v-readonly [class*="button"]:active:after { - display: none; -} - -.customTheme .v-datefield-compact, .customTheme .v-datefield-small { - height: 31px; - border-radius: 4px; -} - -.customTheme .v-datefield-compact [class*="textfield"], .customTheme .v-datefield-small [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 31px; - border-radius: 4px; - padding: 3px 8px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 37.2px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.customTheme .v-datefield-compact [class*="button"], .customTheme .v-datefield-small [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 31px; - line-height: 31px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - border-radius: 4px 0 0 4px; -} - -.customTheme .v-datefield-compact [class*="button"]:before, .customTheme .v-datefield-small [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-datefield-compact [class*="button"]:active:after, .customTheme .v-datefield-small [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-datefield-compact.v-disabled, .customTheme .v-datefield-small.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-datefield-compact.v-disabled [class*="button"], .customTheme .v-datefield-small.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield-compact.v-disabled [class*="button"]:active:after, .customTheme .v-datefield-small.v-disabled [class*="button"]:active:after { - display: none; -} - -.customTheme .v-datefield-compact.v-readonly [class*="textfield"], .customTheme .v-datefield-small.v-readonly [class*="textfield"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-datefield-compact.v-readonly [class*="textfield"]:focus, .customTheme .v-datefield-small.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-datefield-compact.v-readonly [class*="button"], .customTheme .v-datefield-small.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield-compact.v-readonly [class*="button"]:active:after, .customTheme .v-datefield-small.v-readonly [class*="button"]:active:after { - display: none; -} - -.customTheme .v-datefield-small { - font-size: 14px; -} - -.customTheme .v-datefield-large { - height: 44px; - border-radius: 4px; - font-size: 20px; -} - -.customTheme .v-datefield-large [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 44px; - border-radius: 4px; - padding: 5px 10px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 52.8px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.customTheme .v-datefield-large [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 44px; - line-height: 44px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - border-radius: 4px 0 0 4px; -} - -.customTheme .v-datefield-large [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-datefield-large [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-datefield-large.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-datefield-large.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield-large.v-disabled [class*="button"]:active:after { - display: none; -} - -.customTheme .v-datefield-large.v-readonly [class*="textfield"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-datefield-large.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-datefield-large.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield-large.v-readonly [class*="button"]:active:after { - display: none; -} - -.customTheme .v-datefield-huge { - height: 59px; - border-radius: 4px; - font-size: 26px; -} - -.customTheme .v-datefield-huge [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 59px; - border-radius: 4px; - padding: 7px 12px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 70.8px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.customTheme .v-datefield-huge [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 59px; - line-height: 59px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - border-radius: 4px 0 0 4px; -} - -.customTheme .v-datefield-huge [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-datefield-huge [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-datefield-huge.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-datefield-huge.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield-huge.v-disabled [class*="button"]:active:after { - display: none; -} - -.customTheme .v-datefield-huge.v-readonly [class*="textfield"] { - background: #66FF99; - color: #125227; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-datefield-huge.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #50c978; -} - -.customTheme .v-datefield-huge.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.customTheme .v-datefield-huge.v-readonly [class*="button"]:active:after { - display: none; -} - -.customTheme .v-inline-datefield-calendarpanel { - font-size: 15px; - text-align: center; -} - -.customTheme .v-inline-datefield-calendarpanel:focus { - outline: none; -} - -.customTheme .v-inline-datefield-calendarpanel-day { - box-sizing: border-box; - width: 28px; - height: 25px; - border: 1px solid transparent; - line-height: 25px; - text-align: center; - font-size: 13px; - background: #66FF99; - border-radius: 2px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; - display: inline-block; - box-sizing: border-box; - cursor: pointer; -} - -.customTheme .v-inline-datefield-calendarpanel-day:hover { - color: #00b33b; -} - -.customTheme .v-inline-datefield-calendarpanel-day-offmonth { - color: #3ca860; - background: transparent; -} - -.customTheme .v-inline-datefield-calendarpanel-day-today { - color: #081c0f; - font-weight: 600; - border-color: #13e75a; -} - -.customTheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected, .customTheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected:hover { - color: #b3eec7; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - border: none; - font-weight: 600; -} - -.customTheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-focused { - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - position: relative; -} - -.customTheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range, .customTheme .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range:hover { - color: #3ca860; - cursor: not-allowed; -} - -.customTheme .v-inline-datefield-calendarpanel-weekdays { - height: 25px; - color: rgba(47, 142, 78, 0.85); -} - -.customTheme .v-inline-datefield-calendarpanel-weekdays strong { - font: inherit; - font-size: 13px; -} - -.customTheme .v-inline-datefield-calendarpanel-header { - white-space: nowrap; -} - -.customTheme td[class*="year"] button, .customTheme td[class*="month"] button { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - border: none; - background: transparent; - padding: 0; - margin: 0; - cursor: pointer; - color: transparent; - font-size: 0; - width: 18px; - height: 23px; - outline: none; - position: relative; - vertical-align: middle; -} - -.customTheme td[class*="year"] button:before, .customTheme td[class*="month"] button:before { - color: #3ca860; - font-size: 20px; - line-height: 23px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; -} - -.customTheme td[class*="year"] button:hover:before, .customTheme td[class*="month"] button:hover:before { - color: #00b33b; -} - -.customTheme td[class*="year"] button.outside-range, .customTheme td[class*="month"] button.outside-range { - cursor: default; - opacity: 0.3; - filter: alpha(opacity=30.0) ; -} - -.customTheme td[class*="year"] button.outside-range:hover:before, .customTheme td[class*="month"] button.outside-range:hover:before { - color: #3ca860; -} - -.customTheme .v-button-prevyear:before { - font-family: ThemeIcons; - content: "\f100"; -} - -.customTheme .v-button-prevmonth:before { - font-family: ThemeIcons; - content: "\f104"; -} - -.customTheme .v-button-nextyear:before { - font-family: ThemeIcons; - content: "\f101"; -} - -.customTheme .v-button-nextmonth:before { - font-family: ThemeIcons; - content: "\f105"; -} - -.customTheme td.v-inline-datefield-calendarpanel-month { - width: 140px; - cursor: default; - color: #00b33b; -} - -.customTheme td.v-inline-datefield-calendarpanel-month.header-month-year { - cursor: pointer; -} - -.customTheme .v-inline-datefield-calendarpanel-year td.v-inline-datefield-calendarpanel-month { - width: 70px; -} - -.customTheme .v-inline-datefield-calendarpanel-weeknumber, .customTheme .v-inline-datefield-calendarpanel-weekdays.v-inline-datefield-calendarpanel-weeknumbers td:first-child { - width: 28px; - color: rgba(47, 142, 78, 0.85); - font-size: 13px; - display: inline-block; - text-align: left; -} - -.customTheme .v-inline-datefield-calendarpanel-weeknumber { - position: relative; -} - -.customTheme .v-inline-datefield-calendarpanel-weeknumbers .v-first:before { - content: ""; - position: absolute; - top: 37px; - bottom: 0; - left: 0; - width: 33px; - border-top: 1px solid #5fee8f; - border-right: 1px solid #5fee8f; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - background: #66FF99; -} - -.customTheme td.v-inline-datefield-calendarpanel-time { - width: 100%; - font-size: 13px; -} - -.customTheme td.v-inline-datefield-calendarpanel-time .v-label { - display: inline; - margin: 0 0.1em; - font-weight: 400; -} - -.customTheme .v-inline-datefield-calendarpanel { - position: relative; - background: #70ffa0; - padding: 6px; -} - -.customTheme .v-gridlayout-margin-top { - padding-top: 18px; -} - -.customTheme .v-gridlayout-margin-bottom { - padding-bottom: 18px; -} - -.customTheme .v-gridlayout-margin-left { - padding-left: 18px; -} - -.customTheme .v-gridlayout-margin-right { - padding-right: 18px; -} - -.customTheme .v-gridlayout-spacing-on { - padding-left: 12px; - padding-top: 12px; -} - -.customTheme .v-menubar { - position: relative; - text-align: center; - white-space: nowrap; - outline: none; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - height: 35px; - padding: 0 16px; - color: #081c0f; - font-weight: 400; - - cursor: default; - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - text-align: left; - line-height: 33px; -} - -.customTheme .v-menubar:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; -} - -.customTheme .v-menubar:focus:after { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} - -.customTheme .v-menubar.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-menubar.v-disabled:after { - display: none; -} - -.customTheme .v-menubar:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-menubar:focus:after { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-menubar > .v-menubar-menuitem { - padding: 0 13px; -} - -.customTheme .v-menubar > .v-menubar-menuitem[class*="-icon-only"] { - width: 35px; -} - -.customTheme .v-menubar:active:after { - background: transparent; -} - -.customTheme .v-menubar > .v-menubar-menuitem { - position: relative; - z-index: 1; - display: inline-block; - box-sizing: border-box; - height: 35px; - padding: 0 15px; - color: inherit; - font-weight: 400; - - cursor: pointer; - border-radius: 0; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84; - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - border-width: 0 1px 0 0; - border-color: inherit; - height: 100%; - line-height: inherit; - vertical-align: top; - text-align: center; -} - -.customTheme .v-menubar > .v-menubar-menuitem:first-child { - border-left-width: 0; - border-radius: 3px 0 0 3px; -} - -.customTheme .v-menubar > .v-menubar-menuitem:last-child { - border-radius: 0 3px 3px 0; - border-right-width: 0; -} - -.customTheme .v-menubar > .v-menubar-menuitem:first-child:last-child { - border-radius: 3px; -} - -.customTheme .v-menubar > .v-menubar-menuitem:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-menubar > .v-menubar-menuitem:hover { - zoom: 1; -} - -.customTheme .v-menubar > .v-menubar-menuitem:hover:before { - background-color: rgba(0, 230, 76, 0.1); - border: none; -} - -.customTheme .v-menubar > .v-menubar-menuitem:active:before { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-menubar > .v-menubar-menuitem .v-icon { - margin: 0 3px 0 -3px; - cursor: inherit; -} - -.customTheme .v-menubar > .v-menubar-menuitem[class*="-icon-only"] { - width: 35px; - padding: 0; -} - -.customTheme .v-menubar > .v-menubar-menuitem[class*="-icon-only"] .v-icon { - margin: 0; -} - -.customTheme .v-menubar > .v-menubar-menuitem-checked { - -webkit-box-shadow: none; - box-shadow: none; - background-color: #58fb8f; - background-image: -webkit-linear-gradient(bottom, #59fb91 2%, #55f78a 98%); - background-image: linear-gradient(to top,#59fb91 2%, #55f78a 98%); - color: #081a0e; -} - -.customTheme .v-disabled > .v-menubar-menuitem, .customTheme .v-menubar > .v-menubar-menuitem-disabled { - cursor: default; -} - -.customTheme .v-disabled > .v-menubar-menuitem:before, .customTheme .v-menubar > .v-menubar-menuitem-disabled:before { - display: none; -} - -.customTheme .v-menubar-menuitem-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-menubar > .v-menubar-menuitem-selected { - color: #e5f8eb; - - - - border-radius: 0; - border: 1px solid #008d2e; - border-top-color: #009231; - border-bottom-color: #008228; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - -webkit-box-shadow: inset 0 1px 0 #11d151, inset 0 -1px 0 #009c32; - box-shadow: inset 0 1px 0 #11d151, inset 0 -1px 0 #009c32; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; - z-index: 2; -} - -.customTheme .v-menubar > .v-menubar-menuitem-selected:hover:before { - background: none; -} - -.customTheme .v-menubar .v-menubar-submenu-indicator { - display: none; -} - -.customTheme .v-menubar .v-menubar-submenu-indicator + .v-menubar-menuitem-caption:after { - font-family: ThemeIcons; - content: "\f078"; - font-size: 0.7em; - vertical-align: 0.15em; - margin: 0 -0.2em 0 0.5em; - opacity: 0.5; -} - -.customTheme .v-menubar .v-menubar-submenu-indicator + .v-menubar-menuitem-caption:empty:after { - margin-left: -0.2em; -} - -.customTheme .v-menubar-popup { - padding: 4px 4px; - border-radius: 4px; - background-color: #70ffa0; - color: #135428; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - padding: 4px 4px; - margin: 5px 0 0 1px !important; -} - -.customTheme .v-menubar-popup[class*="animate-in"] { - -webkit-animation: valo-overlay-animate-in 120ms; - -moz-animation: valo-overlay-animate-in 120ms; - animation: valo-overlay-animate-in 120ms; -} - -.customTheme .v-menubar-popup[class*="animate-out"] { - -webkit-animation: valo-animate-out-fade 120ms; - -moz-animation: valo-animate-out-fade 120ms; - animation: valo-animate-out-fade 120ms; -} - -.customTheme .v-menubar-popup .v-menubar-submenu { - outline: none; -} - -.customTheme .v-menubar-popup .v-menubar-menuitem { - display: block; - cursor: pointer; - line-height: 27px; - padding: 0 20px 0 10px; - border-radius: 3px; - font-weight: 400; - white-space: nowrap; - position: relative; - padding-left: 32px; - padding-right: 35px; - position: relative; -} - -.customTheme .v-menubar-popup .v-menubar-menuitem:active:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: #007d2a; - opacity: 0.15; - filter: alpha(opacity=15.0) ; - pointer-events: none; - border-radius: inherit; -} - -.customTheme .v-menubar-popup .v-menubar-menuitem .v-icon { - max-height: 27px; - margin-right: 5px; - min-width: 1em; -} - -.customTheme .v-menubar-popup .v-menubar-submenu-indicator { - display: none; -} - -.customTheme .v-menubar-popup .v-menubar-submenu-indicator + .v-menubar-menuitem-caption:after { - position: absolute; - right: 10px; - font-family: ThemeIcons; - content: "\f054"; - line-height: 29px; -} - -.customTheme .v-menubar-popup .v-menubar-menuitem-selected { - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - color: #e5f8eb; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.customTheme .v-menubar-popup .v-menubar-separator { - display: block; - margin: 4px 0; - height: 0; - overflow: hidden; - border-bottom: 1px solid #64e48f; -} - -.customTheme .v-menubar-popup [class*="checked"] .v-menubar-menuitem-caption:before { - content: "\f00c"; - font-family: ThemeIcons; - position: absolute; - left: 10px; -} - -.customTheme .v-menubar-popup [class*="unchecked"] .v-menubar-menuitem-caption:before { - content: ""; -} - -.customTheme .v-menubar-popup [class*="disabled"] { - cursor: default; -} - -.customTheme .v-menubar-small { - height: 31px; - padding: 0 14px; - - font-weight: 400; - - cursor: default; - border-radius: 4px; - padding: 0; - text-align: left; - line-height: 29px; - font-size: 14px; -} - -.customTheme .v-menubar-small:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-menubar-small > .v-menubar-menuitem { - padding: 0 12px; -} - -.customTheme .v-menubar-small > .v-menubar-menuitem[class*="-icon-only"] { - width: 31px; -} - -.customTheme .v-menubar-borderless { - border: none; - border-radius: 0; - padding: 1px; - -webkit-box-shadow: none; - box-shadow: none; - text-shadow: none; - background: transparent; - color: inherit; -} - -.customTheme .v-menubar-borderless:focus:after { - display: none; -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem { - -webkit-box-shadow: none; - box-shadow: none; - border: none; - margin-right: 1px; - border-radius: 4px; - color: #00b33b; - padding: 0 12px; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem:first-child, .customTheme .v-menubar-borderless .v-menubar-menuitem:last-child, .customTheme .v-menubar-borderless .v-menubar-menuitem:first-child:last-child { - border-radius: 4px; -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem:before { - content: none; -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem:hover { - color: #00e64c; -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem:active { - color: inherit; -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem-checked, .customTheme .v-menubar-borderless .v-menubar-menuitem-checked:first-child { - border: 1px solid #50c978; - color: #00b33b; -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .customTheme .v-menubar-borderless .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption { - position: relative; - top: -1px; -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem-selected { - color: #e5f8eb; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem-selected:hover { - color: #e5f8eb; -} - -.customTheme .v-menubar-borderless .v-menubar-menuitem-disabled, .customTheme .v-menubar-borderless .v-menubar-menuitem-disabled:hover { - color: inherit; -} - -.customTheme .v-radiobutton { - position: relative; - line-height: 18px; - white-space: nowrap; -} - -.customTheme .v-radiobutton.v-has-width label { - white-space: normal; -} - -:root .customTheme .v-radiobutton { - padding-left: 23px; -} - -:root .customTheme .v-radiobutton label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .customTheme .v-radiobutton > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .customTheme .v-radiobutton > input:focus ~ label:before { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .customTheme .v-radiobutton > input ~ label:before, :root .customTheme .v-radiobutton > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 18px; - height: 18px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 12px; - text-align: center; -} - -:root .customTheme .v-radiobutton > input ~ label:before { - height: 17.5px; - padding: 0 8px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 18px; -} - -:root .customTheme .v-radiobutton > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .customTheme .v-radiobutton > input:active ~ label:after { - background-color: rgba(0, 179, 59, 0.2); -} - -:root .customTheme .v-radiobutton > input:checked ~ label:after { - color: #00b33b; -} - -.customTheme .v-radiobutton > .v-icon, .customTheme .v-radiobutton > label .v-icon { - margin: 0 6px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.customTheme .v-radiobutton.v-disabled > label, .customTheme .v-radiobutton.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-radiobutton.v-disabled > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-radiobutton.v-disabled > input:active ~ label:after { - background: transparent; -} - -.customTheme .v-radiobutton.v-readonly > label, .customTheme .v-radiobutton.v-readonly > .v-icon { - cursor: default; -} - -.customTheme .v-radiobutton.v-readonly > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-radiobutton.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .customTheme .v-radiobutton.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -:root .customTheme .v-radiobutton > input:checked ~ label:after { - width: 6px; - height: 6px; - top: 6px; - left: 6px; - background: #00b33b; -} - -:root .customTheme .v-radiobutton > input ~ label:before, :root .customTheme .v-radiobutton > input ~ label:after { - border-radius: 50%; - content: ""; -} - -.customTheme .v-select-optiongroup .v-radiobutton, .customTheme .v-select-optiongroup .v-checkbox { - display: block; - margin: 9px 15px 0 0; -} - -.customTheme .v-select-optiongroup .v-radiobutton:first-child, .customTheme .v-select-optiongroup .v-checkbox:first-child { - margin-top: 6px; -} - -.customTheme .v-select-optiongroup .v-radiobutton:last-child, .customTheme .v-select-optiongroup .v-checkbox:last-child { - margin-bottom: 6px; -} - -.customTheme .v-select-optiongroup.v-has-width label { - white-space: normal; -} - -.customTheme .v-select-optiongroup-small { - font-size: 14px; -} - -.customTheme .v-select-optiongroup-small .v-checkbox { - position: relative; - line-height: 16px; - white-space: nowrap; -} - -.customTheme .v-select-optiongroup-small .v-checkbox.v-has-width label { - white-space: normal; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox { - padding-left: 21px; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox > input:focus ~ label:before { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox > input ~ label:before, :root .customTheme .v-select-optiongroup-small .v-checkbox > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 16px; - height: 16px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 11px; - text-align: center; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox > input ~ label:before { - height: 15.5px; - padding: 0 7px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 16px; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox > input:active ~ label:after { - background-color: rgba(0, 179, 59, 0.2); -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox > input:checked ~ label:after { - color: #00b33b; -} - -.customTheme .v-select-optiongroup-small .v-checkbox > .v-icon, .customTheme .v-select-optiongroup-small .v-checkbox > label .v-icon { - margin: 0 5px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.customTheme .v-select-optiongroup-small .v-checkbox.v-disabled > label, .customTheme .v-select-optiongroup-small .v-checkbox.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-select-optiongroup-small .v-checkbox.v-disabled > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox.v-disabled > input:active ~ label:after { - background: transparent; -} - -.customTheme .v-select-optiongroup-small .v-checkbox.v-readonly > label, .customTheme .v-select-optiongroup-small .v-checkbox.v-readonly > .v-icon { - cursor: default; -} - -.customTheme .v-select-optiongroup-small .v-checkbox.v-readonly > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .customTheme .v-select-optiongroup-small .v-checkbox.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton { - position: relative; - line-height: 16px; - white-space: nowrap; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton.v-has-width label { - white-space: normal; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton { - padding-left: 21px; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton > input:focus ~ label:before { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .customTheme .v-select-optiongroup-small .v-radiobutton > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 16px; - height: 16px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 11px; - text-align: center; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton > input ~ label:before { - height: 15.5px; - padding: 0 7px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 16px; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton > input:active ~ label:after { - background-color: rgba(0, 179, 59, 0.2); -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after { - color: #00b33b; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton > .v-icon, .customTheme .v-select-optiongroup-small .v-radiobutton > label .v-icon { - margin: 0 5px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton.v-disabled > label, .customTheme .v-select-optiongroup-small .v-radiobutton.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton.v-disabled > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton.v-disabled > input:active ~ label:after { - background: transparent; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton.v-readonly > label, .customTheme .v-select-optiongroup-small .v-radiobutton.v-readonly > .v-icon { - cursor: default; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton.v-readonly > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after { - width: 6px; - height: 6px; - top: 5px; - left: 5px; - background: #00b33b; -} - -:root .customTheme .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .customTheme .v-select-optiongroup-small .v-radiobutton > input ~ label:after { - border-radius: 50%; - content: ""; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton, .customTheme .v-select-optiongroup-small .v-checkbox { - display: block; - margin: 8px 15px 0 0; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton:first-child, .customTheme .v-select-optiongroup-small .v-checkbox:first-child { - margin-top: 5px; -} - -.customTheme .v-select-optiongroup-small .v-radiobutton:last-child, .customTheme .v-select-optiongroup-small .v-checkbox:last-child { - margin-bottom: 5px; -} - -.customTheme .v-select-optiongroup-small.v-has-width label { - white-space: normal; -} - -.customTheme .v-select-optiongroup-large { - font-size: 20px; -} - -.customTheme .v-select-optiongroup-large .v-checkbox { - position: relative; - line-height: 22px; - white-space: nowrap; -} - -.customTheme .v-select-optiongroup-large .v-checkbox.v-has-width label { - white-space: normal; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox { - padding-left: 29px; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox > input:focus ~ label:before { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox > input ~ label:before, :root .customTheme .v-select-optiongroup-large .v-checkbox > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 22px; - height: 22px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 15px; - text-align: center; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox > input ~ label:before { - height: 22px; - padding: 0 10px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 22px; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox > input:active ~ label:after { - background-color: rgba(0, 179, 59, 0.2); -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox > input:checked ~ label:after { - color: #00b33b; -} - -.customTheme .v-select-optiongroup-large .v-checkbox > .v-icon, .customTheme .v-select-optiongroup-large .v-checkbox > label .v-icon { - margin: 0 7px 0 4px; - min-width: 1em; - cursor: pointer; -} - -.customTheme .v-select-optiongroup-large .v-checkbox.v-disabled > label, .customTheme .v-select-optiongroup-large .v-checkbox.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-select-optiongroup-large .v-checkbox.v-disabled > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox.v-disabled > input:active ~ label:after { - background: transparent; -} - -.customTheme .v-select-optiongroup-large .v-checkbox.v-readonly > label, .customTheme .v-select-optiongroup-large .v-checkbox.v-readonly > .v-icon { - cursor: default; -} - -.customTheme .v-select-optiongroup-large .v-checkbox.v-readonly > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .customTheme .v-select-optiongroup-large .v-checkbox.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton { - position: relative; - line-height: 22px; - white-space: nowrap; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton.v-has-width label { - white-space: normal; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton { - padding-left: 29px; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton > input:focus ~ label:before { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5), inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .customTheme .v-select-optiongroup-large .v-radiobutton > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 22px; - height: 22px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 15px; - text-align: center; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton > input ~ label:before { - height: 22px; - padding: 0 10px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 22px; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton > input:active ~ label:after { - background-color: rgba(0, 179, 59, 0.2); -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after { - color: #00b33b; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton > .v-icon, .customTheme .v-select-optiongroup-large .v-radiobutton > label .v-icon { - margin: 0 7px 0 4px; - min-width: 1em; - cursor: pointer; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton.v-disabled > label, .customTheme .v-select-optiongroup-large .v-radiobutton.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton.v-disabled > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton.v-disabled > input:active ~ label:after { - background: transparent; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton.v-readonly > label, .customTheme .v-select-optiongroup-large .v-radiobutton.v-readonly > .v-icon { - cursor: default; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton.v-readonly > label > .v-icon { - cursor: default; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after { - width: 8px; - height: 8px; - top: 7px; - left: 7px; - background: #00b33b; -} - -:root .customTheme .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .customTheme .v-select-optiongroup-large .v-radiobutton > input ~ label:after { - border-radius: 50%; - content: ""; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton, .customTheme .v-select-optiongroup-large .v-checkbox { - display: block; - margin: 11px 15px 0 0; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton:first-child, .customTheme .v-select-optiongroup-large .v-checkbox:first-child { - margin-top: 7px; -} - -.customTheme .v-select-optiongroup-large .v-radiobutton:last-child, .customTheme .v-select-optiongroup-large .v-checkbox:last-child { - margin-bottom: 7px; -} - -.customTheme .v-select-optiongroup-large.v-has-width label { - white-space: normal; -} - -.customTheme .v-select-optiongroup-horizontal { - white-space: nowrap; -} - -.customTheme .v-select-optiongroup-horizontal .v-radiobutton, .customTheme .v-select-optiongroup-horizontal .v-checkbox { - display: inline-block; -} - -.customTheme .v-select-optiongroup-horizontal.v-has-width { - white-space: normal; -} - -.customTheme .v-select-optiongroup-horizontal.v-has-width label { - white-space: nowrap; -} - -.customTheme .v-link { - cursor: pointer; - color: #00b33b; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-link:hover { - color: #00e64c; -} - -.customTheme .v-link.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-link a { - cursor: pointer; - color: #00b33b; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - cursor: inherit; - color: inherit; - text-decoration: inherit; - -webkit-transition: inherit; - -moz-transition: inherit; - transition: inherit; -} - -.customTheme .v-link a:hover { - color: #00e64c; -} - -.customTheme .v-link a.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-link .v-icon { - cursor: inherit; -} - -.customTheme .v-link-small { - font-size: 14px; -} - -.customTheme .v-link-large { - font-size: 20px; -} - -.customTheme .v-window { - padding: 4px 4px; - border-radius: 4px; - background-color: #83fcab; - color: #15562b; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 16px 80px -6px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.09782); - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 16px 80px -6px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.09782); - padding: 0; - min-width: 140px !important; - min-height: 35px !important; - white-space: nowrap; - overflow: hidden !important; - -webkit-transition: width 200ms, height 200ms, top 200ms, left 200ms; - -moz-transition: width 200ms, height 200ms, top 200ms, left 200ms; - transition: width 200ms, height 200ms, top 200ms, left 200ms; -} - -.customTheme .v-window[class*="animate-in"] { - -webkit-animation: valo-animate-in-fade 140ms; - -moz-animation: valo-animate-in-fade 140ms; - animation: valo-animate-in-fade 140ms; -} - -.customTheme .v-window[class*="animate-out"] { - -webkit-animation: valo-animate-out-scale-down-fade 100ms; - -moz-animation: valo-animate-out-scale-down-fade 100ms; - animation: valo-animate-out-scale-down-fade 100ms; -} - -.customTheme .v-window.v-window-animate-in { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} - -.customTheme .v-window-modalitycurtain { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - background-color: #222; - background-image: -webkit-radial-gradient(50% 50%, circle, #222, #0e0e0e); - background-image: radial-gradient( circle at 50% 50%, #222, #0e0e0e); - opacity: 0.72; - filter: alpha(opacity=72) ; - -webkit-animation: valo-animate-in-fade 400ms 100ms backwards; - -moz-animation: valo-animate-in-fade 400ms 100ms backwards; - animation: valo-animate-in-fade 400ms 100ms backwards; -} - -.v-op12 .customTheme .v-window-modalitycurtain { - -webkit-animation: none; - -moz-animation: none; - animation: none; -} - -.customTheme .v-window-draggingCurtain { - position: fixed !important; -} - -.customTheme .v-window-resizingCurtain + .v-window, .customTheme .v-window-draggingCurtain + .v-window { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} - -.customTheme .v-window-outerheader { - cursor: move; - position: absolute; - z-index: 2; - top: 0; - left: 0; - right: 0; - -webkit-transform: translatez(0); - -moz-transform: translatez(0); - -ms-transform: translatez(0); - -o-transform: translatez(0); - transform: translatez(0); -} - -.customTheme .v-window-outerheader:after { - content: ""; - position: absolute; - bottom: -1px; - right: 0; - left: 0; - height: 0; - border-top: 1px solid #5be488; - border-color: rgba(80, 201, 120, 0.5); -} - -.customTheme .v-window-header { - line-height: 34px; - padding-left: 12px; - margin-right: 70px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - color: #368751; -} - -.customTheme .v-window-restorebox-disabled ~ .v-window-closebox ~ .v-window-header, .customTheme .v-window-maximizebox-disabled ~ .v-window-closebox ~ .v-window-header { - margin-right: 35px; -} - -.customTheme .v-window-restorebox-disabled ~ .v-window-closebox-disabled ~ .v-window-header, .customTheme .v-window-maximizebox-disabled ~ .v-window-closebox-disabled ~ .v-window-header { - margin-right: 12px; -} - -.customTheme .v-window-closebox, .customTheme .v-window-maximizebox, .customTheme .v-window-restorebox { - position: absolute; - z-index: 3; - top: 0; - right: 0; - box-sizing: border-box; - width: 31px; - height: 34px; - background-color: #83fcab; - line-height: 32px; - text-align: center; - cursor: pointer; - font-size: 20px; - color: #1cca56; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-window-closebox:focus, .customTheme .v-window-maximizebox:focus, .customTheme .v-window-restorebox:focus { - outline: none; -} - -.customTheme .v-window-closebox:hover, .customTheme .v-window-maximizebox:hover, .customTheme .v-window-restorebox:hover { - opacity: 1; - filter: none ; - color: #00b33b; -} - -.customTheme .v-window-closebox:active, .customTheme .v-window-maximizebox:active, .customTheme .v-window-restorebox:active { - color: inherit; -} - -.customTheme .v-window-closebox:focus::after { - content: ""; - position: absolute; - top: 6px; - right: 6px; - bottom: 6px; - left: 2px; - border-radius: 4px; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-window-maximizebox:focus::after, .customTheme .v-window-restorebox:focus::after { - content: ""; - position: absolute; - top: 6px; - right: 2px; - bottom: 6px; - left: 6px; - border-radius: 4px; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-window-closebox { - padding-right: 4px; - border-radius: 0 4px 0 4px; -} - -.customTheme .v-window-closebox:before { - content: "\00d7"; -} - -.customTheme .v-window-maximizebox, .customTheme .v-window-restorebox { - right: 31px; - padding-left: 4px; - border-radius: 0 0 0 4px; -} - -.customTheme .v-window-maximizebox + .v-window-closebox, .customTheme .v-window-restorebox + .v-window-closebox { - border-bottom-left-radius: 0; -} - -.customTheme .v-window-closebox-disabled, .customTheme .v-window-resizebox-disabled, .customTheme .v-window-restorebox-disabled, .customTheme .v-window-maximizebox-disabled { - display: none; -} - -.customTheme .v-window-closebox-disabled + .v-window-closebox, .customTheme .v-window-resizebox-disabled + .v-window-closebox, .customTheme .v-window-restorebox-disabled + .v-window-closebox, .customTheme .v-window-maximizebox-disabled + .v-window-closebox { - width: 35px; - padding-right: 0; - border-bottom-left-radius: 4px; -} - -.customTheme .v-window-closebox-disabled + .v-window-closebox:focus::after, .customTheme .v-window-resizebox-disabled + .v-window-closebox:focus::after, .customTheme .v-window-restorebox-disabled + .v-window-closebox:focus::after, .customTheme .v-window-maximizebox-disabled + .v-window-closebox:focus::after { - left: 6px; -} - -.customTheme .v-window-maximizebox:before { - content: "+"; -} - -.customTheme .v-window-restorebox:before { - content: "\2013"; -} - -.customTheme .v-window > .popupContent, .customTheme .v-window-wrap, .customTheme .v-window-contents, .customTheme .v-window-contents > .v-scrollable { - height: 100%; -} - -.customTheme .v-window-contents { - box-sizing: border-box; - border-radius: 4px; - margin-top: 0 !important; -} - -.customTheme .v-window-contents > .v-scrollable { - position: relative; -} - -.customTheme .v-window-contents > .v-scrollable > .v-margin-top { - padding-top: 12px; -} - -.customTheme .v-window-contents > .v-scrollable > .v-margin-right { - padding-right: 12px; -} - -.customTheme .v-window-contents > .v-scrollable > .v-margin-bottom { - padding-bottom: 12px; -} - -.customTheme .v-window-contents > .v-scrollable > .v-margin-left { - padding-left: 12px; -} - -.customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-top"] > tbody > [class*="firstrow"] > td { - padding-top: 12px; -} - -.customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-bottom"] > tbody > [class*="lastrow"] > td { - padding-bottom: 12px; -} - -.customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] { - padding-left: 12px; -} - -.customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - left: 12px; -} - -.customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] { - padding-right: 12px; -} - -.customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .customTheme .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - right: 12px; -} - -.customTheme .v-window-contents > .v-scrollable:focus { - outline: none; -} - -.customTheme .v-window-contents > .v-scrollable:before { - content: ""; - position: absolute; - z-index: 2; - top: 0; - height: 0; - border-top: 1px solid #83fcab; - left: 0; - right: 0; -} - -.customTheme .v-window-contents > .v-scrollable .v-panel-captionwrap:after { - border-color: #5be488; -} - -.customTheme .v-window-contents > .v-scrollable .v-panel-content:before { - border-color: #83fcab; -} - -.customTheme .v-window-footer { - height: 0; -} - -.customTheme .v-window-resizebox { - position: absolute; - z-index: 1000; - right: 0; - bottom: 0; - width: 18px; - height: 18px; - cursor: nwse-resize; -} - -.customTheme .v-window-modalitycurtain:active ~ .v-window { - -webkit-animation: none; - -moz-animation: none; - animation: none; -} - -.customTheme .v-window-top-toolbar > .v-widget, .customTheme .v-window-bottom-toolbar > .v-widget { - vertical-align: top; -} - -.customTheme .v-window-top-toolbar .v-label, .customTheme .v-window-bottom-toolbar .v-label { - line-height: 34px; -} - -.customTheme .v-window-top-toolbar .v-spacing, .customTheme .v-window-bottom-toolbar .v-spacing { - width: 6px; -} - -.customTheme .v-window-top-toolbar.v-layout { - padding: 7px 12px; - position: relative; - z-index: 2; - border-top: 1px solid #5be488; - border-bottom: 1px solid #5be488; - background-color: #66FF99; -} - -.customTheme .v-window-top-toolbar.v-menubar { - margin: 12px 12px 6px; -} - -.customTheme .v-window-top-toolbar.v-menubar-borderless { - padding-left: 6px; - padding-right: 6px; - margin: 5px 0; -} - -.customTheme .v-window-bottom-toolbar.v-layout { - padding: 7px 12px; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #52ff8b 0, #66FF99 4px); - background-image: linear-gradient(to bottom,#52ff8b 0, #66FF99 4px); - border-top: 1px solid #5be488; - border-radius: 0 0 4px 4px; -} - -.customTheme .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-layout { - box-sizing: content-box; - margin: -12px -12px 0; -} - -.customTheme .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar { - margin: 0; -} - -.customTheme .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar-borderless { - margin: -6px -6px 0; - padding: 0; -} - -.customTheme .v-margin-left.v-margin-right.v-margin-bottom .v-window-bottom-toolbar.v-layout { - box-sizing: content-box; - margin: 0 -12px -12px; -} - -.customTheme .v-tree { - position: relative; - white-space: nowrap; -} - -.customTheme .v-tree:focus { - outline: none; -} - -.customTheme .v-tree-node:before { - content: ""; - position: absolute; - display: inline-block; - z-index: 3; - width: 1.9em; - height: 28px; - cursor: pointer; - background: red; - opacity: 0; -} - -.customTheme .v-tree-node-caption { - height: 28px; - line-height: 27px; - overflow: hidden; - white-space: nowrap; - vertical-align: top; -} - -.customTheme .v-tree-node-caption > div { - display: inline-block; - width: 100%; - position: relative; - z-index: 2; -} - -.customTheme .v-tree-node-caption > div:before { - content: "\f0da"; - font-family: ThemeIcons; - display: inline-block; - width: 0.5em; - text-align: center; - margin: 0 0.6em 0 0.8em; - -webkit-transition: all 100ms; - -moz-transition: all 100ms; - transition: all 100ms; -} - -.customTheme .v-tree-node-caption span { - padding-right: 28px; - cursor: pointer; - display: inline-block; - width: 100%; -} - -.v-ie .customTheme .v-tree-node-caption span { - width: auto; -} - -.customTheme .v-tree-node-caption .v-icon { - padding-right: 0; - width: auto; - min-width: 1em; -} - -.customTheme .v-tree-node-caption:after { - content: ""; - display: block; - vertical-align: top; - position: absolute; - z-index: 1; - left: 0; - margin-top: -28px; - width: 100%; - height: 28px; - border-radius: 4px; - opacity: 0; - -webkit-transition: opacity 120ms; - -moz-transition: opacity 120ms; - transition: opacity 120ms; -} - -.customTheme .v-tree-node-expanded > .v-tree-node-caption > div:before { - -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); - -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); - transform: rotate(90deg); - content: "\f0da"; - font-family: ThemeIcons; -} - -.customTheme .v-tree-node-leaf:before, .customTheme .v-tree-node-leaf > .v-tree-node-caption > div:before { - visibility: hidden; -} - -.customTheme .v-tree-node-focused:after { - opacity: 1; - border: 1px solid #00b33b; -} - -.customTheme .v-tree-node-selected { - color: #e5f8eb; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.customTheme .v-tree-node-selected:after { - opacity: 1; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - border: none; -} - -.customTheme .v-tree-node-children { - padding-left: 18px; -} - -.customTheme .v-tree-node-drag-top:before, .customTheme .v-tree-node-drag-bottom:after, .customTheme .v-tree-node-drag-bottom.v-tree-node-dragfolder.v-tree-node-expanded > .v-tree-node-children:before { - content: "\2022"; - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #00b33b; - font-size: 30px; - line-height: 2px; - color: #00b33b; - text-indent: -4px; - text-shadow: 0 0 1px #66FF99, 0 0 1px #66FF99; - opacity: 1; - visibility: visible; -} - -.customTheme .v-tree-node-drag-bottom.v-tree-node-dragfolder.v-tree-node-expanded:after { - content: none; -} - -.customTheme .v-tree-node-caption-drag-center { - -webkit-box-shadow: 0 0 0 2px #00b33b; - box-shadow: 0 0 0 2px #00b33b; - position: relative; - border-radius: 4px; -} - -.v-ff .customTheme .v-tree-node-drag-top:before, .v-ff .customTheme .v-tree-node-drag-bottom:after { - line-height: 1px; -} - -.customTheme .v-tree8 { - position: relative; -} - -.customTheme .v-tree8-scroller { - position: absolute; - z-index: 1; - outline: none; - box-sizing: border-box; -} - -.customTheme .v-tree8-scroller-horizontal { - left: 0; - right: 0; - bottom: 0; - overflow-y: hidden; - -ms-overflow-y: hidden; -} - -.customTheme .v-tree8-scroller-vertical { - right: 0; - top: 0; - bottom: 0; - overflow-x: hidden; - -ms-overflow-x: hidden; -} - -.customTheme .v-tree8-tablewrapper { - position: absolute; - overflow: hidden; - box-sizing: border-box; - z-index: 5; -} - -.customTheme .v-tree8-tablewrapper > table { - border-spacing: 0; - table-layout: fixed; - width: inherit; -} - -.customTheme .v-tree8-header-deco, .customTheme .v-tree8-footer-deco { - position: absolute; - right: 0; - box-sizing: border-box; -} - -.customTheme .v-tree8-horizontal-scrollbar-deco { - position: absolute; - bottom: 0; - left: 0; - right: 0; - box-sizing: border-box; -} - -.customTheme .v-tree8-header, .customTheme .v-tree8-body, .customTheme .v-tree8-footer { - position: absolute; - left: 0; - width: inherit; - z-index: 10; -} - -.customTheme .v-tree8-header, .customTheme .v-tree8-header-deco { - top: 0; -} - -.customTheme .v-tree8-footer, .customTheme .v-tree8-footer-deco { - bottom: 0; -} - -.customTheme .v-tree8-body { - -ms-touch-action: none; - touch-action: none; - z-index: 0; - top: 0; -} - -.customTheme .v-tree8-body .v-tree8-row { - position: absolute; - top: 0; - left: 0; -} - -.customTheme .v-tree8-body .v-tree8-header > .v-tree8-row { - position: relative; -} - -.customTheme .v-tree8-row { - display: block; -} - -.customTheme .v-tree8-row > td, .customTheme .v-tree8-row > th { - background-color: #70ffa0; -} - -.customTheme .v-tree8-row { - width: inherit; -} - -.customTheme .v-tree8-cell { - display: block; - float: left; - padding: 2px; - white-space: nowrap; - box-sizing: border-box; - overflow: hidden; - font-size: 15px; -} - -.customTheme .v-tree8-cell.frozen { - position: relative; - z-index: 1; -} - -.customTheme .v-tree8-spacer { - position: absolute; - display: block; - background-color: #70ffa0; -} - -.customTheme .v-tree8-spacer > td { - width: 100%; - height: 100%; - box-sizing: border-box; -} - -.customTheme .v-tree8 { - outline: none; -} - -.customTheme .v-tree8-scroller-vertical, .customTheme .v-tree8-scroller-horizontal { - border: 1px solid #5dd485; -} - -.customTheme .v-tree8-scroller-vertical { - border-left: none; -} - -.customTheme .v-tree8-scroller-horizontal { - border-top: none; -} - -.customTheme .v-tree8-tablewrapper { - border: 1px solid #5dd485; -} - -.customTheme .v-tree8 .header-drag-table { - border-spacing: 0; - position: relative; - table-layout: fixed; - width: inherit; -} - -.customTheme .v-tree8 .header-drag-table .v-tree8-header { - position: absolute; -} - -.customTheme .v-tree8 .header-drag-table .v-tree8-header > .v-tree8-cell { - border: 1px solid #5dd485; - margin-top: -10px; - opacity: 0.9; - filter: alpha(opacity=90); - z-index: 30000; -} - -.customTheme .v-tree8 .header-drag-table .v-tree8-header > .v-tree8-drop-marker { - background-color: #00b33b; - position: absolute; - width: 3px; -} - -.customTheme .v-tree8-sidebar.v-contextmenu { - -webkit-box-shadow: none; - box-shadow: none; - border-radius: 0; - position: absolute; - top: 0; - right: 0; - background-color: #66FF99; - border: 1px solid #5dd485; - padding: 0; - z-index: 5; -} - -.customTheme .v-tree8-sidebar.v-contextmenu.v-tree8-sidebar-popup { - right: auto; -} - -.customTheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button { - background: transparent; - border: none; - color: inherit; - cursor: pointer; - outline: none; - padding: 0 4px; - text-align: right; - line-height: 1; -} - -.customTheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button[disabled] { - cursor: default; -} - -.customTheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button::-moz-focus-inner { - border: 0; -} - -.customTheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button:after { - content: "\f0c9"; - display: block; - font-family: ThemeIcons, sans-serif; - font-size: 14px; -} - -.customTheme .v-tree8-sidebar.v-contextmenu.closed { - border-radius: 0; -} - -.customTheme .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button { - width: 100%; -} - -.customTheme .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button:after { - content: "\f0c9"; - font-size: 14px; - line-height: 1; -} - -.v-ie .customTheme .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button { - vertical-align: middle; -} - -.customTheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-content { - padding: 4px 0; - overflow-y: auto; - overflow-x: hidden; -} - -.customTheme .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle { - text-shadow: none; -} - -.customTheme .v-tree8-cell { - background-color: #70ffa0; - padding: 0 18px; - line-height: 37px; - text-overflow: ellipsis; -} - -.customTheme .v-tree8-cell > * { - line-height: 1.55; - vertical-align: middle; -} - -.customTheme .v-tree8-cell > div { - display: inline-block; -} - -.customTheme .v-tree8-cell.frozen { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #5dd485; - position: relative; - z-index: 11; -} - -.customTheme .v-tree8-cell.frozen + th, .customTheme .v-tree8-cell.frozen + td { - border-left: none; -} - -.customTheme .v-tree8-cell div.component-wrap { - width: 100%; -} - -.customTheme .v-tree8-row > td, .customTheme .v-tree8-editor-cells > div { - border-left: 1px solid #5dd485; - border-bottom: 1px solid #5dd485; -} - -.customTheme .v-tree8-row > td:first-child, .customTheme .v-tree8-editor-cells > div:first-child { - border-left: none; -} - -.customTheme .v-tree8-editor-cells.frozen > div { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #5dd485; - border-left: none; -} - -.customTheme .v-tree8-row-stripe > td { - background-color: #62ff96; -} - -.customTheme .v-tree8-row-selected > td { - background: #00b33b; -} - -.customTheme .v-tree8-row-focused > td { - -} - -.customTheme .v-tree8-header th { - position: relative; - background-color: #66FF99; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #5dd485; - border-bottom: 1px solid #5dd485; - - text-align: left; -} - -.customTheme .v-tree8-header th:first-child { - border-left: none; -} - -.customTheme .v-tree8-header .sort-asc, .customTheme .v-tree8-header .sort-desc { - padding-right: 35px; -} - -.customTheme .v-tree8-header .sort-asc:after, .customTheme .v-tree8-header .sort-desc:after { - font-family: ThemeIcons, sans-serif; - content: "\f0de" " " attr(sort-order); - position: absolute; - right: 18px; - font-size: 12px; -} - -.customTheme .v-tree8-header .sort-desc:after { - content: "\f0dd" " " attr(sort-order); -} - -.customTheme .v-tree8-column-resize-handle { - position: absolute; - width: 36px; - right: -18px; - top: 0px; - bottom: 0px; - cursor: col-resize; - z-index: 10; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.customTheme .v-tree8-column-resize-simple-indicator { - position: absolute; - width: 3px; - top: 0px; - left: 18px; - z-index: 9001; - background: #fff; - box-shadow: 0px 0px 5px #000; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.customTheme .v-tree8-footer td { - background-color: #66FF99; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #5dd485; - border-top: 1px solid #5dd485; - border-bottom: none; - -} - -.customTheme .v-tree8-footer td:first-child { - border-left: none; -} - -.customTheme .v-tree8-header .v-tree8-cell, .customTheme .v-tree8-footer .v-tree8-cell { - overflow: visible; -} - -.customTheme .v-tree8-column-header-content, .customTheme .v-tree8-column-footer-content { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - vertical-align: baseline; -} - -.customTheme .v-tree8-header-deco { - border-top: 1px solid #5dd485; - border-right: 1px solid #5dd485; - background-color: #66FF99; -} - -.customTheme .v-tree8-footer-deco { - border-bottom: 1px solid #5dd485; - border-right: 1px solid #5dd485; - background-color: #66FF99; -} - -.customTheme .v-tree8-horizontal-scrollbar-deco { - background-color: #66FF99; - border: 1px solid #5dd485; - border-top: none; -} - -.customTheme .v-tree8-cell-focused { - position: relative; -} - -.customTheme .v-tree8-cell-focused:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #00b33b; - display: none; - pointer-events: none; -} - -.customTheme .v-tree8:focus .v-tree8-cell-focused:before { - display: block; -} - -.customTheme .v-tree8.v-disabled:focus .v-tree8-cell-focused:before { - display: none; -} - -.customTheme .v-tree8-editor { - position: absolute; - z-index: 20; - overflow: hidden; - left: 0; - right: 0; - border: 1px solid #5dd485; - box-sizing: border-box; - -moz-box-sizing: border-box; - margin-top: -1px; - -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); -} - -.customTheme .v-tree8-editor.unbuffered .v-tree8-editor-footer { - width: 100%; -} - -.customTheme .v-tree8-editor-cells { - position: relative; - white-space: nowrap; -} - -.customTheme .v-tree8-editor-cells.frozen { - z-index: 2; -} - -.customTheme .v-tree8-editor-cells > div { - display: inline-block; - box-sizing: border-box; - vertical-align: middle; - background: #70ffa0; -} - -.customTheme .v-tree8-editor-cells > div:first-child { - border-left: none; -} - -.customTheme .v-tree8-editor-cells > div > * { - vertical-align: middle; - display: inline-block; -} - -.customTheme .v-tree8-editor-cells > div .v-filterselect { - padding-left: 0; -} - -.customTheme .v-tree8-editor-cells > div input[type="text"], .customTheme .v-tree8-editor-cells > div input[type="text"].v-filterselect-input, .customTheme .v-tree8-editor-cells > div input[type="password"] { - padding-left: 18px; -} - -.customTheme .v-tree8-editor-cells > div input[type="text"]:not(.v-filterselect-input), .customTheme .v-tree8-editor-cells > div input[type="password"] { - padding-right: 9px; -} - -.customTheme .v-tree8-editor-cells > div input[type="checkbox"] { - margin-left: 18px; -} - -.customTheme .v-tree8-editor-cells > div .v-textfield, .customTheme .v-tree8-editor-cells > div .v-datefield, .customTheme .v-tree8-editor-cells > div .v-filterselect { - min-width: 100%; - max-width: 100%; - min-height: 100%; - max-height: 100%; -} - -.customTheme .v-tree8-editor-cells > div .v-select, .customTheme .v-tree8-editor-cells > div .v-select-select { - min-width: 100%; - max-width: 100%; -} - -.customTheme .v-tree8-editor-cells > div.not-editable.v-tree8-cell { - float: none; -} - -.customTheme .v-tree8-editor-cells .error::before { - position: absolute; - display: block; - height: 0; - width: 0; - content: ""; - border-top: 5px solid red; - border-right: 5px solid transparent; -} - -.customTheme .v-tree8-editor-cells .error, .customTheme .v-tree8-editor-cells .error > input { - background-color: #fee; -} - -.customTheme .v-tree8-editor-footer { - display: table; - height: 37px; - border-top: 1px solid #5dd485; - margin-top: -1px; - background: #70ffa0; - padding: 0 5px; -} - -.customTheme .v-tree8-editor-footer + .v-tree8-editor-cells > div { - border-bottom: none; - border-top: 1px solid #5dd485; -} - -.customTheme .v-tree8-editor-footer:first-child { - border-top: none; - margin-top: 0; - border-bottom: 1px solid #5dd485; - margin-bottom: -1px; -} - -.customTheme .v-tree8-editor-message, .customTheme .v-tree8-editor-buttons { - display: table-cell; - white-space: nowrap; - vertical-align: middle; -} - -.customTheme .v-tree8-editor-message { - width: 100%; - position: relative; -} - -.customTheme .v-tree8-editor-message > div { - position: absolute; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - top: 0; -} - -.customTheme .v-tree8-editor-save { - margin-right: 4px; -} - -.customTheme .v-tree8-spacer { - padding-left: 1px; -} - -.customTheme .v-tree8-spacer > td { - display: block; - padding: 0; - background-color: #70ffa0; - border-top: 1px solid #68ee95; - border-bottom: 1px solid #5dd485; -} - -.customTheme .v-tree8-spacer.stripe > td { - background-color: #62ff96; - border-top: 1px solid #5bee8c; - border-bottom: 1px solid #5dd485; -} - -.customTheme .v-tree8-spacer-deco-container { - border-top: 1px solid transparent; - position: relative; - top: 0; - z-index: 5; -} - -.customTheme .v-tree8-spacer-deco { - top: 0; - left: 0; - width: 2px; - background-color: #00b33b; - position: absolute; - height: 100%; - pointer-events: none; -} - -.customTheme .v-tree8-cell > .v-progressbar { - width: 100%; -} - -.customTheme .v-tree8 { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - background-color: #66FF99; -} - -.customTheme .v-tree8.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-tree8-header .v-tree8-cell { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-tree8-header .v-tree8-cell.dragged { - opacity: 0.5; - filter: alpha(opacity=50) ; - -webkit-transition: opacity 0.3s ease-in-out; - -moz-transition: opacity 0.3s ease-in-out; - transition: opacity 0.3s ease-in-out; -} - -.customTheme .v-tree8-header .v-tree8-cell.dragged-column-header { - margin-top: -19px; -} - -.customTheme .v-tree8-footer .v-tree8-cell { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-tree8-header-deco { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-tree8-footer-deco, .customTheme .v-tree8-horizontal-scrollbar-deco { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-tree8-row-selected > .v-tree8-cell { - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - color: #b3eec7; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - border-color: #068430; -} - -.customTheme .v-tree8-row-selected > .v-tree8-cell-focused:before { - border-color: #1aff66; -} - -.customTheme .v-tree8-editor { - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - border-color: #00b33b; -} - -.customTheme .v-tree8-editor-footer { - font-size: 14px; - padding: 0 6px; - background: #66FF99; - -webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; -} - -.customTheme .v-tree8-editor-footer:first-child { - -webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; -} - -.customTheme .v-tree8-editor-cells { - z-index: 1; -} - -.customTheme .v-tree8-editor-cells > div:before { - content: ""; - display: inline-block; - height: 100%; - vertical-align: middle; -} - -.customTheme .v-tree8-editor-cells > div.not-editable.v-tree8-cell { - float: none; -} - -.customTheme .v-tree8-editor-cells > div .error::before { - border-top: 9px solid #ed473b; - border-right: 9px solid transparent; -} - -.customTheme .v-tree8-editor-cells > div .error, .customTheme .v-tree8-editor-cells > div .error > input { - background-color: #fffbfb; -} - -.customTheme .v-tree8-editor-cells > div .v-textfield, .customTheme .v-tree8-editor-cells > div .v-textfield-focus, .customTheme .v-tree8-editor-cells > div .v-datefield, .customTheme .v-tree8-editor-cells > div .v-datefield .v-textfield-focus, .customTheme .v-tree8-editor-cells > div .v-filterselect-input, .customTheme .v-tree8-editor-cells > div .v-filterselect-input:focus { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: inset 0 1px 0 #5ffa93; - box-shadow: inset 0 1px 0 #5ffa93; -} - -.customTheme .v-tree8-editor-cells > div input[type="text"].v-datefield-textfield { - padding-left: 42px; -} - -.customTheme .v-tree8-editor-cells > div .v-textfield-focus, .customTheme .v-tree8-editor-cells > div .v-datefield .v-textfield-focus, .customTheme .v-tree8-editor-cells > div .v-filterselect-input:focus { - position: relative; -} - -.customTheme .v-tree8-editor-cells > div .v-select { - padding-left: 9px; - padding-right: 9px; -} - -.customTheme .v-tree8-editor-cells > div .v-checkbox { - margin: 0 9px 0 18px; -} - -.customTheme .v-tree8-editor-cells > div .v-checkbox > input[type="checkbox"] { - margin-left: 0; -} - -.customTheme .v-tree8-editor-cells > div .v-checkbox > label { - white-space: nowrap; -} - -.customTheme .v-tree8-editor-message > div:before { - display: inline-block; - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; - content: "!"; -} - -.customTheme .v-tree8-editor-save, .customTheme .v-tree8-editor-cancel { - cursor: pointer; - color: #00b33b; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - font-weight: 400; - text-decoration: none; - border: none; - background: transparent; - padding: 6px 6px; - margin: 0; - outline: none; -} - -.customTheme .v-tree8-editor-save:hover, .customTheme .v-tree8-editor-cancel:hover { - color: #00e64c; -} - -.customTheme .v-tree8-editor-save.v-disabled, .customTheme .v-tree8-editor-cancel.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-tree8-spacer { - margin-top: -1px; -} - -.customTheme .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-content { - margin: 0 0 2px; - padding: 4px 4px 2px; - overflow-y: auto; - overflow-x: hidden; -} - -.customTheme .v-tree8-sidebar.v-contextmenu.closed { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-tree8-scroller::-webkit-scrollbar { - border: none; -} - -.customTheme .v-tree8-scroller::-webkit-scrollbar-thumb { - border-radius: 10px; - border: 4px solid transparent; - background: rgba(0, 0, 0, 0.3); - -webkit-background-clip: content-box; - background-clip: content-box; -} - -.customTheme .v-tree8-scroller-vertical::-webkit-scrollbar-thumb { - min-height: 30px; -} - -.customTheme .v-tree8-scroller-horizontal::-webkit-scrollbar-thumb { - min-width: 30px; -} - -.customTheme .v-tree8-row-drag-badge { - background-color: red; - color: white; - display: block; - width: 30px; - height: 30px; - border-radius: 10px; - line-height: 30px; - text-align: center; - float: left; -} - -.customTheme .v-tree8-row-drag-top, .customTheme .v-tree8-row-drag-bottom { - z-index: 100; -} - -.customTheme .v-tree8-row-drag-top:before, .customTheme .v-tree8-row-drag-bottom:after { - content: ""; - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #00b33b; - pointer-events: none; - border: none; -} - -.customTheme .v-tree8-row-drag-bottom:after { - bottom: -1px; -} - -.customTheme .v-tree8-row-drag-top:before { - top: -1px; -} - -.customTheme .v-tree8-row-drag-top:first-child:before { - top: 0; -} - -.customTheme .v-tree8-row-drag-center:after { - content: ""; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 2px; - border: 2px solid #00b33b; - pointer-events: none; -} - -.customTheme .v-tree8-row-selected.v-tree8-row-drag-center:after { - border-color: #00802a; -} - -.customTheme .v-tree8-row-selected.v-tree8-row-drag-top:before, .customTheme .v-tree8-row-selected.v-tree8-row-drag-bottom:after { - background: #00802a; -} - -.customTheme .v-tree8-body-drag-top:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; - border: 2px solid #00b33b; - z-index: 100; -} - -.customTheme .v-tree8-expander { - display: inline-block; - vertical-align: top; -} - -.customTheme .v-tree8-expander::before { - display: inline-block; - width: 1.5em; - text-align: center; - content: ""; -} - -.customTheme .v-tree8-expander.expanded::before { - content: "\f0d7"; - font-family: ThemeIcons; -} - -.customTheme .v-tree8-expander.collapsed::before { - content: "\f0da"; - font-family: ThemeIcons; -} - -.customTheme .v-tree8-expander.collapse-disabled::before { - opacity: 0.5; - filter: alpha(opacity=50) ; - cursor: default; -} - -.customTheme .v-tree8-node.depth-0 { - padding-left: 0em; -} - -.customTheme .v-tree8-node.depth-1 { - padding-left: 1em; -} - -.customTheme .v-tree8-node.depth-2 { - padding-left: 2em; -} - -.customTheme .v-tree8-node.depth-3 { - padding-left: 3em; -} - -.customTheme .v-tree8-node.depth-4 { - padding-left: 4em; -} - -.customTheme .v-tree8-node.depth-5 { - padding-left: 5em; -} - -.customTheme .v-tree8-node.depth-6 { - padding-left: 6em; -} - -.customTheme .v-tree8-node.depth-7 { - padding-left: 7em; -} - -.customTheme .v-tree8-node.depth-8 { - padding-left: 8em; -} - -.customTheme .v-tree8-node.depth-9 { - padding-left: 9em; -} - -.customTheme .v-tree8-node.depth-10 { - padding-left: 10em; -} - -.customTheme .v-tree8-node.depth-11 { - padding-left: 11em; -} - -.customTheme .v-tree8-node.depth-12 { - padding-left: 12em; -} - -.customTheme .v-tree8-node.depth-13 { - padding-left: 13em; -} - -.customTheme .v-tree8-node.depth-14 { - padding-left: 14em; -} - -.customTheme .v-tree8-node.depth-15 { - padding-left: 15em; -} - -.customTheme .v-tree8-node.depth-16 { - padding-left: 16em; -} - -.customTheme .v-tree8-node.depth-17 { - padding-left: 17em; -} - -.customTheme .v-tree8-node.depth-18 { - padding-left: 18em; -} - -.customTheme .v-tree8-node.depth-19 { - padding-left: 19em; -} - -.customTheme .v-tree8-node.depth-20 { - padding-left: 20em; -} - -.customTheme .v-tree8-node.depth-21 { - padding-left: 21em; -} - -.customTheme .v-tree8-node.depth-22 { - padding-left: 22em; -} - -.customTheme .v-tree8-node.depth-23 { - padding-left: 23em; -} - -.customTheme .v-tree8-node.depth-24 { - padding-left: 24em; -} - -.customTheme .v-tree8-node.depth-25 { - padding-left: 25em; -} - -.customTheme .v-tree8-node.depth-26 { - padding-left: 26em; -} - -.customTheme .v-tree8-node.depth-27 { - padding-left: 27em; -} - -.customTheme .v-tree8-node.depth-28 { - padding-left: 28em; -} - -.customTheme .v-tree8-node.depth-29 { - padding-left: 29em; -} - -.customTheme .v-tree8-node.depth-30 { - padding-left: 30em; -} - -.customTheme .v-tree8-node.depth-31 { - padding-left: 31em; -} - -.customTheme .v-tree8-cell-content { - display: inline-block; - vertical-align: middle; -} - -.customTheme .v-tree8-row-focused::before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #00b33b; - display: none; - pointer-events: none; -} - -.customTheme .v-tree8-cell-focused { - position: static; -} - -.customTheme .v-tree8-cell-focused::before { - display: none; -} - -.customTheme .v-tree8:focus .v-tree8-row-focused::before { - display: block; -} - -.customTheme .v-tree8.v-disabled:focus .v-tree8-row-focused::before { - display: none; -} - -.customTheme .v-tree8:focus .v-tree8-cell-focused::before { - display: none; -} - -.customTheme .v-tree8 { - background-color: transparent; -} - -.customTheme .v-tree8-row > td { - background-color: transparent; - border: 0; - line-height: 28px; -} - -.customTheme .v-tree8-row > td > * { - vertical-align: baseline; -} - -.customTheme .v-tree8-tablewrapper { - background-color: transparent; - border: none; -} - -.customTheme .v-tree8-row::before { - content: ""; - display: none; - position: absolute; - top: 0; - left: 0; - box-sizing: border-box; - width: 100%; - height: 100%; - border-radius: 4px; - pointer-events: none; - border-width: 1px; -} - -.customTheme .v-tree8-cell { - position: relative; -} - -.customTheme .v-tree8-row-selected > .v-tree8-cell { - background: transparent; -} - -.customTheme .v-tree8-row-selected::before { - display: block; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); -} - -.customTheme .v-tree8:focus .v-tree8-row-selected.v-tree8-row-focused::before { - border-color: transparent; - box-shadow: inset 0 0 0 1px #b3eec7; -} - -.customTheme .v-tree8-scroller-vertical { - border: none; -} - -.customTheme .v-tree8-scroller-horizontal { - border: none; -} - -.customTheme .v-tree8-header-deco, .customTheme .v-tree8-footer-deco, .customTheme .v-tree8-horizontal-scrollbar-deco { - border: none; - background: transparent; -} - -.customTheme .v-treegrid { - position: relative; -} - -.customTheme .v-treegrid-scroller { - position: absolute; - z-index: 1; - outline: none; - box-sizing: border-box; -} - -.customTheme .v-treegrid-scroller-horizontal { - left: 0; - right: 0; - bottom: 0; - overflow-y: hidden; - -ms-overflow-y: hidden; -} - -.customTheme .v-treegrid-scroller-vertical { - right: 0; - top: 0; - bottom: 0; - overflow-x: hidden; - -ms-overflow-x: hidden; -} - -.customTheme .v-treegrid-tablewrapper { - position: absolute; - overflow: hidden; - box-sizing: border-box; - z-index: 5; -} - -.customTheme .v-treegrid-tablewrapper > table { - border-spacing: 0; - table-layout: fixed; - width: inherit; -} - -.customTheme .v-treegrid-header-deco, .customTheme .v-treegrid-footer-deco { - position: absolute; - right: 0; - box-sizing: border-box; -} - -.customTheme .v-treegrid-horizontal-scrollbar-deco { - position: absolute; - bottom: 0; - left: 0; - right: 0; - box-sizing: border-box; -} - -.customTheme .v-treegrid-header, .customTheme .v-treegrid-body, .customTheme .v-treegrid-footer { - position: absolute; - left: 0; - width: inherit; - z-index: 10; -} - -.customTheme .v-treegrid-header, .customTheme .v-treegrid-header-deco { - top: 0; -} - -.customTheme .v-treegrid-footer, .customTheme .v-treegrid-footer-deco { - bottom: 0; -} - -.customTheme .v-treegrid-body { - -ms-touch-action: none; - touch-action: none; - z-index: 0; - top: 0; -} - -.customTheme .v-treegrid-body .v-treegrid-row { - position: absolute; - top: 0; - left: 0; -} - -.customTheme .v-treegrid-body .v-treegrid-header > .v-treegrid-row { - position: relative; -} - -.customTheme .v-treegrid-row { - display: block; -} - -.customTheme .v-treegrid-row > td, .customTheme .v-treegrid-row > th { - background-color: #70ffa0; -} - -.customTheme .v-treegrid-row { - width: inherit; -} - -.customTheme .v-treegrid-cell { - display: block; - float: left; - padding: 2px; - white-space: nowrap; - box-sizing: border-box; - overflow: hidden; - font-size: 15px; -} - -.customTheme .v-treegrid-cell.frozen { - position: relative; - z-index: 1; -} - -.customTheme .v-treegrid-spacer { - position: absolute; - display: block; - background-color: #70ffa0; -} - -.customTheme .v-treegrid-spacer > td { - width: 100%; - height: 100%; - box-sizing: border-box; -} - -.customTheme .v-treegrid { - outline: none; -} - -.customTheme .v-treegrid-scroller-vertical, .customTheme .v-treegrid-scroller-horizontal { - border: 1px solid #5dd485; -} - -.customTheme .v-treegrid-scroller-vertical { - border-left: none; -} - -.customTheme .v-treegrid-scroller-horizontal { - border-top: none; -} - -.customTheme .v-treegrid-tablewrapper { - border: 1px solid #5dd485; -} - -.customTheme .v-treegrid .header-drag-table { - border-spacing: 0; - position: relative; - table-layout: fixed; - width: inherit; -} - -.customTheme .v-treegrid .header-drag-table .v-treegrid-header { - position: absolute; -} - -.customTheme .v-treegrid .header-drag-table .v-treegrid-header > .v-treegrid-cell { - border: 1px solid #5dd485; - margin-top: -10px; - opacity: 0.9; - filter: alpha(opacity=90); - z-index: 30000; -} - -.customTheme .v-treegrid .header-drag-table .v-treegrid-header > .v-treegrid-drop-marker { - background-color: #00b33b; - position: absolute; - width: 3px; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu { - -webkit-box-shadow: none; - box-shadow: none; - border-radius: 0; - position: absolute; - top: 0; - right: 0; - background-color: #66FF99; - border: 1px solid #5dd485; - padding: 0; - z-index: 5; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu.v-treegrid-sidebar-popup { - right: auto; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button { - background: transparent; - border: none; - color: inherit; - cursor: pointer; - outline: none; - padding: 0 4px; - text-align: right; - line-height: 1; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button[disabled] { - cursor: default; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button::-moz-focus-inner { - border: 0; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button:after { - content: "\f0c9"; - display: block; - font-family: ThemeIcons, sans-serif; - font-size: 14px; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu.closed { - border-radius: 0; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button { - width: 100%; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button:after { - content: "\f0c9"; - font-size: 14px; - line-height: 1; -} - -.v-ie .customTheme .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button { - vertical-align: middle; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-content { - padding: 4px 0; - overflow-y: auto; - overflow-x: hidden; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle { - text-shadow: none; -} - -.customTheme .v-treegrid-cell { - background-color: #70ffa0; - padding: 0 18px; - line-height: 37px; - text-overflow: ellipsis; -} - -.customTheme .v-treegrid-cell > * { - line-height: 1.55; - vertical-align: middle; -} - -.customTheme .v-treegrid-cell > div { - display: inline-block; -} - -.customTheme .v-treegrid-cell.frozen { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #5dd485; - position: relative; - z-index: 11; -} - -.customTheme .v-treegrid-cell.frozen + th, .customTheme .v-treegrid-cell.frozen + td { - border-left: none; -} - -.customTheme .v-treegrid-cell div.component-wrap { - width: 100%; -} - -.customTheme .v-treegrid-row > td, .customTheme .v-treegrid-editor-cells > div { - border-left: 1px solid #5dd485; - border-bottom: 1px solid #5dd485; -} - -.customTheme .v-treegrid-row > td:first-child, .customTheme .v-treegrid-editor-cells > div:first-child { - border-left: none; -} - -.customTheme .v-treegrid-editor-cells.frozen > div { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #5dd485; - border-left: none; -} - -.customTheme .v-treegrid-row-stripe > td { - background-color: #62ff96; -} - -.customTheme .v-treegrid-row-selected > td { - background: #00b33b; -} - -.customTheme .v-treegrid-row-focused > td { - -} - -.customTheme .v-treegrid-header th { - position: relative; - background-color: #66FF99; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #5dd485; - border-bottom: 1px solid #5dd485; - - text-align: left; -} - -.customTheme .v-treegrid-header th:first-child { - border-left: none; -} - -.customTheme .v-treegrid-header .sort-asc, .customTheme .v-treegrid-header .sort-desc { - padding-right: 35px; -} - -.customTheme .v-treegrid-header .sort-asc:after, .customTheme .v-treegrid-header .sort-desc:after { - font-family: ThemeIcons, sans-serif; - content: "\f0de" " " attr(sort-order); - position: absolute; - right: 18px; - font-size: 12px; -} - -.customTheme .v-treegrid-header .sort-desc:after { - content: "\f0dd" " " attr(sort-order); -} - -.customTheme .v-treegrid-column-resize-handle { - position: absolute; - width: 36px; - right: -18px; - top: 0px; - bottom: 0px; - cursor: col-resize; - z-index: 10; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.customTheme .v-treegrid-column-resize-simple-indicator { - position: absolute; - width: 3px; - top: 0px; - left: 18px; - z-index: 9001; - background: #fff; - box-shadow: 0px 0px 5px #000; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.customTheme .v-treegrid-footer td { - background-color: #66FF99; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #5dd485; - border-top: 1px solid #5dd485; - border-bottom: none; - -} - -.customTheme .v-treegrid-footer td:first-child { - border-left: none; -} - -.customTheme .v-treegrid-header .v-treegrid-cell, .customTheme .v-treegrid-footer .v-treegrid-cell { - overflow: visible; -} - -.customTheme .v-treegrid-column-header-content, .customTheme .v-treegrid-column-footer-content { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - vertical-align: baseline; -} - -.customTheme .v-treegrid-header-deco { - border-top: 1px solid #5dd485; - border-right: 1px solid #5dd485; - background-color: #66FF99; -} - -.customTheme .v-treegrid-footer-deco { - border-bottom: 1px solid #5dd485; - border-right: 1px solid #5dd485; - background-color: #66FF99; -} - -.customTheme .v-treegrid-horizontal-scrollbar-deco { - background-color: #66FF99; - border: 1px solid #5dd485; - border-top: none; -} - -.customTheme .v-treegrid-cell-focused { - position: relative; -} - -.customTheme .v-treegrid-cell-focused:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #00b33b; - display: none; - pointer-events: none; -} - -.customTheme .v-treegrid:focus .v-treegrid-cell-focused:before { - display: block; -} - -.customTheme .v-treegrid.v-disabled:focus .v-treegrid-cell-focused:before { - display: none; -} - -.customTheme .v-treegrid-editor { - position: absolute; - z-index: 20; - overflow: hidden; - left: 0; - right: 0; - border: 1px solid #5dd485; - box-sizing: border-box; - -moz-box-sizing: border-box; - margin-top: -1px; - -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); -} - -.customTheme .v-treegrid-editor.unbuffered .v-treegrid-editor-footer { - width: 100%; -} - -.customTheme .v-treegrid-editor-cells { - position: relative; - white-space: nowrap; -} - -.customTheme .v-treegrid-editor-cells.frozen { - z-index: 2; -} - -.customTheme .v-treegrid-editor-cells > div { - display: inline-block; - box-sizing: border-box; - vertical-align: middle; - background: #70ffa0; -} - -.customTheme .v-treegrid-editor-cells > div:first-child { - border-left: none; -} - -.customTheme .v-treegrid-editor-cells > div > * { - vertical-align: middle; - display: inline-block; -} - -.customTheme .v-treegrid-editor-cells > div .v-filterselect { - padding-left: 0; -} - -.customTheme .v-treegrid-editor-cells > div input[type="text"], .customTheme .v-treegrid-editor-cells > div input[type="text"].v-filterselect-input, .customTheme .v-treegrid-editor-cells > div input[type="password"] { - padding-left: 18px; -} - -.customTheme .v-treegrid-editor-cells > div input[type="text"]:not(.v-filterselect-input), .customTheme .v-treegrid-editor-cells > div input[type="password"] { - padding-right: 9px; -} - -.customTheme .v-treegrid-editor-cells > div input[type="checkbox"] { - margin-left: 18px; -} - -.customTheme .v-treegrid-editor-cells > div .v-textfield, .customTheme .v-treegrid-editor-cells > div .v-datefield, .customTheme .v-treegrid-editor-cells > div .v-filterselect { - min-width: 100%; - max-width: 100%; - min-height: 100%; - max-height: 100%; -} - -.customTheme .v-treegrid-editor-cells > div .v-select, .customTheme .v-treegrid-editor-cells > div .v-select-select { - min-width: 100%; - max-width: 100%; -} - -.customTheme .v-treegrid-editor-cells > div.not-editable.v-treegrid-cell { - float: none; -} - -.customTheme .v-treegrid-editor-cells .error::before { - position: absolute; - display: block; - height: 0; - width: 0; - content: ""; - border-top: 5px solid red; - border-right: 5px solid transparent; -} - -.customTheme .v-treegrid-editor-cells .error, .customTheme .v-treegrid-editor-cells .error > input { - background-color: #fee; -} - -.customTheme .v-treegrid-editor-footer { - display: table; - height: 37px; - border-top: 1px solid #5dd485; - margin-top: -1px; - background: #70ffa0; - padding: 0 5px; -} - -.customTheme .v-treegrid-editor-footer + .v-treegrid-editor-cells > div { - border-bottom: none; - border-top: 1px solid #5dd485; -} - -.customTheme .v-treegrid-editor-footer:first-child { - border-top: none; - margin-top: 0; - border-bottom: 1px solid #5dd485; - margin-bottom: -1px; -} - -.customTheme .v-treegrid-editor-message, .customTheme .v-treegrid-editor-buttons { - display: table-cell; - white-space: nowrap; - vertical-align: middle; -} - -.customTheme .v-treegrid-editor-message { - width: 100%; - position: relative; -} - -.customTheme .v-treegrid-editor-message > div { - position: absolute; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - top: 0; -} - -.customTheme .v-treegrid-editor-save { - margin-right: 4px; -} - -.customTheme .v-treegrid-spacer { - padding-left: 1px; -} - -.customTheme .v-treegrid-spacer > td { - display: block; - padding: 0; - background-color: #70ffa0; - border-top: 1px solid #68ee95; - border-bottom: 1px solid #5dd485; -} - -.customTheme .v-treegrid-spacer.stripe > td { - background-color: #62ff96; - border-top: 1px solid #5bee8c; - border-bottom: 1px solid #5dd485; -} - -.customTheme .v-treegrid-spacer-deco-container { - border-top: 1px solid transparent; - position: relative; - top: 0; - z-index: 5; -} - -.customTheme .v-treegrid-spacer-deco { - top: 0; - left: 0; - width: 2px; - background-color: #00b33b; - position: absolute; - height: 100%; - pointer-events: none; -} - -.customTheme .v-treegrid-cell > .v-progressbar { - width: 100%; -} - -.customTheme .v-treegrid { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - background-color: #66FF99; -} - -.customTheme .v-treegrid.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-treegrid-header .v-treegrid-cell { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-treegrid-header .v-treegrid-cell.dragged { - opacity: 0.5; - filter: alpha(opacity=50) ; - -webkit-transition: opacity 0.3s ease-in-out; - -moz-transition: opacity 0.3s ease-in-out; - transition: opacity 0.3s ease-in-out; -} - -.customTheme .v-treegrid-header .v-treegrid-cell.dragged-column-header { - margin-top: -19px; -} - -.customTheme .v-treegrid-footer .v-treegrid-cell { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-treegrid-header-deco { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-treegrid-footer-deco, .customTheme .v-treegrid-horizontal-scrollbar-deco { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-treegrid-row-selected > .v-treegrid-cell { - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - color: #b3eec7; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - border-color: #068430; -} - -.customTheme .v-treegrid-row-selected > .v-treegrid-cell-focused:before { - border-color: #1aff66; -} - -.customTheme .v-treegrid-editor { - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - border-color: #00b33b; -} - -.customTheme .v-treegrid-editor-footer { - font-size: 14px; - padding: 0 6px; - background: #66FF99; - -webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; -} - -.customTheme .v-treegrid-editor-footer:first-child { - -webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; -} - -.customTheme .v-treegrid-editor-cells { - z-index: 1; -} - -.customTheme .v-treegrid-editor-cells > div:before { - content: ""; - display: inline-block; - height: 100%; - vertical-align: middle; -} - -.customTheme .v-treegrid-editor-cells > div.not-editable.v-treegrid-cell { - float: none; -} - -.customTheme .v-treegrid-editor-cells > div .error::before { - border-top: 9px solid #ed473b; - border-right: 9px solid transparent; -} - -.customTheme .v-treegrid-editor-cells > div .error, .customTheme .v-treegrid-editor-cells > div .error > input { - background-color: #fffbfb; -} - -.customTheme .v-treegrid-editor-cells > div .v-textfield, .customTheme .v-treegrid-editor-cells > div .v-textfield-focus, .customTheme .v-treegrid-editor-cells > div .v-datefield, .customTheme .v-treegrid-editor-cells > div .v-datefield .v-textfield-focus, .customTheme .v-treegrid-editor-cells > div .v-filterselect-input, .customTheme .v-treegrid-editor-cells > div .v-filterselect-input:focus { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: inset 0 1px 0 #5ffa93; - box-shadow: inset 0 1px 0 #5ffa93; -} - -.customTheme .v-treegrid-editor-cells > div input[type="text"].v-datefield-textfield { - padding-left: 42px; -} - -.customTheme .v-treegrid-editor-cells > div .v-textfield-focus, .customTheme .v-treegrid-editor-cells > div .v-datefield .v-textfield-focus, .customTheme .v-treegrid-editor-cells > div .v-filterselect-input:focus { - position: relative; -} - -.customTheme .v-treegrid-editor-cells > div .v-select { - padding-left: 9px; - padding-right: 9px; -} - -.customTheme .v-treegrid-editor-cells > div .v-checkbox { - margin: 0 9px 0 18px; -} - -.customTheme .v-treegrid-editor-cells > div .v-checkbox > input[type="checkbox"] { - margin-left: 0; -} - -.customTheme .v-treegrid-editor-cells > div .v-checkbox > label { - white-space: nowrap; -} - -.customTheme .v-treegrid-editor-message > div:before { - display: inline-block; - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; - content: "!"; -} - -.customTheme .v-treegrid-editor-save, .customTheme .v-treegrid-editor-cancel { - cursor: pointer; - color: #00b33b; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - font-weight: 400; - text-decoration: none; - border: none; - background: transparent; - padding: 6px 6px; - margin: 0; - outline: none; -} - -.customTheme .v-treegrid-editor-save:hover, .customTheme .v-treegrid-editor-cancel:hover { - color: #00e64c; -} - -.customTheme .v-treegrid-editor-save.v-disabled, .customTheme .v-treegrid-editor-cancel.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-treegrid-spacer { - margin-top: -1px; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-content { - margin: 0 0 2px; - padding: 4px 4px 2px; - overflow-y: auto; - overflow-x: hidden; -} - -.customTheme .v-treegrid-sidebar.v-contextmenu.closed { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-treegrid-scroller::-webkit-scrollbar { - border: none; -} - -.customTheme .v-treegrid-scroller::-webkit-scrollbar-thumb { - border-radius: 10px; - border: 4px solid transparent; - background: rgba(0, 0, 0, 0.3); - -webkit-background-clip: content-box; - background-clip: content-box; -} - -.customTheme .v-treegrid-scroller-vertical::-webkit-scrollbar-thumb { - min-height: 30px; -} - -.customTheme .v-treegrid-scroller-horizontal::-webkit-scrollbar-thumb { - min-width: 30px; -} - -.customTheme .v-treegrid-row-drag-badge { - background-color: red; - color: white; - display: block; - width: 30px; - height: 30px; - border-radius: 10px; - line-height: 30px; - text-align: center; - float: left; -} - -.customTheme .v-treegrid-row-drag-top, .customTheme .v-treegrid-row-drag-bottom { - z-index: 100; -} - -.customTheme .v-treegrid-row-drag-top:before, .customTheme .v-treegrid-row-drag-bottom:after { - content: ""; - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #00b33b; - pointer-events: none; - border: none; -} - -.customTheme .v-treegrid-row-drag-bottom:after { - bottom: -1px; -} - -.customTheme .v-treegrid-row-drag-top:before { - top: -1px; -} - -.customTheme .v-treegrid-row-drag-top:first-child:before { - top: 0; -} - -.customTheme .v-treegrid-row-drag-center:after { - content: ""; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 2px; - border: 2px solid #00b33b; - pointer-events: none; -} - -.customTheme .v-treegrid-row-selected.v-treegrid-row-drag-center:after { - border-color: #00802a; -} - -.customTheme .v-treegrid-row-selected.v-treegrid-row-drag-top:before, .customTheme .v-treegrid-row-selected.v-treegrid-row-drag-bottom:after { - background: #00802a; -} - -.customTheme .v-treegrid-body-drag-top:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; - border: 2px solid #00b33b; - z-index: 100; -} - -.customTheme .v-treegrid-expander { - display: inline-block; - vertical-align: top; -} - -.customTheme .v-treegrid-expander::before { - display: inline-block; - width: 1.5em; - text-align: center; - content: ""; -} - -.customTheme .v-treegrid-expander.expanded::before { - content: "\f0d7"; - font-family: ThemeIcons; -} - -.customTheme .v-treegrid-expander.collapsed::before { - content: "\f0da"; - font-family: ThemeIcons; -} - -.customTheme .v-treegrid-expander.collapse-disabled::before { - opacity: 0.5; - filter: alpha(opacity=50) ; - cursor: default; -} - -.customTheme .v-treegrid-node.depth-0 { - padding-left: 0em; -} - -.customTheme .v-treegrid-node.depth-1 { - padding-left: 1em; -} - -.customTheme .v-treegrid-node.depth-2 { - padding-left: 2em; -} - -.customTheme .v-treegrid-node.depth-3 { - padding-left: 3em; -} - -.customTheme .v-treegrid-node.depth-4 { - padding-left: 4em; -} - -.customTheme .v-treegrid-node.depth-5 { - padding-left: 5em; -} - -.customTheme .v-treegrid-node.depth-6 { - padding-left: 6em; -} - -.customTheme .v-treegrid-node.depth-7 { - padding-left: 7em; -} - -.customTheme .v-treegrid-node.depth-8 { - padding-left: 8em; -} - -.customTheme .v-treegrid-node.depth-9 { - padding-left: 9em; -} - -.customTheme .v-treegrid-node.depth-10 { - padding-left: 10em; -} - -.customTheme .v-treegrid-node.depth-11 { - padding-left: 11em; -} - -.customTheme .v-treegrid-node.depth-12 { - padding-left: 12em; -} - -.customTheme .v-treegrid-node.depth-13 { - padding-left: 13em; -} - -.customTheme .v-treegrid-node.depth-14 { - padding-left: 14em; -} - -.customTheme .v-treegrid-node.depth-15 { - padding-left: 15em; -} - -.customTheme .v-treegrid-node.depth-16 { - padding-left: 16em; -} - -.customTheme .v-treegrid-node.depth-17 { - padding-left: 17em; -} - -.customTheme .v-treegrid-node.depth-18 { - padding-left: 18em; -} - -.customTheme .v-treegrid-node.depth-19 { - padding-left: 19em; -} - -.customTheme .v-treegrid-node.depth-20 { - padding-left: 20em; -} - -.customTheme .v-treegrid-node.depth-21 { - padding-left: 21em; -} - -.customTheme .v-treegrid-node.depth-22 { - padding-left: 22em; -} - -.customTheme .v-treegrid-node.depth-23 { - padding-left: 23em; -} - -.customTheme .v-treegrid-node.depth-24 { - padding-left: 24em; -} - -.customTheme .v-treegrid-node.depth-25 { - padding-left: 25em; -} - -.customTheme .v-treegrid-node.depth-26 { - padding-left: 26em; -} - -.customTheme .v-treegrid-node.depth-27 { - padding-left: 27em; -} - -.customTheme .v-treegrid-node.depth-28 { - padding-left: 28em; -} - -.customTheme .v-treegrid-node.depth-29 { - padding-left: 29em; -} - -.customTheme .v-treegrid-node.depth-30 { - padding-left: 30em; -} - -.customTheme .v-treegrid-node.depth-31 { - padding-left: 31em; -} - -.customTheme .v-treegrid-cell-content { - display: inline-block; - vertical-align: middle; -} - -.customTheme .v-treegrid-row-focused::before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #00b33b; - display: none; - pointer-events: none; -} - -.customTheme .v-treegrid-cell-focused { - position: static; -} - -.customTheme .v-treegrid-cell-focused::before { - display: none; -} - -.customTheme .v-treegrid:focus .v-treegrid-row-focused::before { - display: block; -} - -.customTheme .v-treegrid.v-disabled:focus .v-treegrid-row-focused::before { - display: none; -} - -.customTheme .v-treegrid:focus .v-treegrid-cell-focused::before { - display: none; -} - -.customTheme .v-table { - position: relative; - background: #66FF99; - color: #125227; - overflow: hidden; -} - -.customTheme .v-table-header table, .customTheme .v-table-footer table, .customTheme .v-table-table { - -webkit-box-shadow: 0 0 0 1px #5dd485; - box-shadow: 0 0 0 1px #5dd485; -} - -.customTheme .v-table-header-wrap, .customTheme .v-table-footer-wrap, .customTheme .v-table-header-drag { - border: 1px solid #5dd485; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - white-space: nowrap; - font-size: 14px; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-table-header-wrap { - position: relative; - border-bottom: none; -} - -.customTheme .v-table-footer-wrap { - border-top: none; -} - -.customTheme .v-table-footer td { - border-left: 1px solid #5dd485; -} - -.customTheme .v-table-footer-container, .customTheme .v-table-caption-container { - overflow: hidden; - line-height: 1; - min-height: 37px; - box-sizing: border-box; -} - -.customTheme .v-table-footer-container { - padding: 11px 12px 12px; - float: right; -} - -.customTheme [class^="v-table-header-cell"] { - position: relative; -} - -.customTheme .v-table-caption-container, .customTheme .v-table-header-drag { - padding: 12px 12px 11px; - border-left: 1px solid #5dd485; -} - -.customTheme .v-table-caption-container-align-right { - padding-right: 4px; -} - -.customTheme .v-table-resizer { - height: 37px; - width: 8px; - cursor: e-resize; - cursor: col-resize; - position: relative; - right: -4px; - z-index: 1; - margin-left: -8px; -} - -.customTheme .v-table-cell-content { - border-left: 1px solid #5dd485; - overflow: hidden; - height: 37px; - vertical-align: middle; -} - -.customTheme .v-table-cell-content:first-child { - border-left: none; - padding-left: 1px; -} - -.customTheme .v-table-header td:first-child .v-table-caption-container, .customTheme .v-table-footer td:first-child { - border-left-color: transparent; -} - -.customTheme .v-table-cell-wrapper { - line-height: 1; - padding: 0 12px; - box-sizing: border-box; - margin-right: 0 !important; -} - -.customTheme .v-table-cell-wrapper > .v-widget { - margin: 3px -6px; -} - -.customTheme .v-table-cell-wrapper > .v-widget.v-label, .customTheme .v-table-cell-wrapper > .v-widget.v-checkbox, .customTheme .v-table-cell-wrapper > .v-widget.v-select-optiongroup { - margin: 0; -} - -.customTheme .v-table-cell-wrapper > .v-widget.v-progressbar { - margin-left: 0; - margin-right: 0; -} - -.customTheme .v-table-body { - border: 1px solid #5dd485; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; -} - -.customTheme .v-table-table { - background-color: #70ffa0; - white-space: nowrap; -} - -.customTheme .v-table-table td { - border-top: 1px solid #5dd485; -} - -.customTheme .v-table-table tr:first-child > td { - border-top: none; -} - -.customTheme .v-table-row { - background-color: #70ffa0; - cursor: pointer; -} - -.customTheme .v-table-row-odd { - background-color: #62ff96; - cursor: pointer; -} - -.customTheme .v-table-body-noselection .v-table-row, .customTheme .v-table-body-noselection .v-table-row-odd { - cursor: default; -} - -.customTheme .v-table [class*="-row"].v-selected { - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - background-origin: border-box; - color: #e5f8eb; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.customTheme .v-table [class*="-row"].v-selected + .v-selected { - background: #00a533; -} - -.customTheme .v-table [class*="-row"].v-selected + .v-selected td { - border-top-color: #00a533; -} - -.customTheme .v-table [class*="-row"].v-selected .v-table-cell-content { - border-color: transparent; - border-left-color: #068430; -} - -.customTheme .v-table [class*="-row"].v-selected .v-table-cell-content:first-child { - border-left-color: transparent; -} - -.customTheme .v-table-header-cell-asc .v-table-sort-indicator, .customTheme .v-table-header-cell-desc .v-table-sort-indicator { - background: transparent; - width: 19px; - height: 37px; - line-height: 37px; - margin-left: -19px; -} - -.customTheme .v-table-header-cell-asc .v-table-sort-indicator:before, .customTheme .v-table-header-cell-desc .v-table-sort-indicator:before { - font-style: normal; - font-weight: normal; - display: inline-block; -} - -.customTheme .v-table-header-cell-asc .v-table-sort-indicator:before { - content: "\f0de"; - font-family: ThemeIcons; -} - -.customTheme .v-table-header-cell-desc .v-table-sort-indicator:before { - content: "\f0dd"; - font-family: ThemeIcons; -} - -.customTheme [class*="rowheader"] span.v-icon { - min-width: 1em; -} - -.customTheme .v-table-focus { - outline: 1px solid #00b33b; - outline-offset: -1px; -} - -.customTheme .v-drag-element.v-table-focus, .customTheme .v-drag-element .v-table-focus { - outline: none; -} - -.customTheme .v-table-header-drag { - position: absolute; - opacity: 0.9; - filter: alpha(opacity=90) ; - margin-top: -19px; - z-index: 30000; - line-height: 1; -} - -.customTheme .v-table-focus-slot-right { - border-right: 3px solid #00b33b; - right: -2px; - margin-left: -11px !important; -} - -.customTheme .v-table-focus-slot-left { - float: left; - border-left: 3px solid #00b33b; - left: -1px; - right: auto; - margin-left: 0 !important; - margin-right: -11px; -} - -.customTheme .v-table-column-selector { - height: 35px; - padding: 0 16px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84; - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - position: absolute; - z-index: 2; - top: 0; - right: 0; - width: 18px; - height: 18px; - line-height: 18px; - padding: 0; - border-top-width: 0; - border-right-width: 0; - border-radius: 0 0 0 4px; - cursor: pointer; - text-align: center; - opacity: 0; - filter: alpha(opacity=0) ; - -webkit-transition: opacity 200ms 2s; - -moz-transition: opacity 200ms 2s; - transition: opacity 200ms 2s; -} - -.customTheme .v-table-column-selector:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-table-column-selector:hover:after { - background-color: rgba(0, 230, 76, 0.1); -} - -.customTheme .v-table-column-selector:focus:after { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-table-column-selector:active:after { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-table-column-selector:after { - content: ""; - position: absolute; - border: none; - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.customTheme .v-table-column-selector:active:after { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-table-column-selector:before { - font-family: ThemeIcons; - content: "\f013"; -} - -.customTheme .v-table-header-wrap:hover .v-table-column-selector { - opacity: 1; - filter: none ; - -webkit-transition-delay: 200ms; - -moz-transition-delay: 200ms; - transition-delay: 200ms; -} - -.customTheme .v-on:before, .customTheme .v-off:before { - content: "\f00c"; - font-family: ThemeIcons; - font-size: 0.9em; - margin-right: 6px; -} - -.customTheme .v-on div, .customTheme .v-off div { - display: inline; -} - -.customTheme .v-on.v-disabled, .customTheme .v-off.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-off:before { - visibility: hidden; -} - -.customTheme tbody.v-drag-element { - display: block; - overflow: visible; - -webkit-box-shadow: none; - box-shadow: none; - background: transparent; - opacity: 1; - filter: none ; -} - -.customTheme tbody.v-drag-element tr { - display: block; - - - -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); - border-radius: 4px; - overflow: hidden; - opacity: 0.5; - filter: alpha(opacity=50) ; - background: #70ffa0; -} - -.customTheme .v-table-body { - position: relative; - z-index: 1; -} - -.customTheme .v-table-scrollposition { - position: absolute; - top: 50%; - width: 100%; - height: 35px; - line-height: 35px; - margin: -18px 0 0 !important; - text-align: center; -} - -.customTheme .v-table-drag { - overflow: visible; -} - -.customTheme .v-table-drag .v-table-body { - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - border-color: #00b33b; -} - -.customTheme .v-table-drag .v-table-body .v-table-focus { - outline: none; -} - -.customTheme .v-table-row-drag-middle .v-table-cell-content { - background-color: #59ef8b; - color: #164626; -} - -.customTheme .v-table-row-drag-bottom td.v-table-cell-content { - border-bottom: 2px solid #00b33b; - height: 35px; -} - -.customTheme .v-table-row-drag-bottom .v-table-cell-wrapper { - margin-bottom: -2px; -} - -.customTheme .v-table-row-drag-top td.v-table-cell-content { - border-top: 2px solid #00b33b; - height: 36px; -} - -.customTheme .v-table-row-drag-top .v-table-cell-wrapper { - margin-top: -1px; -} - -.customTheme .v-table-no-stripes .v-table-row, .customTheme .v-table-no-stripes .v-table-row-odd { - background: transparent; -} - -.customTheme .v-table-no-vertical-lines .v-table-cell-content { - border-left: none; - padding-left: 1px; -} - -.customTheme .v-table-no-vertical-lines.v-treetable .v-table-cell-content { - padding-left: 13px; -} - -.customTheme .v-table-no-horizontal-lines .v-table-cell-content { - border-top: none; - border-bottom: none; -} - -.customTheme .v-table-no-horizontal-lines .v-table-row-drag-top .v-table-cell-content, .customTheme .v-table-no-horizontal-lines .v-table-row-drag-bottom .v-table-cell-content { - height: 36px; -} - -.customTheme .v-table-no-header .v-table-header-wrap { - display: none; -} - -.customTheme .v-table-borderless .v-table-header-wrap, .customTheme .v-table-borderless .v-table-footer-wrap, .customTheme .v-table-borderless .v-table-header-drag, .customTheme .v-table-borderless .v-table-body { - border: none; -} - -.customTheme .v-table-borderless .v-table-header-wrap { - border-bottom: 1px solid #5fd988; -} - -.customTheme .v-table-borderless .v-table-footer-wrap { - border-top: 1px solid #5fd988; -} - -.customTheme .v-table-compact .v-table-header-wrap, .customTheme .v-table-compact .v-table-footer-wrap, .customTheme .v-table-compact .v-table-header-drag, .customTheme .v-table-small .v-table-header-wrap, .customTheme .v-table-small .v-table-footer-wrap, .customTheme .v-table-small .v-table-header-drag { - font-size: 14px; -} - -.customTheme .v-table-compact .v-table-footer-container, .customTheme .v-table-small .v-table-footer-container { - padding: 8px 7px 9px; -} - -.customTheme .v-table-compact .v-table-caption-container, .customTheme .v-table-compact .v-table-header-drag, .customTheme .v-table-small .v-table-caption-container, .customTheme .v-table-small .v-table-header-drag { - padding-top: 9px; - padding-bottom: 8px; - padding-left: 6px; - padding-right: 6px; -} - -.customTheme .v-table-compact .v-table-caption-container-align-right, .customTheme .v-table-small .v-table-caption-container-align-right { - padding-right: 0; -} - -.customTheme .v-table-compact .v-table-resizer, .customTheme .v-table-small .v-table-resizer { - height: 31px; -} - -.customTheme .v-table-compact .v-table-cell-content, .customTheme .v-table-small .v-table-cell-content { - height: 31px; -} - -.customTheme .v-table-compact .v-table-cell-wrapper, .customTheme .v-table-small .v-table-cell-wrapper { - padding-left: 6px; - padding-right: 6px; -} - -.customTheme .v-table-compact .v-table-cell-wrapper > .v-widget, .customTheme .v-table-small .v-table-cell-wrapper > .v-widget { - margin: 2px -3px; -} - -.customTheme .v-table-compact .v-table-cell-wrapper > .v-widget.v-label, .customTheme .v-table-compact .v-table-cell-wrapper > .v-widget.v-checkbox, .customTheme .v-table-compact .v-table-cell-wrapper > .v-widget.v-select-optiongroup, .customTheme .v-table-small .v-table-cell-wrapper > .v-widget.v-label, .customTheme .v-table-small .v-table-cell-wrapper > .v-widget.v-checkbox, .customTheme .v-table-small .v-table-cell-wrapper > .v-widget.v-select-optiongroup { - margin: 0; -} - -.customTheme .v-table-compact .v-table-cell-wrapper > .v-widget.v-progressbar, .customTheme .v-table-small .v-table-cell-wrapper > .v-widget.v-progressbar { - margin-left: 0; - margin-right: 0; -} - -.customTheme .v-table-compact .v-table-header-cell-asc .v-table-sort-indicator, .customTheme .v-table-compact .v-table-header-cell-desc .v-table-sort-indicator, .customTheme .v-table-small .v-table-header-cell-asc .v-table-sort-indicator, .customTheme .v-table-small .v-table-header-cell-desc .v-table-sort-indicator { - height: 31px; - line-height: 31px; -} - -.customTheme .v-table-compact .v-table-header-drag, .customTheme .v-table-small .v-table-header-drag { - margin-top: -16px; -} - -.customTheme .v-table-compact.v-treetable .v-table-cell-wrapper, .customTheme .v-table-small.v-treetable .v-table-cell-wrapper { - padding-left: 0; - padding-right: 0; - min-height: 15px; -} - -.customTheme .v-table-compact.v-treetable .v-table-cell-content, .customTheme .v-table-small.v-treetable .v-table-cell-content { - padding-left: 6px; - padding-right: 6px; -} - -.customTheme .v-table-compact.v-treetable .v-table-cell-content:first-child, .customTheme .v-table-small.v-treetable .v-table-cell-content:first-child { - padding-left: 7px; -} - -.customTheme .v-table-compact.v-treetable .v-table-footer-container, .customTheme .v-table-small.v-treetable .v-table-footer-container { - padding-left: 6px; - padding-right: 6px; -} - -.customTheme .v-table-compact .v-table-row-drag-top .v-table-cell-content, .customTheme .v-table-compact .v-table-row-drag-bottom .v-table-cell-content, .customTheme .v-table-small .v-table-row-drag-top .v-table-cell-content, .customTheme .v-table-small .v-table-row-drag-bottom .v-table-cell-content { - height: 30px; -} - -.customTheme .v-table-small { - font-size: 14px; -} - -.customTheme .v-table-small.v-treetable .v-table-cell-wrapper { - min-height: 14px; -} - -.customTheme .v-treetable [class*="caption-container"], .customTheme .v-treetable [class*="footer-container"], .customTheme .v-treetable [class*="cell-wrapper"] { - box-sizing: content-box; - padding-left: 0; - padding-right: 0; -} - -.customTheme .v-treetable [class*="caption-container"], .customTheme .v-treetable [class*="footer-container"] { - min-height: 14px; -} - -.customTheme .v-treetable [class*="cell-wrapper"] { - min-height: 15px; -} - -.customTheme .v-treetable [class*="caption-container"] { - padding-left: 12px; -} - -.customTheme .v-treetable [class*="caption-container-align-right"] { - padding-left: 20px; -} - -.customTheme .v-treetable [class*="footer-container"] { - padding-right: 12px; -} - -.customTheme .v-treetable [class*="cell-content"] { - padding-left: 12px; - padding-right: 12px; -} - -.customTheme .v-treetable [class*="cell-content"]:first-child { - padding-left: 13px; -} - -.customTheme .v-treetable-treespacer { - display: inline-block; - position: absolute; - width: 18px !important; - margin-left: -24px; - text-align: center; - cursor: pointer; -} - -.customTheme .v-treetable-node-closed:before { - content: "\f0da"; - font-family: ThemeIcons; -} - -.customTheme .v-treetable-node-open:before { - content: "\f0d7"; - font-family: ThemeIcons; -} - -.customTheme .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter { - width: 1px; -} - -.customTheme .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter:after { - left: -6px; - right: -6px; -} - -.customTheme .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before { - height: 35px; - padding: 0 16px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, none; - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, none; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - height: auto; - padding: 0; - border-radius: 0; - background-color: #66FF99; - background-image: -webkit-linear-gradient(left, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to right,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:hover:after { - background-color: rgba(0, 230, 76, 0.1); -} - -.customTheme .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:focus:after { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:active:after { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-splitpanel-horizontal > div > .v-splitpanel-second-container { - margin-left: 1px; -} - -.customTheme .v-splitpanel-vertical > div > .v-splitpanel-vsplitter { - height: 1px; -} - -.customTheme .v-splitpanel-vertical > div > .v-splitpanel-vsplitter:after { - top: -6px; - bottom: -6px; -} - -.customTheme .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before { - height: 35px; - padding: 0 16px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, none; - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, none; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - height: auto; - padding: 0; - border-radius: 0; -} - -.customTheme .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:hover:after { - background-color: rgba(0, 230, 76, 0.1); -} - -.customTheme .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:focus:after { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:active:after { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter { - width: 12px; -} - -.customTheme .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter:after { - left: 0px; - right: 0px; -} - -.customTheme .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before { - height: 35px; - padding: 0 16px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, none; - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, none; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - height: auto; - padding: 0; - border-radius: 0; - background-color: #66FF99; - background-image: -webkit-linear-gradient(left, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to right,#6effa1 2%, #59f48a 98%); -} - -.customTheme .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:hover:after { - background-color: rgba(0, 230, 76, 0.1); -} - -.customTheme .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:focus:after { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:active:after { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:after { - content: ""; - border: 1px solid #59de85; - border-top-color: #4cbe72; - border-left-color: #4cbe72; - position: absolute; - top: 50%; - left: 50%; - width: 0; - height: 35px; - margin-left: -1px; - margin-top: -18px; -} - -.customTheme .v-splitpanel-horizontal.large > div > .v-splitpanel-second-container { - margin-left: 12px; -} - -.customTheme .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter { - height: 12px; -} - -.customTheme .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter:after { - top: 0px; - bottom: 0px; -} - -.customTheme .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before { - height: 35px; - padding: 0 16px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, none; - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, none; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - height: auto; - padding: 0; - border-radius: 0; -} - -.customTheme .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:hover:after { - background-color: rgba(0, 230, 76, 0.1); -} - -.customTheme .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:focus:after { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:active:after { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:after { - content: ""; - border: 1px solid #59de85; - border-top-color: #4cbe72; - border-left-color: #4cbe72; - position: absolute; - top: 50%; - left: 50%; - width: 35px; - height: 0; - margin-left: -18px; - margin-top: -1px; -} - -.customTheme .v-progressbar-wrapper { - border-radius: 4px; - height: 9px; - background-color: #40f07a; - background-image: -webkit-linear-gradient(bottom, #45f183 2%, #37e46b 98%); - background-image: linear-gradient(to top,#45f183 2%, #37e46b 98%); - box-sizing: border-box; - min-width: 70px; -} - -.customTheme .v-progressbar-indicator { - border-radius: 4px; - height: inherit; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - - - border: 1px solid #008d2e; - box-sizing: border-box; - max-width: 100%; - min-width: 8px; - -webkit-transition: width 160ms; - -moz-transition: width 160ms; - transition: width 160ms; -} - -.customTheme .v-progressbar-point .v-progressbar-indicator { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - border: none; - text-align: right; - overflow: hidden; -} - -.customTheme .v-progressbar-point .v-progressbar-indicator:before { - content: ""; - display: inline-block; - border-radius: 4px; - height: inherit; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - - - border: 1px solid #008d2e; - box-sizing: border-box; - max-width: 100%; - width: 9px; - vertical-align: top; -} - -.customTheme .v-progressbar-indeterminate { - height: 24px !important; - width: 24px !important; - box-sizing: border-box; - border: 2px solid rgba(0, 179, 59, 0.2); - border-top-color: #00b33b; - border-right-color: #00b33b; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; -} - -.customTheme .v-progressbar-indeterminate .v-progressbar-wrapper { - display: none; -} - -.customTheme .v-slider { - position: relative; -} - -.customTheme .v-slider:focus { - outline: none; -} - -.customTheme .v-slider:focus .v-slider-handle:after { - opacity: 1; -} - -.customTheme .v-slider.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-slider-base { - border-radius: 4px; - height: 9px; - background-color: #40f07a; - background-image: -webkit-linear-gradient(bottom, #45f183 2%, #37e46b 98%); - background-image: linear-gradient(to top,#45f183 2%, #37e46b 98%); - box-sizing: border-box; - min-width: 70px; - height: 6px; - margin: 16px 11px; - white-space: nowrap; - overflow: hidden; - -} - -.customTheme .v-slider-base:before { - content: ""; - position: absolute; - top: 16px; - bottom: 16px; - left: 11px; - width: 8px; - border-radius: 4px; - border-left: 1px solid #008d2e; -} - -.customTheme .v-slider-base:after { - border-radius: 4px; - height: inherit; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - - - border: 1px solid #008d2e; - box-sizing: border-box; - max-width: 100%; - content: ""; - display: inline-block; - margin-left: -100%; - width: 100%; - vertical-align: top; -} - -.customTheme .v-has-width > .v-slider-base { - min-width: 0; -} - -.customTheme .v-slider-handle { - margin-top: -15px; - width: 0.1px; - display: inline-block; - vertical-align: top; -} - -.customTheme .v-slider-handle:before { - height: 35px; - padding: 0 16px; - color: #081c0f; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #50c978; - border-top-color: #56c97f; - border-bottom-color: #46c06d; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.customTheme .v-slider-handle:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.customTheme .v-slider-handle:before:hover:after { - background-color: rgba(0, 230, 76, 0.1); -} - -.customTheme .v-slider-handle:before:focus:after { - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-slider-handle:before:active:after { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-slider-handle:after { - border: 1px solid #50c978; - border-color: #00b33b; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - opacity: 0; - -webkit-transition: opacity 200ms; - -moz-transition: opacity 200ms; - transition: opacity 200ms; -} - -.customTheme .v-slider-handle:before, .customTheme .v-slider-handle:after { - content: ""; - box-sizing: border-box; - padding: 0; - width: 22px; - height: 22px; - border-radius: 11px; - position: absolute; - z-index: 1; - margin-top: 7px; - margin-left: -11px; -} - -.customTheme .v-slider-feedback { - background-color: rgba(0, 71, 24, 0.9); - -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); - box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); - color: white; - padding: 5px 9px; - border-radius: 3px; - max-width: 35em; - overflow: hidden !important; - font-size: 14px; -} - -.customTheme .v-slider-vertical { - padding: 11px 0; - height: 92px; -} - -.customTheme .v-slider-vertical .v-slider-base { - background-color: #40f07a; - background-image: -webkit-linear-gradient(right, #45f183 2%, #37e46b 98%); - background-image: linear-gradient(to left,#45f183 2%, #37e46b 98%); - width: 6px; - height: 100% !important; - min-width: 0; - margin: 0 15px; -} - -.customTheme .v-slider-vertical .v-slider-base:before { - top: auto; - bottom: 11px; - left: 16px; - right: 16px; - width: auto; - height: 8px; - border-left: none; - border-bottom: 1px solid #008d2e; -} - -.customTheme .v-slider-vertical .v-slider-base:after { - height: 101%; - margin-left: 0; - background-color: #00b33b; - background-image: -webkit-linear-gradient(left, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to right,#00b93f 2%, #00a533 98%); -} - -.customTheme .v-slider-vertical .v-slider-handle { - width: 0; - height: 0.1px; - width: 35px; - display: block; -} - -.customTheme .v-slider-vertical .v-slider-handle:before, .customTheme .v-slider-vertical .v-slider-handle:after { - width: 22px; - height: 22px; - margin-top: -11px; - margin-left: -8px; -} - -.customTheme .v-slider-no-indicator .v-slider-base:before, .customTheme .v-slider-no-indicator .v-slider-base:after { - display: none; -} - -.customTheme .v-tabsheet:not(.v-has-width) { - width: auto !important; -} - -.customTheme .v-tabsheet-spacertd { - display: none !important; -} - -.customTheme .v-tabsheet-tabcontainer { - position: relative; - box-sizing: border-box; -} - -.customTheme .v-tabsheet-tabcontainer:before { - content: ""; - position: absolute; - height: 0; - border-top: 1px solid #5be488; - bottom: 0; - left: 0; - right: 0; -} - -.customTheme .v-tabsheet-tabcontainer .v-tabsheet-tabs { - position: relative; -} - -.customTheme .v-tabsheet-tabitemcell { - vertical-align: bottom; -} - -.customTheme .v-tabsheet-tabitemcell .v-tabsheet-tabitem { - line-height: 0; - overflow: hidden; -} - -.customTheme .v-tabsheet-tabitemcell .v-caption { - margin-left: 18px; - padding: 0 4px; - box-sizing: border-box; - cursor: pointer; - text-align: center; - line-height: 35px; - font-size: 14px; - font-weight: 300; - color: #168039; - width: auto !important; - overflow: hidden; - text-overflow: ellipsis; - border-bottom: 2px solid transparent; - position: relative; - -webkit-transition: border-bottom 200ms, color 200ms; - -moz-transition: border-bottom 200ms, color 200ms; - transition: border-bottom 200ms, color 200ms; -} - -.customTheme .v-tabsheet-tabitemcell .v-caption .v-captiontext { - display: inline; -} - -.customTheme .v-tabsheet-tabitemcell .v-caption .v-icon + .v-captiontext { - margin-left: 9px; -} - -.customTheme .v-tabsheet-tabitemcell .v-caption:hover { - color: #00b33b; -} - -.customTheme .v-tabsheet-tabitemcell .v-caption.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; - cursor: default; - color: inherit !important; -} - -.customTheme .v-tabsheet-tabitemcell:first-child .v-caption, .customTheme .v-tabsheet-tabitemcell[aria-hidden="true"] + td .v-caption { - margin-left: 0; -} - -.customTheme .v-tabsheet-tabitemcell:focus { - outline: none; -} - -.customTheme .v-tabsheet-tabitemcell:focus .v-caption { - color: #00b33b; -} - -.customTheme .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-caption.v-caption { - border-bottom-color: #00b33b; - color: #00b33b; -} - -.customTheme .v-tabsheet-tabitemcell .v-caption-closable { - padding-right: 21px; -} - -.customTheme .v-tabsheet-tabitemcell.icons-on-top .v-caption-closable { - padding-right: 4px; -} - -.customTheme .v-tabsheet-tabitemcell .v-tabsheet-caption-close { - position: absolute; - right: 0; - top: 50%; - margin: -8px 0 0; - font-size: 17px; - line-height: 17px; - width: 17px; - text-align: center; - border-radius: 2px; - color: #15c14f; -} - -.customTheme .v-tabsheet-tabitemcell .v-tabsheet-caption-close:hover { - background: rgba(0, 0, 0, 0.03); - color: #00b33b; -} - -.customTheme .v-tabsheet-tabitemcell .v-tabsheet-caption-close:active { - background: #00b33b; - color: #b3eec7; -} - -.customTheme .v-tabsheet-scroller { - position: absolute; - top: 0; - right: 0; - bottom: 0; - padding-left: 18px; - background-color: transparent; - background-image: -webkit-linear-gradient(right, #66FF99 70%, rgba(102, 255, 153, 0) 100%); - background-image: linear-gradient(to left,#66FF99 70%, rgba(102, 255, 153, 0) 100%); - pointer-events: none; -} - -.customTheme .v-tabsheet-scroller:after { - content: ""; - height: 1px; - position: absolute; - bottom: 0; - left: 0; - right: 0; - display: block; - background-color: transparent; - background-image: -webkit-linear-gradient(right, #5be488 70%, rgba(91, 228, 136, 0) 100%); - background-image: linear-gradient(to left,#5be488 70%, rgba(91, 228, 136, 0) 100%); -} - -.customTheme .v-tabsheet-scroller button { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - border: none; - background: transparent; - font: inherit; - color: inherit; - height: 100%; - margin: 0; - padding: 0 9px; - outline: none; - cursor: pointer; - pointer-events: auto; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-tabsheet-scroller button:hover { - opacity: 1; - filter: none ; - color: #00b33b; -} - -.customTheme .v-tabsheet-scroller button:active { - opacity: 0.7; - filter: alpha(opacity=70) ; - color: #00b33b; -} - -.customTheme .v-tabsheet-scroller button::-moz-focus-inner { - padding: 0; - border: 0; -} - -.customTheme .v-tabsheet-scroller [class*="Next"] { - padding-left: 4px; -} - -.customTheme .v-tabsheet-scroller [class*="Next"]:before { - font-family: ThemeIcons; - content: "\f054"; -} - -.customTheme .v-tabsheet-scroller [class*="Prev"] { - padding-right: 4px; -} - -.customTheme .v-tabsheet-scroller [class*="Prev"]:before { - font-family: ThemeIcons; - content: "\f053"; -} - -.customTheme .v-tabsheet-scroller [class*="disabled"] { - cursor: default; - color: inherit !important; - opacity: 0.1 !important; - filter: alpha(opacity=10) !important; -} - -.customTheme .v-tabsheet-tabsheetpanel > .v-scrollable > .v-widget { - -webkit-animation: valo-animate-in-fade 300ms backwards; - -moz-animation: valo-animate-in-fade 300ms backwards; - animation: valo-animate-in-fade 300ms backwards; -} - -.customTheme .v-tabsheet-deco { - height: 18px !important; - width: 18px !important; - box-sizing: border-box; - border: 2px solid rgba(0, 179, 59, 0.2); - border-top-color: #00b33b; - border-right-color: #00b33b; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; - display: none; - position: absolute; - z-index: 1; - bottom: 50%; - margin-bottom: -27px; - left: 50%; - margin-left: -9px; -} - -.customTheme .v-tabsheet-loading .v-tabsheet-deco { - display: block; -} - -.customTheme .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer table, .customTheme .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tbody, .customTheme .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tr { - width: 100%; -} - -.customTheme .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tr { - display: table; - table-layout: fixed; -} - -.customTheme .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer td { - display: table-cell; -} - -.customTheme .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer .v-caption { - margin: 0; - display: block; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption { - margin-left: 4px; - padding: 0 12px; - background-color: #66FF99; - border: 1px solid transparent; - line-height: 34px; - border-radius: 4px 4px 0 0; - font-weight: 400; - -webkit-transition: background-color 160ms; - -moz-transition: background-color 160ms; - transition: background-color 160ms; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption:hover { - background-color: #57ff8f; - border-bottom-color: #5be488; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption.v-disabled:hover { - background-color: #66FF99; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption-closable { - padding-right: 29px; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-caption-close { - top: 4px; - right: 4px; - margin-top: 0; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-tabcontainer td:first-child .v-caption, .customTheme .v-tabsheet-framed > .v-tabsheet-tabcontainer [aria-hidden="true"] + td .v-caption { - margin-left: 0; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-tabitem .v-caption { - border-color: #5be488; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption { - background: #83fcab; - border-color: #5be488; - border-bottom: none; - padding-bottom: 1px; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-content { - border: 1px solid #5be488; - border-top: none; -} - -.customTheme .v-tabsheet-framed > .v-tabsheet-content > div { - background: #83fcab; -} - -.customTheme .v-tabsheet-framed.padded-tabbar > .v-tabsheet-tabcontainer { - border: 1px solid #5be488; - border-bottom: none; - background: #66FF99; - padding-top: 6px; -} - -.customTheme .v-tabsheet-framed.icons-on-top > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption { - padding-bottom: 7px; -} - -.customTheme .v-tabsheet-centered-tabs > .v-tabsheet-tabcontainer { - text-align: center; -} - -.customTheme .v-tabsheet-right-aligned-tabs > .v-tabsheet-tabcontainer { - text-align: right; -} - -.customTheme .v-tabsheet-right-aligned-tabs .v-tabsheet-spacertd { - display: inline-block !important; -} - -.customTheme .v-tabsheet-right-aligned-tabs .v-tabsheet-scroller { - padding-left: 9px; -} - -.customTheme .v-tabsheet-padded-tabbar > .v-tabsheet-tabcontainer .v-tabsheet-tabs { - padding: 0 9px; -} - -.customTheme .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-caption { - padding-top: 6px; - padding-bottom: 6px; - line-height: 1.2; -} - -.customTheme .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-icon { - display: block; -} - -.customTheme .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-icon + .v-captiontext.v-captiontext { - margin-left: 0; -} - -.customTheme .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-caption-closable { - padding-right: 12px; -} - -.customTheme .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-tabsheet-caption-close { - top: 4px; - margin-top: 0; -} - -.customTheme .v-tabsheet-compact-tabbar > .v-tabsheet-tabcontainer-compact-tabbar .v-caption { - line-height: 1.8; -} - -.customTheme .v-tabsheet-only-selected-closable > .v-tabsheet-tabcontainer .v-tabsheet-caption-close { - visibility: hidden; -} - -.customTheme .v-tabsheet-only-selected-closable > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-tabsheet-caption-close { - visibility: visible; -} - -.customTheme .v-colorpicker-popup.v-window { - min-width: 220px !important; -} - -.customTheme .v-colorpicker-popup .v-tabsheet-tabs { - padding: 0 9px; -} - -.customTheme .v-colorpicker-popup [class$="sliders"] { - padding: 12px; -} - -.customTheme .v-colorpicker-popup [class$="sliders"] .v-widget { - width: 100% !important; - vertical-align: middle; -} - -.customTheme .v-colorpicker-popup [class$="sliders"] .v-has-caption { - white-space: nowrap; - padding-left: 45px; -} - -.customTheme .v-colorpicker-popup [class$="sliders"] .v-caption { - display: inline-block; - margin-left: -45px; - width: 45px; -} - -.customTheme .v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-has-caption { - padding-left: 75px; -} - -.customTheme .v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-caption { - margin-left: -75px; - width: 75px; -} - -.customTheme .v-colorpicker-popup .v-slider-red .v-slider-base:after { - background: red; - border: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-colorpicker-popup .v-slider-green .v-slider-base:after { - background: green; - border: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-colorpicker-popup .v-slider-blue .v-slider-base:after { - background: blue; - border: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-colorpicker-popup .v-margin-bottom { - padding-bottom: 0; -} - -.customTheme .v-colorpicker-popup .resize-button { - width: 100% !important; - height: auto !important; - text-align: center; - outline: none; -} - -.customTheme .v-colorpicker-popup .resize-button:before { - font-family: ThemeIcons; - content: "\f141"; -} - -.customTheme .v-colorpicker-popup .resize-button-caption { - display: none; -} - -.customTheme .v-colorpicker-popup .v-horizontallayout { - height: auto !important; - padding: 9px 0; - background-color: #66FF99; - border-top: 1px solid #54ff8d; -} - -.customTheme .v-colorpicker-popup .v-horizontallayout .v-expand { - overflow: visible; -} - -.customTheme .v-colorpicker-popup .v-horizontallayout .v-button { - width: 80% !important; -} - -.customTheme .v-colorpicker-preview { - width: 100% !important; - height: auto !important; - padding: 9px; - display: inline-flex; -} - -.customTheme .v-colorpicker-preview-textfield { - height: auto !important; - text-align: center; - border: none; -} - -.customTheme .v-colorpicker { - width: auto; -} - -.customTheme .v-colorpicker-button-color { - position: absolute; - top: 6px; - right: 6px; - bottom: 6px; - left: 6px; - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.5); - max-width: 21px; -} - -.customTheme .v-colorpicker-button-color + .v-button-caption:not(:empty) { - margin-left: 18px; -} - -.customTheme .v-panel { - background: #83fcab; - color: #15562b; - border-radius: 4px; - border: 1px solid #57d982; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - overflow: visible !important; -} - -.customTheme .v-panel-caption { - box-sizing: border-box; - padding: 0 12px; - line-height: 34px; - border-bottom: 1px solid #57d982; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #68ff9b 2%, #62fc94 98%); - background-image: linear-gradient(to bottom,#68ff9b 2%, #62fc94 98%); - color: #125227; - font-weight: 400; - font-size: 14px; - -webkit-box-shadow: inset 0 1px 0 #97ffb7, inset 0 -1px 0 #5cf78e; - box-shadow: inset 0 1px 0 #97ffb7, inset 0 -1px 0 #5cf78e; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - border-radius: 3px 3px 0 0; -} - -.customTheme .v-panel-content { - box-sizing: border-box; - width: 100%; - height: 100%; -} - -.customTheme .v-panel-content > .v-margin-top { - padding-top: 12px; -} - -.customTheme .v-panel-content > .v-margin-right { - padding-right: 12px; -} - -.customTheme .v-panel-content > .v-margin-bottom { - padding-bottom: 12px; -} - -.customTheme .v-panel-content > .v-margin-left { - padding-left: 12px; -} - -.customTheme .v-panel-borderless { - background: transparent; - color: inherit; - border: none; - border-radius: 0; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-panel-borderless > div > [class*="-caption"] { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; - padding: 0; - margin: 0 12px; - border-bottom: none; -} - -.customTheme .v-panel-well { - background: #5dfe93; - color: #124f26; - -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - border-radius: 4px; - border: 1px solid #50c978; -} - -.customTheme .v-panel-well > div > [class*="-caption"] { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-panel-scroll-divider > [class*="-captionwrap"] { - position: relative; - z-index: 2; -} - -.customTheme .v-panel-scroll-divider > [class*="-captionwrap"]:after { - content: ""; - position: absolute; - bottom: -1px; - right: 0; - left: 0; - height: 0; - border-top: 1px solid #5be488; - border-color: rgba(80, 201, 120, 0.5); -} - -.customTheme .v-panel-scroll-divider > [class*="-content"]:before { - content: ""; - position: absolute; - z-index: 2; - top: 0; - height: 0; - border-top: 1px solid #66FF99; - left: 0; - right: 0; -} - -.customTheme .v-panel-caption.v-horizontallayout { - height: auto !important; - line-height: 0; -} - -.customTheme .v-panel-caption.v-horizontallayout .v-slot { - vertical-align: middle; -} - -.customTheme .v-panel-caption.v-horizontallayout .v-label { - line-height: 35px; -} - -.customTheme .v-accordion { - background: #83fcab; - color: #15562b; - border-radius: 4px; - border: 1px solid #57d982; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6afe9d 2%, #5ff891 98%); - background-image: linear-gradient(to bottom,#6afe9d 2%, #5ff891 98%); - overflow: hidden; -} - -.customTheme .v-accordion-item { - position: relative; -} - -.customTheme .v-accordion-item:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} - -.customTheme .v-accordion-item:last-child { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.customTheme .v-accordion-item:last-child [class*="item-content"] { - border-radius: inherit; -} - -.customTheme .v-accordion-item[class*="item-open"]:last-child > div > .v-caption { - border-radius: 0; -} - -.customTheme .v-accordion-item:not([class*="item-open"]):last-child > div > .v-caption { - border-bottom: none; - margin-bottom: 0; -} - -.customTheme .v-accordion-item[class*="item-open"] + [class*="item"] { - border-top: 1px solid #6fd691; -} - -.customTheme .v-accordion-item-caption { - border-radius: inherit; -} - -.customTheme .v-accordion-item-caption > .v-caption { - box-sizing: border-box; - padding: 0 12px; - line-height: 34px; - border-bottom: 1px solid #57d982; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #68ff9b 2%, #62fc94 98%); - background-image: linear-gradient(to bottom,#68ff9b 2%, #62fc94 98%); - color: #125227; - font-weight: 400; - font-size: 14px; - -webkit-box-shadow: inset 0 1px 0 #97ffb7, inset 0 -1px 0 #5cf78e; - box-shadow: inset 0 1px 0 #97ffb7, inset 0 -1px 0 #5cf78e; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - display: block; - background: transparent; - border-bottom-color: #67c787; - border-radius: inherit; - cursor: pointer; - position: relative; -} - -.customTheme .v-accordion-item-caption > .v-caption:hover:before, .customTheme .v-accordion-item-caption > .v-caption:active:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.customTheme .v-accordion-item-caption > .v-caption:hover:before { - background-color: rgba(0, 230, 76, 0.1); - border: none; -} - -.customTheme .v-accordion-item-caption > .v-caption:active:before { - background-color: rgba(0, 179, 59, 0.2); -} - -.customTheme .v-accordion-item-content { - -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05); - background-color: #83fcab; - box-sizing: border-box; -} - -.customTheme .v-accordion-item-content > .v-margin-top { - padding-top: 12px; -} - -.customTheme .v-accordion-item-content > .v-margin-right { - padding-right: 12px; -} - -.customTheme .v-accordion-item-content > .v-margin-bottom { - padding-bottom: 12px; -} - -.customTheme .v-accordion-item-content > .v-margin-left { - padding-left: 12px; -} - -.customTheme .v-accordion-borderless { - border: none; - border-radius: 0; - -webkit-box-shadow: none; - box-shadow: none; -} - -.customTheme .v-accordion-borderless > .v-accordion-item, .customTheme .v-accordion-borderless > .v-accordion-item > div > .v-caption, .customTheme .v-accordion-borderless > .v-accordion-item > .v-accordion-item-content { - border-radius: 0; -} - -.customTheme .v-select-twincol { - white-space: normal; -} - -.customTheme .v-select-twincol select { - border: 1px solid #50c978; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - color: #125227; -} - -.customTheme .v-select-twincol select:focus { - outline: none; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-select-twincol .v-textfield, .customTheme .v-select-twincol .v-nativebutton { - width: auto !important; - margin-top: 9px; -} - -.customTheme .v-select-twincol .v-nativebutton { - margin-left: 9px; -} - -.customTheme .v-select-twincol-caption-left, .customTheme .v-select-twincol-caption-right { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; -} - -.customTheme .v-select-twincol-buttons { - white-space: nowrap; - display: inline-block; - vertical-align: top; - position: relative; - min-width: 3.5em; -} - -.customTheme .v-select-twincol-buttons .v-button { - box-sizing: border-box; - display: inline-block; - vertical-align: top; - text-align: left; - white-space: normal; - position: absolute; - left: 9px; - right: 9px; - top: 34px; - padding: 0; - text-align: center; -} - -.customTheme .v-select-twincol-buttons .v-button:first-child { - top: 0; -} - -.customTheme .v-select-twincol-buttons .v-button-caption { - display: none; -} - -.customTheme .v-select-twincol-buttons .v-button:focus { - z-index: 1; -} - -.customTheme .v-select-twincol-buttons .v-button:first-child { - border-radius: 4px 4px 0 0; -} - -.customTheme .v-select-twincol-buttons .v-button:last-child { - border-radius: 0 0 4px 4px; -} - -.customTheme .v-select-twincol-buttons .v-button-wrap:before { - font-family: ThemeIcons; - content: "\f053"; -} - -.customTheme .v-select-twincol-buttons .v-button:first-child .v-button-wrap:before { - font-family: ThemeIcons; - content: "\f054"; -} - -.customTheme .v-select-twincol-error .v-select-twincol-options, .customTheme .v-select-twincol-error .v-select-twincol-selections { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-select-twincol-error-info .v-select-twincol-options, .customTheme .v-select-twincol-error-info .v-select-twincol-selections { - border-color: #00a7f5 !important; - background: #fafdff; - color: #195774; -} - -.customTheme .v-select-twincol-error-warning .v-select-twincol-options, .customTheme .v-select-twincol-error-warning .v-select-twincol-selections { - border-color: #fc9c00 !important; - background: #fffdfa; - color: #745119; -} - -.customTheme .v-select-twincol-error-error .v-select-twincol-options, .customTheme .v-select-twincol-error-error .v-select-twincol-selections { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-select-twincol-error-critical .v-select-twincol-options, .customTheme .v-select-twincol-error-critical .v-select-twincol-selections { - border-color: #fa007d !important; - background: #fffafc; - color: #741947; -} - -.customTheme .v-select-twincol-error-system .v-select-twincol-options, .customTheme .v-select-twincol-error-system .v-select-twincol-selections { - border-color: #bb00ff !important; - background: #fefaff; - color: #5c1974; -} - -.customTheme .v-select select { - border: 1px solid #50c978; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - color: #125227; -} - -.customTheme .v-select select:focus { - outline: none; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-select-select { - display: block; -} - -.customTheme .v-select-select + .v-textfield { - width: auto !important; - margin-top: 9px; -} - -.customTheme .v-select-select + .v-textfield + .v-nativebutton { - margin-top: 9px; - margin-left: 9px; -} - -.customTheme .v-select-error .v-select-select { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-calendar-header-day { - font-weight: 400; - text-align: center; - padding: 7px 0; -} - -.customTheme .v-calendar-header-week .v-calendar-back, .customTheme .v-calendar-header-week .v-calendar-next { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - background: transparent; - border: none; - padding: 0; - margin: 0; - cursor: pointer; - outline: none; - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-calendar-header-week .v-calendar-back:focus, .customTheme .v-calendar-header-week .v-calendar-next:focus { - outline: none; -} - -.customTheme .v-calendar-header-week .v-calendar-back:hover, .customTheme .v-calendar-header-week .v-calendar-next:hover { - opacity: 1; - filter: none ; -} - -.customTheme .v-calendar-header-week .v-calendar-back:active, .customTheme .v-calendar-header-week .v-calendar-next:active { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-calendar-header-week .v-calendar-back:before { - font-family: ThemeIcons; - content: "\f053"; -} - -.customTheme .v-calendar-header-week .v-calendar-next:before { - font-family: ThemeIcons; - content: "\f054"; -} - -.customTheme .v-calendar-month { - outline: none; - overflow: hidden; -} - -.customTheme .v-calendar-month td { - vertical-align: top; -} - -.customTheme .v-calendar-week-number { - cursor: pointer; - width: 20px; - text-align: center; - font-size: 0.8em; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-calendar-week-number:hover { - opacity: 1; - filter: none ; -} - -.customTheme .v-calendar-month-day { - outline: none; - box-sizing: border-box; - line-height: 1.2; -} - -.customTheme .v-calendar-bottom-spacer, .customTheme .v-calendar-spacer, .customTheme .v-calendar-bottom-spacer-empty { - height: 18px; - margin-bottom: 3px; -} - -.customTheme .v-calendar-bottom-spacer { - font-size: 0.8em; - padding: 0 4px; - cursor: pointer; -} - -.customTheme .v-calendar-bottom-spacer:hover { - color: #00b33b; -} - -.customTheme .v-calendar-day-number { - line-height: 23px; - font-size: 15px; - text-align: right; - margin: 0 4px; - white-space: nowrap; - border-top: 1px solid #57ff8f; - cursor: pointer; -} - -.customTheme .v-calendar-day-number:hover { - color: #00b33b; -} - -.customTheme .v-calendar-month-day-today { - background: #60fb94; -} - -.customTheme .v-calendar-month-day-today .v-calendar-day-number { - font-weight: 400; - color: #00b33b; - border-top: 2px solid #00b33b; - line-height: 22px; - margin: 0; - padding: 0 4px; -} - -.customTheme .v-calendar-month-day-selected { - background-color: #5bf78f; -} - -.customTheme .v-calendar-month-day-dragemphasis { - background-color: #a8a8a8; -} - -.customTheme .v-calendar-month-day-scrollable { - overflow-y: scroll; -} - -.customTheme .v-calendar-weekly-longevents { - margin-left: 50px; - border-bottom: 3px solid #33ff77; -} - -.customTheme .v-calendar-weekly-longevents .v-calendar-event-all-day { - height: 20px; - line-height: 1.6; - margin-bottom: 3px; -} - -.customTheme .v-calendar-header-week td { - vertical-align: middle !important; -} - -.customTheme .v-calendar-header-week .v-calendar-header-day { - cursor: pointer; -} - -.customTheme .v-calendar-times { - width: 50px; - font-size: 0.77em; - line-height: 1; - white-space: nowrap; -} - -.customTheme .v-calendar-time { - text-align: right; - padding-right: 9px; - margin-top: -6px; - padding-bottom: 6px; -} - -.customTheme .v-calendar-day-times, .customTheme .v-calendar-day-times-today { - outline: none; - border-right: 1px solid transparent; -} - -.customTheme .v-calendar-day-times:focus, .customTheme .v-calendar-day-times-today:focus { - outline: none; -} - -.customTheme .v-calendar .v-datecellslot, .customTheme .v-calendar .v-datecellslot-even { - border-top: 1px solid #5be488; -} - -.customTheme .v-calendar .v-datecellslot:first-child, .customTheme .v-calendar .v-datecellslot-even:first-child { - border-top-color: transparent; -} - -.customTheme .v-calendar .v-datecellslot { - border-top-style: dotted; -} - -.customTheme .v-calendar .v-datecellslot, .customTheme .v-calendar .v-datecellslot-even { - margin-right: 4px; -} - -.customTheme .v-calendar-current-time { - background: #00b33b; - line-height: 1px; - pointer-events: none; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-calendar-current-time:before { - content: "\2022"; - color: #00b33b; - font-size: 22px; - margin-left: -0.07em; -} - -.customTheme .v-calendar .v-daterange { - position: relative; -} - -.customTheme .v-calendar .v-daterange:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: -1px; - left: 0; - background: #00b33b; - opacity: 0.5; - filter: alpha(opacity=50) ; - border-radius: 4px 4px 0 0; -} - -.customTheme .v-calendar .v-daterange + .v-daterange { - border-color: transparent; -} - -.customTheme .v-calendar .v-daterange + .v-daterange:before { - border-radius: 0; -} - -.customTheme .v-calendar-event { - font-size: 0.85em; - overflow: hidden; - cursor: pointer; - outline: none; - border-radius: 4px; -} - -.customTheme .v-calendar-event:focus { - outline: none; -} - -.customTheme .v-calendar-event-month { - padding: 0 4px; - box-sizing: border-box; - margin-bottom: 3px; - white-space: nowrap; - text-overflow: ellipsis; - height: 18px; - line-height: 18px; -} - -.customTheme .v-calendar-event-month .v-calendar-event-time { - float: right; - font-size: 0.9em; - line-height: 18px; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-calendar-event-month:before { - content: "\25cf"; - margin-right: 0.2em; -} - -.customTheme .v-calendar-event-all-day { - padding: 0 4px; - box-sizing: border-box; - height: 18px; - line-height: 18px; - border-radius: 0; - margin-left: -1px; - white-space: nowrap; -} - -.customTheme .v-calendar-event-all-day:before { - content: ""; -} - -.customTheme .v-calendar-event-start { - overflow: visible; - margin-left: 0; -} - -.customTheme .v-calendar-event-start.v-calendar-event-continued-to, .customTheme .v-calendar-event-start.v-calendar-event-end { - overflow: hidden; - text-overflow: ellipsis; -} - -.customTheme .v-calendar-event-start { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - margin-left: 4px; -} - -.customTheme .v-calendar-event-end { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - margin-right: 4px; -} - -.customTheme .v-calendar-event-caption { - font-weight: 500; - line-height: 1.2; - padding: 4px 0; - position: absolute; - overflow: hidden; - right: 9px; - left: 4px; - bottom: 0; - top: 0; -} - -.customTheme .v-calendar-event-caption span { - font-weight: 300; - white-space: nowrap; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event { - overflow: visible; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event-content { - margin-top: -1px; - border-radius: 5px; - border: 1px solid #66FF99; - padding-top: 3px; - margin-right: 4px; -} - -.customTheme .v-calendar-event-month:before { - color: #00ace0; -} - -.customTheme .v-calendar-event-all-day { - background-color: #51eea7; - background-color: rgba(81, 238, 167, 0.8); - color: #00ace0; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event { - color: #00ace0; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event .v-calendar-event-content { - background-color: #51eea7; - background-color: rgba(81, 238, 167, 0.8); -} - -.customTheme .v-calendar-event-month[class*="color2"]:before { - color: #2d9f19; -} - -.customTheme .v-calendar-event-all-day[class*="color2"] { - background-color: #5aeb7f; - background-color: rgba(90, 235, 127, 0.8); - color: #2d9f19; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event[class*="color2"] { - color: #2d9f19; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event[class*="color2"] .v-calendar-event-content { - background-color: #5aeb7f; - background-color: rgba(90, 235, 127, 0.8); -} - -.customTheme .v-calendar-event-month[class*="color3"]:before { - color: #d18100; -} - -.customTheme .v-calendar-event-all-day[class*="color3"] { - background-color: #7be57a; - background-color: rgba(123, 229, 122, 0.8); - color: #d18100; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event[class*="color3"] { - color: #d18100; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event[class*="color3"] .v-calendar-event-content { - background-color: #7be57a; - background-color: rgba(123, 229, 122, 0.8); -} - -.customTheme .v-calendar-event-month[class*="color4"]:before { - color: #ce3812; -} - -.customTheme .v-calendar-event-all-day[class*="color4"] { - background-color: #7ad77e; - background-color: rgba(122, 215, 126, 0.8); - color: #ce3812; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event[class*="color4"] { - color: #ce3812; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event[class*="color4"] .v-calendar-event-content { - background-color: #7ad77e; - background-color: rgba(122, 215, 126, 0.8); -} - -.customTheme .v-calendar-event-month[class*="color5"]:before { - color: #2d55cd; -} - -.customTheme .v-calendar-event-all-day[class*="color5"] { - background-color: #5adda3; - background-color: rgba(90, 221, 163, 0.8); - color: #2d55cd; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event[class*="color5"] { - color: #2d55cd; -} - -.customTheme .v-calendar-week-wrapper .v-calendar-event[class*="color5"] .v-calendar-event-content { - background-color: #5adda3; - background-color: rgba(90, 221, 163, 0.8); -} - -.customTheme .v-calendar.v-disabled * { - cursor: default; -} - -.customTheme .v-label { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; -} - -.customTheme .v-label.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-label-undef-w { - white-space: nowrap; -} - -.customTheme h1, .customTheme .v-label-h1, .customTheme h2, .customTheme .v-label-h2, .customTheme h3, .customTheme .v-label-h3 { - line-height: 1.1; - font-weight: 200; - color: #07160c; -} - -.customTheme h1, .customTheme .v-label-h1 { - font-size: 2.4em; - margin-top: 1.4em; - margin-bottom: 1em; - - letter-spacing: -0.03em; -} - -.customTheme h2, .customTheme .v-label-h2 { - font-size: 1.6em; - - margin-top: 1.6em; - margin-bottom: 0.77em; - letter-spacing: -0.02em; -} - -.customTheme h3, .customTheme .v-label-h3 { - font-size: 1.2em; - - margin-top: 1.8em; - margin-bottom: 0.77em; - letter-spacing: 0; -} - -.customTheme h4, .customTheme .v-label-h4 { - line-height: 1.1; - font-weight: 500; - font-size: 14px; - color: #114c25; - text-transform: uppercase; - letter-spacing: 0; - margin-top: 2.4em; - margin-bottom: 0.8em; -} - -.customTheme .v-csslayout > h1:first-child, .customTheme .v-csslayout > h2:first-child, .customTheme .v-csslayout > h3:first-child, .customTheme .v-csslayout > h4 > .v-label-h1:first-child, .customTheme .v-csslayout > .v-label-h2:first-child, .customTheme .v-csslayout > .v-label-h3:first-child, .customTheme .v-csslayout > .v-label-h4:first-child { - margin-top: 15px; -} - -.customTheme .v-verticallayout > .v-slot:first-child h1, .customTheme .v-verticallayout > .v-slot:first-child .v-label-h1, .customTheme .v-verticallayout > .v-slot:first-child h2, .customTheme .v-verticallayout > .v-slot:first-child .v-label-h2, .customTheme .v-verticallayout > .v-slot:first-child h3, .customTheme .v-verticallayout > .v-slot:first-child .v-label-h3, .customTheme .v-verticallayout > .v-slot:first-child h4, .customTheme .v-verticallayout > .v-slot:first-child .v-label-h4, .customTheme .v-verticallayout > div > .v-slot:first-child h1, .customTheme .v-verticallayout > div > .v-slot:first-child .v-label-h1, .customTheme .v-verticallayout > div > .v-slot:first-child h2, .customTheme .v-verticallayout > div > .v-slot:first-child .v-label-h2, .customTheme .v-verticallayout > div > .v-slot:first-child h3, .customTheme .v-verticallayout > div > .v-slot:first-child .v-label-h3, .customTheme .v-verticallayout > div > .v-slot:first-child h4, .customTheme .v-verticallayout > div > .v-slot:first-child .v-label-h4 { - margin-top: 15px; -} - -.customTheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h1, .customTheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h1, .customTheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h2, .customTheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h2, .customTheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h3, .customTheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h3, .customTheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h4, .customTheme .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h4, .customTheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h1, .customTheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h1, .customTheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h2, .customTheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h2, .customTheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h3, .customTheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h3, .customTheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h4, .customTheme .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h4 { - margin-top: -0.5em; -} - -.customTheme h1.no-margin, .customTheme .v-label-h1.no-margin, .customTheme h2.no-margin, .customTheme .v-label-h2.no-margin, .customTheme h3.no-margin, .customTheme .v-label-h3.no-margin, .customTheme h4.no-margin, .customTheme .v-label-h4.no-margin { - margin: 0 !important; -} - -.customTheme .v-label-colored { - color: #00b33b; -} - -.customTheme .v-label-large { - font-size: 20px; -} - -.customTheme .v-label-small { - font-size: 14px; -} - -.customTheme .v-label-tiny { - font-size: 12px; -} - -.customTheme .v-label-huge { - font-size: 26px; -} - -.customTheme .v-label-bold { - font-weight: 500; -} - -.customTheme .v-label-light { - font-weight: 200; - color: #169c43; -} - -.customTheme .v-label-align-right { - text-align: right; -} - -.customTheme .v-label-align-center { - text-align: center; -} - -.customTheme .v-label-spinner { - height: 24px !important; - width: 24px !important; - box-sizing: border-box; - border: 2px solid rgba(0, 179, 59, 0.2); - border-top-color: #00b33b; - border-right-color: #00b33b; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; -} - -.customTheme .v-label-success, .customTheme .v-label-failure { - background: #8fffb4; - color: #145b2c; - border: 2px solid #2c9720; - border-radius: 4px; - padding: 7px 18px 7px 35px; - font-weight: 400; - font-size: 14px; -} - -.customTheme .v-label-success:before, .customTheme .v-label-failure:before { - font-family: ThemeIcons; - content: "\f00c"; - margin-right: 0.5em; - margin-left: -18px; - color: #2c9720; -} - -.customTheme .v-label-failure { - border-color: #ed473b; -} - -.customTheme .v-label-failure:before { - content: "\f05e"; - color: #ed473b; -} - -.customTheme [draggable=true] { - -khtml-user-drag: element; - -webkit-user-drag: element; -} - -.customTheme .v-ddwrapper { - position: relative; -} - -.customTheme .v-ddwrapper-over:before, .customTheme .v-ddwrapper-over:after { - content: ""; - position: absolute; - z-index: 10; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; - border: 0 solid #00b33b; -} - -.customTheme .v-ddwrapper-over-top:before { - border-top-width: 2px; -} - -.customTheme .v-ddwrapper-over-right:before { - border-right-width: 2px; -} - -.customTheme .v-ddwrapper-over-bottom:before { - border-bottom-width: 2px; -} - -.customTheme .v-ddwrapper-over-left:before { - border-left-width: 2px; -} - -.customTheme .no-vertical-drag-hints .v-ddwrapper-over-top:before, .customTheme .no-vertical-drag-hints.v-ddwrapper-over-top:before { - border-top-width: 0; -} - -.customTheme .no-vertical-drag-hints .v-ddwrapper-over-top:after, .customTheme .no-vertical-drag-hints.v-ddwrapper-over-top:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #59ff91; -} - -.customTheme .no-vertical-drag-hints .v-ddwrapper-over-bottom:before, .customTheme .no-vertical-drag-hints.v-ddwrapper-over-bottom:before { - border-bottom-width: 0; -} - -.customTheme .no-vertical-drag-hints .v-ddwrapper-over-bottom:after, .customTheme .no-vertical-drag-hints.v-ddwrapper-over-bottom:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #59ff91; -} - -.customTheme .no-horizontal-drag-hints.v-ddwrapper-over-left:before, .customTheme .no-horizontal-drag-hints .v-ddwrapper-over-left:before { - border-left-width: 0; -} - -.customTheme .no-horizontal-drag-hints.v-ddwrapper-over-left:after, .customTheme .no-horizontal-drag-hints .v-ddwrapper-over-left:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #59ff91; -} - -.customTheme .no-horizontal-drag-hints.v-ddwrapper-over-right:before, .customTheme .no-horizontal-drag-hints .v-ddwrapper-over-right:before { - border-right-width: 0; -} - -.customTheme .no-horizontal-drag-hints.v-ddwrapper-over-right:after, .customTheme .no-horizontal-drag-hints .v-ddwrapper-over-right:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #59ff91; -} - -.customTheme .v-ddwrapper-over-middle:after, .customTheme .v-ddwrapper-over-center:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #59ff91; -} - -.customTheme .no-box-drag-hints.v-ddwrapper:after, .customTheme .no-box-drag-hints .v-ddwrapper:after { - display: none !important; - content: none; -} - -.customTheme button { - font: inherit; - font-weight: 400; - line-height: 1.55; -} - -.customTheme .v-nativebutton { - -webkit-touch-callout: none; -} - -.customTheme .v-select select { - border: 1px solid #50c978; - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - color: #125227; -} - -.customTheme .v-select select:focus { - outline: none; - -webkit-box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); - box-shadow: 0 0 0 2px rgba(0, 179, 59, 0.5); -} - -.customTheme .v-select-select { - display: block; -} - -.customTheme .v-select-select + .v-textfield { - width: auto !important; - margin-top: 9px; -} - -.customTheme .v-select-select + .v-textfield + .v-nativebutton { - margin-top: 9px; - margin-left: 9px; -} - -.customTheme .v-select-error .v-select-select { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.customTheme .v-popupview { - cursor: pointer; - color: #00b33b; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-popupview:hover { - color: #00e64c; -} - -.customTheme .v-popupview.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.customTheme .v-popupview-popup { - padding: 4px 4px; - border-radius: 4px; - background-color: #70ffa0; - color: #135428; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09782); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; -} - -.customTheme .v-popupview-popup[class*="animate-in"] { - -webkit-animation: v-popupview-animate-in 120ms; - -moz-animation: v-popupview-animate-in 120ms; - animation: v-popupview-animate-in 120ms; -} - -.customTheme .v-popupview-popup[class*="animate-out"] { - -webkit-animation: valo-animate-out-fade 120ms; - -moz-animation: valo-animate-out-fade 120ms; - animation: valo-animate-out-fade 120ms; -} - -.customTheme .v-popupview-popup .popupContent > .v-margin-top { - padding-top: 12px; -} - -.customTheme .v-popupview-popup .popupContent > .v-margin-right { - padding-right: 12px; -} - -.customTheme .v-popupview-popup .popupContent > .v-margin-bottom { - padding-bottom: 12px; -} - -.customTheme .v-popupview-popup .popupContent > .v-margin-left { - padding-left: 12px; -} - -.customTheme .v-popupview-loading { - margin: 12px 12px; - height: 24px !important; - width: 24px !important; - box-sizing: border-box; - border: 2px solid rgba(0, 179, 59, 0.2); - border-top-color: #00b33b; - border-right-color: #00b33b; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; -} - -.customTheme .v-richtextarea { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 0; - border: 1px solid #50c978; - background: #8fffb4; - color: #145b2c; - -webkit-box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #86fbad, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - overflow: hidden; -} - -.customTheme .v-richtextarea[class*="prompt"] { - color: #34ca66; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar { - background-color: #66FF99; - background-image: -webkit-linear-gradient(top, #6effa1 2%, #59f48a 98%); - background-image: linear-gradient(to bottom,#6effa1 2%, #59f48a 98%); - -webkit-box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84; - box-shadow: inset 0 1px 0 #9cffbc, inset 0 -1px 0 #53ef84; - border-bottom: 1px solid #50c978; - color: #125227; -} - -.customTheme .v-richtextarea .gwt-ToggleButton, .customTheme .v-richtextarea .gwt-PushButton { - display: inline-block; - line-height: 35px; - width: 35px; - text-align: center; - outline: none; -} - -.customTheme .v-richtextarea .gwt-ToggleButton:hover, .customTheme .v-richtextarea .gwt-PushButton:hover { - color: black; -} - -.customTheme .v-richtextarea .gwt-ToggleButton-down, .customTheme .v-richtextarea .gwt-ToggleButton-down-hovering { - background-color: #33ff77; - background-image: -webkit-linear-gradient(bottom, #34ff79 2%, #30fc72 98%); - background-image: linear-gradient(to top,#34ff79 2%, #30fc72 98%); -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top img { - display: none; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div:before { - font-family: ThemeIcons; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Bold"]:before { - content: "\f032"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Italic"]:before { - content: "\f033"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Underline"]:before { - content: "\f0cd"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Subscript"]:before { - content: "\f12c"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Superscript"]:before { - content: "\f12b"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Left Justify"]:before { - content: "\f036"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Center"]:before { - content: "\f037"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Right Justify"]:before { - content: "\f038"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Strikethrough"]:before { - content: "\f0cc"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Right"]:before { - content: "\f03c"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Left"]:before { - content: "\f03b"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Horizontal Rule"]:before { - content: "\2014"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Ordered List"]:before { - content: "\f0cb"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Unordered List"]:before { - content: "\f0ca"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Image"]:before { - content: "\f03e"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Create Link"]:before { - content: "\f0c1"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Link"]:before { - content: "\f127"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Formatting"]:before { - content: "\f12d"; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-bottom { - font-size: 12px; - padding: 0 9px 9px 0; -} - -.customTheme .v-richtextarea .gwt-RichTextToolbar-bottom select { - margin: 9px 0 0 9px; -} - -.customTheme .v-richtextarea .gwt-RichTextArea { - background: #fff; - border: none; - display: block; -} - -.customTheme .v-richtextarea-readonly { - padding: 4px 6px; - background: transparent; -} - -.customTheme .v-upload .v-button { - box-sizing: border-box; - display: inline-block; - vertical-align: top; - text-align: left; - white-space: normal; -} - -.customTheme .v-upload-immediate .v-button { - width: 100%; -} - -.customTheme .v-upload-immediate input[type="file"] { - opacity: 0; - filter: alpha(opacity=0) ; - z-index: -1; - position: absolute; - right: 0; - height: 35px; - text-align: right; - border: none; - background: transparent; -} - -.customTheme .v-Notification.v-position-top { - top: 12px; -} - -.customTheme .v-Notification.v-position-right { - right: 12px; -} - -.customTheme .v-Notification.v-position-bottom { - bottom: 12px; -} - -.customTheme .v-Notification.v-position-left { - left: 12px; -} - -.customTheme .v-Notification.v-position-assistive { - top: -9999px; - left: -9999px; -} - -.customTheme .v-Notification-animate-in { - -webkit-animation: valo-animate-in-fade 180ms 10ms backwards; - -moz-animation: valo-animate-in-fade 180ms 10ms backwards; - animation: valo-animate-in-fade 180ms 10ms backwards; -} - -.customTheme .v-Notification-animate-in.v-position-top { - -webkit-animation: valo-animate-in-slide-down 400ms 10ms backwards; - -moz-animation: valo-animate-in-slide-down 400ms 10ms backwards; - animation: valo-animate-in-slide-down 400ms 10ms backwards; -} - -.customTheme .v-Notification-animate-in.v-position-bottom { - -webkit-animation: valo-animate-in-slide-up 400ms 10ms backwards; - -moz-animation: valo-animate-in-slide-up 400ms 10ms backwards; - animation: valo-animate-in-slide-up 400ms 10ms backwards; -} - -.customTheme .v-Notification-animate-out { - -webkit-animation: valo-animate-out-fade 150ms; - -moz-animation: valo-animate-out-fade 150ms; - animation: valo-animate-out-fade 150ms; -} - -.customTheme .v-Notification-animate-out.v-position-top, .customTheme .v-Notification-animate-out.v-position-bottom { - -webkit-animation: valo-animate-out-slide-down-fade 200ms; - -moz-animation: valo-animate-out-slide-down-fade 200ms; - animation: valo-animate-out-slide-down-fade 200ms; -} - -.customTheme .v-Notification { - border-radius: 4px; - text-align: center; - position: fixed !important; - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - background: #70ffa0; - -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); - box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); - padding: 18px 21px; -} - -.customTheme .v-Notification .v-Notification-caption { - color: #00b33b; - font-size: 18px; - line-height: 1; -} - -.customTheme .v-Notification .v-Notification-description { - line-height: 1.4; -} - -.customTheme .v-Notification-caption { - margin: 0; - display: inline-block; - text-align: left; - font-weight: inherit; - line-height: inherit; - white-space: nowrap; - letter-spacing: 0; -} - -.customTheme .v-Notification-description, .customTheme .v-Notification-details { - margin: 0; - display: inline-block; - vertical-align: middle; - max-width: 30em; - text-align: left; - max-height: 20em; - overflow: auto; -} - -.customTheme .v-Notification-caption ~ .v-Notification-description, .customTheme .v-Notification-caption ~ .v-Notification-details { - margin-left: 23px; -} - -.customTheme .v-icon + .v-Notification-caption { - margin-left: 15px; -} - -.customTheme .v-Notification-system { - left: 0 !important; - right: 0; - max-width: 100%; - margin: 0 !important; - border-radius: 0; - -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - padding: 12px 14px; - background-color: #444; - background-color: rgba(68, 68, 68, 0.9); - font-weight: 400; - line-height: 21px; -} - -.customTheme .v-Notification-system .v-Notification-description, .customTheme .v-Notification-system .v-Notification-details { - max-width: 50em; -} - -.customTheme .v-Notification-system.v-position-top { - top: 0; -} - -.customTheme .v-Notification-system.v-position-top[class*="animate-in"] { - -webkit-animation: valo-animate-in-slide-down 300ms 10ms backwards; - -moz-animation: valo-animate-in-slide-down 300ms 10ms backwards; - animation: valo-animate-in-slide-down 300ms 10ms backwards; -} - -.customTheme .v-Notification-system.v-position-top[class*="animate-out"] { - -webkit-animation: valo-animate-out-slide-up 200ms; - -moz-animation: valo-animate-out-slide-up 200ms; - animation: valo-animate-out-slide-up 200ms; -} - -.customTheme .v-Notification-system.v-position-bottom { - bottom: 0; -} - -.customTheme .v-Notification-system.v-position-bottom[class*="animate-in"] { - -webkit-animation: valo-animate-in-slide-up 300ms 10ms backwards; - -moz-animation: valo-animate-in-slide-up 300ms 10ms backwards; - animation: valo-animate-in-slide-up 300ms 10ms backwards; -} - -.customTheme .v-Notification-system.v-position-bottom[class*="animate-out"] { - -webkit-animation: valo-animate-out-slide-down 200ms; - -moz-animation: valo-animate-out-slide-down 200ms; - animation: valo-animate-out-slide-down 200ms; -} - -.customTheme .v-Notification-system .v-Notification-caption { - color: #fff; - vertical-align: middle; -} - -.customTheme .v-Notification-system .v-Notification-description, .customTheme .v-Notification-system .v-Notification-details { - color: #e6e6e6; -} - -.customTheme .v-Notification-system u { - text-decoration: none; -} - -.customTheme .v-Notification.tray { - text-align: left; -} - -.customTheme .v-Notification.tray .v-Notification-caption + .v-Notification-description { - display: block; - margin: 0.5em 0 0; -} - -.customTheme .v-Notification.warning { - background: #FFF3D2; -} - -.customTheme .v-Notification.warning .v-Notification-caption { - color: #AC7C00; -} - -.customTheme .v-Notification.warning .v-Notification-description { - color: #9D874D; -} - -.customTheme .v-Notification.error { - background: #ed473b; - font-weight: 400; - -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); - box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); - padding-right: 56px; - overflow: hidden !important; - cursor: pointer; -} - -.customTheme .v-Notification.error .v-Notification-caption { - color: white; -} - -.customTheme .v-Notification.error .v-Notification-description { - color: #f4e0df; -} - -.customTheme .v-Notification.error:after { - content: "\00d7"; - font-size: 1.5em; - position: absolute; - top: 50%; - margin-top: -12px; - right: 12px; - width: 23px; - height: 23px; - line-height: 22px; - cursor: pointer; - color: #000; - opacity: 0.5; - filter: alpha(opacity=50) ; - text-align: center; - border: 1px solid #000; - border-color: rgba(0, 0, 0, 0.3); - border-radius: 50%; - -webkit-transition: opacity 200ms; - -moz-transition: opacity 200ms; - transition: opacity 200ms; -} - -.customTheme .v-Notification.error:hover:after { - opacity: 1; - filter: none ; -} - -.customTheme .v-Notification.error:active:after { - background-color: #000; - color: #fff; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - -webkit-transition: none 200ms; - -moz-transition: none 200ms; - transition: none 200ms; -} - -.customTheme .v-Notification.error:after { - color: #fff; - border-color: #fff; - border-color: rgba(255, 255, 255, 0.3); -} - -.customTheme .v-Notification.error:active:after { - background-color: #fff; - color: #000; -} - -.customTheme .v-Notification.dark { - background-color: #444; - background-color: rgba(68, 68, 68, 0.9); - font-weight: 400; - line-height: 21px; -} - -.customTheme .v-Notification.dark .v-Notification-caption { - color: #fff; - vertical-align: middle; -} - -.customTheme .v-Notification.dark .v-Notification-description, .customTheme .v-Notification.dark .v-Notification-details { - color: #e6e6e6; -} - -.customTheme .v-Notification.bar { - left: 0 !important; - right: 0; - max-width: 100%; - margin: 0 !important; - border-radius: 0; - -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - padding: 12px 14px; -} - -.customTheme .v-Notification.bar .v-Notification-description, .customTheme .v-Notification.bar .v-Notification-details { - max-width: 50em; -} - -.customTheme .v-Notification.bar.v-position-top { - top: 0; -} - -.customTheme .v-Notification.bar.v-position-top[class*="animate-in"] { - -webkit-animation: valo-animate-in-slide-down 300ms 10ms backwards; - -moz-animation: valo-animate-in-slide-down 300ms 10ms backwards; - animation: valo-animate-in-slide-down 300ms 10ms backwards; -} - -.customTheme .v-Notification.bar.v-position-top[class*="animate-out"] { - -webkit-animation: valo-animate-out-slide-up 200ms; - -moz-animation: valo-animate-out-slide-up 200ms; - animation: valo-animate-out-slide-up 200ms; -} - -.customTheme .v-Notification.bar.v-position-bottom { - bottom: 0; -} - -.customTheme .v-Notification.bar.v-position-bottom[class*="animate-in"] { - -webkit-animation: valo-animate-in-slide-up 300ms 10ms backwards; - -moz-animation: valo-animate-in-slide-up 300ms 10ms backwards; - animation: valo-animate-in-slide-up 300ms 10ms backwards; -} - -.customTheme .v-Notification.bar.v-position-bottom[class*="animate-out"] { - -webkit-animation: valo-animate-out-slide-down 200ms; - -moz-animation: valo-animate-out-slide-down 200ms; - animation: valo-animate-out-slide-down 200ms; -} - -.customTheme .v-Notification.small { - padding: 11px 13px; -} - -.customTheme .v-Notification.small .v-Notification-caption { - font-size: 15px; -} - -.customTheme .v-Notification.small .v-Notification-description { - font-size: 13px; -} - -.customTheme .v-Notification.critical-error { - background: #ed473b; - font-weight: 400; - -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); - box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); -} - -.customTheme .v-Notification.critical-error .v-Notification-caption { - color: white; -} - -.customTheme .v-Notification.critical-error .v-Notification-description { - color: #f4e0df; -} - -.customTheme .v-Notification.closable { - padding-right: 56px; - overflow: hidden !important; - cursor: pointer; -} - -.customTheme .v-Notification.closable:after { - content: "\00d7"; - font-size: 1.5em; - position: absolute; - top: 50%; - margin-top: -12px; - right: 12px; - width: 23px; - height: 23px; - line-height: 22px; - cursor: pointer; - color: #000; - opacity: 0.5; - filter: alpha(opacity=50) ; - text-align: center; - border: 1px solid #000; - border-color: rgba(0, 0, 0, 0.3); - border-radius: 50%; - -webkit-transition: opacity 200ms; - -moz-transition: opacity 200ms; - transition: opacity 200ms; -} - -.customTheme .v-Notification.closable:hover:after { - opacity: 1; - filter: none ; -} - -.customTheme .v-Notification.closable:active:after { - background-color: #000; - color: #fff; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - -webkit-transition: none 200ms; - -moz-transition: none 200ms; - transition: none 200ms; -} - -.customTheme .v-Notification.closable.dark:after, .customTheme .v-Notification.closable.critical-error:after, .customTheme .v-Notification.closable.system:after { - color: #fff; - border-color: #fff; - border-color: rgba(255, 255, 255, 0.3); -} - -.customTheme .v-Notification.closable.dark:active:after, .customTheme .v-Notification.closable.critical-error:active:after, .customTheme .v-Notification.closable.system:active:after { - background-color: #fff; - color: #000; -} - -.customTheme .v-Notification.closable.tray:after { - top: 15px; - margin-top: 0; -} - -.customTheme .v-Notification.success, .customTheme .v-Notification.failure { - background: #fff; - color: #555; - border: 2px solid #2c9720; -} - -.customTheme .v-Notification.success .v-Notification-caption, .customTheme .v-Notification.failure .v-Notification-caption { - color: #2c9720; - font-weight: 400; -} - -.customTheme .v-Notification.success .v-Notification-caption:before, .customTheme .v-Notification.failure .v-Notification-caption:before { - font-family: ThemeIcons; - content: "\f00c"; - margin-right: 0.5em; -} - -.customTheme .v-Notification.success.bar, .customTheme .v-Notification.failure.bar { - margin: -2px !important; -} - -.customTheme .v-Notification.failure { - border-color: #ed473b; -} - -.customTheme .v-Notification.failure .v-Notification-caption { - color: #ed473b; -} - -.customTheme .v-Notification.failure .v-Notification-caption:before { - content: "\f05e"; -} - -.customTheme .valo-menu { - height: 100%; - background-color: #006b24; - background-image: -webkit-linear-gradient(right, #00571d 0%, #006b24 9px); - background-image: linear-gradient(to left,#00571d 0%, #006b24 9px); - color: #4fe681; - font-size: 14px; - line-height: 28px; - border-right: 1px solid #00541c; - white-space: nowrap; -} - -.customTheme .valo-menu-toggle { - display: none; - position: fixed; - z-index: 200; - top: 3px; - left: 3px; - min-width: 0; -} - -.customTheme .valo-menu-part { - border-left: 1px solid #005d1f; - height: 100%; - padding-bottom: 35px; - overflow: auto; -} - -.customTheme .valo-menu-part:first-child { - border-left: none; -} - -.customTheme .valo-menu-title, .customTheme .valo-menu-subtitle, .customTheme .valo-menu-item { - display: block; - line-height: inherit; - white-space: nowrap; - position: relative; -} - -.customTheme .valo-menu-title .valo-menu-badge, .customTheme .valo-menu-subtitle .valo-menu-badge, .customTheme .valo-menu-item .valo-menu-badge { - position: absolute; - right: 18px; -} - -.customTheme .valo-menu-title { - line-height: 1.2; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - color: white; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - padding: 12px 18px; - font-size: 14px; - border-bottom: 1px solid #008d2e; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - text-align: center; -} - -.customTheme .valo-menu-title .v-menubar.v-menubar { - background: transparent; - border-color: #008d2e; - color: inherit; - -webkit-box-shadow: none; - box-shadow: none; - text-shadow: inherit; -} - -.customTheme .valo-menu-title .v-menubar-menuitem { - background: transparent; - -webkit-box-shadow: inset 0 1px 0 #11d151, inset 0 -1px 0 #009c32; - box-shadow: inset 0 1px 0 #11d151, inset 0 -1px 0 #009c32; - text-shadow: inherit; - font-size: 15px; - border-color: inherit; -} - -.customTheme .valo-menu-title h1, .customTheme .valo-menu-title .v-label-h1, .customTheme .valo-menu-title h2, .customTheme .valo-menu-title .v-label-h2, .customTheme .valo-menu-title h3, .customTheme .valo-menu-title .v-label-h3, .customTheme .valo-menu-title h4, .customTheme .valo-menu-title .v-label-h4 { - margin-top: 0; - margin-bottom: 0; - color: inherit; -} - -.customTheme .v-menubar-user-menu { - border: none; - border-radius: 0; - padding: 1px; - -webkit-box-shadow: none; - box-shadow: none; - text-shadow: none; - background: transparent; - color: inherit; - margin: 18px 7px; - display: block; - overflow: hidden; - text-align: center; - height: auto; - color: inherit; -} - -.customTheme .v-menubar-user-menu:focus:after { - display: none; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem { - -webkit-box-shadow: none; - box-shadow: none; - border: none; - margin-right: 1px; - border-radius: 4px; - color: #00b33b; - padding: 0 12px; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem:first-child, .customTheme .v-menubar-user-menu .v-menubar-menuitem:last-child, .customTheme .v-menubar-user-menu .v-menubar-menuitem:first-child:last-child { - border-radius: 4px; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem:before { - content: none; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem:hover { - color: #00e64c; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem:active { - color: inherit; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem-checked, .customTheme .v-menubar-user-menu .v-menubar-menuitem-checked:first-child { - border: 1px solid #50c978; - color: #00b33b; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .customTheme .v-menubar-user-menu .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption { - position: relative; - top: -1px; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem-selected { - color: #e5f8eb; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem-selected:hover { - color: #e5f8eb; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem-disabled, .customTheme .v-menubar-user-menu .v-menubar-menuitem-disabled:hover { - color: inherit; -} - -.customTheme .v-menubar-user-menu > .v-menubar-menuitem { - color: inherit; - white-space: normal; - line-height: 1.4; - margin: 0; -} - -.customTheme .v-menubar-user-menu > .v-menubar-menuitem img.v-icon { - width: 53px; - height: 53px; - border-radius: 28px; - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - display: block; - margin: 0 auto 0.3em; - border: 1px solid #50c978; -} - -.customTheme .v-menubar-user-menu > .v-menubar-menuitem:after { - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.customTheme .v-menubar-user-menu .v-menubar-menuitem-selected { - background: transparent; -} - -.customTheme .valo-menu-subtitle { - color: #14dc57; - margin: 7px 0 7px 18px; - border-bottom: 1px solid #268144; -} - -.customTheme .valo-menu-subtitle [class*="badge"] { - color: #51cf7b; -} - -.customTheme .valo-menuitems { - display: block; -} - -.customTheme .valo-menu-item { - outline: none; - font-weight: 400; - padding: 0 35px 0 18px; - cursor: pointer; - position: relative; - overflow: hidden; - text-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); - -webkit-transition: background-color 300ms, color 60ms; - -moz-transition: background-color 300ms, color 60ms; - transition: background-color 300ms, color 60ms; -} - -.customTheme .valo-menu-item [class*="caption"] { - vertical-align: middle; - display: inline-block; - width: 90%; - max-width: 15em; - padding-right: 18px; - text-overflow: ellipsis; - overflow: hidden; -} - -.customTheme .valo-menu-item [class*="badge"] { - color: #00b33b; -} - -.customTheme .valo-menu-item.selected { - background: #005c1f; -} - -.customTheme .valo-menu-item.selected .v-icon { - color: #00b33b; -} - -.customTheme .valo-menu-item.selected [class*="badge"] { - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - color: #b3eec7; -} - -.customTheme .valo-menu-item:focus, .customTheme .valo-menu-item:hover, .customTheme .valo-menu-item.selected { - color: white; -} - -.customTheme .valo-menu-item span.v-icon { - min-width: 1em; - margin-right: 18px; - text-align: center; - vertical-align: middle; - -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.75))); -} - -.customTheme .valo-menu-item span.v-icon + span { - margin-left: 0; -} - -.customTheme .valo-menu-item [class*="badge"] { - background-color: #00852c; - -webkit-transition: background-color 300ms; - -moz-transition: background-color 300ms; - transition: background-color 300ms; - line-height: 1; - padding: 4px 6px; - min-width: 10px; - text-align: center; - top: 3px; - border-radius: 4px; -} - -.customTheme .valo-menu-part.large-icons { - background-color: #006b24; - min-width: 70px; - max-width: 105px; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-title { - font-size: 11px; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-title .v-label-undef-w { - white-space: normal; -} - -.customTheme .valo-menu-part.large-icons .v-menubar-user-menu { - margin-left: 0; - margin-right: 0; - font-size: 11px; -} - -.customTheme .valo-menu-part.large-icons .v-menubar-user-menu img.v-icon { - width: 27px; - height: 27px; -} - -.customTheme .valo-menu-part.large-icons [class*="subtitle"] { - margin: 9px 0 0; - padding: 7px 23px 7px 9px; - line-height: 1; - border: none; - text-overflow: ellipsis; - overflow: hidden; - background: #004d19; - font-size: 12px; - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.customTheme .valo-menu-part.large-icons [class*="subtitle"] [class*="badge"] { - right: 9px; -} - -.customTheme .valo-menu-part.large-icons [class*="subtitle"] + .valo-menu-item { - border-top: none; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-item { - display: block; - font-size: 24px; - line-height: 1; - padding: 12px; - text-align: center; - border-top: 1px solid #0f7331; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-item:first-child { - border-top: none; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-item [class*="caption"] { - display: block; - width: auto; - margin: 0.3em 0 0; - padding: 0; - font-size: 11px; - line-height: 1.3; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-item .v-icon { - margin: 0; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-item span.v-icon { - opacity: 0.8; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-item.selected { - background: #005c1f; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-item.selected .v-icon { - opacity: 1; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-item.selected [class*="badge"] { - border-color: #005c1f; -} - -.customTheme .valo-menu-part.large-icons .valo-menu-item [class*="badge"] { - padding-left: 4px; - padding-right: 4px; - top: 7px; - right: 7px; - border: 2px solid #006b24; -} - -.customTheme .valo-menu-logo { - display: block; - overflow: hidden; - width: 42px !important; - height: 42px; - border-radius: 4px; - text-align: center; - background-color: #00b33b; - background-image: -webkit-linear-gradient(top, #00b93f 2%, #00a533 98%); - background-image: linear-gradient(to bottom,#00b93f 2%, #00a533 98%); - color: white; - font-size: 23px; - line-height: 42px; - margin: 18px auto; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.customTheme .valo-menu-logo:focus { - outline: none; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part { - background-color: #006b24; - min-width: 70px; - max-width: 105px; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title { - font-size: 11px; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title .v-label-undef-w { - white-space: normal; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu { - margin-left: 0; - margin-right: 0; - font-size: 11px; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu img.v-icon { - width: 27px; - height: 27px; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] { - margin: 9px 0 0; - padding: 7px 23px 7px 9px; - line-height: 1; - border: none; - text-overflow: ellipsis; - overflow: hidden; - background: #004d19; - font-size: 12px; - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] [class*="badge"] { - right: 9px; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] + .valo-menu-item { - border-top: none; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item { - display: block; - font-size: 24px; - line-height: 1; - padding: 12px; - text-align: center; - border-top: 1px solid #0f7331; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item:first-child { - border-top: none; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="caption"] { - display: block; - width: auto; - margin: 0.3em 0 0; - padding: 0; - font-size: 11px; - line-height: 1.3; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item .v-icon { - margin: 0; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item span.v-icon { - opacity: 0.8; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected { - background: #005c1f; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected .v-icon { - opacity: 1; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected [class*="badge"] { - border-color: #005c1f; -} - -.customTheme .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="badge"] { - padding-left: 4px; - padding-right: 4px; - top: 7px; - right: 7px; - border: 2px solid #006b24; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] { - padding-top: 35px; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .v-loading-indicator { - top: 35px; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] > .v-widget { - position: relative !important; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu { - border-right: none; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-part { - overflow: visible; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-toggle { - display: inline-block; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-title { - position: fixed; - z-index: 100; - top: 0; - left: 0; - right: 0; - height: 35px !important; - padding-top: 0; - padding-bottom: 0; - -webkit-backface-visibility: hidden; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu { - position: fixed; - z-index: 100; - top: 0; - right: 0; - margin: 0; - padding: 0; - height: 35px; - color: #6eea97; - max-width: 30%; - -webkit-backface-visibility: hidden; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem { - line-height: 34px; - white-space: nowrap; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu img.v-icon { - display: inline-block; - margin: 0 6px 0 0; - width: 18px; - height: 18px; - border-radius: 9px; - border: none; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menuitems { - height: 100%; - background-color: #006b24; - background-image: -webkit-linear-gradient(right, #00571d 0%, #006b24 9px); - background-image: linear-gradient(to left,#00571d 0%, #006b24 9px); - color: #4fe681; - font-size: 14px; - line-height: 28px; - border-right: 1px solid #00541c; - white-space: nowrap; - position: fixed; - z-index: 9000; - top: 35px; - bottom: 0; - height: auto; - max-width: 100%; - overflow: auto; - padding: 18px 0; - -webkit-transform: translatex(-100%); - -moz-transform: translatex(-100%); - -ms-transform: translatex(-100%); - -o-transform: translatex(-100%); - transform: translatex(-100%); - -webkit-transition: all 300ms; - -moz-transition: all 300ms; - transition: all 300ms; -} - -.customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-visible .valo-menuitems, .customTheme .valo-menu-responsive[width-range~="0-800px"] .valo-menu-hover:hover .valo-menuitems { - -webkit-transform: translatex(0%); - -moz-transform: translatex(0%); - -ms-transform: translatex(0%); - -o-transform: translatex(0%); - transform: translatex(0%); -} - -.customTheme .valo-menu-responsive[width-range~="0-500px"] .valo-menu-toggle .v-button-caption { - display: none; -} - -.customTheme .valo-menu-responsive[width-range~="0-500px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem-caption { - display: inline-block; - width: 18px; - overflow: hidden; -} - -.customTheme .stepper { - position: relative; -} - -.customTheme .stepper input[type=text] { - line-height: 1.55; - font-size: 15px; - width: inherit; -} - -.customTheme .stepper.v-has-width input[type=text] { - width: 100%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -.customTheme .stepper.v-disabled { - opacity: 0.5; -} - -.customTheme .stepper .stepper-updown { - position: absolute; - top: 2px; - right: 2px; -} - -.customTheme .stepper .stepper-up, .customTheme .stepper .stepper-down { - display: block; - outline: none; - font-size: 15px; - line-height: 0.775; -} - -.v-gecko .customTheme .stepper .stepper-updown { - top: 4px !important; -} - -.v-trident .customTheme .stepper .stepper-updown { - top: 5px !important; -} - -.v-trident .customTheme .stepper .stepper-up, .v-trident .customTheme .stepper .stepper-down { - font-size: 14px !important; - line-height: 0.5 !important; -} - -.v-sa .customTheme .stepper .stepper-updown { - top: 4px; - right: 4px; -} - -.customTheme .v-caption-bold { - font-weight: bold; -} - -.customTheme .v-button-link { - height: inherit; -} - -.customTheme .v-button-link:after { - content: none; -} - -.customTheme .v-label-light { - font-size: small; -} - -.customTheme .v-button-link { - padding: 0px 2px; -} - -.customTheme .v-disabled { - color: LightGray; -} - -.customTheme .u-visiblescroll { - overflow: visible; -} - -.customTheme .v-tabsheet-tabs-u-bigTabsheet .v-caption { - font-size: 17px; -} - -.customTheme .u-messageBox { - background-color: #EEEEEE; - border-radius: 4px; - box-shadow: 3px 3px 3px #999999; - padding: 5px; -} - -.customTheme .u-indent { - margin-left: 18px; -} - -.customTheme .u-formSection { - font-size: 13px; - font-weight: bold; - margin: 14px 0 4px 0; -} - -.customTheme .u-emphasized { - font-style: italic; -} - -.customTheme .u-bold { - font-weight: bold; -} - -.customTheme .u-sectionTitle { - font-weight: 400; - font-size: 20px; -} - -.customTheme .u-immutableAttribute { - color: gray; -} - -.customTheme .u-readOnlyTableElement { - color: gray; -} - -.customTheme .u-error { - color: red; -} - -.customTheme .u-success { - color: green; -} - -.customTheme .u-header { - background: none; -} - -.customTheme .u-textLarge { - font-size: large; - line-height: 1.4; -} - -.customTheme .u-textXLarge { - font-size: x-large; - line-height: 2; -} - -.customTheme .u-textEndpointHeading { - font-family: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana; - letter-spacing: -1px; - font-size: 26px; - line-height: 1.1; - font-weight: 300; -} - -.customTheme .u-textTitle { - font-family: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana; - letter-spacing: -1px; - font-size: 2em; - line-height: 1.2; - margin-bottom: 35px; -} - -.customTheme .u-bigTab .v-icon { - margin-top: -8px; - margin-bottom: 8px; -} - -.customTheme .u-bigTabSelected .v-icon { - margin-top: -8px; - margin-bottom: 8px; -} - -.customTheme .u-bigTab:hover { - background: url(../common/img/bigTab-bg2-gray.jpg); - box-shadow: 6px 6px 3px #888; -} - -.customTheme .u-bigTabSelected { - background: url(../common/img/bigTab-bg2-blue.jpg); - color: black; - box-shadow: 6px 6px 3px #888; -} - -.customTheme .u-textCenter { - text-align: center; -} - -.customTheme .u-verticalBar { - width: 0px; - height: 100%; - border-left: 1px solid; - color: #d4d4d4; - margin: 0px 8px; -} - -.customTheme .u-horizontalBar { - width: 100%; - height: 0px; - border-top: 1px solid; - color: #d4d4d4; - margin: 7px 0px; - padding: 0px 0px 1px 0px; -} - -.customTheme .u-selectedButton { - box-shadow: 0px 0px 9px #888; -} - -.customTheme .u-smallMargins { - margin-left: 12px; - margin-right: 12px; - margin-top: 12px; - margin-bottom: 12px; -} - -.customTheme .u-verticalPaddingSmall.v-margin-top { - padding-top: 12px; -} - -.customTheme .u-verticalPaddingSmall.v-margin-bottom { - padding-bottom: 12px; -} - -.customTheme .u-minHeightAuthenticator { - min-height: 280px; -} - -.customTheme .u-imageWidthSmall .v-button-wrap .v-icon { - width: 140px; -} - -.customTheme .u-imageHeightSmall .v-button-wrap .v-icon { - height: 140px; -} - -.customTheme .u-imageWidthTiny .v-button-wrap .v-icon { - width: 70px; -} - -.customTheme .u-imageHeightTiny .v-button-wrap .v-icon { - height: 70px; -} - -.customTheme .u-imageMaxHeightMedium .v-button-wrap .v-icon { - max-height: 280px; -} - -.customTheme .u-imageMaxHeightSmall .v-button-wrap .v-icon { - max-height: 140px; -} - -.customTheme .u-imageMaxHeightTiny .v-button-wrap .v-icon { - max-height: 70px; -} - -.customTheme .u-maxWidthColumn { - max-width: 840px; -} - -.customTheme .u-smallMargin.v-margin-top { - padding-top: 6px; -} - -.customTheme .u-smallMargin { - padding-top: 6px; -} - -.customTheme .u-negativeBottomMarginSmall { - margin-bottom: -round(6px); -} - -.customTheme .u-negativeTopMargin { - margin-top: -12px; -} - -.customTheme .v-panel-content-u-centeredPanel > div { - display: block; - margin: auto; -} - -.customTheme .v-textfield-u-trueCondition-bg.v-readonly { - background: LightGreen; -} - -.customTheme .v-filterselect-u-trueCondition-bg.v-readonly { - background: LightGreen; -} - -.customTheme .v-filterselect-item-inactive { - font-style: italic; -} - -.customTheme .v-filterselect-item-inactive:hover { - background: transparent; -} - -.customTheme .v-ddwrapper-u-trueCondition-bg .v-textfield { - background: LightGreen; -} - -.customTheme .v-textfield-u-falseCondition-bg.v-readonly { - background: LightGray; -} - -.customTheme .v-filterselect-u-falseCondition-bg.v-readonly { - background: LightGray; -} - -.customTheme .v-ddwrapper-u-falseCondition-bg .v-textfield { - background: LightGray; -} - -.customTheme .v-textfield-u-error-bg.v-readonly { - background: LightCoral; -} - -.customTheme .v-filterselect-u-error-bg.v-readonly { - background: LightCoral; -} - -.customTheme .v-ddwrapper-u-error-bg .v-textfield { - background: LightCoral; -} - -.customTheme .u-smallSpacing .v-spacing { - height: 6px; - width: 6px; -} - -.customTheme .u-smallFormSpacing > table > tbody > [class*="row"] > td { - padding-top: 6px; -} - -.customTheme .u-tinySpacing .v-spacing { - height: 2px; - width: 2px; -} - -.customTheme .u-link { - color: #197de1; -} - -.customTheme .u-hidden { - visibility: hidden; -} - -.customTheme .u-floatRight { - float: right; -} - -.customTheme .u-vAlignMiddle { - vertical-align: middle; -} - -.customTheme .u-hMarginSmall { - margin-left: 6px; - margin-right: 6px; -} - -.customTheme .u-rightMargin { - margin-right: 18px; -} - -.customTheme .u-leftMargin { - margin-left: 18px; -} - -.customTheme .u-leftMarginSmall { - margin-left: 6px; -} - -.customTheme .u-bottomMargin { - margin-bottom: 18px; -} - -.customTheme .u-passwordQuality { - background-color: #F5F5F5; - width: 16em; - -webkit-border-radius: 10px; - -webkit-border-top-left-radius: 0; - -moz-border-radius: 10px; - -moz-border-radius-topleft: 0; - border-radius: 10px; - border-top-left-radius: 0; - padding: 5px; - overflow-y: visible; - max-height: 75px; -} - -.customTheme .u-password-hint { - background-color: #F5F5F5; - width: 16em; - -webkit-border-radius: 10px; - -webkit-border-top-left-radius: 0; - -moz-border-radius: 10px; - -moz-border-radius-topleft: 0; - border-radius: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; - margin-left: -5px; - padding-left: 5px; - padding-bottom: 5px; -} - -.customTheme .u-passwordQuality-nonCompactTopMargin { - margin-top: 24px; -} - -.customTheme .u-password-stat { - background-color: #F5F5F5; - width: 16em; - margin-left: -5px; - padding-left: 5px; - padding-bottom: 5px; -} - -.customTheme .v-progressbar.u-greenProgressBar .v-progressbar-indicator { - background-color: #2c9020; - background-image: -webkit-linear-gradient(top, #2f9822 2%, #26811b 98%); - background-image: linear, to bottom, #2f9822 2%, #26811b 98%; - border: 1px solid #227119; -} - -.customTheme .v-progressbar.u-redProgressBar .v-progressbar-indicator { - background-color: #DC143C; - background-image: -webkit-linear-gradient(top, #de1540 2%, #d01134 98%); - background-image: linear, to bottom, #de1540 2%, #d01134 98%; - border: 1px solid #ad0f2f; -} - -.customTheme .v-slot-u-redProgressBar .v-icon { - color: #ed473b; -} - -.customTheme .u-margin { - margin-left: 18px; - margin-right: 18px; - margin-top: 18px; - margin-bottom: 18px; -} - -.customTheme .u-idptile .v-grid-row > td { - border-left: none; - border-bottom: none; -} - -.customTheme .u-idptile .v-grid-row > td:first-child { - width: 82px; - text-align: center; -} - -.customTheme .u-idptile td > img { - max-height: 33px; - max-width: 70px; -} - -.customTheme .u-idptile .v-grid-tablewrapper { - border: none; -} - -.customTheme .u-flag-bg-en { - background-image: url(../common/img/flag/en.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.customTheme .u-flag-bg-pl { - background-image: url(../common/img/flag/pl.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.customTheme .u-flag-bg-de { - background-image: url(../common/img/flag/de.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.customTheme .u-flag-bg-nb { - background-image: url(../common/img/flag/no.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.customTheme .u-flag-bg-fr { - background-image: url(../common/img/flag/fr.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.customTheme .v-menubar .v-menubar-submenu-indicator + .v-menubar-menuitem-caption::after { - margin: 0 -3px 0 -3px; - font-family: FontAwesome; - content: "\f078"; - font-size: 0em; - vertical-align: 0.15em; -} - -.customTheme .v-menubar-popup .v-menubar-menuitem .v-icon { - color: #197de1; -} - -.customTheme .u-error-icon .v-icon { - color: #ed473b; -} - -.customTheme .v-caption-u-error-icon .v-icon { - color: #ed473b; -} - -.customTheme .v-menubar-popup .v-menubar-menuitem-selected { - background-image: -webkit-linear-gradient(top, #8ebef0 2%, #a5cbf3 98%); - background-image: linear, to bottom, #8ebef0 2%, #a5cbf3 98%; - background-color: transparent; -} - -.customTheme .v-menubar-u-toolbarButton { - height: auto; - line-height: inherit; -} - -.customTheme .v-caption-u-emphasized { - font-size: 150%; -} - -.customTheme .u-noGridHorizontalLines .v-grid-cell-focused:before { - display: none !important; -} - -.customTheme .u-noGridHorizontalLines .v-grid-tablewrapper table tbody tr td { - border-left: none; - border-bottom: none; - line-height: 29px; - height: 30px; -} - -.customTheme .u-noGridHorizontalLines .v-grid-tablewrapper table tbody tr:last-child td { - border-bottom: 1px solid #d4d4d4; -} - -.customTheme .u-denseTreeGrid td { - line-height: 34px; - height: 34px; -} - -.customTheme .u-denseTreeGrid .v-treegrid-tablewrapper .v-treegrid-cell-content { - padding-bottom: 6px; -} - -.customTheme .drop-layout .v-horizontallayout-drag-center { - background-color: #197de1; -} - -.customTheme .drop-on { - background-color: #bddbf8; -} - -.customTheme .v-assistive-device-only-label label { - font-size: 0; - width: 0px; -} - -.customTheme .v-caption-u-smallIconLabel .v-icon { - max-height: 25px; -} - -.customTheme .v-slot-u-smallIconLabel { - max-height: 25px; -} - -.customTheme .u-mediumIcon .v-icon { - font-size: 18px; -} - -.customTheme .u-largeIcon .v-icon { - font-size: 24px; -} - -.customTheme .u-veryLargeIcon .v-icon { - font-size: 34px; -} - -.customTheme .u-signInButton { - width: 100%; -} - -.customTheme .u-signInButton .v-button-wrap img { - padding: 4px 0px 0px 2px; - height: 27px; - vertical-align: top; -} - -.customTheme .u-signUpButton { - width: 100%; -} - -.customTheme .u-authn-columnsSeparator { - min-width: 35px; -} - -.customTheme .u-authn-logo { - height: 70px; -} - -.customTheme .u-authn-title { - font-family: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana; - letter-spacing: -1px; - font-size: 26px; - line-height: 1.1; - font-weight: 300; - padding-top: 12px; - padding-bottom: 35px; -} - -.customTheme .u-authnOptionTextElement { - height: 35px; -} - -.customTheme .u-verticalSpace1Unit { - height: 35px; -} - -.customTheme .u-authnOptionTextCenteredElement .v-slot { - height: 100%; -} - -.customTheme .u-authnGrid .v-grid-cell { - padding: 0px 0px 0px 0px; -} - -.customTheme .u-authnGrid .v-grid-row > td { - border-left: none; - border-bottom: none; -} - -.customTheme .u-authnGrid .v-grid-row > td:first-child { - text-align: center; -} - -.customTheme .u-authnGrid td .v-image { - max-height: 33px; - max-width: 90%; -} - -.customTheme .u-externalSignInButton, .customTheme .u-externalGridSignInButton { - background: #53A0C6; - text-decoration: none; - color: white; - font-weight: bold; - width: 100%; - height: 35px; - text-align: left; -} - -.customTheme .u-externalSignInButton:hover, .customTheme .u-externalGridSignInButton:hover { - background: #3486AE; - color: white; -} - -.customTheme .u-outdatedcred-info { - padding-top: 12px; - padding-bottom: 12px; -} - -.customTheme .u-externalSignInButton .v-button-wrap img, .customTheme .u-externalGridSignInButton .v-button-wrap img { - padding: 4px 0px 0px 2px; - height: 27px; - vertical-align: top; -} - -.customTheme .u-chip { - margin-right: 6px; - margin-top: 3px; - margin-bottom: 3px; -} - -.customTheme .u-chip .v-label { - background-color: #E0E0E0; - border-bottom-left-radius: 5px; - border-top-left-radius: 5px; - border-bottom-right-radius: 5px; - border-top-right-radius: 5px; - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - height: 29px; -} - -.customTheme .u-chip .v-button { - background-color: #E0E0E0; - margin-left: -6px; - border-bottom-right-radius: 5px; - border-top-right-radius: 5px; - padding-right: 6px; - padding-left: 6px; - padding-top: 4px; - height: 29px; -} - -.customTheme .u-chip .v-button:hover { - background-color: #E0E0E0; -} - -.customTheme .u-chipsCombo { - margin-top: 3px; -} - -.customTheme .v-button-registrationLink { - font-size: large; -} - -.customTheme .v-filterselect-suggestpopup-u-indentComboBox .v-filterselect-suggestmenu .gwt-MenuItem { - white-space: pre; -} - -.customTheme .u-indentComboBox .v-filterselect-input { - white-space: nowrap; -} - -.customTheme .v-label-wrap-line { - word-wrap: break-word; - white-space: pre-wrap; -} - -.customTheme .u-gridWithAction .v-grid-spacer-deco { - width: 0px; -} - -.customTheme .u-gridWithAction .v-grid-header-deco { - border: none; - background: $content-bg-color; - background-color: $content-bg-color; -} - -.customTheme .u-gridWithAction .v-grid-footer-deco { - border: none; - background: $content-bg-color; - background-color: $content-bg-color; -} - -.customTheme .u-gridWithAction .v-grid-spacer.stripe > td { - background-color: transparent; - border: none; -} - -.customTheme .u-gridWithAction .v-grid-scroller-vertical { - background: $content-bg-color; - border: none; -} - -.customTheme .u-gridWithAction .v-grid-scroller-horizontal { - background: $content-bg-color; - border: none; -} - -.customTheme .u-gridWithAction .v-grid-horizontal-scrollbar-deco { - background: $content-bg-color; - border: none; -} - -.customTheme .u-gridWithAction .v-grid-scroller { - border: none; - background: $content-bg-color; -} - -.customTheme .u-gridWithAction .v-grid-spacer > td { - background-color: transparent; - border: none; -} - -.customTheme .u-gridWithAction .v-grid-cell { - padding: 0px 0px 0px 2px; - border-top: 0.5px solid #d4d4d4; - border-bottom: none; - border-right: none; - border-left: none; -} - -.customTheme .u-gridWithAction .v-grid-cell.frozen { - box-shadow: none; -} - -.customTheme .u-gridWithAction .v-grid-header th { - background: $content-bg-color; - background-color: $content-bg-color; - font-weight: bold; - border-top: none; - border-right: none; - border-left: none; - border-bottom: 2px solid #d4d4d4; -} - -.customTheme .u-gridWithAction .v-grid-sidebar.v-contextmenu { - height: 34px; -} - -.customTheme .u-AuditEventsWarnMsg { - font-weight: bold; - margin-bottom: 30px; -} - -.customTheme .u-AuditEventsGridTitle { - font-weight: bold; - margin-bottom: 10px; -} - -.customTheme .u-auditEvents-filterLayout { - padding-right: 100px; - padding-bottom: 10px; - font-weight: bold; -} - -.customTheme .u-auditEvents-filterLayout .v-caption { - font-weight: bold; -} - -.customTheme .u-auditEvents-filterLayout { - font-weight: bold; -} - -.customTheme .u-gridWithActionMulti .v-grid-header th:first-child { - padding-left: 6px; - transform: none !important; -} - -.customTheme .u-gridWithActionMulti .v-grid-row > td:first-child { - padding-left: 6px; - transform: none !important; -} - -.customTheme .u-gridWithActionMulti .v-grid-header th:nth-child(2) { - padding: 0px 0px 0px 0px; -} - -.customTheme .u-gridWithActionMulti .v-grid-row > td:nth-child(2) { - padding: 0px 0px 0px 0px; -} - -.customTheme .u-gridWithAction .v-grid-tablewrapper { - border: none; -} - -.customTheme .u-gridWithAction .v-grid-row > td { - border-left: none; - border-right: none; -} - -.customTheme .u-gridWithAction .v-grid-row > td .v-button-small { - margin: 0px; - width: 30px; -} - -.customTheme .u-gridWithAction .v-grid-row > td .v-button-small:focus { - border: none; -} - -.customTheme .u-gridWithAction .v-grid-row > td .v-horizontallayout { - margin-right: 0px; - overflow: hidden; -} - -.customTheme .u-gridWithAction .v-grid-cell-focused:before { - display: none !important; -} - -.customTheme .u-gridWithAction .v-grid-cell div.component-wrap { - width: auto; -} - -.customTheme .v-grid-u-gridWithAction { - background: transparent; - background-color: transparent; -} - -.customTheme .u-gridWithAction .v-grid-row .v-grid-cell:last-of-type div.component-wrap { - width: 100%; -} - -.customTheme .u-gridWithAction .v-grid-row .v-grid-cell div.component-wrap { - width: auto; -} - -.customTheme .u-gridWithAction .v-grid-sidebar.v-contextmenu { - background-color: $content-bg-color; - background-image: none; - border: none; -} - -.customTheme .u-gridWithAction .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button:after { - content: "\f142"; - font-family: FontAwesome; -} - -.customTheme .u-wordWrap { - word-wrap: break-word !important; - white-space: normal !important; -} - -.customTheme .u-showHideButton { - color: $font-color-dark !important; - border: none !important; - cursor: default !important; -} - -.customTheme .u-showHideButton:hover { - background-color: transparent !important; - background: none !important; -} - -.customTheme .u-showHideButton:active:not(.v-disabled) { - opacity: 1; -} - -.customTheme .u-imagePreview { - max-height: 15em; - max-width: 15em; -} - -.customTheme .u-fixedWidthCaptions .v-formlayout-captioncell .v-caption { - width: 21em; -} - -.customTheme .u-marginLeftMinus7 { - margin-left: -7em; -} - -.customTheme .u-marginLeftMinus20 { - margin-left: -20em; -} - -.customTheme .u-marginLeftMinus30 { - margin-left: -30em; -} - -.customTheme .u-gridEmbeddedEditor { - margin-top: -2em; - background-color: $content-bg-color; -} - -.customTheme .u-marginLeftPlus7 { - margin-left: 7em; -} - -.customTheme .u-border { - border: 1px solid #d4d4d4; -} - -.customTheme .u-columnHeader { - border-bottom: 1px solid #d4d4d4; - background-color: #E0E0E0; -} - -.customTheme .u-minWidth25 { - min-width: 25em; -} - -.customTheme .u-minWidth50 { - min-width: 50em; -} - -.customTheme .u-minWidth75 { - min-width: 75em; -} - -.customTheme .u-minWidth100 { - min-width: 100em; -} - -.customTheme .u-narrowTable { - max-width: 50em; -} - -.customTheme .u-maxWidth25 { - max-width: 25em; -} - -.customTheme .u-maxWidth3 { - max-width: 3em; -} - -.customTheme .u-clearTextField { - margin-top: 3px; - margin-left: -1.5em; - background: $content-bg-color !important; -} - -.customTheme .u-textEndpointHeading { - text-indent: 100%; - white-space: nowrap; - overflow: hidden; - background-image: url("../common/img/other/logo.png"); - background-repeat: no-repeat; - height: 130px; -} - -.customTheme .u-header { - height: 130px !important; -} \ No newline at end of file diff --git a/VAADIN/themes/customTheme/styles.scss b/VAADIN/themes/customTheme/styles.scss deleted file mode 100644 index 2982e7b..0000000 --- a/VAADIN/themes/customTheme/styles.scss +++ /dev/null @@ -1,10 +0,0 @@ -//This is the root theme file. The name 'styles.scss' must be always preserved -// If you want to create a new theme copy this file and change the imported file, theme name -// and include: basically 'customTheme' -> 'yourName' - -@import "customTheme.scss"; - -.customTheme { - - @include customTheme; -} diff --git a/VAADIN/themes/html b/VAADIN/themes/html index 27d70cd..4dc4ed5 160000 --- a/VAADIN/themes/html +++ b/VAADIN/themes/html @@ -1 +1 @@ -Subproject commit 27d70cda5a48f11a806e7e68f162789477489e42 +Subproject commit 4dc4ed56cc7f747f0a97d2c92e1d5563db288b31 diff --git a/VAADIN/themes/sidebarThemeValo/color-scheme-celadon.scss b/VAADIN/themes/sidebarThemeValo/color-scheme-celadon.scss deleted file mode 100644 index c907845..0000000 --- a/VAADIN/themes/sidebarThemeValo/color-scheme-celadon.scss +++ /dev/null @@ -1,80 +0,0 @@ -$color-grey-0: #F4F4F4; -$color-grey-1: #E5E5E5; -$color-grey-2: #C5C5C5; -$color-grey-3: #A3A3A3; - -$color-black: #323232; -$color-v-table-border: #D4D4D4; - -// Palette URL: http://paletton.com/#uid=23m0u0kw0w0fJL2nm-QyAmqIXdr */ - -$color-primary-0: #04859D; // Main Primary color */ -$color-primary-1: #6BBFCE; -$color-primary-2: #3199AC; -$color-primary-3: #025D6E; -$color-primary-4: #013842; - -$color-complement-0: #FF7C00; // Main Complement color */ -$color-complement-1: #FFBF82; -$color-complement-2: #FFA045; -$color-complement-3: #B35700; -$color-complement-4: #6B3400; - - -$tooltip-background: $color-primary-4; -$tooltip-active-background: $color-primary-4; - -$font-color-dark: $color-black; -$font-color-light: $color-grey-0; - -$icon-color: $color-primary-0; - -$menuLeft-color: $font-color-light; -$menuLeft-bg-color: $color-primary-0; -$menuLeft-bg-right-border: $menuLeft-bg-color; -$menuLeft-hoover-color: $font-color-light; -$menuLeft-hoover-bg-color: $color-primary-3; -$menuLeft-active-bg-color: $color-primary-4; - -$menuTop-color: $font-color-dark; -$menuTop-bg-color: $color-grey-0; -$menuTop-bottom-border: $menuTop-bg-color; - -$hover-bg-color: $color-grey-0; - -$button-border-color: transparent; - -$smallButton-color: $icon-color; -$smallButton-hover-color: $icon-color; -$smallButton-bg-color: transparent; -$smallButton-hover-bg-color: $hover-bg-color; - -$button-color: $font-color-dark; -$button-hover-color: $font-color-dark; -$button-bg-color: $color-grey-1; -$button-hover-bg-color: $color-grey-2; -$button-action-color: $font-color-dark; -$button-action-bg-color: $color-primary-1; -$button-action-hover-bg-color: $color-primary-2; - - -$topMenuButton-color: $icon-color; -$topMenuButton-hover-color: $color-complement-2; -$topMenuButton-bg-color: transparent; -$topMenuButton-hover-bg-color: transparent; - -$menubar-icon-color: $icon-color; - -$content-bg-color: #FFFFFF; -$content-color: $font-color-dark; - -$button-active-background: $content-background; - -$selected-color: $color-primary-1; - -//$v-background-color: $color-primary; -//$v-selection-color: $color-grey; -//$v-focus-color: $color-grey; -//$v-bevel: none; -//$v-gradient: none; -//$v-bevel-depth: 0px; diff --git a/VAADIN/themes/sidebarThemeValo/color-scheme-gray.scss b/VAADIN/themes/sidebarThemeValo/color-scheme-gray.scss deleted file mode 100644 index 8c573de..0000000 --- a/VAADIN/themes/sidebarThemeValo/color-scheme-gray.scss +++ /dev/null @@ -1,27 +0,0 @@ -/** - * Bright color scheme - alternative, disabled - * Exported as sass from http://paletton.com/#uid=23-0u0k8uuK1KQU4GEHd1q4i7l- - * Warning - not fully aligned with the rest. - */ -$color-primary-0: #788C9F; // Main Primary color -$color-primary-1: #D7DDE3; -$color-primary-2: #A7B4C1; -$color-primary-3: #546E87; -$color-primary-4: #355370; - -$menuLeft-color: $font-color; -$menuLeft-bg-color: $color-primary-1; -$menuLeft-bg-right-border: $color-primary-2; - -$menuLeft-hoover-color: $menuLeft-color; -$menuLeft-hoover-bg-color: $color-primary-2; -$menuLeft-active-bg-color: $color-primary-2; - -$menuTop-color: $font-color; -$menuTop-hoover-color: $color-primary-3; -$menuTop-bg-color: $menuLeft-bg-color; -$menuTop-bottom-border: $menuLeft-bg-right-border; - -$content-bg-color: #ffffff; -$content-color: $font-color; - diff --git a/VAADIN/themes/sidebarThemeValo/favicon.ico b/VAADIN/themes/sidebarThemeValo/favicon.ico deleted file mode 100644 index a4d6f20..0000000 Binary files a/VAADIN/themes/sidebarThemeValo/favicon.ico and /dev/null differ diff --git a/VAADIN/themes/sidebarThemeValo/sidebarThemeValo.scss b/VAADIN/themes/sidebarThemeValo/sidebarThemeValo.scss deleted file mode 100644 index a873645..0000000 --- a/VAADIN/themes/sidebarThemeValo/sidebarThemeValo.scss +++ /dev/null @@ -1,17 +0,0 @@ -@import "../valo/valo.scss"; -@import "../../addons/stepper/stepper.scss"; -@import "../common/common.scss"; -@import "sidebar.scss"; - -@mixin sidebarThemeValo { - - @include valo; - - @include stepper; - - @include vaadin-icons; - - @include unityCommon; - - @include sidebar; -} diff --git a/VAADIN/themes/sidebarThemeValo/styles.css b/VAADIN/themes/sidebarThemeValo/styles.css deleted file mode 100644 index ec5b923..0000000 --- a/VAADIN/themes/sidebarThemeValo/styles.css +++ /dev/null @@ -1,17024 +0,0 @@ -/** - * Checks if a list contains a certain value. - * - * @param {list} $list - the list to check - * @param {value} $var - the value to search for - * @param {bool} $recursive (false) - should any contained lists be checked for the value - * - * @return {bool} true if the value is found from the list, false otherwise - * - * @group lists - */ - -/** - * Cross-browser opacity. - * - * @param {number} $value - opacity value from 0 to 1 - * @param {bool} $important (false) - should the property value be declared with !important - * - * @group util - */ - -@-webkit-keyframes valo-animate-in-fade { - 0% { - opacity: 0; - } - } - -@-moz-keyframes valo-animate-in-fade { - 0% { - opacity: 0; - } - } - -@keyframes valo-animate-in-fade { - 0% { - opacity: 0; - } - } - -@-webkit-keyframes valo-animate-out-fade { - 100% { - opacity: 0; - } - } - -@-moz-keyframes valo-animate-out-fade { - 100% { - opacity: 0; - } - } - -@keyframes valo-animate-out-fade { - 100% { - opacity: 0; - } - } - -@-webkit-keyframes valo-animate-in-slide-down { - 0% { - -webkit-transform: translateY(-100%); - } - } - -@-moz-keyframes valo-animate-in-slide-down { - 0% { - -moz-transform: translateY(-100%); - } - } - -@keyframes valo-animate-in-slide-down { - 0% { - -webkit-transform: translateY(-100%); - -moz-transform: translateY(-100%); - -ms-transform: translateY(-100%); - -o-transform: translateY(-100%); - transform: translateY(-100%); - } - } - -@-webkit-keyframes valo-animate-in-slide-up { - 0% { - -webkit-transform: translateY(100%); - } - } - -@-moz-keyframes valo-animate-in-slide-up { - 0% { - -moz-transform: translateY(100%); - } - } - -@keyframes valo-animate-in-slide-up { - 0% { - -webkit-transform: translateY(100%); - -moz-transform: translateY(100%); - -ms-transform: translateY(100%); - -o-transform: translateY(100%); - transform: translateY(100%); - } - } - -@-webkit-keyframes valo-animate-in-slide-left { - 0% { - -webkit-transform: translateX(100%); - } - } - -@-moz-keyframes valo-animate-in-slide-left { - 0% { - -moz-transform: translateX(100%); - } - } - -@keyframes valo-animate-in-slide-left { - 0% { - -webkit-transform: translateX(100%); - -moz-transform: translateX(100%); - -ms-transform: translateX(100%); - -o-transform: translateX(100%); - transform: translateX(100%); - } - } - -@-webkit-keyframes valo-animate-in-slide-right { - 0% { - -webkit-transform: translateX(-100%); - } - } - -@-moz-keyframes valo-animate-in-slide-right { - 0% { - -moz-transform: translateX(-100%); - } - } - -@keyframes valo-animate-in-slide-right { - 0% { - -webkit-transform: translateX(-100%); - -moz-transform: translateX(-100%); - -ms-transform: translateX(-100%); - -o-transform: translateX(-100%); - transform: translateX(-100%); - } - } - -@-webkit-keyframes valo-animate-out-slide-down { - 100% { - -webkit-transform: translateY(100%); - } - } - -@-moz-keyframes valo-animate-out-slide-down { - 100% { - -moz-transform: translateY(100%); - } - } - -@keyframes valo-animate-out-slide-down { - 100% { - -webkit-transform: translateY(100%); - -moz-transform: translateY(100%); - -ms-transform: translateY(100%); - -o-transform: translateY(100%); - transform: translateY(100%); - } - } - -@-webkit-keyframes valo-animate-out-slide-up { - 100% { - -webkit-transform: translateY(-100%); - } - } - -@-moz-keyframes valo-animate-out-slide-up { - 100% { - -moz-transform: translateY(-100%); - } - } - -@keyframes valo-animate-out-slide-up { - 100% { - -webkit-transform: translateY(-100%); - -moz-transform: translateY(-100%); - -ms-transform: translateY(-100%); - -o-transform: translateY(-100%); - transform: translateY(-100%); - } - } - -@-webkit-keyframes valo-animate-out-slide-left { - 100% { - -webkit-transform: translateX(-100%); - } - } - -@-moz-keyframes valo-animate-out-slide-left { - 100% { - -moz-transform: translateX(-100%); - } - } - -@keyframes valo-animate-out-slide-left { - 100% { - -webkit-transform: translateX(-100%); - -moz-transform: translateX(-100%); - -ms-transform: translateX(-100%); - -o-transform: translateX(-100%); - transform: translateX(-100%); - } - } - -@-webkit-keyframes valo-animate-out-slide-right { - 100% { - -webkit-transform: translateX(100%); - } - } - -@-moz-keyframes valo-animate-out-slide-right { - 100% { - -moz-transform: translateX(100%); - } - } - -@keyframes valo-animate-out-slide-right { - 100% { - -webkit-transform: translateX(100%); - -moz-transform: translateX(100%); - -ms-transform: translateX(100%); - -o-transform: translateX(100%); - transform: translateX(100%); - } - } - -@-webkit-keyframes valo-overlay-animate-in { - 0% { - -webkit-transform: translatey(-4px); - opacity: 0; - } - } - -@-moz-keyframes valo-overlay-animate-in { - 0% { - -moz-transform: translatey(-4px); - opacity: 0; - } - } - -@keyframes valo-overlay-animate-in { - 0% { - -webkit-transform: translatey(-4px); - -moz-transform: translatey(-4px); - -ms-transform: translatey(-4px); - -o-transform: translatey(-4px); - transform: translatey(-4px); - opacity: 0; - } - } - -@-webkit-keyframes valo-animate-out-slide-down-fade { - 100% { - opacity: 0; - -webkit-transform: translatey(30%); - } - } - -@-moz-keyframes valo-animate-out-slide-down-fade { - 100% { - opacity: 0; - -moz-transform: translatey(30%); - } - } - -@keyframes valo-animate-out-slide-down-fade { - 100% { - opacity: 0; - -webkit-transform: translatey(30%); - -moz-transform: translatey(30%); - -ms-transform: translatey(30%); - -o-transform: translatey(30%); - transform: translatey(30%); - } - } - -/** - * Outputs cross-browser Valo-specific linear gradient background-image declarations. - * - * @group style - * - * @param {color} $color ($v-background-color) - The base color for the gradient color stops - * @param {list} $gradient ($v-gradient) - Valo-specific gradient value. See the documentation for $v-gradient. - * @param {color} $fallback (null) - A fallback color for browser which do not support linear gradients (IE8 and IE9 in particular). If null, the base $color is used instead. - * @param {string} $direction (to bottom) - the direction of the linear gradient. The color stops are by default so that a lighter shade is at the start and a darker shade is at the end. - */ - -/** - * Computes a CSS border property value for the given base color. - * - * @group style - * - * @param {list} $border ($v-border) - CSS border value which can contain any of the color keywords - * @param {color} $color ($v-background-color) - the base color to which the color keywords are applied to - * @param {color} $context (null) - context/surrounding color where the border is expected to appear. The color of the final border is the darker of the two parameters passed to this function. - * @param {number} $strength (1) - adjustment for the border contrast - * - * @return {list} The input $border value with any color keyword replaced with the corresponding actual color - */ - -/** - * Ouput selectors and properties to vertically center elements inside their parent. - * - * @param {string} $to-align (()) - The selector to match the elements which you wish to align vertically. The targeted elements should be inline or inline-block elements. - * @param {string} $align (middle) - The vertical-align value, e.g. top, middle, bottom - * @param {string} $pseudo-element (after) - Which pseudo element to use for the vertical align guide - * - * @group util - */ - -@font-face { - font-family: "Vaadin-Icons"; - src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot); - src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.woff) format("woff"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.ttf) format("truetype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.svg#icomoon) format("svg"); -} - -.Vaadin-Icons { - font-family: "Vaadin-Icons"; -} - -@font-face { - font-family: ThemeIcons; - font-weight: normal; - font-style: normal; - src: url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot); - src: url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.woff) format("woff"), url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.ttf) format("truetype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.svg#ThemeIcons) format("svg"); -} - -.ThemeIcons { - font-family: ThemeIcons; - font-style: normal; - font-weight: normal; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - display: inline-block; - text-align: center; -} - -@font-face { - font-family: FontAwesome; - font-weight: normal; - font-style: normal; - src: url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot); - src: url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.woff) format("woff"), url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.ttf) format("truetype"), url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.svg#FontAwesome) format("svg"); -} - -.FontAwesome { - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - display: inline-block; - text-align: center; -} - -@font-face { - font-family: "Open Sans"; - src: url(../valo/fonts/open-sans/OpenSans-Light-webfont.eot); - src: url(../valo/fonts/open-sans/OpenSans-Light-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/open-sans/OpenSans-Light-webfont.woff) format("woff"), url(../valo/fonts/open-sans/OpenSans-Light-webfont.ttf) format("truetype"); - font-weight: 300; - font-style: normal; -} - -@font-face { - font-family: "Open Sans"; - src: url(../valo/fonts/open-sans/OpenSans-Regular-webfont.eot); - src: url(../valo/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/open-sans/OpenSans-Regular-webfont.woff) format("woff"), url(../valo/fonts/open-sans/OpenSans-Regular-webfont.ttf) format("truetype"); - font-weight: 400; - font-style: normal; -} - -@font-face { - font-family: "Open Sans"; - src: url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.eot); - src: url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.woff) format("woff"), url(../valo/fonts/open-sans/OpenSans-Semibold-webfont.ttf) format("truetype"); - font-weight: 600; - font-style: normal; -} - -@-webkit-keyframes v-rotate-360 { - to { - -webkit-transform: rotate(360deg); - } - } - -@-moz-keyframes v-rotate-360 { - to { - -moz-transform: rotate(360deg); - } - } - -@-o-keyframes v-rotate-360 { - to { - -o-transform: rotate(360deg); - } - } - -@keyframes v-rotate-360 { - to { - transform: rotate(360deg); - } - } - -@-webkit-keyframes v-progress-start { - 0% { - width: 0%; - } - 100% { - width: 50%; - } - } - -@-moz-keyframes v-progress-start { - 0% { - width: 0%; - } - 100% { - width: 50%; - } - } - -@keyframes v-progress-start { - 0% { - width: 0%; - } - 100% { - width: 50%; - } - } - -@-webkit-keyframes v-progress-delay { - 0% { - width: 50%; - } - 100% { - width: 90%; - } - } - -@-moz-keyframes v-progress-delay { - 0% { - width: 50%; - } - 100% { - width: 90%; - } - } - -@keyframes v-progress-delay { - 0% { - width: 50%; - } - 100% { - width: 90%; - } - } - -@-webkit-keyframes v-progress-wait { - 0% { - width: 90%; - height: 4px; - } - 3% { - width: 91%; - height: 7px; - } - 100% { - width: 96%; - height: 7px; - } - } - -@-moz-keyframes v-progress-wait { - 0% { - width: 90%; - height: 4px; - } - 3% { - width: 91%; - height: 7px; - } - 100% { - width: 96%; - height: 7px; - } - } - -@keyframes v-progress-wait { - 0% { - width: 90%; - height: 4px; - } - 3% { - width: 91%; - height: 7px; - } - 100% { - width: 96%; - height: 7px; - } - } - -@-webkit-keyframes v-progress-wait-pulse { - 0% { - opacity: 1; - } - 50% { - opacity: 0.1; - } - 100% { - opacity: 1; - } - } - -@-moz-keyframes v-progress-wait-pulse { - 0% { - opacity: 1; - } - 50% { - opacity: 0.1; - } - 100% { - opacity: 1; - } - } - -@keyframes v-progress-wait-pulse { - 0% { - opacity: 1; - } - 50% { - opacity: 0.1; - } - 100% { - opacity: 1; - } - } - -/** - * Outputs the context menu selectors and styles, which is used by Table and Tree for instance. - * - * @requires {mixin} valo-selection-item-style - * @requires {mixin} valo-selection-item-selected-style - */ - -/** - * The background color for overlay elements. - * - * @type color - * @group overlay - */ - -/** - * The backgound color for tooltips. - * - * @type color - * @group tooltip - */ - -/** - * - * - * @param {string} $primary-stylename (v-absolutelayout) - - * - * @group absolutelayout - */ - -/** - * Outputs the selectors and properties for the Accordion component. - * - * @param {string} $primary-stylename (v-accordion) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * @group accordion - */ - -/** - * Outputs the selectors and properties for the Button component. - * - * @param {string} $primary-stylename (v-button) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group button - */ - -/** - * A list of colors for custom event colors. Can be an empty list of you don't - * need any custom event colors. - * - * @example javascript - * // Java code - * // 'event' is an instance of EditableCalendarEvent - * event.setStyleName("color1"); // 1st color in the list - * event.setStyleName("color2"); // 2nd color in the list - * // etc. - * - * @group calendar - */ - -/** - * Outputs the selectors and properties for the CheckBox component. - * - * @param {string} $primary-stylename (v-checkbox) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group checkbox - */ - -/** - * Outputs the global selectors and properties for the ColorPicker component - styles which are - * considered mandatory for the component to work properly. - * - * @param {string} $primary-stylename (v-colorpicker) - the primary style name for the selectors - * - * @group colorpicker - */ - -/** - * Outputs the selectors and properties for the ComboBox component. - * - * @param {string} $primary-stylename (v-filterselect) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group combobox - */ - -/** - * The amount of spacing between different widgets in a component group. - * If null, a computed value is used ($v-border size * -1, or 1px if $v-border size is 0) - * - * @group csslayout - */ - -/** - * - * - * @param {string} $primary-stylename (v-customcomponent) - - * - * @group customcomponent - */ - -/** - * - * - * @param {string} $primary-stylename (v-customlayout) - - * - * @group customlayout - */ - -/** - * Outputs the selectors and properties for the DateField component. - * - * @param {string} $primary-stylename (v-datefield) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group datefield - */ - -/** - * Outputs the styles and selectors for the DragAndDropWrapper component. - * - * @param {string} $primary-stylename (v-ddwrapper) - the primary style name for the selectors - * - * @group drag-n-drop - */ - -/** - * - * - * @param {string} $primary-stylename (v-form) - - * - * @group form - */ - -/** - * Outputs the selectors and properties for the FormLayout component. - * - * @param {string} $primary-stylename (v-formlayout) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group formlayout - */ - -/** - * - * @group table - */ - -@-webkit-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-webkit-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -/** - * - * - * @param {string} $primary-stylename (v-gridlayout) - - * - * @group gridlayout - */ - -/** - * The font weight for headers. - * - * @group label - */ - -/** - * - * @group link - */ - -/** - * - * - * @param {string} $primary-stylename (v-loginform) - - * - * @group loginform - */ - -/** - * - * - * @param {string} $primary-stylename (v-menubar) - - * @param {bool} $include-additional-styles - - * - * @group menubar - */ - -/** - * - * - * @param {string} $primary-stylename (v-nativebutton) - - * - * @group nativebutton - */ - -/** - * - * - * @param {string} $primary-stylename (v-select) - - * - * @group nativeselect - */ - -/** - * - * @group notification - */ - -/** - * - * - * @param {string} $primary-stylename (v-select-optiongroup) - - * @param {bool} $include-additional-styles - - * - * @group optiongroup - */ - -/** - * - * - * - * @group orderedlayout - */ - -/** - * - * @group panel - */ - -@-webkit-keyframes v-popupview-animate-in { - 0% { - -webkit-transform: scale(0); - } - } - -@-moz-keyframes v-popupview-animate-in { - 0% { - -moz-transform: scale(0); - } - } - -@keyframes v-popupview-animate-in { - 0% { - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - } - } - -/** - * - * @group progressbar - */ - -/** - * - * @group richtextarea - */ - -/** - * - * @group slider - */ - -/** - * - * - * @param {string} $primary-stylename (v-splitpanel) - - * @param {bool} $include-additional-styles - - * - * @group splitpanel - */ - -/** - * - * @group table - */ - -/** - * Should the tabsheet content changes be animated. - * - * @group tabsheet - */ - -/** - * The background color for text fields. - * @group textfield - */ - -/** - * Outputs the selectors and properties for the TextArea component. - * - * @param {string} $primary-stylename (v-textarea) - the primary style name for the selectors - * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component - * - * @group textarea - */ - -/** - * - * @group tree - */ - -/** - * - * @group table - */ - -@-webkit-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-webkit-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -/** - * - * @group table - */ - -@-webkit-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@keyframes valo-grid-editor-footer-animate-in { - 0% { - margin-top: -37px; - } - } - -@-webkit-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@-moz-keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -@keyframes valo-grid-editor-footer-animate-in-alt { - 0% { - margin-bottom: -38px; - } - 100% { - margin-bottom: -1px; - } - } - -/** - * - * - * @param {string} $primary-stylename (v-treetable) - - * - * @group treetable - */ - -/** - * - * - * @param {string} $primary-stylename (v-select-twincol) - - * - * @group twin-column-select - */ - -/** - * - * - * @param {string} $primary-stylename (v-upload) - - * - * @group upload - */ - -/** - * @group window - */ - -@-webkit-keyframes valo-modal-window-indication { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } - } - -@-moz-keyframes valo-modal-window-indication { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } - } - -@keyframes valo-modal-window-indication { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } - } - -@-webkit-keyframes valo-animate-out-scale-down-fade { - 100% { - -webkit-transform: scale(0.8); - opacity: 0; - } - } - -@-moz-keyframes valo-animate-out-scale-down-fade { - 100% { - -moz-transform: scale(0.8); - opacity: 0; - } - } - -@keyframes valo-animate-out-scale-down-fade { - 100% { - -webkit-transform: scale(0.8); - -moz-transform: scale(0.8); - -ms-transform: scale(0.8); - -o-transform: scale(0.8); - transform: scale(0.8); - opacity: 0; - } - } - -/** - * @group valo-menu - */ - -.v-vaadin-version:after { - content: "8.9.2"; -} - -.v-widget { - box-sizing: border-box; - display: inline-block; - vertical-align: top; - text-align: left; - white-space: normal; -} - -.v-generated-body { - overflow: hidden; - margin: 0; - padding: 0; - border: 0; -} - -.v-app { - height: 100%; - -webkit-tap-highlight-color: transparent; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.v-app input[type="text"], .v-app .v-slot > .v-caption, .v-app .v-gridlayout-slot > .v-caption, .v-app .v-has-caption > .v-caption, .v-app .v-formlayout-captioncell > .v-caption, .v-app .v-csslayout > .v-caption { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; -} - -.v-app input::-ms-clear { - display: none; -} - -.v-ui { - position: relative; -} - -.v-ui.v-ui-embedded { - margin-top: -1px; - border-top: 1px solid transparent; -} - -.v-ui:focus { - outline: none; -} - -.v-overlay-container { - width: 0; - height: 0; -} - -.v-drag-element { - z-index: 60000; - position: absolute !important; - cursor: default; -} - -.v-clip { - overflow: hidden; -} - -.v-scrollable { - overflow: auto; -} - -.v-scrollable > .v-widget { - vertical-align: middle; - overflow: hidden; -} - -.v-ios.v-webkit .v-scrollable { - -webkit-overflow-scrolling: touch; -} - -.v-ios5.v-webkit .v-scrollable { - -webkit-overflow-scrolling: none; -} - -.v-webkit.v-ios .v-browserframe { - -webkit-overflow-scrolling: touch; - overflow: auto; -} - -.v-assistive-device-only, .v-assistive-device-only-label label { - position: absolute; - top: -2000px; - left: -2000px; - width: 10px; - overflow: hidden; -} - -.v-icon { - cursor: inherit; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.v-icon, .v-errorindicator, .v-required-field-indicator { - display: inline-block; - line-height: inherit; -} - -.v-caption { - display: inline-block; - white-space: nowrap; - line-height: 1.55; -} - -.v-captiontext { - display: inline-block; - line-height: inherit; -} - -div.v-layout.v-horizontal.v-widget { - white-space: nowrap; -} - -.v-layout.v-vertical > .v-expand, .v-layout.v-horizontal > .v-expand { - box-sizing: border-box; - width: 100%; - height: 100%; -} - -.v-slot, .v-spacing { - display: inline-block; - white-space: nowrap; - vertical-align: top; -} - -.v-vertical > .v-slot:after { - display: inline-block; - clear: both; - width: 0; - height: 0; - overflow: hidden; -} - -.v-vertical > .v-slot, .v-vertical > .v-expand > .v-slot { - display: block; - clear: both; -} - -.v-horizontal > .v-slot, .v-horizontal > .v-expand > .v-slot { - height: 100%; -} - -.v-horizontal > .v-expand > .v-slot { - position: relative; -} - -.v-vertical > .v-spacing, .v-vertical > .v-expand > .v-spacing { - width: 0 !important; - display: block; - clear: both; -} - -.v-horizontal > .v-spacing, .v-horizontal > .v-expand > .v-spacing { - height: 0 !important; -} - -.v-align-middle:before, .v-align-bottom:before, .v-expand > .v-align-middle:before, .v-expand > .v-align-bottom:before { - content: ""; - display: inline-block; - height: 100%; - vertical-align: middle; - width: 0; -} - -.v-align-middle, .v-align-bottom { - white-space: nowrap; -} - -.v-align-middle > .v-widget, .v-align-bottom > .v-widget { - display: inline-block; -} - -.v-align-middle, .v-align-middle > .v-widget { - vertical-align: middle; -} - -.v-align-bottom, .v-align-bottom > .v-widget { - vertical-align: bottom; -} - -.v-align-center { - text-align: center; -} - -.v-align-center > .v-widget { - margin-left: auto; - margin-right: auto; -} - -.v-align-right { - text-align: right; -} - -.v-align-right > .v-widget { - margin-left: auto; -} - -.v-has-caption, .v-has-caption > .v-caption { - display: inline-block; -} - -.v-caption-on-left, .v-caption-on-right { - white-space: nowrap; -} - -.v-caption-on-top > .v-caption, .v-caption-on-bottom > .v-caption { - display: block; -} - -.v-caption-on-left > .v-caption { - padding-right: 0.5em; -} - -.v-caption-on-left > .v-widget, .v-caption-on-right > .v-widget { - display: inline-block; -} - -.v-has-caption.v-has-width > .v-widget { - width: 100% !important; -} - -.v-has-caption.v-has-height > .v-widget { - height: 100% !important; -} - -.v-gridlayout { - position: relative; -} - -.v-gridlayout-slot { - position: absolute; - line-height: 1.55; -} - -.v-gridlayout-spacing-on { - overflow: hidden; -} - -.v-gridlayout-spacing, .v-gridlayout-spacing-off { - padding-left: 0; - padding-top: 0; -} - -.v-gridlayout-spacing-off { - overflow: hidden; -} - -.v-calendar-month-day-scrollable { - overflow-y: scroll; -} - -.v-calendar-week-wrapper { - position: relative; - overflow: hidden; -} - -.v-calendar-current-time { - position: absolute; - left: 0; - width: 100%; - height: 1px; - background: red; - z-index: 2; -} - -.v-calendar-event-resizetop, .v-calendar-event-resizebottom { - position: absolute; - height: 5%; - min-height: 3px; - width: 100%; - z-index: 1; -} - -.v-calendar-event-resizetop { - cursor: row-resize; - top: 0; -} - -.v-calendar-event-resizebottom { - cursor: row-resize; - bottom: 0; -} - -.v-calendar-header-month td:first-child { - padding-left: 20px; -} - -.v-calendar-month-sizedheight .v-calendar-month-day { - height: 100px; -} - -.v-calendar-month-sizedwidth .v-calendar-month-day { - width: 100px; -} - -.v-calendar-header-month-Hsized .v-calendar-header-day { - width: 101px; -} - -.v-calendar-header-month-Hsized td:first-child { - padding-left: 21px; -} - -.v-calendar-header-day-Hsized { - width: 200px; -} - -.v-calendar-week-numbers-Vsized .v-calendar-week-number { - height: 100px; - line-height: 100px; -} - -.v-calendar-week-wrapper-Vsized { - height: 400px; - overflow-x: hidden !important; -} - -.v-calendar-times-Vsized .v-calendar-time { - height: 38px; -} - -.v-calendar-times-Hsized .v-calendar-time { - width: 42px; -} - -.v-calendar-day-times-Vsized .v-datecellslot, .v-calendar-day-times-Vsized .v-datecellslot-even { - height: 18px; -} - -.v-calendar-day-times-Hsized, .v-calendar-day-times-Hsized .v-datecellslot, .v-calendar-day-times-Hsized .v-datecellslot-even { - width: 200px; -} - -.v-colorpicker-popup.v-window { - min-width: 220px !important; -} - -.v-colorpicker-gradient-container { - overflow: visible !important; -} - -.v-colorpicker-gradient-clicklayer { - opacity: 0; - filter: alpha(opacity=0) ; -} - -.rgb-gradient .v-colorpicker-gradient-background { - background: url(../valo/components/img/colorpicker/gradient2.png); -} - -.hsv-gradient .v-colorpicker-gradient-foreground { - background: url(../valo/components/img/colorpicker/gradient.png); -} - -.v-colorpicker-gradient-higherbox:before { - content: ""; - width: 11px; - height: 11px; - border-radius: 7px; - border: 1px solid #fff; - -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.3); - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.3); - position: absolute; - bottom: -6px; - left: -6px; -} - -.v-colorpicker-popup .v-slider.v-slider-red:before { - background-color: red; -} - -.v-colorpicker-popup .v-slider.v-slider-green:before { - background-color: green; -} - -.v-colorpicker-popup .v-slider.v-slider-blue:before { - background-color: blue; -} - -.v-colorpicker-popup .v-slider.hue-slider:before { - background: url(../valo/components/img/colorpicker/slider_hue_bg.png); -} - -.v-colorpicker-popup input.v-textfield-dark { - color: #fff; -} - -.v-colorpicker-popup input.v-textfield-light { - color: #000; -} - -.v-colorpicker-grid { - height: 319px; -} - -.v-colorpicker-popup .colorselect td { - line-height: 15px; -} - -.v-table-header table, .v-table-footer table, .v-table-table { - border-spacing: 0; - border-collapse: separate; - margin: 0; - padding: 0; - border: 0; - line-height: 1.55; -} - -.v-table-resizer, .v-table-sort-indicator { - float: right; -} - -.v-table-caption-container-align-center { - text-align: center; -} - -.v-table-caption-container-align-right { - text-align: right; -} - -.v-table-header td, .v-table-footer td, .v-table-cell-content { - padding: 0; -} - -.v-table-sort-indicator { - width: 0; -} - -.v-tabsheet-hidetabs > .v-tabsheet-tabcontainer, .v-tabsheet-spacertd, .v-disabled .v-tabsheet-scroller, .v-tabsheet .v-disabled .v-tabsheet-caption-close { - display: none; -} - -.v-tabsheet { - overflow: visible !important; - position: relative; -} - -.v-tabsheet-tabcontainer table, .v-tabsheet-tabcontainer tbody, .v-tabsheet-tabcontainer tr { - display: inline-block; - border-spacing: 0; - border-collapse: collapse; - vertical-align: top; -} - -.v-tabsheet-tabcontainer td { - display: inline-block; - padding: 0; -} - -.v-tabsheet-tabs { - white-space: nowrap; - box-sizing: border-box; -} - -.v-tabsheet-content { - position: relative; -} - -.v-tabsheet-content > div > .v-scrollable > .v-margin-top { - padding-top: 12px; -} - -.v-tabsheet-content > div > .v-scrollable > .v-margin-right { - padding-right: 12px; -} - -.v-tabsheet-content > div > .v-scrollable > .v-margin-bottom { - padding-bottom: 12px; -} - -.v-tabsheet-content > div > .v-scrollable > .v-margin-left { - padding-left: 12px; -} - -.v-splitpanel-vertical, .v-splitpanel-horizontal { - overflow: hidden; - white-space: nowrap; -} - -.v-splitpanel-hsplitter { - z-index: 100; - cursor: e-resize; - cursor: col-resize; -} - -.v-splitpanel-vsplitter { - z-index: 100; - cursor: s-resize; - cursor: row-resize; -} - -.v-splitpanel-hsplitter:after, .v-splitpanel-vsplitter:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.v-splitpanel-hsplitter div, .v-splitpanel-vsplitter div { - width: inherit; - height: inherit; - overflow: hidden; - position: relative; -} - -.v-splitpanel-hsplitter div:before, .v-splitpanel-vsplitter div:before { - box-sizing: border-box; - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.v-disabled [class$="splitter"] div { - cursor: default; -} - -.v-disabled [class$="splitter"] div:before { - display: none; -} - -.v-splitpanel-horizontal > div > .v-splitpanel-second-container { - position: static !important; - display: inline-block; - vertical-align: top; -} - -.v-splitpanel-horizontal > div > .v-splitpanel-first-container { - display: inline-block; - vertical-align: top; -} - -.sidebarThemeValo.v-app, .sidebarThemeValo.v-app-loading { - font: 300 15px/1.55 "Open Sans", sans-serif; - color: #464646; - background-color: #fafafa; - cursor: default; -} - -.sidebarThemeValo .v-app-loading { - width: 100%; - height: 100%; - background: #fafafa; -} - -.sidebarThemeValo .v-app-loading:before { - content: ""; - position: fixed; - z-index: 100; - top: 45%; - left: 50%; - width: 28px; - height: 28px; - padding: 9px; - margin-top: -23px; - margin-left: -23px; - background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50%; - border-radius: 4px; -} - -.sidebarThemeValo .v-loading-indicator { - position: fixed !important; - z-index: 99999; - left: 0; - right: auto; - top: 0; - width: 50%; - opacity: 1; - height: 4px; - background-color: #197de1; - pointer-events: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - -webkit-animation: v-progress-start 1000ms 200ms both; - -moz-animation: v-progress-start 1000ms 200ms both; - animation: v-progress-start 1000ms 200ms both; -} - -.sidebarThemeValo .v-loading-indicator[style*="none"] { - display: block !important; - width: 100% !important; - opacity: 0; - -webkit-animation: none; - -moz-animation: none; - animation: none; - -webkit-transition: opacity 500ms 300ms, width 300ms; - -moz-transition: opacity 500ms 300ms, width 300ms; - transition: opacity 500ms 300ms, width 300ms; -} - -.sidebarThemeValo .v-loading-indicator-delay { - width: 90%; - -webkit-animation: v-progress-delay 3.8s forwards; - -moz-animation: v-progress-delay 3.8s forwards; - animation: v-progress-delay 3.8s forwards; -} - -.v-ff .sidebarThemeValo .v-loading-indicator-delay { - width: 50%; -} - -.sidebarThemeValo .v-loading-indicator-wait { - width: 96%; - -webkit-animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s infinite backwards; - -moz-animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s infinite backwards; - animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s infinite backwards; -} - -.v-ff .sidebarThemeValo .v-loading-indicator-wait { - width: 90%; -} - -.sidebarThemeValo .v-scrollable:focus { - outline: none; -} - -.sidebarThemeValo img.v-icon { - vertical-align: middle; -} - -.sidebarThemeValo .v-caption { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; -} - -.sidebarThemeValo .v-caption-on-left .v-caption, .sidebarThemeValo .v-caption-on-right .v-caption { - padding-top: 0; - padding-bottom: 0; -} - -.sidebarThemeValo .v-icon + .v-captiontext, .sidebarThemeValo .v-icon + span { - margin-left: 7px; -} - -.sidebarThemeValo .v-icon + .v-captiontext:empty, .sidebarThemeValo .v-icon + span:empty { - margin-left: 0; -} - -.sidebarThemeValo .v-errorindicator { - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; -} - -.sidebarThemeValo .v-errorindicator:before { - content: "!"; -} - -.sidebarThemeValo .v-errorindicator-info { - color: #00a7f5; - font-weight: 600; - width: 18px; - text-align: center; -} - -.sidebarThemeValo .v-errorindicator-info:before { - content: "!"; -} - -.sidebarThemeValo .v-errorindicator-warning { - color: #fc9c00; - font-weight: 600; - width: 18px; - text-align: center; -} - -.sidebarThemeValo .v-errorindicator-warning:before { - content: "!"; -} - -.sidebarThemeValo .v-errorindicator-error { - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; -} - -.sidebarThemeValo .v-errorindicator-error:before { - content: "!"; -} - -.sidebarThemeValo .v-errorindicator-critical { - color: #fa007d; - font-weight: 600; - width: 18px; - text-align: center; -} - -.sidebarThemeValo .v-errorindicator-critical:before { - content: "!"; -} - -.sidebarThemeValo .v-errorindicator-system { - color: #bb00ff; - font-weight: 600; - width: 18px; - text-align: center; -} - -.sidebarThemeValo .v-errorindicator-system:before { - content: "!"; -} - -.sidebarThemeValo .v-required-field-indicator { - color: #ed473b; - padding: 0 0.2em; -} - -.sidebarThemeValo select { - font: inherit; - font-weight: 400; - line-height: inherit; - padding: 4px; - margin: 0; - border-radius: 4px; - border: 1px solid #c5c5c5; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - color: #464646; -} - -.sidebarThemeValo select:focus { - outline: none; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-disabled { - cursor: default !important; -} - -.sidebarThemeValo .v-drag-element { - background: #fafafa; - color: #464646; - -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); - border-radius: 4px; - overflow: hidden; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-draggable { - -moz-user-select: none !important; - -ms-user-select: none !important; - -webkit-user-select: none !important; - user-select: none !important; -} - -.sidebarThemeValo .v-tooltip { - background-color: rgba(50, 50, 50, 0.9); - -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); - box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); - color: white; - padding: 5px 9px; - border-radius: 3px; - max-width: 35em; - overflow: hidden !important; - font-size: 14px; -} - -.sidebarThemeValo .v-tooltip div[style*="width"] { - width: auto !important; -} - -.sidebarThemeValo .v-tooltip .v-errormessage { - background-color: white; - background-color: #fff; - color: #ed473b; - margin: -5px -9px; - padding: 5px 9px; - max-height: 10em; - overflow: auto; - font-weight: 400; -} - -.sidebarThemeValo .v-tooltip .v-errormessage h2:only-child { - font: inherit; - line-height: inherit; -} - -.sidebarThemeValo .v-tooltip .v-errormessage-info { - color: #00a7f5; -} - -.sidebarThemeValo .v-tooltip .v-errormessage-warning { - color: #fc9c00; -} - -.sidebarThemeValo .v-tooltip .v-errormessage-error { - color: #ed473b; -} - -.sidebarThemeValo .v-tooltip .v-errormessage-critical { - color: #fa007d; -} - -.sidebarThemeValo .v-tooltip .v-errormessage-system { - color: #bb00ff; -} - -.sidebarThemeValo .v-tooltip .v-tooltip-text { - max-height: 10em; - overflow: auto; - margin-top: 10px; -} - -.sidebarThemeValo .v-tooltip .v-tooltip-text pre { - margin: 0px; -} - -.sidebarThemeValo .v-tooltip .v-errormessage[aria-hidden="true"] + .v-tooltip-text { - margin-top: 0; -} - -.sidebarThemeValo .v-tooltip h1, .sidebarThemeValo .v-tooltip h2, .sidebarThemeValo .v-tooltip h3, .sidebarThemeValo .v-tooltip h4 { - color: inherit; -} - -.sidebarThemeValo .v-tooltip pre.v-tooltip-pre { - font: inherit; - white-space: pre-wrap; -} - -.sidebarThemeValo .v-contextmenu { - padding: 4px 4px; - border-radius: 4px; - background-color: white; - color: #474747; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - padding: 4px 4px; -} - -.sidebarThemeValo .v-contextmenu[class*="animate-in"] { - -webkit-animation: valo-overlay-animate-in 120ms; - -moz-animation: valo-overlay-animate-in 120ms; - animation: valo-overlay-animate-in 120ms; -} - -.sidebarThemeValo .v-contextmenu[class*="animate-out"] { - -webkit-animation: valo-animate-out-fade 120ms; - -moz-animation: valo-animate-out-fade 120ms; - animation: valo-animate-out-fade 120ms; -} - -.sidebarThemeValo .v-contextmenu table { - border-spacing: 0; -} - -.sidebarThemeValo .v-contextmenu .gwt-MenuItem { - cursor: pointer; - line-height: 27px; - padding: 0 20px 0 10px; - border-radius: 3px; - font-weight: 400; - white-space: nowrap; - position: relative; - display: block; -} - -.sidebarThemeValo .v-contextmenu .gwt-MenuItem:active:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: #0957a6; - opacity: 0.15; - filter: alpha(opacity=15.0) ; - pointer-events: none; - border-radius: inherit; -} - -.sidebarThemeValo .v-contextmenu .gwt-MenuItem .v-icon { - max-height: 27px; - margin-right: 5px; - min-width: 1em; -} - -.sidebarThemeValo .v-contextmenu .gwt-MenuItem-selected { - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - color: #ecf2f8; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-reconnect-dialog { - color: white; - top: 12px; - right: 12px; - max-width: 100%; - border-radius: 0; - -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - padding: 12px 14px; - background-color: #444; - background-color: rgba(68, 68, 68, 0.9); - line-height: 21px; - text-align: center; -} - -.sidebarThemeValo .v-reconnect-dialog .text { - display: inline-block; - padding-left: 10px; -} - -.sidebarThemeValo .v-reconnect-dialog .spinner { - height: 24px !important; - width: 24px !important; - box-sizing: border-box; - border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; - display: none; - vertical-align: middle; -} - -.sidebarThemeValo .v-reconnect-dialog.active .spinner { - display: inline-block; -} - -.sidebarThemeValo .v-absolutelayout-wrapper { - position: absolute; -} - -.sidebarThemeValo .v-absolutelayout-margin, .sidebarThemeValo .v-absolutelayout-canvas { - box-sizing: border-box; -} - -.sidebarThemeValo .v-absolutelayout.v-has-height > div, .sidebarThemeValo .v-absolutelayout.v-has-height .v-absolutelayout-margin { - height: 100%; -} - -.sidebarThemeValo .v-absolutelayout.v-has-height > div, .sidebarThemeValo .v-absolutelayout.v-has-width .v-absolutelayout-margin { - width: 100%; -} - -.sidebarThemeValo .v-margin-top { - padding-top: 18px; -} - -.sidebarThemeValo .v-margin-right { - padding-right: 18px; -} - -.sidebarThemeValo .v-margin-bottom { - padding-bottom: 18px; -} - -.sidebarThemeValo .v-margin-left { - padding-left: 18px; -} - -.sidebarThemeValo .v-spacing { - width: 12px; - height: 12px; -} - -.sidebarThemeValo .v-verticallayout-well, .sidebarThemeValo .v-horizontallayout-well { - background: #f5f5f5; - color: #454545; - -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - border-radius: 4px; - border: 1px solid #c5c5c5; -} - -.sidebarThemeValo .v-verticallayout-well > div > [class*="-caption"], .sidebarThemeValo .v-horizontallayout-well > div > [class*="-caption"] { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-verticallayout-well > .v-margin-top, .sidebarThemeValo .v-horizontallayout-well > .v-margin-top { - padding-top: 12px; -} - -.sidebarThemeValo .v-verticallayout-well > .v-margin-right, .sidebarThemeValo .v-horizontallayout-well > .v-margin-right { - padding-right: 12px; -} - -.sidebarThemeValo .v-verticallayout-well > .v-margin-bottom, .sidebarThemeValo .v-horizontallayout-well > .v-margin-bottom { - padding-bottom: 12px; -} - -.sidebarThemeValo .v-verticallayout-well > .v-margin-left, .sidebarThemeValo .v-horizontallayout-well > .v-margin-left { - padding-left: 12px; -} - -.sidebarThemeValo .v-verticallayout-card, .sidebarThemeValo .v-horizontallayout-card { - background: white; - color: #474747; - border-radius: 4px; - border: 1px solid #d5d5d5; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-verticallayout-card > .v-margin-top, .sidebarThemeValo .v-horizontallayout-card > .v-margin-top { - padding-top: 12px; -} - -.sidebarThemeValo .v-verticallayout-card > .v-margin-right, .sidebarThemeValo .v-horizontallayout-card > .v-margin-right { - padding-right: 12px; -} - -.sidebarThemeValo .v-verticallayout-card > .v-margin-bottom, .sidebarThemeValo .v-horizontallayout-card > .v-margin-bottom { - padding-bottom: 12px; -} - -.sidebarThemeValo .v-verticallayout-card > .v-margin-left, .sidebarThemeValo .v-horizontallayout-card > .v-margin-left { - padding-left: 12px; -} - -.sidebarThemeValo .v-horizontallayout-wrapping { - white-space: normal !important; -} - -.sidebarThemeValo .v-horizontallayout-wrapping > .v-spacing + .v-slot, .sidebarThemeValo .v-horizontallayout-wrapping > .v-slot:first-child { - margin-bottom: 12px; -} - -.sidebarThemeValo .v-horizontallayout-wrapping > .v-slot:first-child:last-child { - margin-bottom: 0; -} - -.sidebarThemeValo .v-button { - position: relative; - text-align: center; - white-space: nowrap; - outline: none; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - height: 35px; - padding: 0 16px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-button:before { - content: ""; - display: inline-block; - width: 0; - height: 100%; - vertical-align: middle; -} - -.sidebarThemeValo .v-button > div { - vertical-align: middle; -} - -.v-sa .sidebarThemeValo .v-button:before { - height: 110%; -} - -.v-ff .sidebarThemeValo .v-button:before { - height: 107%; -} - -.v-ie .sidebarThemeValo .v-button:before { - margin-top: 4px; -} - -.sidebarThemeValo .v-button:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; -} - -.sidebarThemeValo .v-button:focus:after { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} - -.sidebarThemeValo .v-button.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-button.v-disabled:after { - display: none; -} - -.sidebarThemeValo .v-button:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-button:hover:after { - background-color: rgba(186, 186, 186, 0.1); -} - -.sidebarThemeValo .v-button:focus:after { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-button:active:after { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-button-primary { - height: 35px; - padding: 0 16px; - color: #ecf2f8; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #1362b1; - border-top-color: #156ab3; - border-bottom-color: #1156a8; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - -webkit-box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - padding: 0 18px; - font-weight: bold; - min-width: 77px; -} - -.sidebarThemeValo .v-button-primary:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-button-primary:hover:after { - background-color: rgba(90, 163, 237, 0.1); -} - -.sidebarThemeValo .v-button-primary:focus:after { - border: inherit; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-button-primary:active:after { - background-color: rgba(2, 62, 122, 0.2); -} - -.sidebarThemeValo .v-button-friendly { - height: 35px; - padding: 0 16px; - color: #eaf4e9; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #227719; - border-top-color: #257d1a; - border-bottom-color: #1e6b15; - background-color: #2c9720; - background-image: -webkit-linear-gradient(top, #2f9f22 2%, #26881b 98%); - background-image: linear-gradient(to bottom,#2f9f22 2%, #26881b 98%); - -webkit-box-shadow: inset 0 1px 0 #46b33a, inset 0 -1px 0 #26811b, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #46b33a, inset 0 -1px 0 #26811b, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-button-friendly:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-button-friendly:hover:after { - background-color: rgba(65, 211, 48, 0.1); -} - -.sidebarThemeValo .v-button-friendly:focus:after { - border: inherit; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-button-friendly:active:after { - background-color: rgba(14, 86, 6, 0.2); -} - -.sidebarThemeValo .v-button-danger { - height: 35px; - padding: 0 16px; - color: #f9f0ef; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #bb382e; - border-top-color: #bc3c31; - border-bottom-color: #b13028; - background-color: #ed473b; - background-image: -webkit-linear-gradient(top, #ee4c3f 2%, #e13e33 98%); - background-image: linear-gradient(to bottom,#ee4c3f 2%, #e13e33 98%); - -webkit-box-shadow: inset 0 1px 0 #ef786f, inset 0 -1px 0 #da3c31, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 #ef786f, inset 0 -1px 0 #da3c31, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-button-danger:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-button-danger:hover:after { - background-color: rgba(243, 137, 129, 0.1); -} - -.sidebarThemeValo .v-button-danger:focus:after { - border: inherit; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-button-danger:active:after { - background-color: rgba(146, 12, 2, 0.2); -} - -.sidebarThemeValo .v-button-borderless { - border: none; - -webkit-box-shadow: none; - box-shadow: none; - background: transparent; - color: inherit; -} - -.sidebarThemeValo .v-button-borderless:hover:after { - background: transparent; -} - -.sidebarThemeValo .v-button-borderless:active:not(.v-disabled) { - opacity: 0.7; - filter: alpha(opacity=70) ; -} - -.sidebarThemeValo .v-button-borderless:active:not(.v-disabled):after { - background: transparent; -} - -.sidebarThemeValo .v-button-borderless-colored { - border: none; - -webkit-box-shadow: none; - box-shadow: none; - background: transparent; - color: #197de1; -} - -.sidebarThemeValo .v-button-borderless-colored:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-button-borderless-colored:hover:after { - background: transparent; -} - -.sidebarThemeValo .v-button-borderless-colored:active:not(.v-disabled) { - opacity: 0.7; - filter: alpha(opacity=70) ; -} - -.sidebarThemeValo .v-button-borderless-colored:active:not(.v-disabled):after { - background: transparent; -} - -.sidebarThemeValo .v-button-quiet { - visibility: hidden; -} - -.sidebarThemeValo .v-button-quiet:focus, .sidebarThemeValo .v-button-quiet:hover { - visibility: visible; -} - -.sidebarThemeValo .v-button-quiet [class*="wrap"] { - visibility: visible; -} - -.sidebarThemeValo .v-button-quiet [class*="caption"] { - display: inline-block; -} - -.sidebarThemeValo .v-button-link { - border: none; - -webkit-box-shadow: none; - box-shadow: none; - background: transparent; - color: inherit; - cursor: pointer; - color: #197de1; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-button-link:hover:after { - background: transparent; -} - -.sidebarThemeValo .v-button-link:active:not(.v-disabled) { - opacity: 0.7; - filter: alpha(opacity=70) ; -} - -.sidebarThemeValo .v-button-link:active:not(.v-disabled):after { - background: transparent; -} - -.sidebarThemeValo .v-button-link:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-button-link.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-button-tiny { - height: 28px; - padding: 0 13px; - - - font-size: 12px; - - border-radius: 4px; -} - -.sidebarThemeValo .v-button-tiny:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-button-small { - height: 31px; - padding: 0 14px; - - - font-size: 14px; - - border-radius: 4px; -} - -.sidebarThemeValo .v-button-small:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-button-large { - height: 44px; - padding: 0 19px; - - - font-size: 20px; - - border-radius: 4px; -} - -.sidebarThemeValo .v-button-large:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-button-huge { - height: 59px; - padding: 0 26px; - - - font-size: 26px; - - border-radius: 4px; -} - -.sidebarThemeValo .v-button-huge:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-button-icon-align-right [class*="wrap"] { - display: inline-block; -} - -.sidebarThemeValo .v-button-icon-align-right .v-icon { - float: right; - margin-left: 12px; -} - -.sidebarThemeValo .v-button-icon-align-right .v-icon + span:not(:empty) { - margin-left: 0; -} - -.sidebarThemeValo .v-button-icon-align-top { - height: auto; - padding-top: 4px; - padding-bottom: 4px; -} - -.sidebarThemeValo .v-button-icon-align-top [class*="wrap"] { - display: inline-block; -} - -.sidebarThemeValo .v-button-icon-align-top .v-icon { - display: block; - margin-left: auto; - margin-right: auto; -} - -.sidebarThemeValo .v-button-icon-align-top .v-icon + span:not(:empty) { - margin-top: 6px; - margin-left: 0; -} - -.sidebarThemeValo .v-button-icon-only { - width: 35px; - padding: 0; -} - -.sidebarThemeValo .v-button-icon-only.v-button-tiny { - width: 28px; -} - -.sidebarThemeValo .v-button-icon-only.v-button-small { - width: 31px; -} - -.sidebarThemeValo .v-button-icon-only.v-button-large { - width: 44px; -} - -.sidebarThemeValo .v-button-icon-only.v-button-huge { - width: 59px; -} - -.sidebarThemeValo .v-button-icon-only .v-button-caption { - display: none; -} - -.sidebarThemeValo .v-checkbox { - position: relative; - line-height: 18px; - white-space: nowrap; -} - -.sidebarThemeValo .v-checkbox.v-has-width label { - white-space: normal; -} - -:root .sidebarThemeValo .v-checkbox { - padding-left: 23px; -} - -:root .sidebarThemeValo .v-checkbox label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .sidebarThemeValo .v-checkbox > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .sidebarThemeValo .v-checkbox > input:focus ~ label:before { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .sidebarThemeValo .v-checkbox > input ~ label:before, :root .sidebarThemeValo .v-checkbox > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 18px; - height: 18px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 12px; - text-align: center; -} - -:root .sidebarThemeValo .v-checkbox > input ~ label:before { - height: 17.5px; - padding: 0 8px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 18px; -} - -:root .sidebarThemeValo .v-checkbox > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .sidebarThemeValo .v-checkbox > input:active ~ label:after { - background-color: rgba(125, 125, 125, 0.2); -} - -:root .sidebarThemeValo .v-checkbox > input:checked ~ label:after { - color: #197de1; -} - -.sidebarThemeValo .v-checkbox > .v-icon, .sidebarThemeValo .v-checkbox > label .v-icon { - margin: 0 6px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.sidebarThemeValo .v-checkbox.v-disabled > label, .sidebarThemeValo .v-checkbox.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-checkbox.v-disabled > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-checkbox.v-disabled > input:active ~ label:after { - background: transparent; -} - -.sidebarThemeValo .v-checkbox.v-readonly > label, .sidebarThemeValo .v-checkbox.v-readonly > .v-icon { - cursor: default; -} - -.sidebarThemeValo .v-checkbox.v-readonly > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-checkbox.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .sidebarThemeValo .v-checkbox.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-checkbox-small { - position: relative; - line-height: 16px; - white-space: nowrap; - font-size: 14px; -} - -.sidebarThemeValo .v-checkbox-small.v-has-width label { - white-space: normal; -} - -:root .sidebarThemeValo .v-checkbox-small { - padding-left: 21px; -} - -:root .sidebarThemeValo .v-checkbox-small label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .sidebarThemeValo .v-checkbox-small > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .sidebarThemeValo .v-checkbox-small > input:focus ~ label:before { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .sidebarThemeValo .v-checkbox-small > input ~ label:before, :root .sidebarThemeValo .v-checkbox-small > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 16px; - height: 16px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 11px; - text-align: center; -} - -:root .sidebarThemeValo .v-checkbox-small > input ~ label:before { - height: 15.5px; - padding: 0 7px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 16px; -} - -:root .sidebarThemeValo .v-checkbox-small > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .sidebarThemeValo .v-checkbox-small > input:active ~ label:after { - background-color: rgba(125, 125, 125, 0.2); -} - -:root .sidebarThemeValo .v-checkbox-small > input:checked ~ label:after { - color: #197de1; -} - -.sidebarThemeValo .v-checkbox-small > .v-icon, .sidebarThemeValo .v-checkbox-small > label .v-icon { - margin: 0 5px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.sidebarThemeValo .v-checkbox-small.v-disabled > label, .sidebarThemeValo .v-checkbox-small.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-checkbox-small.v-disabled > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-checkbox-small.v-disabled > input:active ~ label:after { - background: transparent; -} - -.sidebarThemeValo .v-checkbox-small.v-readonly > label, .sidebarThemeValo .v-checkbox-small.v-readonly > .v-icon { - cursor: default; -} - -.sidebarThemeValo .v-checkbox-small.v-readonly > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-checkbox-small.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .sidebarThemeValo .v-checkbox-small.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-checkbox-large { - position: relative; - line-height: 22px; - white-space: nowrap; - font-size: 20px; -} - -.sidebarThemeValo .v-checkbox-large.v-has-width label { - white-space: normal; -} - -:root .sidebarThemeValo .v-checkbox-large { - padding-left: 29px; -} - -:root .sidebarThemeValo .v-checkbox-large label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .sidebarThemeValo .v-checkbox-large > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .sidebarThemeValo .v-checkbox-large > input:focus ~ label:before { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .sidebarThemeValo .v-checkbox-large > input ~ label:before, :root .sidebarThemeValo .v-checkbox-large > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 22px; - height: 22px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 15px; - text-align: center; -} - -:root .sidebarThemeValo .v-checkbox-large > input ~ label:before { - height: 22px; - padding: 0 10px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 22px; -} - -:root .sidebarThemeValo .v-checkbox-large > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .sidebarThemeValo .v-checkbox-large > input:active ~ label:after { - background-color: rgba(125, 125, 125, 0.2); -} - -:root .sidebarThemeValo .v-checkbox-large > input:checked ~ label:after { - color: #197de1; -} - -.sidebarThemeValo .v-checkbox-large > .v-icon, .sidebarThemeValo .v-checkbox-large > label .v-icon { - margin: 0 7px 0 4px; - min-width: 1em; - cursor: pointer; -} - -.sidebarThemeValo .v-checkbox-large.v-disabled > label, .sidebarThemeValo .v-checkbox-large.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-checkbox-large.v-disabled > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-checkbox-large.v-disabled > input:active ~ label:after { - background: transparent; -} - -.sidebarThemeValo .v-checkbox-large.v-readonly > label, .sidebarThemeValo .v-checkbox-large.v-readonly > .v-icon { - cursor: default; -} - -.sidebarThemeValo .v-checkbox-large.v-readonly > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-checkbox-large.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .sidebarThemeValo .v-checkbox-large.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect { - position: relative; - width: 210px; - height: 35px; - border-radius: 4px; - white-space: nowrap; -} - -.sidebarThemeValo .v-filterselect [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 4px 8px; - border: 1px solid #c5c5c5; - background: white; - color: #474747; - -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 36px; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect [class*="input"].v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect [class*="input"]:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-filterselect [class*="input"][class*="prompt"] { - color: #a3a3a3; -} - -.sidebarThemeValo .v-filterselect .v-icon + [class*="input"] { - padding-left: 35px; -} - -.sidebarThemeValo .v-filterselect img.v-icon { - max-height: 35px; - margin-left: 8px; -} - -.sidebarThemeValo .v-filterselect span.v-icon { - color: #474747; - width: 35px; - line-height: 1; - padding-top: 0.12em; - margin-left: 8px; -} - -.sidebarThemeValo .v-filterselect[class*="prompt"] > [class*="input"] { - color: #a3a3a3; -} - -.sidebarThemeValo .v-filterselect [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 35px; - top: 1px; - right: 1px; - bottom: 1px; - border-left: 1px solid #e4e4e4; - color: #a3a3a3; - border-radius: 0 3px 3px 0; -} - -.sidebarThemeValo .v-filterselect [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 35px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.sidebarThemeValo .v-filterselect [class$="button"]:hover:before { - color: #474747; -} - -.sidebarThemeValo .v-filterselect [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; - background-color: rgba(128, 128, 128, 0.2); -} - -.sidebarThemeValo .v-filterselect.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect.v-disabled [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-filterselect.v-readonly [class*="input"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-filterselect.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-filterselect.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect.v-readonly [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-filterselect .v-icon { - position: absolute; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect .v-icon.FontAwesome { - margin-left: 0px; -} - -.sidebarThemeValo .v-filterselect-error .v-filterselect-input { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-filterselect-error .v-filterselect-button { - color: #ed473b; - border-color: #ed473b; -} - -.sidebarThemeValo .v-filterselect-error-info .v-filterselect-input { - border-color: #00a7f5 !important; - background: #fafdff; - color: #195774; -} - -.sidebarThemeValo .v-filterselect-error-info .v-filterselect-button { - color: #00a7f5; - border-color: #00a7f5; -} - -.sidebarThemeValo .v-filterselect-error-warning .v-filterselect-input { - border-color: #fc9c00 !important; - background: #fffdfa; - color: #745119; -} - -.sidebarThemeValo .v-filterselect-error-warning .v-filterselect-button { - color: #fc9c00; - border-color: #fc9c00; -} - -.sidebarThemeValo .v-filterselect-error-error .v-filterselect-input { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-filterselect-error-error .v-filterselect-button { - color: #ed473b; - border-color: #ed473b; -} - -.sidebarThemeValo .v-filterselect-error-critical .v-filterselect-input { - border-color: #fa007d !important; - background: #fffafc; - color: #741947; -} - -.sidebarThemeValo .v-filterselect-error-critical .v-filterselect-button { - color: #fa007d; - border-color: #fa007d; -} - -.sidebarThemeValo .v-filterselect-error-system .v-filterselect-input { - border-color: #bb00ff !important; - background: #fefaff; - color: #5c1974; -} - -.sidebarThemeValo .v-filterselect-error-system .v-filterselect-button { - color: #bb00ff; - border-color: #bb00ff; -} - -.sidebarThemeValo .v-filterselect-suggestpopup { - margin-top: 5px !important; -} - -.sidebarThemeValo .v-filterselect-suggestpopup[class*="animate-in"] { - -webkit-animation: valo-overlay-animate-in 120ms; - -moz-animation: valo-overlay-animate-in 120ms; - animation: valo-overlay-animate-in 120ms; -} - -.sidebarThemeValo .v-filterselect-suggestpopup [class$="suggestmenu"] { - padding: 4px 4px; - border-radius: 4px; - background-color: white; - color: #474747; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - padding: 4px 4px; - box-sizing: content-box; - position: relative; - z-index: 1; - display: block; -} - -.sidebarThemeValo .v-filterselect-suggestpopup table, .sidebarThemeValo .v-filterselect-suggestpopup tbody, .sidebarThemeValo .v-filterselect-suggestpopup tr, .sidebarThemeValo .v-filterselect-suggestpopup td { - display: block; - width: 100%; - overflow-y: hidden; - float: left; - clear: both; -} - -.sidebarThemeValo .v-filterselect-suggestpopup .gwt-MenuItem { - cursor: pointer; - line-height: 27px; - padding: 0 20px 0 10px; - border-radius: 3px; - font-weight: 400; - white-space: nowrap; - position: relative; - height: 27px; - box-sizing: border-box; - text-overflow: ellipsis; - overflow-x: hidden; -} - -.sidebarThemeValo .v-filterselect-suggestpopup .gwt-MenuItem:active:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: #0957a6; - opacity: 0.15; - filter: alpha(opacity=15.0) ; - pointer-events: none; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-suggestpopup .gwt-MenuItem .v-icon { - max-height: 27px; - margin-right: 5px; - min-width: 1em; -} - -.sidebarThemeValo .v-filterselect-suggestpopup .gwt-MenuItem-selected { - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - color: #ecf2f8; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-filterselect-suggestpopup [class$="status"] { - position: absolute; - right: 4px; - background: rgba(212, 212, 212, 0.9); - color: #3b3b3b; - border-radius: 0 0 4px 4px; - height: 21px; - bottom: -21px; - font-size: 11px; - line-height: 21px; - padding: 0 5px; - cursor: default; - pointer-events: none; - -webkit-animation: valo-animate-in-slide-down 200ms 80ms backwards; - -moz-animation: valo-animate-in-slide-down 200ms 80ms backwards; - animation: valo-animate-in-slide-down 200ms 80ms backwards; -} - -.sidebarThemeValo .v-filterselect-suggestpopup [class$="status"] > * { - color: #3b3b3b; - text-decoration: none; -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="page"] { - position: absolute; - z-index: 3; - right: 0; - opacity: 0.2; - filter: alpha(opacity=20) ; - cursor: pointer; - -webkit-transition: all 200ms; - -moz-transition: all 200ms; - transition: all 200ms; - width: 24px; - height: 24px; - line-height: 24px; - text-align: center; - font-family: ThemeIcons; - -webkit-transform: scale(0.8); - -moz-transform: scale(0.8); - -ms-transform: scale(0.8); - -o-transform: scale(0.8); - transform: scale(0.8); - color: #464646; -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="page"]:after { - content: ""; - position: absolute; - display: block; - border-radius: 50%; -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="page"]:hover { - opacity: 1; - filter: none ; - background: rgba(250, 250, 250, 0.5); -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="page"]:hover:after { - top: -10px; - bottom: -10px; - left: -20px; - right: -20px; -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="page"] span { - display: none; -} - -.sidebarThemeValo .v-filterselect-suggestpopup:hover div[class*="page"] { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="prev"] { - top: 0; - -webkit-transform-origin: 100% 0%; - -moz-transform-origin: 100% 0%; - -ms-transform-origin: 100% 0%; - -o-transform-origin: 100% 0%; - transform-origin: 100% 0%; - border-radius: 0 4px 0 4px; -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="prev"]:before { - content: "\f0d8"; -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="next"] { - bottom: 0; - -webkit-transform-origin: 100% 100%; - -moz-transform-origin: 100% 100%; - -ms-transform-origin: 100% 100%; - -o-transform-origin: 100% 100%; - transform-origin: 100% 100%; - border-radius: 4px 0 4px 0; -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="next"]:before { - content: "\f0d7"; -} - -.sidebarThemeValo .v-filterselect-suggestpopup div[class*="-off"] { - display: none; -} - -.sidebarThemeValo .v-filterselect-no-input { - cursor: pointer; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-filterselect-no-input [class*="input"] { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - cursor: inherit; - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - text-shadow: inherit; - text-overflow: ellipsis; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-no-input [class*="input"]:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-filterselect-no-input [class$="button"] { - border-left: none !important; -} - -.sidebarThemeValo .v-filterselect-no-input:hover [class$="button"]:before { - color: inherit; -} - -.sidebarThemeValo .v-filterselect-borderless .v-filterselect-input { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; -} - -.sidebarThemeValo .v-filterselect-borderless .v-filterselect-input:focus { - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-filterselect-borderless .v-filterselect-input[class*="prompt"] { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect-borderless .v-filterselect-button { - border: none; - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect-borderless.v-filterselect-prompt .v-filterselect-input { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect-align-right input { - text-align: right; -} - -.sidebarThemeValo .v-filterselect-align-center input { - text-align: center; -} - -.sidebarThemeValo .v-filterselect-tiny { - height: 28px; - - font-size: 12px; -} - -.sidebarThemeValo .v-filterselect-tiny [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 28px; - - padding: 3px 5px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 29px; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-tiny .v-icon + [class*="input"] { - padding-left: 28px; -} - -.sidebarThemeValo .v-filterselect-tiny img.v-icon { - max-height: 28px; - margin-left: 5px; -} - -.sidebarThemeValo .v-filterselect-tiny span.v-icon { - - width: 28px; - line-height: 1; - padding-top: 0.12em; - margin-left: 5px; -} - -.sidebarThemeValo .v-filterselect-tiny [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 28px; - border-radius: 0 4px 4px 0; -} - -.sidebarThemeValo .v-filterselect-tiny [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 28px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.sidebarThemeValo .v-filterselect-tiny [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-tiny.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect-tiny.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect-tiny.v-disabled [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-filterselect-tiny.v-readonly [class*="input"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-filterselect-tiny.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-filterselect-tiny.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect-tiny.v-readonly [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-filterselect-compact, .sidebarThemeValo .v-filterselect-small { - height: 31px; - -} - -.sidebarThemeValo .v-filterselect-compact [class*="input"], .sidebarThemeValo .v-filterselect-small [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 31px; - - padding: 3px 6px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 32px; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-compact .v-icon + [class*="input"], .sidebarThemeValo .v-filterselect-small .v-icon + [class*="input"] { - padding-left: 31px; -} - -.sidebarThemeValo .v-filterselect-compact img.v-icon, .sidebarThemeValo .v-filterselect-small img.v-icon { - max-height: 31px; - margin-left: 6px; -} - -.sidebarThemeValo .v-filterselect-compact span.v-icon, .sidebarThemeValo .v-filterselect-small span.v-icon { - - width: 31px; - line-height: 1; - padding-top: 0.12em; - margin-left: 6px; -} - -.sidebarThemeValo .v-filterselect-compact [class$="button"], .sidebarThemeValo .v-filterselect-small [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 31px; - border-radius: 0 4px 4px 0; -} - -.sidebarThemeValo .v-filterselect-compact [class$="button"]:before, .sidebarThemeValo .v-filterselect-small [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 31px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.sidebarThemeValo .v-filterselect-compact [class$="button"]:active:after, .sidebarThemeValo .v-filterselect-small [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-compact.v-disabled, .sidebarThemeValo .v-filterselect-small.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect-compact.v-disabled [class$="button"], .sidebarThemeValo .v-filterselect-small.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect-compact.v-disabled [class$="button"]:active:after, .sidebarThemeValo .v-filterselect-small.v-disabled [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-filterselect-compact.v-readonly [class*="input"], .sidebarThemeValo .v-filterselect-small.v-readonly [class*="input"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-filterselect-compact.v-readonly [class*="input"]:focus, .sidebarThemeValo .v-filterselect-small.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-filterselect-compact.v-readonly [class$="button"], .sidebarThemeValo .v-filterselect-small.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect-compact.v-readonly [class$="button"]:active:after, .sidebarThemeValo .v-filterselect-small.v-readonly [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-filterselect-small { - font-size: 14px; -} - -.sidebarThemeValo .v-filterselect-large { - height: 44px; - - font-size: 20px; -} - -.sidebarThemeValo .v-filterselect-large [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 44px; - - padding: 5px 8px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 45px; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-large .v-icon + [class*="input"] { - padding-left: 44px; -} - -.sidebarThemeValo .v-filterselect-large img.v-icon { - max-height: 44px; - margin-left: 8px; -} - -.sidebarThemeValo .v-filterselect-large span.v-icon { - - width: 44px; - line-height: 1; - padding-top: 0.12em; - margin-left: 8px; -} - -.sidebarThemeValo .v-filterselect-large [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 44px; - border-radius: 0 4px 4px 0; -} - -.sidebarThemeValo .v-filterselect-large [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 44px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.sidebarThemeValo .v-filterselect-large [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-large.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect-large.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect-large.v-disabled [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-filterselect-large.v-readonly [class*="input"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-filterselect-large.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-filterselect-large.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect-large.v-readonly [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-filterselect-huge { - height: 59px; - - font-size: 26px; -} - -.sidebarThemeValo .v-filterselect-huge [class*="input"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 59px; - - padding: 7px 10px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 100% !important; - height: 100%; - padding-right: 60px; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-huge .v-icon + [class*="input"] { - padding-left: 59px; -} - -.sidebarThemeValo .v-filterselect-huge img.v-icon { - max-height: 59px; - margin-left: 10px; -} - -.sidebarThemeValo .v-filterselect-huge span.v-icon { - - width: 59px; - line-height: 1; - padding-top: 0.12em; - margin-left: 10px; -} - -.sidebarThemeValo .v-filterselect-huge [class$="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - position: absolute; - width: 59px; - border-radius: 0 4px 4px 0; -} - -.sidebarThemeValo .v-filterselect-huge [class$="button"]:before { - font-family: ThemeIcons; - content: "\f078"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - position: absolute; - width: 59px; - text-align: center; - top: 50%; - line-height: 1; - margin-top: -0.47em; -} - -.sidebarThemeValo .v-filterselect-huge [class$="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-filterselect-huge.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-filterselect-huge.v-disabled [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect-huge.v-disabled [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-filterselect-huge.v-readonly [class*="input"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-filterselect-huge.v-readonly [class*="input"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-filterselect-huge.v-readonly [class$="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-filterselect-huge.v-readonly [class$="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-csslayout-well { - background: #f5f5f5; - color: #454545; - -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - border-radius: 4px; - border: 1px solid #c5c5c5; -} - -.sidebarThemeValo .v-csslayout-well > div > [class*="-caption"] { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-csslayout-well > .v-margin-top { - padding-top: 12px; -} - -.sidebarThemeValo .v-csslayout-well > .v-margin-right { - padding-right: 12px; -} - -.sidebarThemeValo .v-csslayout-well > .v-margin-bottom { - padding-bottom: 12px; -} - -.sidebarThemeValo .v-csslayout-well > .v-margin-left { - padding-left: 12px; -} - -.sidebarThemeValo .v-csslayout-card { - background: white; - color: #474747; - border-radius: 4px; - border: 1px solid #d5d5d5; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-csslayout-card > .v-margin-top { - padding-top: 12px; -} - -.sidebarThemeValo .v-csslayout-card > .v-margin-right { - padding-right: 12px; -} - -.sidebarThemeValo .v-csslayout-card > .v-margin-bottom { - padding-bottom: 12px; -} - -.sidebarThemeValo .v-csslayout-card > .v-margin-left { - padding-left: 12px; -} - -.sidebarThemeValo .v-csslayout-v-component-group { - white-space: nowrap; - position: relative; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget ~ .v-widget:not(:last-child) { - border-radius: 0; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget ~ .v-widget.v-upload:not(:last-child) .v-button { - border-radius: 0; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget.v-upload:last-child .v-button { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget:first-child, .sidebarThemeValo .v-csslayout-v-component-group .v-caption:first-child + .v-widget { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget.v-upload:first-child .v-button, .sidebarThemeValo .v-csslayout-v-component-group .v-caption:first-child + .v-widget.v-upload .v-button { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget ~ .v-widget.first.first { - border-radius: 4px 0 0 4px; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget ~ .v-widget.first.first.v-upload .v-button { - border-radius: 4px 0 0 4px; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget ~ .v-widget.last.last { - border-radius: 0 4px 4px 0; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget ~ .v-widget.last.last.v-upload .v-button { - border-radius: 0 4px 4px 0; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget { - vertical-align: middle; - margin-left: -1px; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget:first-child { - margin-left: 0; -} - -.sidebarThemeValo .v-csslayout-v-component-group .v-widget:focus, .sidebarThemeValo .v-csslayout-v-component-group .v-widget[class*="focus"], .sidebarThemeValo .v-csslayout-v-component-group .v-widget [class*="focus"] { - position: relative; - z-index: 5; -} - -.sidebarThemeValo .v-form fieldset { - border: none; - padding: 0; - margin: 0; - height: 100%; -} - -.sidebarThemeValo .v-form-content { - height: 100%; - box-sizing: border-box; -} - -.sidebarThemeValo [class*="spacing"] > tbody > [class*="row"] > td { - padding-top: 12px; -} - -.sidebarThemeValo [class*="spacing"] > tbody > [class*="firstrow"] > td { - padding-top: 0; -} - -.sidebarThemeValo [class*="margin-top"] > tbody > [class*="firstrow"] > td { - padding-top: 18px; -} - -.sidebarThemeValo [class*="margin-bottom"] > tbody > [class*="lastrow"] > td { - padding-bottom: 18px; -} - -.sidebarThemeValo [class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] { - padding-left: 18px; -} - -.sidebarThemeValo [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .sidebarThemeValo [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .sidebarThemeValo [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - left: 18px; -} - -.sidebarThemeValo [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] { - padding-right: 18px; -} - -.sidebarThemeValo [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .sidebarThemeValo [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .sidebarThemeValo [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - right: 18px; -} - -.sidebarThemeValo .v-formlayout > table { - border-spacing: 0; - position: relative; -} - -.sidebarThemeValo .v-formlayout.v-has-width > table, .sidebarThemeValo .v-formlayout.v-has-width .v-formlayout-contentcell { - width: 100%; -} - -.sidebarThemeValo .v-formlayout-error-indicator { - width: 18px; -} - -.sidebarThemeValo .v-formlayout-captioncell { - vertical-align: top; - line-height: 34px; -} - -.sidebarThemeValo .v-formlayout-captioncell .v-caption { - padding-bottom: 0; -} - -.sidebarThemeValo .v-formlayout-captioncell .v-caption-h2, .sidebarThemeValo .v-formlayout-captioncell .v-caption-h3, .sidebarThemeValo .v-formlayout-captioncell .v-caption-h4 { - height: 3em; -} - -.sidebarThemeValo .v-formlayout-contentcell .v-checkbox, .sidebarThemeValo .v-formlayout-contentcell .v-radiobutton { - font-weight: 400; -} - -.sidebarThemeValo .v-formlayout-contentcell > .v-label-h2, .sidebarThemeValo .v-formlayout-contentcell > .v-label-h3, .sidebarThemeValo .v-formlayout-contentcell > .v-label-h4 { - position: absolute; - left: 0; - right: 0; - width: auto !important; - margin-top: -0.5em; - padding-bottom: 0.5em; - border-bottom: 1px solid #dfdfdf; -} - -.sidebarThemeValo .v-formlayout.light > table { - padding: 0; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > tr > td { - padding-top: 0; - height: 35px; - border-bottom: 1px solid #eaeaea; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="lastrow"] > td { - border-bottom: none; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > tr > [class*="captioncell"] { - color: #7d7d7d; - text-align: right; - padding-left: 12px; - line-height: 35px; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] { - padding-right: 0; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect-input, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield-textfield { - width: 100%; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 0; - padding: 4px 6px; - - -webkit-box-shadow: none; - box-shadow: none; - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - background: transparent; - border: none; - color: inherit; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield.v-disabled, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea.v-disabled, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input.v-disabled, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input.v-disabled, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield:focus, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea:focus, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input:focus, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input:focus, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), none; - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), none; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield:focus, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea:focus, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input:focus, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input:focus, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea:focus { - box-shadow: none; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield-prompt, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea-prompt, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect-prompt input, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield-prompt input { - color: #a3a3a3; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea { - height: auto; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - border-bottom: none; - left: 0; - right: 0; -} - -.sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .sidebarThemeValo .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - margin-top: 0; -} - -.sidebarThemeValo .v-formlayout.light .v-richtextarea { - margin: 4px 0; -} - -.sidebarThemeValo .v-formlayout.light .v-filterselect-button, .sidebarThemeValo .v-formlayout.light .v-datefield-button { - border: none; -} - -.sidebarThemeValo .v-formlayout.light .v-filterselect-button:active:after, .sidebarThemeValo .v-formlayout.light .v-datefield-button:active:after { - display: none; -} - -.sidebarThemeValo .v-formlayout.light .v-datefield-button { - right: 0; - left: auto; -} - -.sidebarThemeValo .v-formlayout.light .v-checkbox { - margin-left: 6px; -} - -.sidebarThemeValo .v-grid { - position: relative; -} - -.sidebarThemeValo .v-grid-scroller { - position: absolute; - z-index: 1; - outline: none; - box-sizing: border-box; -} - -.sidebarThemeValo .v-grid-scroller-horizontal { - left: 0; - right: 0; - bottom: 0; - overflow-y: hidden; - -ms-overflow-y: hidden; -} - -.sidebarThemeValo .v-grid-scroller-vertical { - right: 0; - top: 0; - bottom: 0; - overflow-x: hidden; - -ms-overflow-x: hidden; -} - -.sidebarThemeValo .v-grid-tablewrapper { - position: absolute; - overflow: hidden; - box-sizing: border-box; - z-index: 5; -} - -.sidebarThemeValo .v-grid-tablewrapper > table { - border-spacing: 0; - table-layout: fixed; - width: inherit; -} - -.sidebarThemeValo .v-grid-header-deco, .sidebarThemeValo .v-grid-footer-deco { - position: absolute; - right: 0; - box-sizing: border-box; -} - -.sidebarThemeValo .v-grid-horizontal-scrollbar-deco { - position: absolute; - bottom: 0; - left: 0; - right: 0; - box-sizing: border-box; -} - -.sidebarThemeValo .v-grid-header, .sidebarThemeValo .v-grid-body, .sidebarThemeValo .v-grid-footer { - position: absolute; - left: 0; - width: inherit; - z-index: 10; -} - -.sidebarThemeValo .v-grid-header, .sidebarThemeValo .v-grid-header-deco { - top: 0; -} - -.sidebarThemeValo .v-grid-footer, .sidebarThemeValo .v-grid-footer-deco { - bottom: 0; -} - -.sidebarThemeValo .v-grid-body { - -ms-touch-action: none; - touch-action: none; - z-index: 0; - top: 0; -} - -.sidebarThemeValo .v-grid-body .v-grid-row { - position: absolute; - top: 0; - left: 0; -} - -.sidebarThemeValo .v-grid-body .v-grid-header > .v-grid-row { - position: relative; -} - -.sidebarThemeValo .v-grid-row { - display: block; -} - -.sidebarThemeValo .v-grid-row > td, .sidebarThemeValo .v-grid-row > th { - background-color: white; -} - -.sidebarThemeValo .v-grid-row { - width: inherit; -} - -.sidebarThemeValo .v-grid-cell { - display: block; - float: left; - padding: 2px; - white-space: nowrap; - box-sizing: border-box; - overflow: hidden; - font-size: 15px; -} - -.sidebarThemeValo .v-grid-cell.frozen { - position: relative; - z-index: 1; -} - -.sidebarThemeValo .v-grid-spacer { - position: absolute; - display: block; - background-color: white; -} - -.sidebarThemeValo .v-grid-spacer > td { - width: 100%; - height: 100%; - box-sizing: border-box; -} - -.sidebarThemeValo .v-grid { - outline: none; -} - -.sidebarThemeValo .v-grid-scroller-vertical, .sidebarThemeValo .v-grid-scroller-horizontal { - border: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-grid-scroller-vertical { - border-left: none; -} - -.sidebarThemeValo .v-grid-scroller-horizontal { - border-top: none; -} - -.sidebarThemeValo .v-grid-tablewrapper { - border: 1px solid #d4d4d4; - margin-top: 20px; - background: #fff; -} - -.sidebarThemeValo .v-grid .header-drag-table { - border-spacing: 0; - position: relative; - table-layout: fixed; - width: inherit; -} - -.sidebarThemeValo .v-grid .header-drag-table .v-grid-header { - position: absolute; -} - -.sidebarThemeValo .v-grid .header-drag-table .v-grid-header > .v-grid-cell { - border: 1px solid #d4d4d4; - margin-top: -10px; - opacity: 0.9; - filter: alpha(opacity=90); - z-index: 30000; -} - -.sidebarThemeValo .v-grid .header-drag-table .v-grid-header > .v-grid-drop-marker { - background-color: #197de1; - position: absolute; - width: 3px; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu { - -webkit-box-shadow: none; - box-shadow: none; - border-radius: 0; - position: absolute; - top: 0; - right: 0; - background-color: #fafafa; - border: 1px solid #d4d4d4; - padding: 0; - z-index: 5; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu.v-grid-sidebar-popup { - right: auto; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button { - background: transparent; - border: none; - color: inherit; - cursor: pointer; - outline: none; - padding: 0 4px; - text-align: right; - line-height: 1; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button[disabled] { - cursor: default; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button::-moz-focus-inner { - border: 0; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button:after { - content: "\f0c9"; - display: block; - font-family: ThemeIcons, sans-serif; - font-size: 14px; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu.closed { - border-radius: 0; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button { - width: 100%; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button:after { - content: "\f0c9"; - font-size: 14px; - line-height: 1; -} - -.v-ie .sidebarThemeValo .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button { - vertical-align: middle; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content { - padding: 4px 0; - overflow-y: auto; - overflow-x: hidden; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle { - text-shadow: none; -} - -.sidebarThemeValo .v-grid-cell { - background-color: white; - padding: 0 18px; - line-height: 37px; - text-overflow: ellipsis; -} - -.sidebarThemeValo .v-grid-cell > * { - line-height: 1.55; - vertical-align: middle; -} - -.sidebarThemeValo .v-grid-cell > div { - display: inline-block; -} - -.sidebarThemeValo .v-grid-cell.frozen { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #d4d4d4; - position: relative; - z-index: 11; -} - -.sidebarThemeValo .v-grid-cell.frozen + th, .sidebarThemeValo .v-grid-cell.frozen + td { - border-left: none; -} - -.sidebarThemeValo .v-grid-cell div.component-wrap { - width: 100%; -} - -.sidebarThemeValo .v-grid-row > td, .sidebarThemeValo .v-grid-editor-cells > div { - border-left: 1px solid #d4d4d4; - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-grid-row > td:first-child, .sidebarThemeValo .v-grid-editor-cells > div:first-child { - border-left: none; -} - -.sidebarThemeValo .v-grid-editor-cells.frozen > div { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #d4d4d4; - border-left: none; -} - -.sidebarThemeValo .v-grid-row-stripe > td { - background-color: #f5f5f5; -} - -.sidebarThemeValo .v-grid-row-selected > td { - background: #197de1; -} - - - -.sidebarThemeValo .v-grid-header th { - position: relative; - background-color: #fafafa; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #d4d4d4; - border-bottom: 1px solid #d4d4d4; - - text-align: left; -} - -.sidebarThemeValo .v-grid-header th:first-child { - border-left: none; -} - -.sidebarThemeValo .v-grid-header .sort-asc, .sidebarThemeValo .v-grid-header .sort-desc { - padding-right: 35px; -} - -.sidebarThemeValo .v-grid-header .sort-asc:after, .sidebarThemeValo .v-grid-header .sort-desc:after { - font-family: ThemeIcons, sans-serif; - content: "\f0de" " " attr(sort-order); - position: absolute; - right: 18px; - font-size: 12px; -} - -.sidebarThemeValo .v-grid-header .sort-desc:after { - content: "\f0dd" " " attr(sort-order); -} - -.sidebarThemeValo .v-grid-column-resize-handle { - position: absolute; - width: 36px; - right: -18px; - top: 0px; - bottom: 0px; - cursor: col-resize; - z-index: 10; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.sidebarThemeValo .v-grid-column-resize-simple-indicator { - position: absolute; - width: 3px; - top: 0px; - left: 18px; - z-index: 9001; - background: #fff; - box-shadow: 0px 0px 5px #000; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.sidebarThemeValo .v-grid-footer td { - background-color: #fafafa; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #d4d4d4; - border-top: 1px solid #d4d4d4; - border-bottom: none; - -} - -.sidebarThemeValo .v-grid-footer td:first-child { - border-left: none; -} - -.sidebarThemeValo .v-grid-header .v-grid-cell, .sidebarThemeValo .v-grid-footer .v-grid-cell { - overflow: visible; -} - -.sidebarThemeValo .v-grid-column-header-content, .sidebarThemeValo .v-grid-column-footer-content { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - vertical-align: baseline; -} - -.sidebarThemeValo .v-grid-header-deco { - border-top: 1px solid #d4d4d4; - border-right: 1px solid #d4d4d4; - background-color: #fafafa; -} - -.sidebarThemeValo .v-grid-footer-deco { - border-bottom: 1px solid #d4d4d4; - border-right: 1px solid #d4d4d4; - background-color: #fafafa; -} - -.sidebarThemeValo .v-grid-horizontal-scrollbar-deco { - background-color: #fafafa; - border: 1px solid #d4d4d4; - border-top: none; -} - -.sidebarThemeValo .v-grid-cell-focused { - position: relative; -} - -.sidebarThemeValo .v-grid-cell-focused:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #197de1; - display: none; - pointer-events: none; -} - -.sidebarThemeValo .v-grid:focus .v-grid-cell-focused:before { - display: block; -} - -.sidebarThemeValo .v-grid.v-disabled:focus .v-grid-cell-focused:before { - display: none; -} - -.sidebarThemeValo .v-grid-editor { - position: absolute; - z-index: 20; - overflow: hidden; - left: 0; - right: 0; - border: 1px solid #d4d4d4; - box-sizing: border-box; - -moz-box-sizing: border-box; - margin-top: -1px; - -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); -} - -.sidebarThemeValo .v-grid-editor.unbuffered .v-grid-editor-footer { - width: 100%; -} - -.sidebarThemeValo .v-grid-editor-cells { - position: relative; - white-space: nowrap; -} - -.sidebarThemeValo .v-grid-editor-cells.frozen { - z-index: 2; -} - -.sidebarThemeValo .v-grid-editor-cells > div { - display: inline-block; - box-sizing: border-box; - vertical-align: middle; - background: white; -} - -.sidebarThemeValo .v-grid-editor-cells > div:first-child { - border-left: none; -} - -.sidebarThemeValo .v-grid-editor-cells > div > * { - vertical-align: middle; - display: inline-block; -} - -.sidebarThemeValo .v-grid-editor-cells > div .v-filterselect { - padding-left: 0; -} - -.sidebarThemeValo .v-grid-editor-cells > div input[type="text"], .sidebarThemeValo .v-grid-editor-cells > div input[type="text"].v-filterselect-input, .sidebarThemeValo .v-grid-editor-cells > div input[type="password"] { - padding-left: 18px; -} - -.sidebarThemeValo .v-grid-editor-cells > div input[type="text"]:not(.v-filterselect-input), .sidebarThemeValo .v-grid-editor-cells > div input[type="password"] { - padding-right: 9px; -} - -.sidebarThemeValo .v-grid-editor-cells > div input[type="checkbox"] { - margin-left: 18px; -} - -.sidebarThemeValo .v-grid-editor-cells > div .v-textfield, .sidebarThemeValo .v-grid-editor-cells > div .v-datefield, .sidebarThemeValo .v-grid-editor-cells > div .v-filterselect { - min-width: 100%; - max-width: 100%; - min-height: 100%; - max-height: 100%; -} - -.sidebarThemeValo .v-grid-editor-cells > div .v-select, .sidebarThemeValo .v-grid-editor-cells > div .v-select-select { - min-width: 100%; - max-width: 100%; -} - -.sidebarThemeValo .v-grid-editor-cells > div.not-editable.v-grid-cell { - float: none; -} - -.sidebarThemeValo .v-grid-editor-cells .error::before { - position: absolute; - display: block; - height: 0; - width: 0; - content: ""; - border-top: 5px solid red; - border-right: 5px solid transparent; -} - -.sidebarThemeValo .v-grid-editor-cells .error, .sidebarThemeValo .v-grid-editor-cells .error > input { - background-color: #fee; -} - -.sidebarThemeValo .v-grid-editor-footer { - display: table; - height: 37px; - border-top: 1px solid #d4d4d4; - margin-top: -1px; - background: white; - padding: 0 5px; -} - -.sidebarThemeValo .v-grid-editor-footer + .v-grid-editor-cells > div { - border-bottom: none; - border-top: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-grid-editor-footer:first-child { - border-top: none; - margin-top: 0; - border-bottom: 1px solid #d4d4d4; - margin-bottom: -1px; -} - -.sidebarThemeValo .v-grid-editor-message, .sidebarThemeValo .v-grid-editor-buttons { - display: table-cell; - white-space: nowrap; - vertical-align: middle; -} - -.sidebarThemeValo .v-grid-editor-message { - width: 100%; - position: relative; -} - -.sidebarThemeValo .v-grid-editor-message > div { - position: absolute; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - top: 0; -} - -.sidebarThemeValo .v-grid-editor-save { - margin-right: 4px; -} - -.sidebarThemeValo .v-grid-spacer { - padding-left: 1px; -} - -.sidebarThemeValo .v-grid-spacer > td { - display: block; - padding: 0; - background-color: white; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-grid-spacer.stripe > td { - background-color: #f5f5f5; - border-top: 1px solid #e5e5e5; - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-grid-spacer-deco-container { - border-top: 1px solid transparent; - position: relative; - top: 0; - z-index: 5; -} - -.sidebarThemeValo .v-grid-spacer-deco { - top: 0; - left: 0; - width: 2px; - background-color: #197de1; - position: absolute; - height: 100%; - pointer-events: none; -} - -.sidebarThemeValo .v-grid-cell > .v-progressbar { - width: 100%; -} - -.sidebarThemeValo .v-grid { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - background-color: #fafafa; -} - -.sidebarThemeValo .v-grid.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-grid-header .v-grid-cell { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-grid-header .v-grid-cell.dragged { - opacity: 0.5; - filter: alpha(opacity=50) ; - -webkit-transition: opacity 0.3s ease-in-out; - -moz-transition: opacity 0.3s ease-in-out; - transition: opacity 0.3s ease-in-out; -} - -.sidebarThemeValo .v-grid-header .v-grid-cell.dragged-column-header { - margin-top: -19px; -} - -.sidebarThemeValo .v-grid-footer .v-grid-cell { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-grid-header-deco { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-grid-footer-deco, .sidebarThemeValo .v-grid-horizontal-scrollbar-deco { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-grid-row-selected > .v-grid-cell { - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - color: #c8dbed; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - border-color: #1d69b4; -} - -.sidebarThemeValo .v-grid-row-selected > .v-grid-cell-focused:before { - border-color: #71b0ef; -} - -.sidebarThemeValo .v-grid-editor { - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - border-color: #197de1; -} - -.sidebarThemeValo .v-grid-editor-footer { - font-size: 14px; - padding: 0 6px; - background: #fafafa; - -webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; -} - -.sidebarThemeValo .v-grid-editor-footer:first-child { - -webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; -} - -.sidebarThemeValo .v-grid-editor-cells { - z-index: 1; -} - -.sidebarThemeValo .v-grid-editor-cells > div:before { - content: ""; - display: inline-block; - height: 100%; - vertical-align: middle; -} - -.sidebarThemeValo .v-grid-editor-cells > div.not-editable.v-grid-cell { - float: none; -} - -.sidebarThemeValo .v-grid-editor-cells > div .error::before { - border-top: 9px solid #ed473b; - border-right: 9px solid transparent; -} - -.sidebarThemeValo .v-grid-editor-cells > div .error, .sidebarThemeValo .v-grid-editor-cells > div .error > input { - background-color: #fffbfb; -} - -.sidebarThemeValo .v-grid-editor-cells > div .v-textfield, .sidebarThemeValo .v-grid-editor-cells > div .v-textfield-focus, .sidebarThemeValo .v-grid-editor-cells > div .v-datefield, .sidebarThemeValo .v-grid-editor-cells > div .v-datefield .v-textfield-focus, .sidebarThemeValo .v-grid-editor-cells > div .v-filterselect-input, .sidebarThemeValo .v-grid-editor-cells > div .v-filterselect-input:focus { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: inset 0 1px 0 #f2f2f2; - box-shadow: inset 0 1px 0 #f2f2f2; -} - -.sidebarThemeValo .v-grid-editor-cells > div input[type="text"].v-datefield-textfield { - padding-left: 42px; -} - -.sidebarThemeValo .v-grid-editor-cells > div .v-textfield-focus, .sidebarThemeValo .v-grid-editor-cells > div .v-datefield .v-textfield-focus, .sidebarThemeValo .v-grid-editor-cells > div .v-filterselect-input:focus { - position: relative; -} - -.sidebarThemeValo .v-grid-editor-cells > div .v-select { - padding-left: 9px; - padding-right: 9px; -} - -.sidebarThemeValo .v-grid-editor-cells > div .v-checkbox { - margin: 0 9px 0 18px; -} - -.sidebarThemeValo .v-grid-editor-cells > div .v-checkbox > input[type="checkbox"] { - margin-left: 0; -} - -.sidebarThemeValo .v-grid-editor-cells > div .v-checkbox > label { - white-space: nowrap; -} - -.sidebarThemeValo .v-grid-editor-message > div:before { - display: inline-block; - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; - content: "!"; -} - -.sidebarThemeValo .v-grid-editor-save, .sidebarThemeValo .v-grid-editor-cancel { - cursor: pointer; - color: #197de1; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - font-weight: 400; - text-decoration: none; - border: none; - background: transparent; - padding: 6px 6px; - margin: 0; - outline: none; -} - -.sidebarThemeValo .v-grid-editor-save:hover, .sidebarThemeValo .v-grid-editor-cancel:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-grid-editor-save.v-disabled, .sidebarThemeValo .v-grid-editor-cancel.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-grid-spacer { - margin-top: -1px; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-content { - margin: 0 0 2px; - padding: 4px 4px 2px; - overflow-y: auto; - overflow-x: hidden; -} - -.sidebarThemeValo .v-grid-sidebar.v-contextmenu.closed { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-grid-scroller::-webkit-scrollbar { - border: none; -} - -.sidebarThemeValo .v-grid-scroller::-webkit-scrollbar-thumb { - border-radius: 10px; - border: 4px solid transparent; - background: rgba(0, 0, 0, 0.3); - -webkit-background-clip: content-box; - background-clip: content-box; -} - -.sidebarThemeValo .v-grid-scroller-vertical::-webkit-scrollbar-thumb { - min-height: 30px; -} - -.sidebarThemeValo .v-grid-scroller-horizontal::-webkit-scrollbar-thumb { - min-width: 30px; -} - -.sidebarThemeValo .v-grid-row-drag-badge { - background-color: red; - color: white; - display: block; - width: 30px; - height: 30px; - border-radius: 10px; - line-height: 30px; - text-align: center; - float: left; -} - -.sidebarThemeValo .v-grid-row-drag-top, .sidebarThemeValo .v-grid-row-drag-bottom { - z-index: 100; -} - -.sidebarThemeValo .v-grid-row-drag-top:before, .sidebarThemeValo .v-grid-row-drag-bottom:after { - content: ""; - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #197de1; - pointer-events: none; - border: none; -} - -.sidebarThemeValo .v-grid-row-drag-bottom:after { - bottom: -1px; -} - -.sidebarThemeValo .v-grid-row-drag-top:before { - top: -1px; -} - -.sidebarThemeValo .v-grid-row-drag-top:first-child:before { - top: 0; -} - -.sidebarThemeValo .v-grid-row-drag-center:after { - content: ""; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 2px; - border: 2px solid #197de1; - pointer-events: none; -} - -.sidebarThemeValo .v-grid-row-selected.v-grid-row-drag-center:after { - border-color: #1463b3; -} - -.sidebarThemeValo .v-grid-row-selected.v-grid-row-drag-top:before, .sidebarThemeValo .v-grid-row-selected.v-grid-row-drag-bottom:after { - background: #1463b3; -} - -.sidebarThemeValo .v-grid-body-drag-top:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; - border: 2px solid #197de1; - z-index: 100; -} - -.sidebarThemeValo .v-textfield { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 4px 8px; - border: 1px solid #c5c5c5; - background: white; - color: #474747; - -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - width: 210px; -} - -.sidebarThemeValo .v-textfield.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-textfield:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-textfield[class*="prompt"] { - color: #a3a3a3; -} - -.sidebarThemeValo .v-textfield-readonly { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-textfield-readonly:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-textfield-error { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-textfield-error-info { - border-color: #00a7f5 !important; - background: #fafdff; - color: #195774; -} - -.sidebarThemeValo .v-textfield-error-warning { - border-color: #fc9c00 !important; - background: #fffdfa; - color: #745119; -} - -.sidebarThemeValo .v-textfield-error-error { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-textfield-error-critical { - border-color: #fa007d !important; - background: #fffafc; - color: #741947; -} - -.sidebarThemeValo .v-textfield-error-system { - border-color: #bb00ff !important; - background: #fefaff; - color: #5c1974; -} - -.sidebarThemeValo .v-textfield-borderless { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; -} - -.sidebarThemeValo .v-textfield-borderless:focus { - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-textfield-borderless[class*="prompt"] { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-textfield-tiny { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 28px; - border-radius: 4px; - padding: 3px 7px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - font-size: 12px; -} - -.sidebarThemeValo .v-textfield-compact, .sidebarThemeValo .v-textfield-small { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 31px; - border-radius: 4px; - padding: 3px 8px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; -} - -.sidebarThemeValo .v-textfield-small { - font-size: 14px; -} - -.sidebarThemeValo .v-textfield-large { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 44px; - border-radius: 4px; - padding: 5px 10px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - font-size: 20px; -} - -.sidebarThemeValo .v-textfield-huge { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 59px; - border-radius: 4px; - padding: 7px 12px; - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - font-size: 26px; -} - -.sidebarThemeValo .v-slot-inline-icon { - position: relative; -} - -.sidebarThemeValo .v-caption-inline-icon { - padding: 0; -} - -.sidebarThemeValo .v-caption-inline-icon .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.sidebarThemeValo .v-caption-inline-icon .v-icon { - position: absolute; - z-index: 10; -} - -.sidebarThemeValo .v-caption-inline-icon span.v-icon { - left: 1px; - bottom: 1px; - width: 35px; - line-height: 33px; - text-align: center; - font-size: 15px; -} - -.sidebarThemeValo .v-caption-inline-icon img.v-icon { - left: 10px; - bottom: 10px; -} - -.sidebarThemeValo .v-textfield-inline-icon { - padding-left: 35px; -} - -.sidebarThemeValo .v-slot-inline-icon.v-slot-tiny { - position: relative; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-tiny { - padding: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-tiny .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-tiny .v-icon { - position: absolute; - z-index: 10; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-tiny span.v-icon { - left: 1px; - bottom: 1px; - width: 28px; - line-height: 26px; - text-align: center; - font-size: 12px; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-tiny img.v-icon { - left: 6px; - bottom: 6px; -} - -.sidebarThemeValo .v-textfield-inline-icon.v-textfield-tiny { - padding-left: 28px; -} - -.sidebarThemeValo .v-slot-inline-icon.v-slot-compact { - position: relative; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-compact { - padding: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-compact .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-compact .v-icon { - position: absolute; - z-index: 10; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-compact span.v-icon { - left: 1px; - bottom: 1px; - width: 31px; - line-height: 29px; - text-align: center; - font-size: 15px; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-compact img.v-icon { - left: 8px; - bottom: 8px; -} - -.sidebarThemeValo .v-textfield-inline-icon.v-textfield-compact { - padding-left: 31px; -} - -.sidebarThemeValo .v-slot-inline-icon.v-slot-small { - position: relative; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-small { - padding: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-small .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-small .v-icon { - position: absolute; - z-index: 10; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-small span.v-icon { - left: 1px; - bottom: 1px; - width: 31px; - line-height: 29px; - text-align: center; - font-size: 14px; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-small img.v-icon { - left: 8px; - bottom: 8px; -} - -.sidebarThemeValo .v-textfield-inline-icon.v-textfield-small { - padding-left: 31px; -} - -.sidebarThemeValo .v-slot-inline-icon.v-slot-large { - position: relative; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-large { - padding: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-large .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-large .v-icon { - position: absolute; - z-index: 10; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-large span.v-icon { - left: 1px; - bottom: 1px; - width: 44px; - line-height: 42px; - text-align: center; - font-size: 20px; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-large img.v-icon { - left: 14px; - bottom: 14px; -} - -.sidebarThemeValo .v-textfield-inline-icon.v-textfield-large { - padding-left: 44px; -} - -.sidebarThemeValo .v-slot-inline-icon.v-slot-huge { - position: relative; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-huge { - padding: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-huge .v-captiontext { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; - margin: 0; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-huge .v-icon { - position: absolute; - z-index: 10; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-huge span.v-icon { - left: 1px; - bottom: 1px; - width: 59px; - line-height: 57px; - text-align: center; - font-size: 26px; -} - -.sidebarThemeValo .v-caption-inline-icon.v-caption-huge img.v-icon { - left: 22px; - bottom: 22px; -} - -.sidebarThemeValo .v-textfield-inline-icon.v-textfield-huge { - padding-left: 59px; -} - -.sidebarThemeValo .v-textfield-align-right { - text-align: right; -} - -.sidebarThemeValo .v-textfield-align-center { - text-align: center; -} - -.sidebarThemeValo .v-textarea { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 6px; - border: 1px solid #c5c5c5; - background: white; - color: #474747; - -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - width: 210px; -} - -.sidebarThemeValo .v-textarea.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-textarea:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-textarea[class*="prompt"] { - color: #a3a3a3; -} - -.sidebarThemeValo .v-textarea-readonly { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-textarea-readonly:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-textarea-error { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-textarea-borderless { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; -} - -.sidebarThemeValo .v-textarea-borderless:focus { - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-textarea-borderless[class*="prompt"] { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-textarea-tiny { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 28px; - border-radius: 4px; - padding: 6px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - font-size: 12px; -} - -.sidebarThemeValo .v-textarea-small { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 31px; - border-radius: 4px; - padding: 6px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - font-size: 14px; -} - -.sidebarThemeValo .v-textarea-large { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 44px; - border-radius: 4px; - padding: 6px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - font-size: 20px; -} - -.sidebarThemeValo .v-textarea-huge { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 59px; - border-radius: 4px; - padding: 6px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - resize: none; - white-space: pre-wrap; - font-size: 26px; -} - -.sidebarThemeValo .v-textarea-align-right { - text-align: right; -} - -.sidebarThemeValo .v-textarea-align-center { - text-align: center; -} - -.sidebarThemeValo .v-datefield { - position: relative; - width: 210px; - height: 35px; - border-radius: 4px; -} - -.sidebarThemeValo .v-datefield [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 4px 8px; - border: 1px solid #c5c5c5; - background: white; - color: #474747; - -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 42px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield [class*="textfield"].v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-datefield [class*="textfield"]:focus { - outline: none; - -webkit-transition: none; - -moz-transition: none; - transition: none; - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-datefield [class*="textfield"][class*="prompt"] { - color: #a3a3a3; -} - -.sidebarThemeValo .v-datefield[class*="prompt"] > [class*="textfield"] { - color: #a3a3a3; -} - -.sidebarThemeValo .v-datefield [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 35px; - line-height: 33px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - top: 1px; - bottom: 1px; - left: 1px; - border: none; - border-right: 1px solid #e4e4e4; - color: #a3a3a3; - border-radius: 3px 0 0 3px; -} - -.sidebarThemeValo .v-datefield [class*="button"]:hover { - color: #474747; -} - -.sidebarThemeValo .v-datefield [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-datefield [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background-color: rgba(128, 128, 128, 0.2); - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-datefield.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield.v-disabled [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-datefield.v-readonly [class*="textfield"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-datefield.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-datefield.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield.v-readonly [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-datefield-error .v-datefield-textfield { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-datefield-error .v-datefield-button { - color: #ed473b; - border-color: #ed473b; -} - -.sidebarThemeValo .v-datefield-error-info .v-datefield-textfield { - border-color: #00a7f5 !important; - background: #fafdff; - color: #195774; -} - -.sidebarThemeValo .v-datefield-error-info .v-datefield-button { - color: #00a7f5; - border-color: #00a7f5; -} - -.sidebarThemeValo .v-datefield-error-warning .v-datefield-textfield { - border-color: #fc9c00 !important; - background: #fffdfa; - color: #745119; -} - -.sidebarThemeValo .v-datefield-error-warning .v-datefield-button { - color: #fc9c00; - border-color: #fc9c00; -} - -.sidebarThemeValo .v-datefield-error-error .v-datefield-textfield { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-datefield-error-error .v-datefield-button { - color: #ed473b; - border-color: #ed473b; -} - -.sidebarThemeValo .v-datefield-error-critical .v-datefield-textfield { - border-color: #fa007d !important; - background: #fffafc; - color: #741947; -} - -.sidebarThemeValo .v-datefield-error-critical .v-datefield-button { - color: #fa007d; - border-color: #fa007d; -} - -.sidebarThemeValo .v-datefield-error-system .v-datefield-textfield { - border-color: #bb00ff !important; - background: #fefaff; - color: #5c1974; -} - -.sidebarThemeValo .v-datefield-error-system .v-datefield-button { - color: #bb00ff; - border-color: #bb00ff; -} - -.sidebarThemeValo .v-datefield-full { - width: 225px; -} - -.sidebarThemeValo .v-datefield-day { - width: 210px; -} - -.sidebarThemeValo .v-datefield-month { - width: 113px; -} - -.sidebarThemeValo .v-datefield-year { - width: 98px; -} - -.sidebarThemeValo .v-datefield-popup { - padding: 4px 4px; - border-radius: 4px; - background-color: white; - color: #474747; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - margin-top: 5px !important; - margin-bottom: 5px !important; - margin-right: 5px !important; - cursor: default; - width: auto; -} - -.sidebarThemeValo .v-datefield-popup[class*="animate-in"] { - -webkit-animation: valo-overlay-animate-in 120ms; - -moz-animation: valo-overlay-animate-in 120ms; - animation: valo-overlay-animate-in 120ms; -} - -.sidebarThemeValo .v-datefield-popup[class*="animate-out"] { - -webkit-animation: valo-animate-out-fade 120ms; - -moz-animation: valo-animate-out-fade 120ms; - animation: valo-animate-out-fade 120ms; -} - -.sidebarThemeValo .v-datefield-popup table { - border-collapse: collapse; - border-spacing: 0; - margin: 0 auto; -} - -.sidebarThemeValo .v-datefield-popup td { - padding: 2px; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel { - font-size: 15px; - text-align: center; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel:focus { - outline: none; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-day { - box-sizing: border-box; - width: 28px; - height: 25px; - border: 1px solid transparent; - line-height: 25px; - text-align: center; - font-size: 13px; - background: #fafafa; - border-radius: 2px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; - display: inline-block; - box-sizing: border-box; - cursor: pointer; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-day:hover { - color: #197de1; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-day-offmonth { - color: #a0a0a0; - background: transparent; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-day-today { - color: #191919; - font-weight: 600; - border-color: #afafaf; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover { - color: #c8dbed; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - border: none; - font-weight: 600; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused { - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - position: relative; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover { - color: #a0a0a0; - cursor: not-allowed; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-weekdays { - height: 25px; - color: rgba(133, 133, 133, 0.85); -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-weekdays strong { - font: inherit; - font-size: 13px; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-header { - white-space: nowrap; -} - -.sidebarThemeValo .v-datefield-popup td[class*="year"] button, .sidebarThemeValo .v-datefield-popup td[class*="month"] button { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - border: none; - background: transparent; - padding: 0; - margin: 0; - cursor: pointer; - color: transparent; - font-size: 0; - width: 18px; - height: 23px; - outline: none; - position: relative; - vertical-align: middle; -} - -.sidebarThemeValo .v-datefield-popup td[class*="year"] button:before, .sidebarThemeValo .v-datefield-popup td[class*="month"] button:before { - color: #a0a0a0; - font-size: 20px; - line-height: 23px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; -} - -.sidebarThemeValo .v-datefield-popup td[class*="year"] button:hover:before, .sidebarThemeValo .v-datefield-popup td[class*="month"] button:hover:before { - color: #197de1; -} - -.sidebarThemeValo .v-datefield-popup td[class*="year"] button.outside-range, .sidebarThemeValo .v-datefield-popup td[class*="month"] button.outside-range { - cursor: default; - opacity: 0.3; - filter: alpha(opacity=30.0) ; -} - -.sidebarThemeValo .v-datefield-popup td[class*="year"] button.outside-range:hover:before, .sidebarThemeValo .v-datefield-popup td[class*="month"] button.outside-range:hover:before { - color: #a0a0a0; -} - -.sidebarThemeValo .v-datefield-popup .v-button-prevyear:before { - font-family: ThemeIcons; - content: "\f100"; -} - -.sidebarThemeValo .v-datefield-popup .v-button-prevmonth:before { - font-family: ThemeIcons; - content: "\f104"; -} - -.sidebarThemeValo .v-datefield-popup .v-button-nextyear:before { - font-family: ThemeIcons; - content: "\f101"; -} - -.sidebarThemeValo .v-datefield-popup .v-button-nextmonth:before { - font-family: ThemeIcons; - content: "\f105"; -} - -.sidebarThemeValo .v-datefield-popup td.v-datefield-calendarpanel-month { - width: 140px; - cursor: default; - color: #197de1; -} - -.sidebarThemeValo .v-datefield-popup td.v-datefield-calendarpanel-month.header-month-year { - cursor: pointer; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month { - width: 70px; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-weeknumber, .sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child { - width: 28px; - color: rgba(133, 133, 133, 0.85); - font-size: 13px; - display: inline-block; - text-align: left; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-weeknumber { - position: relative; -} - -.sidebarThemeValo .v-datefield-popup .v-datefield-calendarpanel-weeknumbers .v-first:before { - content: ""; - position: absolute; - top: 37px; - bottom: 0; - left: 0; - width: 33px; - border-top: 1px solid #eaeaea; - border-right: 1px solid #eaeaea; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - background: #fafafa; -} - -.sidebarThemeValo .v-datefield-popup td.v-datefield-calendarpanel-time { - width: 100%; - font-size: 13px; -} - -.sidebarThemeValo .v-datefield-popup td.v-datefield-calendarpanel-time .v-label { - display: inline; - margin: 0 0.1em; - font-weight: 400; -} - -.sidebarThemeValo .v-datefield-calendarpanel { - font-size: 15px; - text-align: center; -} - -.sidebarThemeValo .v-datefield-calendarpanel:focus { - outline: none; -} - -.sidebarThemeValo .v-datefield-calendarpanel-day { - box-sizing: border-box; - width: 28px; - height: 25px; - border: 1px solid transparent; - line-height: 25px; - text-align: center; - font-size: 13px; - background: #fafafa; - border-radius: 2px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; - display: inline-block; - box-sizing: border-box; - cursor: pointer; -} - -.sidebarThemeValo .v-datefield-calendarpanel-day:hover { - color: #197de1; -} - -.sidebarThemeValo .v-datefield-calendarpanel-day-offmonth { - color: #a0a0a0; - background: transparent; -} - -.sidebarThemeValo .v-datefield-calendarpanel-day-today { - color: #191919; - font-weight: 600; - border-color: #afafaf; -} - -.sidebarThemeValo .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .sidebarThemeValo .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover { - color: #c8dbed; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - border: none; - font-weight: 600; -} - -.sidebarThemeValo .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused { - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - position: relative; -} - -.sidebarThemeValo .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .sidebarThemeValo .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover { - color: #a0a0a0; - cursor: not-allowed; -} - -.sidebarThemeValo .v-datefield-calendarpanel-weekdays { - height: 25px; - color: rgba(133, 133, 133, 0.85); -} - -.sidebarThemeValo .v-datefield-calendarpanel-weekdays strong { - font: inherit; - font-size: 13px; -} - -.sidebarThemeValo .v-datefield-calendarpanel-header { - white-space: nowrap; -} - -.sidebarThemeValo td[class*="year"] button, .sidebarThemeValo td[class*="month"] button { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - border: none; - background: transparent; - padding: 0; - margin: 0; - cursor: pointer; - color: transparent; - font-size: 0; - width: 18px; - height: 23px; - outline: none; - position: relative; - vertical-align: middle; -} - -.sidebarThemeValo td[class*="year"] button:before, .sidebarThemeValo td[class*="month"] button:before { - color: #a0a0a0; - font-size: 20px; - line-height: 23px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; -} - -.sidebarThemeValo td[class*="year"] button:hover:before, .sidebarThemeValo td[class*="month"] button:hover:before { - color: #197de1; -} - -.sidebarThemeValo td[class*="year"] button.outside-range, .sidebarThemeValo td[class*="month"] button.outside-range { - cursor: default; - opacity: 0.3; - filter: alpha(opacity=30.0) ; -} - -.sidebarThemeValo td[class*="year"] button.outside-range:hover:before, .sidebarThemeValo td[class*="month"] button.outside-range:hover:before { - color: #a0a0a0; -} - -.sidebarThemeValo .v-button-prevyear:before { - font-family: ThemeIcons; - content: "\f100"; -} - -.sidebarThemeValo .v-button-prevmonth:before { - font-family: ThemeIcons; - content: "\f104"; -} - -.sidebarThemeValo .v-button-nextyear:before { - font-family: ThemeIcons; - content: "\f101"; -} - -.sidebarThemeValo .v-button-nextmonth:before { - font-family: ThemeIcons; - content: "\f105"; -} - -.sidebarThemeValo td.v-datefield-calendarpanel-month { - width: 140px; - cursor: default; - color: #197de1; -} - -.sidebarThemeValo td.v-datefield-calendarpanel-month.header-month-year { - cursor: pointer; -} - -.sidebarThemeValo .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month { - width: 70px; -} - -.sidebarThemeValo .v-datefield-calendarpanel-weeknumber, .sidebarThemeValo .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child { - width: 28px; - color: rgba(133, 133, 133, 0.85); - font-size: 13px; - display: inline-block; - text-align: left; -} - -.sidebarThemeValo .v-datefield-calendarpanel-weeknumber { - position: relative; -} - -.sidebarThemeValo .v-datefield-calendarpanel-weeknumbers .v-first:before { - content: ""; - position: absolute; - top: 37px; - bottom: 0; - left: 0; - width: 33px; - border-top: 1px solid #eaeaea; - border-right: 1px solid #eaeaea; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - background: #fafafa; -} - -.sidebarThemeValo td.v-datefield-calendarpanel-time { - width: 100%; - font-size: 13px; -} - -.sidebarThemeValo td.v-datefield-calendarpanel-time .v-label { - display: inline; - margin: 0 0.1em; - font-weight: 400; -} - -.sidebarThemeValo .v-datefield-borderless .v-datefield-textfield { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; -} - -.sidebarThemeValo .v-datefield-borderless .v-datefield-textfield:focus { - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-datefield-borderless .v-datefield-textfield[class*="prompt"] { - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-datefield-borderless .v-datefield-button { - border: none; - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-datefield-align-right input { - text-align: right; -} - -.sidebarThemeValo .v-datefield-align-center input { - text-align: center; -} - -.sidebarThemeValo .v-datefield-tiny { - height: 28px; - border-radius: 4px; - font-size: 12px; -} - -.sidebarThemeValo .v-datefield-tiny [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 28px; - border-radius: 4px; - padding: 3px 7px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 33.6px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield-tiny [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 28px; - line-height: 28px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - border-radius: 4px 0 0 4px; -} - -.sidebarThemeValo .v-datefield-tiny [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-datefield-tiny [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield-tiny.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-datefield-tiny.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield-tiny.v-disabled [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-datefield-tiny.v-readonly [class*="textfield"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-datefield-tiny.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-datefield-tiny.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield-tiny.v-readonly [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-datefield-compact, .sidebarThemeValo .v-datefield-small { - height: 31px; - border-radius: 4px; -} - -.sidebarThemeValo .v-datefield-compact [class*="textfield"], .sidebarThemeValo .v-datefield-small [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 31px; - border-radius: 4px; - padding: 3px 8px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 37.2px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield-compact [class*="button"], .sidebarThemeValo .v-datefield-small [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 31px; - line-height: 31px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - border-radius: 4px 0 0 4px; -} - -.sidebarThemeValo .v-datefield-compact [class*="button"]:before, .sidebarThemeValo .v-datefield-small [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-datefield-compact [class*="button"]:active:after, .sidebarThemeValo .v-datefield-small [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield-compact.v-disabled, .sidebarThemeValo .v-datefield-small.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-datefield-compact.v-disabled [class*="button"], .sidebarThemeValo .v-datefield-small.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield-compact.v-disabled [class*="button"]:active:after, .sidebarThemeValo .v-datefield-small.v-disabled [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-datefield-compact.v-readonly [class*="textfield"], .sidebarThemeValo .v-datefield-small.v-readonly [class*="textfield"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-datefield-compact.v-readonly [class*="textfield"]:focus, .sidebarThemeValo .v-datefield-small.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-datefield-compact.v-readonly [class*="button"], .sidebarThemeValo .v-datefield-small.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield-compact.v-readonly [class*="button"]:active:after, .sidebarThemeValo .v-datefield-small.v-readonly [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-datefield-small { - font-size: 14px; -} - -.sidebarThemeValo .v-datefield-large { - height: 44px; - border-radius: 4px; - font-size: 20px; -} - -.sidebarThemeValo .v-datefield-large [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 44px; - border-radius: 4px; - padding: 5px 10px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 52.8px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield-large [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 44px; - line-height: 44px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - border-radius: 4px 0 0 4px; -} - -.sidebarThemeValo .v-datefield-large [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-datefield-large [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield-large.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-datefield-large.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield-large.v-disabled [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-datefield-large.v-readonly [class*="textfield"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-datefield-large.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-datefield-large.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield-large.v-readonly [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-datefield-huge { - height: 59px; - border-radius: 4px; - font-size: 26px; -} - -.sidebarThemeValo .v-datefield-huge [class*="textfield"] { - box-sizing: border-box; - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 59px; - border-radius: 4px; - padding: 7px 12px; - - - - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - padding-left: 70.8px; - width: 100%; - height: 100%; - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield-huge [class*="button"] { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - -webkit-appearance: none; - background: transparent; - padding: 0; - position: absolute; - z-index: 10; - width: 59px; - line-height: 59px; - text-align: center; - font: inherit; - outline: none; - margin: 0; - border-radius: 4px 0 0 4px; -} - -.sidebarThemeValo .v-datefield-huge [class*="button"]:before { - font-family: ThemeIcons; - content: "\f073"; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-datefield-huge [class*="button"]:active:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-datefield-huge.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-datefield-huge.v-disabled [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield-huge.v-disabled [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-datefield-huge.v-readonly [class*="textfield"] { - background: #fafafa; - color: #464646; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-datefield-huge.v-readonly [class*="textfield"]:focus { - box-shadow: none; - border-color: #c5c5c5; -} - -.sidebarThemeValo .v-datefield-huge.v-readonly [class*="button"] { - cursor: default; - pointer-events: none; -} - -.sidebarThemeValo .v-datefield-huge.v-readonly [class*="button"]:active:after { - display: none; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel { - font-size: 15px; - text-align: center; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel:focus { - outline: none; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-day { - box-sizing: border-box; - width: 28px; - height: 25px; - border: 1px solid transparent; - line-height: 25px; - text-align: center; - font-size: 13px; - background: #fafafa; - border-radius: 2px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; - display: inline-block; - box-sizing: border-box; - cursor: pointer; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-day:hover { - color: #197de1; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-day-offmonth { - color: #a0a0a0; - background: transparent; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-day-today { - color: #191919; - font-weight: 600; - border-color: #afafaf; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected, .sidebarThemeValo .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected:hover { - color: #c8dbed; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - border: none; - font-weight: 600; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-focused { - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - position: relative; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range, .sidebarThemeValo .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range:hover { - color: #a0a0a0; - cursor: not-allowed; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-weekdays { - height: 25px; - color: rgba(133, 133, 133, 0.85); -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-weekdays strong { - font: inherit; - font-size: 13px; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-header { - white-space: nowrap; -} - -.sidebarThemeValo td[class*="year"] button, .sidebarThemeValo td[class*="month"] button { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - border: none; - background: transparent; - padding: 0; - margin: 0; - cursor: pointer; - color: transparent; - font-size: 0; - width: 18px; - height: 23px; - outline: none; - position: relative; - vertical-align: middle; -} - -.sidebarThemeValo td[class*="year"] button:before, .sidebarThemeValo td[class*="month"] button:before { - color: #a0a0a0; - font-size: 20px; - line-height: 23px; - -webkit-transition: color 200ms; - -moz-transition: color 200ms; - transition: color 200ms; -} - -.sidebarThemeValo td[class*="year"] button:hover:before, .sidebarThemeValo td[class*="month"] button:hover:before { - color: #197de1; -} - -.sidebarThemeValo td[class*="year"] button.outside-range, .sidebarThemeValo td[class*="month"] button.outside-range { - cursor: default; - opacity: 0.3; - filter: alpha(opacity=30.0) ; -} - -.sidebarThemeValo td[class*="year"] button.outside-range:hover:before, .sidebarThemeValo td[class*="month"] button.outside-range:hover:before { - color: #a0a0a0; -} - -.sidebarThemeValo .v-button-prevyear:before { - font-family: ThemeIcons; - content: "\f100"; -} - -.sidebarThemeValo .v-button-prevmonth:before { - font-family: ThemeIcons; - content: "\f104"; -} - -.sidebarThemeValo .v-button-nextyear:before { - font-family: ThemeIcons; - content: "\f101"; -} - -.sidebarThemeValo .v-button-nextmonth:before { - font-family: ThemeIcons; - content: "\f105"; -} - -.sidebarThemeValo td.v-inline-datefield-calendarpanel-month { - width: 140px; - cursor: default; - color: #197de1; -} - -.sidebarThemeValo td.v-inline-datefield-calendarpanel-month.header-month-year { - cursor: pointer; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-year td.v-inline-datefield-calendarpanel-month { - width: 70px; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-weeknumber, .sidebarThemeValo .v-inline-datefield-calendarpanel-weekdays.v-inline-datefield-calendarpanel-weeknumbers td:first-child { - width: 28px; - color: rgba(133, 133, 133, 0.85); - font-size: 13px; - display: inline-block; - text-align: left; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-weeknumber { - position: relative; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel-weeknumbers .v-first:before { - content: ""; - position: absolute; - top: 37px; - bottom: 0; - left: 0; - width: 33px; - border-top: 1px solid #eaeaea; - border-right: 1px solid #eaeaea; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - background: #fafafa; -} - -.sidebarThemeValo td.v-inline-datefield-calendarpanel-time { - width: 100%; - font-size: 13px; -} - -.sidebarThemeValo td.v-inline-datefield-calendarpanel-time .v-label { - display: inline; - margin: 0 0.1em; - font-weight: 400; -} - -.sidebarThemeValo .v-inline-datefield-calendarpanel { - position: relative; - background: white; - padding: 6px; -} - -.sidebarThemeValo .v-gridlayout-margin-top { - padding-top: 18px; -} - -.sidebarThemeValo .v-gridlayout-margin-bottom { - padding-bottom: 18px; -} - -.sidebarThemeValo .v-gridlayout-margin-left { - padding-left: 18px; -} - -.sidebarThemeValo .v-gridlayout-margin-right { - padding-right: 18px; -} - -.sidebarThemeValo .v-gridlayout-spacing-on { - padding-left: 12px; - padding-top: 12px; -} - -.sidebarThemeValo .v-menubar { - position: relative; - text-align: center; - white-space: nowrap; - outline: none; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - height: 35px; - padding: 0 16px; - color: #191919; - font-weight: 400; - - cursor: default; - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - text-align: left; - line-height: 33px; -} - -.sidebarThemeValo .v-menubar:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; -} - -.sidebarThemeValo .v-menubar:focus:after { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} - -.sidebarThemeValo .v-menubar.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-menubar.v-disabled:after { - display: none; -} - -.sidebarThemeValo .v-menubar:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-menubar:focus:after { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem { - padding: 0 13px; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem[class*="-icon-only"] { - width: 35px; -} - -.sidebarThemeValo .v-menubar:active:after { - background: transparent; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem { - position: relative; - z-index: 1; - display: inline-block; - box-sizing: border-box; - height: 35px; - padding: 0 15px; - color: inherit; - font-weight: 400; - - cursor: pointer; - border-radius: 0; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7; - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7; - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - border-width: 0 1px 0 0; - border-color: inherit; - height: 100%; - line-height: inherit; - vertical-align: top; - text-align: center; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem:first-child { - border-left-width: 0; - border-radius: 3px 0 0 3px; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem:last-child { - border-radius: 0 3px 3px 0; - border-right-width: 0; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem:first-child:last-child { - border-radius: 3px; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem:hover { - zoom: 1; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem:hover:before { - background-color: rgba(186, 186, 186, 0.1); - border: none; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem:active:before { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem .v-icon { - margin: 0 3px 0 -3px; - cursor: inherit; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem[class*="-icon-only"] { - width: 35px; - padding: 0; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem[class*="-icon-only"] .v-icon { - margin: 0; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem-checked { - -webkit-box-shadow: none; - box-shadow: none; - background-color: #ededed; - background-image: -webkit-linear-gradient(bottom, #ededed 2%, #e9e9e9 98%); - background-image: linear-gradient(to top,#ededed 2%, #e9e9e9 98%); - color: #181818; -} - -.sidebarThemeValo .v-disabled > .v-menubar-menuitem, .sidebarThemeValo .v-menubar > .v-menubar-menuitem-disabled { - cursor: default; -} - -.sidebarThemeValo .v-disabled > .v-menubar-menuitem:before, .sidebarThemeValo .v-menubar > .v-menubar-menuitem-disabled:before { - display: none; -} - -.sidebarThemeValo .v-menubar-menuitem-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem-selected { - color: #ecf2f8; - - - - border-radius: 0; - border: 1px solid #1362b1; - border-top-color: #156ab3; - border-bottom-color: #1156a8; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - -webkit-box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca; - box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - border-top-width: 0; - border-left-width: 0; - border-bottom-width: 0; - z-index: 2; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem-selected:hover:before { - background: none; -} - -.sidebarThemeValo .v-menubar .v-menubar-submenu-indicator { - display: none; -} - -.sidebarThemeValo .v-menubar .v-menubar-submenu-indicator + .v-menubar-menuitem-caption:after { - font-family: ThemeIcons; - content: "\f078"; - font-size: 0.7em; - vertical-align: 0.15em; - margin: 0 -0.2em 0 0.5em; - opacity: 0.5; -} - -.sidebarThemeValo .v-menubar .v-menubar-submenu-indicator + .v-menubar-menuitem-caption:empty:after { - margin-left: -0.2em; -} - -.sidebarThemeValo .v-menubar-popup { - padding: 4px 4px; - border-radius: 4px; - background-color: white; - color: #474747; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - padding: 4px 4px; - margin: 5px 0 0 1px !important; -} - -.sidebarThemeValo .v-menubar-popup[class*="animate-in"] { - -webkit-animation: valo-overlay-animate-in 120ms; - -moz-animation: valo-overlay-animate-in 120ms; - animation: valo-overlay-animate-in 120ms; -} - -.sidebarThemeValo .v-menubar-popup[class*="animate-out"] { - -webkit-animation: valo-animate-out-fade 120ms; - -moz-animation: valo-animate-out-fade 120ms; - animation: valo-animate-out-fade 120ms; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-submenu { - outline: none; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-menuitem { - display: block; - cursor: pointer; - line-height: 27px; - padding: 0 20px 0 10px; - border-radius: 3px; - font-weight: 400; - white-space: nowrap; - position: relative; - padding-left: 32px; - padding-right: 35px; - position: relative; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-menuitem:active:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: #0957a6; - opacity: 0.15; - filter: alpha(opacity=15.0) ; - pointer-events: none; - border-radius: inherit; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-menuitem .v-icon { - max-height: 27px; - margin-right: 5px; - min-width: 1em; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-submenu-indicator { - display: none; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-submenu-indicator + .v-menubar-menuitem-caption:after { - position: absolute; - right: 10px; - font-family: ThemeIcons; - content: "\f054"; - line-height: 29px; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-menuitem-selected { - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - color: #ecf2f8; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-separator { - display: block; - margin: 4px 0; - height: 0; - overflow: hidden; - border-bottom: 1px solid #e4e4e4; -} - -.sidebarThemeValo .v-menubar-popup [class*="checked"] .v-menubar-menuitem-caption:before { - content: "\f00c"; - font-family: ThemeIcons; - position: absolute; - left: 10px; -} - -.sidebarThemeValo .v-menubar-popup [class*="unchecked"] .v-menubar-menuitem-caption:before { - content: ""; -} - -.sidebarThemeValo .v-menubar-popup [class*="disabled"] { - cursor: default; -} - -.sidebarThemeValo .v-menubar-small { - height: 31px; - padding: 0 14px; - - font-weight: 400; - - cursor: default; - border-radius: 4px; - padding: 0; - text-align: left; - line-height: 29px; - font-size: 14px; -} - -.sidebarThemeValo .v-menubar-small:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-menubar-small > .v-menubar-menuitem { - padding: 0 12px; -} - -.sidebarThemeValo .v-menubar-small > .v-menubar-menuitem[class*="-icon-only"] { - width: 31px; -} - -.sidebarThemeValo .v-menubar-borderless { - border: none; - border-radius: 0; - padding: 1px; - -webkit-box-shadow: none; - box-shadow: none; - text-shadow: none; - background: transparent; - color: inherit; -} - -.sidebarThemeValo .v-menubar-borderless:focus:after { - display: none; -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem { - -webkit-box-shadow: none; - box-shadow: none; - border: none; - margin-right: 1px; - border-radius: 4px; - color: #197de1; - padding: 0 12px; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem:first-child, .sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem:last-child, .sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem:first-child:last-child { - border-radius: 4px; - background: transparent !important; -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem:before { - content: none; -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem:active { - color: inherit; -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem-checked, .sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem-checked:first-child { - border: 1px solid #c5c5c5; - color: #197de1; -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption { - position: relative; - top: -1px; -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem-selected { - color: #ecf2f8; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem-selected:hover { - color: #ecf2f8; -} - -.sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem-disabled, .sidebarThemeValo .v-menubar-borderless .v-menubar-menuitem-disabled:hover { - color: inherit; -} - -.sidebarThemeValo .v-radiobutton { - position: relative; - line-height: 18px; - white-space: nowrap; -} - -.sidebarThemeValo .v-radiobutton.v-has-width label { - white-space: normal; -} - -:root .sidebarThemeValo .v-radiobutton { - padding-left: 23px; -} - -:root .sidebarThemeValo .v-radiobutton label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .sidebarThemeValo .v-radiobutton > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .sidebarThemeValo .v-radiobutton > input:focus ~ label:before { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .sidebarThemeValo .v-radiobutton > input ~ label:before, :root .sidebarThemeValo .v-radiobutton > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 18px; - height: 18px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 12px; - text-align: center; -} - -:root .sidebarThemeValo .v-radiobutton > input ~ label:before { - height: 17.5px; - padding: 0 8px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 18px; -} - -:root .sidebarThemeValo .v-radiobutton > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .sidebarThemeValo .v-radiobutton > input:active ~ label:after { - background-color: rgba(125, 125, 125, 0.2); -} - -:root .sidebarThemeValo .v-radiobutton > input:checked ~ label:after { - color: #197de1; -} - -.sidebarThemeValo .v-radiobutton > .v-icon, .sidebarThemeValo .v-radiobutton > label .v-icon { - margin: 0 6px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.sidebarThemeValo .v-radiobutton.v-disabled > label, .sidebarThemeValo .v-radiobutton.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-radiobutton.v-disabled > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-radiobutton.v-disabled > input:active ~ label:after { - background: transparent; -} - -.sidebarThemeValo .v-radiobutton.v-readonly > label, .sidebarThemeValo .v-radiobutton.v-readonly > .v-icon { - cursor: default; -} - -.sidebarThemeValo .v-radiobutton.v-readonly > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-radiobutton.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .sidebarThemeValo .v-radiobutton.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -:root .sidebarThemeValo .v-radiobutton > input:checked ~ label:after { - width: 6px; - height: 6px; - top: 6px; - left: 6px; - background: #197de1; -} - -:root .sidebarThemeValo .v-radiobutton > input ~ label:before, :root .sidebarThemeValo .v-radiobutton > input ~ label:after { - border-radius: 50%; - content: ""; -} - -.sidebarThemeValo .v-select-optiongroup .v-radiobutton, .sidebarThemeValo .v-select-optiongroup .v-checkbox { - display: block; - margin: 9px 15px 0 0; -} - -.sidebarThemeValo .v-select-optiongroup .v-radiobutton:first-child, .sidebarThemeValo .v-select-optiongroup .v-checkbox:first-child { - margin-top: 6px; -} - -.sidebarThemeValo .v-select-optiongroup .v-radiobutton:last-child, .sidebarThemeValo .v-select-optiongroup .v-checkbox:last-child { - margin-bottom: 6px; -} - -.sidebarThemeValo .v-select-optiongroup.v-has-width label { - white-space: normal; -} - -.sidebarThemeValo .v-select-optiongroup-small { - font-size: 14px; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-checkbox { - position: relative; - line-height: 16px; - white-space: nowrap; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-has-width label { - white-space: normal; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox { - padding-left: 21px; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox > input:focus ~ label:before { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox > input ~ label:before, :root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 16px; - height: 16px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 11px; - text-align: center; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox > input ~ label:before { - height: 15.5px; - padding: 0 7px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 16px; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox > input:active ~ label:after { - background-color: rgba(125, 125, 125, 0.2); -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox > input:checked ~ label:after { - color: #197de1; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-checkbox > .v-icon, .sidebarThemeValo .v-select-optiongroup-small .v-checkbox > label .v-icon { - margin: 0 5px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-disabled > label, .sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-disabled > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-disabled > input:active ~ label:after { - background: transparent; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-readonly > label, .sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-readonly > .v-icon { - cursor: default; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-readonly > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-checkbox.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton { - position: relative; - line-height: 16px; - white-space: nowrap; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-has-width label { - white-space: normal; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton { - padding-left: 21px; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input:focus ~ label:before { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 16px; - height: 16px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 11px; - text-align: center; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input ~ label:before { - height: 15.5px; - padding: 0 7px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 16px; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input:active ~ label:after { - background-color: rgba(125, 125, 125, 0.2); -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after { - color: #197de1; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > .v-icon, .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > label .v-icon { - margin: 0 5px 0 3px; - min-width: 1em; - cursor: pointer; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-disabled > label, .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-disabled > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-disabled > input:active ~ label:after { - background: transparent; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-readonly > label, .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-readonly > .v-icon { - cursor: default; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-readonly > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after { - width: 6px; - height: 6px; - top: 5px; - left: 5px; - background: #197de1; -} - -:root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .sidebarThemeValo .v-select-optiongroup-small .v-radiobutton > input ~ label:after { - border-radius: 50%; - content: ""; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton, .sidebarThemeValo .v-select-optiongroup-small .v-checkbox { - display: block; - margin: 8px 15px 0 0; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton:first-child, .sidebarThemeValo .v-select-optiongroup-small .v-checkbox:first-child { - margin-top: 5px; -} - -.sidebarThemeValo .v-select-optiongroup-small .v-radiobutton:last-child, .sidebarThemeValo .v-select-optiongroup-small .v-checkbox:last-child { - margin-bottom: 5px; -} - -.sidebarThemeValo .v-select-optiongroup-small.v-has-width label { - white-space: normal; -} - -.sidebarThemeValo .v-select-optiongroup-large { - font-size: 20px; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-checkbox { - position: relative; - line-height: 22px; - white-space: nowrap; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-has-width label { - white-space: normal; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox { - padding-left: 29px; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox > input:focus ~ label:before { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox > input ~ label:before, :root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 22px; - height: 22px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 15px; - text-align: center; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox > input ~ label:before { - height: 22px; - padding: 0 10px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 22px; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox > input:active ~ label:after { - background-color: rgba(125, 125, 125, 0.2); -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox > input:checked ~ label:after { - color: #197de1; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-checkbox > .v-icon, .sidebarThemeValo .v-select-optiongroup-large .v-checkbox > label .v-icon { - margin: 0 7px 0 4px; - min-width: 1em; - cursor: pointer; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-disabled > label, .sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-disabled > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-disabled > input:active ~ label:after { - background: transparent; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-readonly > label, .sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-readonly > .v-icon { - cursor: default; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-readonly > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-checkbox.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton { - position: relative; - line-height: 22px; - white-space: nowrap; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-has-width label { - white-space: normal; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton { - padding-left: 29px; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton label { - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - cursor: pointer; - display: inline-block; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input { - position: absolute; - clip: rect(0, 0, 0, 0); - left: 0.2em; - top: 0.2em; - z-index: 0; - margin: 0; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input:focus ~ label:before { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input ~ label:after { - content: ""; - display: inline-block; - box-sizing: border-box; - width: 22px; - height: 22px; - position: absolute; - top: 0; - left: 0; - border-radius: 4px; - font-size: 15px; - text-align: center; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input ~ label:before { - height: 22px; - padding: 0 10px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - padding: 0; - height: 22px; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input ~ label:after { - content: "\f00c"; - font-family: ThemeIcons; - color: transparent; - -webkit-transition: color 100ms; - -moz-transition: color 100ms; - transition: color 100ms; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input:active ~ label:after { - background-color: rgba(125, 125, 125, 0.2); -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after { - color: #197de1; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > .v-icon, .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > label .v-icon { - margin: 0 7px 0 4px; - min-width: 1em; - cursor: pointer; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-disabled > label, .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-disabled > .v-icon { - cursor: default; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-disabled > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-disabled > input:active ~ label:after { - background: transparent; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-readonly > label, .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-readonly > .v-icon { - cursor: default; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-readonly > label > .v-icon { - cursor: default; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-readonly > input:active ~ label:after { - background: transparent; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton.v-readonly > input ~ label:after { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after { - width: 8px; - height: 8px; - top: 7px; - left: 7px; - background: #197de1; -} - -:root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .sidebarThemeValo .v-select-optiongroup-large .v-radiobutton > input ~ label:after { - border-radius: 50%; - content: ""; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton, .sidebarThemeValo .v-select-optiongroup-large .v-checkbox { - display: block; - margin: 11px 15px 0 0; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton:first-child, .sidebarThemeValo .v-select-optiongroup-large .v-checkbox:first-child { - margin-top: 7px; -} - -.sidebarThemeValo .v-select-optiongroup-large .v-radiobutton:last-child, .sidebarThemeValo .v-select-optiongroup-large .v-checkbox:last-child { - margin-bottom: 7px; -} - -.sidebarThemeValo .v-select-optiongroup-large.v-has-width label { - white-space: normal; -} - -.sidebarThemeValo .v-select-optiongroup-horizontal { - white-space: nowrap; -} - -.sidebarThemeValo .v-select-optiongroup-horizontal .v-radiobutton, .sidebarThemeValo .v-select-optiongroup-horizontal .v-checkbox { - display: inline-block; -} - -.sidebarThemeValo .v-select-optiongroup-horizontal.v-has-width { - white-space: normal; -} - -.sidebarThemeValo .v-select-optiongroup-horizontal.v-has-width label { - white-space: nowrap; -} - -.sidebarThemeValo .v-link { - cursor: pointer; - color: #197de1; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-link:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-link.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-link a { - cursor: pointer; - color: #197de1; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - cursor: inherit; - color: inherit; - text-decoration: inherit; - -webkit-transition: inherit; - -moz-transition: inherit; - transition: inherit; -} - -.sidebarThemeValo .v-link a:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-link a.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-link .v-icon { - cursor: inherit; -} - -.sidebarThemeValo .v-link-small { - font-size: 14px; -} - -.sidebarThemeValo .v-link-large { - font-size: 20px; -} - -.sidebarThemeValo .v-window { - padding: 4px 4px; - border-radius: 4px; - background-color: white; - color: #474747; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 16px 80px -6px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.09098); - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 16px 80px -6px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.09098); - padding: 0; - min-width: 140px !important; - min-height: 35px !important; - white-space: nowrap; - overflow: hidden !important; - -webkit-transition: width 200ms, height 200ms, top 200ms, left 200ms; - -moz-transition: width 200ms, height 200ms, top 200ms, left 200ms; - transition: width 200ms, height 200ms, top 200ms, left 200ms; -} - -.sidebarThemeValo .v-window[class*="animate-in"] { - -webkit-animation: valo-animate-in-fade 140ms; - -moz-animation: valo-animate-in-fade 140ms; - animation: valo-animate-in-fade 140ms; -} - -.sidebarThemeValo .v-window[class*="animate-out"] { - -webkit-animation: valo-animate-out-scale-down-fade 100ms; - -moz-animation: valo-animate-out-scale-down-fade 100ms; - animation: valo-animate-out-scale-down-fade 100ms; -} - -.sidebarThemeValo .v-window.v-window-animate-in { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} - -.sidebarThemeValo .v-window-modalitycurtain { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - background-color: #222; - background-image: -webkit-radial-gradient(50% 50%, circle, #222, #0e0e0e); - background-image: radial-gradient( circle at 50% 50%, #222, #0e0e0e); - opacity: 0.72; - filter: alpha(opacity=72) ; - -webkit-animation: valo-animate-in-fade 400ms 100ms backwards; - -moz-animation: valo-animate-in-fade 400ms 100ms backwards; - animation: valo-animate-in-fade 400ms 100ms backwards; -} - -.v-op12 .sidebarThemeValo .v-window-modalitycurtain { - -webkit-animation: none; - -moz-animation: none; - animation: none; -} - -.sidebarThemeValo .v-window-draggingCurtain { - position: fixed !important; -} - -.sidebarThemeValo .v-window-resizingCurtain + .v-window, .sidebarThemeValo .v-window-draggingCurtain + .v-window { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} - -.sidebarThemeValo .v-window-outerheader { - cursor: move; - position: absolute; - z-index: 2; - top: 0; - left: 0; - right: 0; - -webkit-transform: translatez(0); - -moz-transform: translatez(0); - -ms-transform: translatez(0); - -o-transform: translatez(0); - transform: translatez(0); -} - -.sidebarThemeValo .v-window-outerheader:after { - content: ""; - position: absolute; - bottom: -1px; - right: 0; - left: 0; - height: 0; - border-top: 1px solid #dfdfdf; - border-color: rgba(197, 197, 197, 0.5); -} - -.sidebarThemeValo .v-window-header { - line-height: 34px; - padding-left: 12px; - margin-right: 70px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - color: #7e7e7e; -} - -.sidebarThemeValo .v-window-restorebox-disabled ~ .v-window-closebox ~ .v-window-header, .sidebarThemeValo .v-window-maximizebox-disabled ~ .v-window-closebox ~ .v-window-header { - margin-right: 35px; -} - -.sidebarThemeValo .v-window-restorebox-disabled ~ .v-window-closebox-disabled ~ .v-window-header, .sidebarThemeValo .v-window-maximizebox-disabled ~ .v-window-closebox-disabled ~ .v-window-header { - margin-right: 12px; -} - -.sidebarThemeValo .v-window-closebox, .sidebarThemeValo .v-window-maximizebox, .sidebarThemeValo .v-window-restorebox { - position: absolute; - z-index: 3; - top: 0; - right: 0; - box-sizing: border-box; - width: 31px; - height: 34px; - background-color: white; - line-height: 32px; - text-align: center; - cursor: pointer; - font-size: 20px; - color: #999999; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-window-closebox:focus, .sidebarThemeValo .v-window-maximizebox:focus, .sidebarThemeValo .v-window-restorebox:focus { - outline: none; -} - -.sidebarThemeValo .v-window-closebox:hover, .sidebarThemeValo .v-window-maximizebox:hover, .sidebarThemeValo .v-window-restorebox:hover { - opacity: 1; - filter: none ; - color: #197de1; -} - -.sidebarThemeValo .v-window-closebox:active, .sidebarThemeValo .v-window-maximizebox:active, .sidebarThemeValo .v-window-restorebox:active { - color: inherit; -} - -.sidebarThemeValo .v-window-closebox:focus::after { - content: ""; - position: absolute; - top: 6px; - right: 6px; - bottom: 6px; - left: 2px; - border-radius: 4px; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-window-maximizebox:focus::after, .sidebarThemeValo .v-window-restorebox:focus::after { - content: ""; - position: absolute; - top: 6px; - right: 2px; - bottom: 6px; - left: 6px; - border-radius: 4px; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-window-closebox { - padding-right: 4px; - border-radius: 0 4px 0 4px; -} - -.sidebarThemeValo .v-window-closebox:before { - content: "\00d7"; -} - -.sidebarThemeValo .v-window-maximizebox, .sidebarThemeValo .v-window-restorebox { - right: 31px; - padding-left: 4px; - border-radius: 0 0 0 4px; -} - -.sidebarThemeValo .v-window-maximizebox + .v-window-closebox, .sidebarThemeValo .v-window-restorebox + .v-window-closebox { - border-bottom-left-radius: 0; -} - -.sidebarThemeValo .v-window-closebox-disabled, .sidebarThemeValo .v-window-resizebox-disabled, .sidebarThemeValo .v-window-restorebox-disabled, .sidebarThemeValo .v-window-maximizebox-disabled { - display: none; -} - -.sidebarThemeValo .v-window-closebox-disabled + .v-window-closebox, .sidebarThemeValo .v-window-resizebox-disabled + .v-window-closebox, .sidebarThemeValo .v-window-restorebox-disabled + .v-window-closebox, .sidebarThemeValo .v-window-maximizebox-disabled + .v-window-closebox { - width: 35px; - padding-right: 0; - border-bottom-left-radius: 4px; -} - -.sidebarThemeValo .v-window-closebox-disabled + .v-window-closebox:focus::after, .sidebarThemeValo .v-window-resizebox-disabled + .v-window-closebox:focus::after, .sidebarThemeValo .v-window-restorebox-disabled + .v-window-closebox:focus::after, .sidebarThemeValo .v-window-maximizebox-disabled + .v-window-closebox:focus::after { - left: 6px; -} - -.sidebarThemeValo .v-window-maximizebox:before { - content: "+"; -} - -.sidebarThemeValo .v-window-restorebox:before { - content: "\2013"; -} - -.sidebarThemeValo .v-window > .popupContent, .sidebarThemeValo .v-window-wrap, .sidebarThemeValo .v-window-contents, .sidebarThemeValo .v-window-contents > .v-scrollable { - height: 100%; -} - -.sidebarThemeValo .v-window-contents { - box-sizing: border-box; - border-radius: 4px; - margin-top: 0 !important; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable { - position: relative; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-margin-top { - padding-top: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-margin-right { - padding-right: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-margin-bottom { - padding-bottom: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-margin-left { - padding-left: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-top"] > tbody > [class*="firstrow"] > td { - padding-top: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-bottom"] > tbody > [class*="lastrow"] > td { - padding-bottom: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] { - padding-left: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - left: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] { - padding-right: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .sidebarThemeValo .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 { - right: 12px; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable:focus { - outline: none; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable:before { - content: ""; - position: absolute; - z-index: 2; - top: 0; - height: 0; - border-top: 1px solid white; - left: 0; - right: 0; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable .v-panel-captionwrap:after { - border-color: #dfdfdf; -} - -.sidebarThemeValo .v-window-contents > .v-scrollable .v-panel-content:before { - border-color: white; -} - -.sidebarThemeValo .v-window-footer { - height: 0; -} - -.sidebarThemeValo .v-window-resizebox { - position: absolute; - z-index: 1000; - right: 0; - bottom: 0; - width: 18px; - height: 18px; - cursor: nwse-resize; -} - -.sidebarThemeValo .v-window-modalitycurtain:active ~ .v-window { - -webkit-animation: none; - -moz-animation: none; - animation: none; -} - -.sidebarThemeValo .v-window-top-toolbar > .v-widget, .sidebarThemeValo .v-window-bottom-toolbar > .v-widget { - vertical-align: top; -} - -.sidebarThemeValo .v-window-top-toolbar .v-label, .sidebarThemeValo .v-window-bottom-toolbar .v-label { - line-height: 34px; -} - -.sidebarThemeValo .v-window-top-toolbar .v-spacing, .sidebarThemeValo .v-window-bottom-toolbar .v-spacing { - width: 6px; -} - -.sidebarThemeValo .v-window-top-toolbar.v-layout { - padding: 7px 12px; - position: relative; - z-index: 2; - border-top: 1px solid #dfdfdf; - border-bottom: 1px solid #dfdfdf; - background-color: #fafafa; -} - -.sidebarThemeValo .v-window-top-toolbar.v-menubar { - margin: 12px 12px 6px; -} - -.sidebarThemeValo .v-window-top-toolbar.v-menubar-borderless { - padding-left: 6px; - padding-right: 6px; - margin: 5px 0; -} - -.sidebarThemeValo .v-window-bottom-toolbar.v-layout { - padding: 7px 12px; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #f0f0f0 0, #fafafa 4px); - background-image: linear-gradient(to bottom,#f0f0f0 0, #fafafa 4px); - border-top: 1px solid #dfdfdf; - border-radius: 0 0 4px 4px; -} - -.sidebarThemeValo .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-layout { - box-sizing: content-box; - margin: -12px -12px 0; -} - -.sidebarThemeValo .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar { - margin: 0; -} - -.sidebarThemeValo .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar-borderless { - margin: -6px -6px 0; - padding: 0; -} - -.sidebarThemeValo .v-margin-left.v-margin-right.v-margin-bottom .v-window-bottom-toolbar.v-layout { - box-sizing: content-box; - margin: 0 -12px -12px; -} - -.sidebarThemeValo .v-tree { - position: relative; - white-space: nowrap; -} - -.sidebarThemeValo .v-tree:focus { - outline: none; -} - -.sidebarThemeValo .v-tree-node:before { - content: ""; - position: absolute; - display: inline-block; - z-index: 3; - width: 1.9em; - height: 28px; - cursor: pointer; - background: red; - opacity: 0; -} - -.sidebarThemeValo .v-tree-node-caption { - height: 28px; - line-height: 27px; - overflow: hidden; - white-space: nowrap; - vertical-align: top; -} - -.sidebarThemeValo .v-tree-node-caption > div { - display: inline-block; - width: 100%; - position: relative; - z-index: 2; -} - -.sidebarThemeValo .v-tree-node-caption > div:before { - content: "\f0da"; - font-family: ThemeIcons; - display: inline-block; - width: 0.5em; - text-align: center; - margin: 0 0.6em 0 0.8em; - -webkit-transition: all 100ms; - -moz-transition: all 100ms; - transition: all 100ms; -} - -.sidebarThemeValo .v-tree-node-caption span { - padding-right: 28px; - cursor: pointer; - display: inline-block; - width: 100%; -} - -.v-ie .sidebarThemeValo .v-tree-node-caption span { - width: auto; -} - -.sidebarThemeValo .v-tree-node-caption .v-icon { - padding-right: 0; - width: auto; - min-width: 1em; -} - -.sidebarThemeValo .v-tree-node-caption:after { - content: ""; - display: block; - vertical-align: top; - position: absolute; - z-index: 1; - left: 0; - margin-top: -28px; - width: 100%; - height: 28px; - border-radius: 4px; - opacity: 0; - -webkit-transition: opacity 120ms; - -moz-transition: opacity 120ms; - transition: opacity 120ms; -} - -.sidebarThemeValo .v-tree-node-expanded > .v-tree-node-caption > div:before { - -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); - -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); - transform: rotate(90deg); - content: "\f0da"; - font-family: ThemeIcons; -} - -.sidebarThemeValo .v-tree-node-leaf:before, .sidebarThemeValo .v-tree-node-leaf > .v-tree-node-caption > div:before { - visibility: hidden; -} - -.sidebarThemeValo .v-tree-node-focused:after { - opacity: 1; - border: 1px solid #197de1; -} - -.sidebarThemeValo .v-tree-node-selected { - color: #ecf2f8; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-tree-node-selected:after { - opacity: 1; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - border: none; -} - -.sidebarThemeValo .v-tree-node-children { - padding-left: 18px; -} - -.sidebarThemeValo .v-tree-node-drag-top:before, .sidebarThemeValo .v-tree-node-drag-bottom:after, .sidebarThemeValo .v-tree-node-drag-bottom.v-tree-node-dragfolder.v-tree-node-expanded > .v-tree-node-children:before { - content: "\2022"; - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #197de1; - font-size: 30px; - line-height: 2px; - color: #197de1; - text-indent: -4px; - text-shadow: 0 0 1px #fafafa, 0 0 1px #fafafa; - opacity: 1; - visibility: visible; -} - -.sidebarThemeValo .v-tree-node-drag-bottom.v-tree-node-dragfolder.v-tree-node-expanded:after { - content: none; -} - -.sidebarThemeValo .v-tree-node-caption-drag-center { - -webkit-box-shadow: 0 0 0 2px #197de1; - box-shadow: 0 0 0 2px #197de1; - position: relative; - border-radius: 4px; -} - -.v-ff .sidebarThemeValo .v-tree-node-drag-top:before, .v-ff .sidebarThemeValo .v-tree-node-drag-bottom:after { - line-height: 1px; -} - -.sidebarThemeValo .v-tree8 { - position: relative; -} - -.sidebarThemeValo .v-tree8-scroller { - position: absolute; - z-index: 1; - outline: none; - box-sizing: border-box; -} - -.sidebarThemeValo .v-tree8-scroller-horizontal { - left: 0; - right: 0; - bottom: 0; - overflow-y: hidden; - -ms-overflow-y: hidden; -} - -.sidebarThemeValo .v-tree8-scroller-vertical { - right: 0; - top: 0; - bottom: 0; - overflow-x: hidden; - -ms-overflow-x: hidden; -} - -.sidebarThemeValo .v-tree8-tablewrapper { - position: absolute; - overflow: hidden; - box-sizing: border-box; - z-index: 5; -} - -.sidebarThemeValo .v-tree8-tablewrapper > table { - border-spacing: 0; - table-layout: fixed; - width: inherit; -} - -.sidebarThemeValo .v-tree8-header-deco, .sidebarThemeValo .v-tree8-footer-deco { - position: absolute; - right: 0; - box-sizing: border-box; -} - -.sidebarThemeValo .v-tree8-horizontal-scrollbar-deco { - position: absolute; - bottom: 0; - left: 0; - right: 0; - box-sizing: border-box; -} - -.sidebarThemeValo .v-tree8-header, .sidebarThemeValo .v-tree8-body, .sidebarThemeValo .v-tree8-footer { - position: absolute; - left: 0; - width: inherit; - z-index: 10; -} - -.sidebarThemeValo .v-tree8-header, .sidebarThemeValo .v-tree8-header-deco { - top: 0; -} - -.sidebarThemeValo .v-tree8-footer, .sidebarThemeValo .v-tree8-footer-deco { - bottom: 0; -} - -.sidebarThemeValo .v-tree8-body { - -ms-touch-action: none; - touch-action: none; - z-index: 0; - top: 0; -} - -.sidebarThemeValo .v-tree8-body .v-tree8-row { - position: absolute; - top: 0; - left: 0; -} - -.sidebarThemeValo .v-tree8-body .v-tree8-header > .v-tree8-row { - position: relative; -} - -.sidebarThemeValo .v-tree8-row { - display: block; -} - -.sidebarThemeValo .v-tree8-row > td, .sidebarThemeValo .v-tree8-row > th { - background-color: white; -} - -.sidebarThemeValo .v-tree8-row { - width: inherit; -} - -.sidebarThemeValo .v-tree8-cell { - display: block; - float: left; - padding: 2px; - white-space: nowrap; - box-sizing: border-box; - overflow: hidden; - font-size: 15px; -} - -.sidebarThemeValo .v-tree8-cell.frozen { - position: relative; - z-index: 1; -} - -.sidebarThemeValo .v-tree8-spacer { - position: absolute; - display: block; - background-color: white; -} - -.sidebarThemeValo .v-tree8-spacer > td { - width: 100%; - height: 100%; - box-sizing: border-box; -} - -.sidebarThemeValo .v-tree8 { - outline: none; -} - -.sidebarThemeValo .v-tree8-scroller-vertical, .sidebarThemeValo .v-tree8-scroller-horizontal { - border: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-tree8-scroller-vertical { - border-left: none; -} - -.sidebarThemeValo .v-tree8-scroller-horizontal { - border-top: none; -} - -.sidebarThemeValo .v-tree8-tablewrapper { - border: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-tree8 .header-drag-table { - border-spacing: 0; - position: relative; - table-layout: fixed; - width: inherit; -} - -.sidebarThemeValo .v-tree8 .header-drag-table .v-tree8-header { - position: absolute; -} - -.sidebarThemeValo .v-tree8 .header-drag-table .v-tree8-header > .v-tree8-cell { - border: 1px solid #d4d4d4; - margin-top: -10px; - opacity: 0.9; - filter: alpha(opacity=90); - z-index: 30000; -} - -.sidebarThemeValo .v-tree8 .header-drag-table .v-tree8-header > .v-tree8-drop-marker { - background-color: #197de1; - position: absolute; - width: 3px; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu { - -webkit-box-shadow: none; - box-shadow: none; - border-radius: 0; - position: absolute; - top: 0; - right: 0; - background-color: #fafafa; - border: 1px solid #d4d4d4; - padding: 0; - z-index: 5; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu.v-tree8-sidebar-popup { - right: auto; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button { - background: transparent; - border: none; - color: inherit; - cursor: pointer; - outline: none; - padding: 0 4px; - text-align: right; - line-height: 1; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button[disabled] { - cursor: default; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button::-moz-focus-inner { - border: 0; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button:after { - content: "\f0c9"; - display: block; - font-family: ThemeIcons, sans-serif; - font-size: 14px; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu.closed { - border-radius: 0; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button { - width: 100%; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button:after { - content: "\f0c9"; - font-size: 14px; - line-height: 1; -} - -.v-ie .sidebarThemeValo .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button { - vertical-align: middle; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-content { - padding: 4px 0; - overflow-y: auto; - overflow-x: hidden; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle { - text-shadow: none; -} - -.sidebarThemeValo .v-tree8-cell { - background-color: white; - padding: 0 18px; - line-height: 37px; - text-overflow: ellipsis; -} - -.sidebarThemeValo .v-tree8-cell > * { - line-height: 1.55; - vertical-align: middle; -} - -.sidebarThemeValo .v-tree8-cell > div { - display: inline-block; -} - -.sidebarThemeValo .v-tree8-cell.frozen { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #d4d4d4; - position: relative; - z-index: 11; -} - -.sidebarThemeValo .v-tree8-cell.frozen + th, .sidebarThemeValo .v-tree8-cell.frozen + td { - border-left: none; -} - -.sidebarThemeValo .v-tree8-cell div.component-wrap { - width: 100%; -} - -.sidebarThemeValo .v-tree8-row > td, .sidebarThemeValo .v-tree8-editor-cells > div { - border-left: 1px solid #d4d4d4; - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-tree8-row > td:first-child, .sidebarThemeValo .v-tree8-editor-cells > div:first-child { - border-left: none; -} - -.sidebarThemeValo .v-tree8-editor-cells.frozen > div { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #d4d4d4; - border-left: none; -} - -.sidebarThemeValo .v-tree8-row-stripe > td { - background-color: #f5f5f5; -} - -.sidebarThemeValo .v-tree8-row-selected > td { - background: #197de1; -} - - - -.sidebarThemeValo .v-tree8-header th { - position: relative; - background-color: #fafafa; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #d4d4d4; - border-bottom: 1px solid #d4d4d4; - - text-align: left; -} - -.sidebarThemeValo .v-tree8-header th:first-child { - border-left: none; -} - -.sidebarThemeValo .v-tree8-header .sort-asc, .sidebarThemeValo .v-tree8-header .sort-desc { - padding-right: 35px; -} - -.sidebarThemeValo .v-tree8-header .sort-asc:after, .sidebarThemeValo .v-tree8-header .sort-desc:after { - font-family: ThemeIcons, sans-serif; - content: "\f0de" " " attr(sort-order); - position: absolute; - right: 18px; - font-size: 12px; -} - -.sidebarThemeValo .v-tree8-header .sort-desc:after { - content: "\f0dd" " " attr(sort-order); -} - -.sidebarThemeValo .v-tree8-column-resize-handle { - position: absolute; - width: 36px; - right: -18px; - top: 0px; - bottom: 0px; - cursor: col-resize; - z-index: 10; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.sidebarThemeValo .v-tree8-column-resize-simple-indicator { - position: absolute; - width: 3px; - top: 0px; - left: 18px; - z-index: 9001; - background: #fff; - box-shadow: 0px 0px 5px #000; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.sidebarThemeValo .v-tree8-footer td { - background-color: #fafafa; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #d4d4d4; - border-top: 1px solid #d4d4d4; - border-bottom: none; - -} - -.sidebarThemeValo .v-tree8-footer td:first-child { - border-left: none; -} - -.sidebarThemeValo .v-tree8-header .v-tree8-cell, .sidebarThemeValo .v-tree8-footer .v-tree8-cell { - overflow: visible; -} - -.sidebarThemeValo .v-tree8-column-header-content, .sidebarThemeValo .v-tree8-column-footer-content { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - vertical-align: baseline; -} - -.sidebarThemeValo .v-tree8-header-deco { - border-top: 1px solid #d4d4d4; - border-right: 1px solid #d4d4d4; - background-color: #fafafa; -} - -.sidebarThemeValo .v-tree8-footer-deco { - border-bottom: 1px solid #d4d4d4; - border-right: 1px solid #d4d4d4; - background-color: #fafafa; -} - -.sidebarThemeValo .v-tree8-horizontal-scrollbar-deco { - background-color: #fafafa; - border: 1px solid #d4d4d4; - border-top: none; -} - -.sidebarThemeValo .v-tree8-cell-focused { - position: relative; -} - -.sidebarThemeValo .v-tree8-cell-focused:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #197de1; - display: none; - pointer-events: none; -} - -.sidebarThemeValo .v-tree8:focus .v-tree8-cell-focused:before { - display: block; -} - -.sidebarThemeValo .v-tree8.v-disabled:focus .v-tree8-cell-focused:before { - display: none; -} - -.sidebarThemeValo .v-tree8-editor { - position: absolute; - z-index: 20; - overflow: hidden; - left: 0; - right: 0; - border: 1px solid #d4d4d4; - box-sizing: border-box; - -moz-box-sizing: border-box; - margin-top: -1px; - -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); -} - -.sidebarThemeValo .v-tree8-editor.unbuffered .v-tree8-editor-footer { - width: 100%; -} - -.sidebarThemeValo .v-tree8-editor-cells { - position: relative; - white-space: nowrap; -} - -.sidebarThemeValo .v-tree8-editor-cells.frozen { - z-index: 2; -} - -.sidebarThemeValo .v-tree8-editor-cells > div { - display: inline-block; - box-sizing: border-box; - vertical-align: middle; - background: white; -} - -.sidebarThemeValo .v-tree8-editor-cells > div:first-child { - border-left: none; -} - -.sidebarThemeValo .v-tree8-editor-cells > div > * { - vertical-align: middle; - display: inline-block; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .v-filterselect { - padding-left: 0; -} - -.sidebarThemeValo .v-tree8-editor-cells > div input[type="text"], .sidebarThemeValo .v-tree8-editor-cells > div input[type="text"].v-filterselect-input, .sidebarThemeValo .v-tree8-editor-cells > div input[type="password"] { - padding-left: 18px; -} - -.sidebarThemeValo .v-tree8-editor-cells > div input[type="text"]:not(.v-filterselect-input), .sidebarThemeValo .v-tree8-editor-cells > div input[type="password"] { - padding-right: 9px; -} - -.sidebarThemeValo .v-tree8-editor-cells > div input[type="checkbox"] { - margin-left: 18px; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .v-textfield, .sidebarThemeValo .v-tree8-editor-cells > div .v-datefield, .sidebarThemeValo .v-tree8-editor-cells > div .v-filterselect { - min-width: 100%; - max-width: 100%; - min-height: 100%; - max-height: 100%; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .v-select, .sidebarThemeValo .v-tree8-editor-cells > div .v-select-select { - min-width: 100%; - max-width: 100%; -} - -.sidebarThemeValo .v-tree8-editor-cells > div.not-editable.v-tree8-cell { - float: none; -} - -.sidebarThemeValo .v-tree8-editor-cells .error::before { - position: absolute; - display: block; - height: 0; - width: 0; - content: ""; - border-top: 5px solid red; - border-right: 5px solid transparent; -} - -.sidebarThemeValo .v-tree8-editor-cells .error, .sidebarThemeValo .v-tree8-editor-cells .error > input { - background-color: #fee; -} - -.sidebarThemeValo .v-tree8-editor-footer { - display: table; - height: 37px; - border-top: 1px solid #d4d4d4; - margin-top: -1px; - background: white; - padding: 0 5px; -} - -.sidebarThemeValo .v-tree8-editor-footer + .v-tree8-editor-cells > div { - border-bottom: none; - border-top: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-tree8-editor-footer:first-child { - border-top: none; - margin-top: 0; - border-bottom: 1px solid #d4d4d4; - margin-bottom: -1px; -} - -.sidebarThemeValo .v-tree8-editor-message, .sidebarThemeValo .v-tree8-editor-buttons { - display: table-cell; - white-space: nowrap; - vertical-align: middle; -} - -.sidebarThemeValo .v-tree8-editor-message { - width: 100%; - position: relative; -} - -.sidebarThemeValo .v-tree8-editor-message > div { - position: absolute; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - top: 0; -} - -.sidebarThemeValo .v-tree8-editor-save { - margin-right: 4px; -} - -.sidebarThemeValo .v-tree8-spacer { - padding-left: 1px; -} - -.sidebarThemeValo .v-tree8-spacer > td { - display: block; - padding: 0; - background-color: white; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-tree8-spacer.stripe > td { - background-color: #f5f5f5; - border-top: 1px solid #e5e5e5; - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-tree8-spacer-deco-container { - border-top: 1px solid transparent; - position: relative; - top: 0; - z-index: 5; -} - -.sidebarThemeValo .v-tree8-spacer-deco { - top: 0; - left: 0; - width: 2px; - background-color: #197de1; - position: absolute; - height: 100%; - pointer-events: none; -} - -.sidebarThemeValo .v-tree8-cell > .v-progressbar { - width: 100%; -} - -.sidebarThemeValo .v-tree8 { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - background-color: #fafafa; -} - -.sidebarThemeValo .v-tree8.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-tree8-header .v-tree8-cell { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-tree8-header .v-tree8-cell.dragged { - opacity: 0.5; - filter: alpha(opacity=50) ; - -webkit-transition: opacity 0.3s ease-in-out; - -moz-transition: opacity 0.3s ease-in-out; - transition: opacity 0.3s ease-in-out; -} - -.sidebarThemeValo .v-tree8-header .v-tree8-cell.dragged-column-header { - margin-top: -19px; -} - -.sidebarThemeValo .v-tree8-footer .v-tree8-cell { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-tree8-header-deco { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-tree8-footer-deco, .sidebarThemeValo .v-tree8-horizontal-scrollbar-deco { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-tree8-row-selected > .v-tree8-cell { - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - color: #c8dbed; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - border-color: #1d69b4; -} - -.sidebarThemeValo .v-tree8-row-selected > .v-tree8-cell-focused:before { - border-color: #71b0ef; -} - -.sidebarThemeValo .v-tree8-editor { - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - border-color: #197de1; -} - -.sidebarThemeValo .v-tree8-editor-footer { - font-size: 14px; - padding: 0 6px; - background: #fafafa; - -webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; -} - -.sidebarThemeValo .v-tree8-editor-footer:first-child { - -webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; -} - -.sidebarThemeValo .v-tree8-editor-cells { - z-index: 1; -} - -.sidebarThemeValo .v-tree8-editor-cells > div:before { - content: ""; - display: inline-block; - height: 100%; - vertical-align: middle; -} - -.sidebarThemeValo .v-tree8-editor-cells > div.not-editable.v-tree8-cell { - float: none; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .error::before { - border-top: 9px solid #ed473b; - border-right: 9px solid transparent; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .error, .sidebarThemeValo .v-tree8-editor-cells > div .error > input { - background-color: #fffbfb; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .v-textfield, .sidebarThemeValo .v-tree8-editor-cells > div .v-textfield-focus, .sidebarThemeValo .v-tree8-editor-cells > div .v-datefield, .sidebarThemeValo .v-tree8-editor-cells > div .v-datefield .v-textfield-focus, .sidebarThemeValo .v-tree8-editor-cells > div .v-filterselect-input, .sidebarThemeValo .v-tree8-editor-cells > div .v-filterselect-input:focus { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: inset 0 1px 0 #f2f2f2; - box-shadow: inset 0 1px 0 #f2f2f2; -} - -.sidebarThemeValo .v-tree8-editor-cells > div input[type="text"].v-datefield-textfield { - padding-left: 42px; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .v-textfield-focus, .sidebarThemeValo .v-tree8-editor-cells > div .v-datefield .v-textfield-focus, .sidebarThemeValo .v-tree8-editor-cells > div .v-filterselect-input:focus { - position: relative; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .v-select { - padding-left: 9px; - padding-right: 9px; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .v-checkbox { - margin: 0 9px 0 18px; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .v-checkbox > input[type="checkbox"] { - margin-left: 0; -} - -.sidebarThemeValo .v-tree8-editor-cells > div .v-checkbox > label { - white-space: nowrap; -} - -.sidebarThemeValo .v-tree8-editor-message > div:before { - display: inline-block; - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; - content: "!"; -} - -.sidebarThemeValo .v-tree8-editor-save, .sidebarThemeValo .v-tree8-editor-cancel { - cursor: pointer; - color: #197de1; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - font-weight: 400; - text-decoration: none; - border: none; - background: transparent; - padding: 6px 6px; - margin: 0; - outline: none; -} - -.sidebarThemeValo .v-tree8-editor-save:hover, .sidebarThemeValo .v-tree8-editor-cancel:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-tree8-editor-save.v-disabled, .sidebarThemeValo .v-tree8-editor-cancel.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-tree8-spacer { - margin-top: -1px; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-content { - margin: 0 0 2px; - padding: 4px 4px 2px; - overflow-y: auto; - overflow-x: hidden; -} - -.sidebarThemeValo .v-tree8-sidebar.v-contextmenu.closed { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-tree8-scroller::-webkit-scrollbar { - border: none; -} - -.sidebarThemeValo .v-tree8-scroller::-webkit-scrollbar-thumb { - border-radius: 10px; - border: 4px solid transparent; - background: rgba(0, 0, 0, 0.3); - -webkit-background-clip: content-box; - background-clip: content-box; -} - -.sidebarThemeValo .v-tree8-scroller-vertical::-webkit-scrollbar-thumb { - min-height: 30px; -} - -.sidebarThemeValo .v-tree8-scroller-horizontal::-webkit-scrollbar-thumb { - min-width: 30px; -} - -.sidebarThemeValo .v-tree8-row-drag-badge { - background-color: red; - color: white; - display: block; - width: 30px; - height: 30px; - border-radius: 10px; - line-height: 30px; - text-align: center; - float: left; -} - -.sidebarThemeValo .v-tree8-row-drag-top, .sidebarThemeValo .v-tree8-row-drag-bottom { - z-index: 100; -} - -.sidebarThemeValo .v-tree8-row-drag-top:before, .sidebarThemeValo .v-tree8-row-drag-bottom:after { - content: ""; - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #197de1; - pointer-events: none; - border: none; -} - -.sidebarThemeValo .v-tree8-row-drag-bottom:after { - bottom: -1px; -} - -.sidebarThemeValo .v-tree8-row-drag-top:before { - top: -1px; -} - -.sidebarThemeValo .v-tree8-row-drag-top:first-child:before { - top: 0; -} - -.sidebarThemeValo .v-tree8-row-drag-center:after { - content: ""; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 2px; - border: 2px solid #197de1; - pointer-events: none; -} - -.sidebarThemeValo .v-tree8-row-selected.v-tree8-row-drag-center:after { - border-color: #1463b3; -} - -.sidebarThemeValo .v-tree8-row-selected.v-tree8-row-drag-top:before, .sidebarThemeValo .v-tree8-row-selected.v-tree8-row-drag-bottom:after { - background: #1463b3; -} - -.sidebarThemeValo .v-tree8-body-drag-top:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; - border: 2px solid #197de1; - z-index: 100; -} - -.sidebarThemeValo .v-tree8-expander { - display: inline-block; - vertical-align: top; -} - -.sidebarThemeValo .v-tree8-expander::before { - display: inline-block; - width: 1.5em; - text-align: center; - content: ""; -} - -.sidebarThemeValo .v-tree8-expander.expanded::before { - content: "\f0d7"; - font-family: ThemeIcons; -} - -.sidebarThemeValo .v-tree8-expander.collapsed::before { - content: "\f0da"; - font-family: ThemeIcons; -} - -.sidebarThemeValo .v-tree8-expander.collapse-disabled::before { - opacity: 0.5; - filter: alpha(opacity=50) ; - cursor: default; -} - -.sidebarThemeValo .v-tree8-node.depth-0 { - padding-left: 0em; -} - -.sidebarThemeValo .v-tree8-node.depth-1 { - padding-left: 1em; -} - -.sidebarThemeValo .v-tree8-node.depth-2 { - padding-left: 2em; -} - -.sidebarThemeValo .v-tree8-node.depth-3 { - padding-left: 3em; -} - -.sidebarThemeValo .v-tree8-node.depth-4 { - padding-left: 4em; -} - -.sidebarThemeValo .v-tree8-node.depth-5 { - padding-left: 5em; -} - -.sidebarThemeValo .v-tree8-node.depth-6 { - padding-left: 6em; -} - -.sidebarThemeValo .v-tree8-node.depth-7 { - padding-left: 7em; -} - -.sidebarThemeValo .v-tree8-node.depth-8 { - padding-left: 8em; -} - -.sidebarThemeValo .v-tree8-node.depth-9 { - padding-left: 9em; -} - -.sidebarThemeValo .v-tree8-node.depth-10 { - padding-left: 10em; -} - -.sidebarThemeValo .v-tree8-node.depth-11 { - padding-left: 11em; -} - -.sidebarThemeValo .v-tree8-node.depth-12 { - padding-left: 12em; -} - -.sidebarThemeValo .v-tree8-node.depth-13 { - padding-left: 13em; -} - -.sidebarThemeValo .v-tree8-node.depth-14 { - padding-left: 14em; -} - -.sidebarThemeValo .v-tree8-node.depth-15 { - padding-left: 15em; -} - -.sidebarThemeValo .v-tree8-node.depth-16 { - padding-left: 16em; -} - -.sidebarThemeValo .v-tree8-node.depth-17 { - padding-left: 17em; -} - -.sidebarThemeValo .v-tree8-node.depth-18 { - padding-left: 18em; -} - -.sidebarThemeValo .v-tree8-node.depth-19 { - padding-left: 19em; -} - -.sidebarThemeValo .v-tree8-node.depth-20 { - padding-left: 20em; -} - -.sidebarThemeValo .v-tree8-node.depth-21 { - padding-left: 21em; -} - -.sidebarThemeValo .v-tree8-node.depth-22 { - padding-left: 22em; -} - -.sidebarThemeValo .v-tree8-node.depth-23 { - padding-left: 23em; -} - -.sidebarThemeValo .v-tree8-node.depth-24 { - padding-left: 24em; -} - -.sidebarThemeValo .v-tree8-node.depth-25 { - padding-left: 25em; -} - -.sidebarThemeValo .v-tree8-node.depth-26 { - padding-left: 26em; -} - -.sidebarThemeValo .v-tree8-node.depth-27 { - padding-left: 27em; -} - -.sidebarThemeValo .v-tree8-node.depth-28 { - padding-left: 28em; -} - -.sidebarThemeValo .v-tree8-node.depth-29 { - padding-left: 29em; -} - -.sidebarThemeValo .v-tree8-node.depth-30 { - padding-left: 30em; -} - -.sidebarThemeValo .v-tree8-node.depth-31 { - padding-left: 31em; -} - -.sidebarThemeValo .v-tree8-cell-content { - display: inline-block; - vertical-align: middle; -} - -.sidebarThemeValo .v-tree8-row-focused::before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #197de1; - display: none; - pointer-events: none; -} - -.sidebarThemeValo .v-tree8-cell-focused { - position: static; -} - -.sidebarThemeValo .v-tree8-cell-focused::before { - display: none; -} - -.sidebarThemeValo .v-tree8:focus .v-tree8-row-focused::before { - display: block; -} - -.sidebarThemeValo .v-tree8.v-disabled:focus .v-tree8-row-focused::before { - display: none; -} - -.sidebarThemeValo .v-tree8:focus .v-tree8-cell-focused::before { - display: none; -} - -.sidebarThemeValo .v-tree8 { - background-color: transparent; -} - -.sidebarThemeValo .v-tree8-row > td { - background-color: transparent; - border: 0; - line-height: 28px; -} - -.sidebarThemeValo .v-tree8-row > td > * { - vertical-align: baseline; -} - -.sidebarThemeValo .v-tree8-tablewrapper { - background-color: transparent; - border: none; -} - -.sidebarThemeValo .v-tree8-row::before { - content: ""; - display: none; - position: absolute; - top: 0; - left: 0; - box-sizing: border-box; - width: 100%; - height: 100%; - border-radius: 4px; - pointer-events: none; - border-width: 1px; -} - -.sidebarThemeValo .v-tree8-cell { - position: relative; -} - -.sidebarThemeValo .v-tree8-row-selected > .v-tree8-cell { - background: transparent; -} - -.sidebarThemeValo .v-tree8-row-selected::before { - display: block; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); -} - -.sidebarThemeValo .v-tree8:focus .v-tree8-row-selected.v-tree8-row-focused::before { - border-color: transparent; - box-shadow: inset 0 0 0 1px #c8dbed; -} - -.sidebarThemeValo .v-tree8-scroller-vertical { - border: none; -} - -.sidebarThemeValo .v-tree8-scroller-horizontal { - border: none; -} - -.sidebarThemeValo .v-tree8-header-deco, .sidebarThemeValo .v-tree8-footer-deco, .sidebarThemeValo .v-tree8-horizontal-scrollbar-deco { - border: none; - background: transparent; -} - -.sidebarThemeValo .v-treegrid { - position: relative; -} - -.sidebarThemeValo .v-treegrid-scroller { - position: absolute; - z-index: 1; - outline: none; - box-sizing: border-box; -} - -.sidebarThemeValo .v-treegrid-scroller-horizontal { - left: 0; - right: 0; - bottom: 0; - overflow-y: hidden; - -ms-overflow-y: hidden; -} - -.sidebarThemeValo .v-treegrid-scroller-vertical { - right: 0; - top: 0; - bottom: 0; - overflow-x: hidden; - -ms-overflow-x: hidden; -} - -.sidebarThemeValo .v-treegrid-tablewrapper { - position: absolute; - overflow: hidden; - box-sizing: border-box; - z-index: 5; -} - -.sidebarThemeValo .v-treegrid-tablewrapper > table { - border-spacing: 0; - table-layout: fixed; - width: inherit; -} - -.sidebarThemeValo .v-treegrid-header-deco, .sidebarThemeValo .v-treegrid-footer-deco { - position: absolute; - right: 0; - box-sizing: border-box; -} - -.sidebarThemeValo .v-treegrid-horizontal-scrollbar-deco { - position: absolute; - bottom: 0; - left: 0; - right: 0; - box-sizing: border-box; -} - -.sidebarThemeValo .v-treegrid-header, .sidebarThemeValo .v-treegrid-body, .sidebarThemeValo .v-treegrid-footer { - position: absolute; - left: 0; - width: inherit; - z-index: 10; -} - -.sidebarThemeValo .v-treegrid-header, .sidebarThemeValo .v-treegrid-header-deco { - top: 0; -} - -.sidebarThemeValo .v-treegrid-footer, .sidebarThemeValo .v-treegrid-footer-deco { - bottom: 0; -} - -.sidebarThemeValo .v-treegrid-body { - -ms-touch-action: none; - touch-action: none; - z-index: 0; - top: 0; -} - -.sidebarThemeValo .v-treegrid-body .v-treegrid-row { - position: absolute; - top: 0; - left: 0; -} - -.sidebarThemeValo .v-treegrid-body .v-treegrid-header > .v-treegrid-row { - position: relative; -} - -.sidebarThemeValo .v-treegrid-row { - display: block; -} - -.sidebarThemeValo .v-treegrid-row > td, .sidebarThemeValo .v-treegrid-row > th { - background-color: white; -} - -.sidebarThemeValo .v-treegrid-row { - width: inherit; -} - -.sidebarThemeValo .v-treegrid-cell { - display: block; - float: left; - padding: 2px; - white-space: nowrap; - box-sizing: border-box; - overflow: hidden; - font-size: 15px; -} - -.sidebarThemeValo .v-treegrid-cell.frozen { - position: relative; - z-index: 1; -} - -.sidebarThemeValo .v-treegrid-spacer { - position: absolute; - display: block; - background-color: white; -} - -.sidebarThemeValo .v-treegrid-spacer > td { - width: 100%; - height: 100%; - box-sizing: border-box; -} - -.sidebarThemeValo .v-treegrid { - outline: none; -} - -.sidebarThemeValo .v-treegrid-scroller-vertical, .sidebarThemeValo .v-treegrid-scroller-horizontal { - border: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-treegrid-scroller-vertical { - border-left: none; -} - -.sidebarThemeValo .v-treegrid-scroller-horizontal { - border-top: none; -} - -.sidebarThemeValo .v-treegrid-tablewrapper { - border: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-treegrid .header-drag-table { - border-spacing: 0; - position: relative; - table-layout: fixed; - width: inherit; -} - -.sidebarThemeValo .v-treegrid .header-drag-table .v-treegrid-header { - position: absolute; -} - -.sidebarThemeValo .v-treegrid .header-drag-table .v-treegrid-header > .v-treegrid-cell { - border: 1px solid #d4d4d4; - margin-top: -10px; - opacity: 0.9; - filter: alpha(opacity=90); - z-index: 30000; -} - -.sidebarThemeValo .v-treegrid .header-drag-table .v-treegrid-header > .v-treegrid-drop-marker { - background-color: #197de1; - position: absolute; - width: 3px; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu { - -webkit-box-shadow: none; - box-shadow: none; - border-radius: 0; - position: absolute; - top: 0; - right: 0; - background-color: #fafafa; - border: 1px solid #d4d4d4; - padding: 0; - z-index: 5; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu.v-treegrid-sidebar-popup { - right: auto; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button { - background: transparent; - border: none; - color: inherit; - cursor: pointer; - outline: none; - padding: 0 4px; - text-align: right; - line-height: 1; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button[disabled] { - cursor: default; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button::-moz-focus-inner { - border: 0; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button:after { - content: "\f0c9"; - display: block; - font-family: ThemeIcons, sans-serif; - font-size: 14px; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu.closed { - border-radius: 0; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button { - width: 100%; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button:after { - content: "\f0c9"; - font-size: 14px; - line-height: 1; -} - -.v-ie .sidebarThemeValo .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button { - vertical-align: middle; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-content { - padding: 4px 0; - overflow-y: auto; - overflow-x: hidden; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle { - text-shadow: none; -} - -.sidebarThemeValo .v-treegrid-cell { - background-color: white; - padding: 0 18px; - line-height: 37px; - text-overflow: ellipsis; -} - -.sidebarThemeValo .v-treegrid-cell > * { - line-height: 1.55; - vertical-align: middle; -} - -.sidebarThemeValo .v-treegrid-cell > div { - display: inline-block; -} - -.sidebarThemeValo .v-treegrid-cell.frozen { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #d4d4d4; - position: relative; - z-index: 11; -} - -.sidebarThemeValo .v-treegrid-cell.frozen + th, .sidebarThemeValo .v-treegrid-cell.frozen + td { - border-left: none; -} - -.sidebarThemeValo .v-treegrid-cell div.component-wrap { - width: 100%; -} - -.sidebarThemeValo .v-treegrid-row > td, .sidebarThemeValo .v-treegrid-editor-cells > div { - border-left: 1px solid #d4d4d4; - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-treegrid-row > td:first-child, .sidebarThemeValo .v-treegrid-editor-cells > div:first-child { - border-left: none; -} - -.sidebarThemeValo .v-treegrid-editor-cells.frozen > div { - -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); - border-right: 1px solid #d4d4d4; - border-left: none; -} - -.sidebarThemeValo .v-treegrid-row-stripe > td { - background-color: #f5f5f5; -} - -.sidebarThemeValo .v-treegrid-row-selected > td { - background: #197de1; -} - - - -.sidebarThemeValo .v-treegrid-header th { - position: relative; - background-color: #fafafa; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #d4d4d4; - border-bottom: 1px solid #d4d4d4; - - text-align: left; -} - -.sidebarThemeValo .v-treegrid-header th:first-child { - border-left: none; -} - -.sidebarThemeValo .v-treegrid-header .sort-asc, .sidebarThemeValo .v-treegrid-header .sort-desc { - padding-right: 35px; -} - -.sidebarThemeValo .v-treegrid-header .sort-asc:after, .sidebarThemeValo .v-treegrid-header .sort-desc:after { - font-family: ThemeIcons, sans-serif; - content: "\f0de" " " attr(sort-order); - position: absolute; - right: 18px; - font-size: 12px; -} - -.sidebarThemeValo .v-treegrid-header .sort-desc:after { - content: "\f0dd" " " attr(sort-order); -} - -.sidebarThemeValo .v-treegrid-column-resize-handle { - position: absolute; - width: 36px; - right: -18px; - top: 0px; - bottom: 0px; - cursor: col-resize; - z-index: 10; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.sidebarThemeValo .v-treegrid-column-resize-simple-indicator { - position: absolute; - width: 3px; - top: 0px; - left: 18px; - z-index: 9001; - background: #fff; - box-shadow: 0px 0px 5px #000; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.sidebarThemeValo .v-treegrid-footer td { - background-color: #fafafa; - font-size: 14px; - font-weight: inherit; - border-left: 1px solid #d4d4d4; - border-top: 1px solid #d4d4d4; - border-bottom: none; - -} - -.sidebarThemeValo .v-treegrid-footer td:first-child { - border-left: none; -} - -.sidebarThemeValo .v-treegrid-header .v-treegrid-cell, .sidebarThemeValo .v-treegrid-footer .v-treegrid-cell { - overflow: visible; -} - -.sidebarThemeValo .v-treegrid-column-header-content, .sidebarThemeValo .v-treegrid-column-footer-content { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - vertical-align: baseline; -} - -.sidebarThemeValo .v-treegrid-header-deco { - border-top: 1px solid #d4d4d4; - border-right: 1px solid #d4d4d4; - background-color: #fafafa; -} - -.sidebarThemeValo .v-treegrid-footer-deco { - border-bottom: 1px solid #d4d4d4; - border-right: 1px solid #d4d4d4; - background-color: #fafafa; -} - -.sidebarThemeValo .v-treegrid-horizontal-scrollbar-deco { - background-color: #fafafa; - border: 1px solid #d4d4d4; - border-top: none; -} - -.sidebarThemeValo .v-treegrid-cell-focused { - position: relative; -} - -.sidebarThemeValo .v-treegrid-cell-focused:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #197de1; - display: none; - pointer-events: none; -} - -.sidebarThemeValo .v-treegrid:focus .v-treegrid-cell-focused:before { - display: block; -} - -.sidebarThemeValo .v-treegrid.v-disabled:focus .v-treegrid-cell-focused:before { - display: none; -} - -.sidebarThemeValo .v-treegrid-editor { - position: absolute; - z-index: 20; - overflow: hidden; - left: 0; - right: 0; - border: 1px solid #d4d4d4; - box-sizing: border-box; - -moz-box-sizing: border-box; - margin-top: -1px; - -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); -} - -.sidebarThemeValo .v-treegrid-editor.unbuffered .v-treegrid-editor-footer { - width: 100%; -} - -.sidebarThemeValo .v-treegrid-editor-cells { - position: relative; - white-space: nowrap; -} - -.sidebarThemeValo .v-treegrid-editor-cells.frozen { - z-index: 2; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div { - display: inline-block; - box-sizing: border-box; - vertical-align: middle; - background: white; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div:first-child { - border-left: none; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div > * { - vertical-align: middle; - display: inline-block; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .v-filterselect { - padding-left: 0; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div input[type="text"], .sidebarThemeValo .v-treegrid-editor-cells > div input[type="text"].v-filterselect-input, .sidebarThemeValo .v-treegrid-editor-cells > div input[type="password"] { - padding-left: 18px; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div input[type="text"]:not(.v-filterselect-input), .sidebarThemeValo .v-treegrid-editor-cells > div input[type="password"] { - padding-right: 9px; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div input[type="checkbox"] { - margin-left: 18px; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .v-textfield, .sidebarThemeValo .v-treegrid-editor-cells > div .v-datefield, .sidebarThemeValo .v-treegrid-editor-cells > div .v-filterselect { - min-width: 100%; - max-width: 100%; - min-height: 100%; - max-height: 100%; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .v-select, .sidebarThemeValo .v-treegrid-editor-cells > div .v-select-select { - min-width: 100%; - max-width: 100%; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div.not-editable.v-treegrid-cell { - float: none; -} - -.sidebarThemeValo .v-treegrid-editor-cells .error::before { - position: absolute; - display: block; - height: 0; - width: 0; - content: ""; - border-top: 5px solid red; - border-right: 5px solid transparent; -} - -.sidebarThemeValo .v-treegrid-editor-cells .error, .sidebarThemeValo .v-treegrid-editor-cells .error > input { - background-color: #fee; -} - -.sidebarThemeValo .v-treegrid-editor-footer { - display: table; - height: 37px; - border-top: 1px solid #d4d4d4; - margin-top: -1px; - background: white; - padding: 0 5px; -} - -.sidebarThemeValo .v-treegrid-editor-footer + .v-treegrid-editor-cells > div { - border-bottom: none; - border-top: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-treegrid-editor-footer:first-child { - border-top: none; - margin-top: 0; - border-bottom: 1px solid #d4d4d4; - margin-bottom: -1px; -} - -.sidebarThemeValo .v-treegrid-editor-message, .sidebarThemeValo .v-treegrid-editor-buttons { - display: table-cell; - white-space: nowrap; - vertical-align: middle; -} - -.sidebarThemeValo .v-treegrid-editor-message { - width: 100%; - position: relative; -} - -.sidebarThemeValo .v-treegrid-editor-message > div { - position: absolute; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - line-height: 37px; - top: 0; -} - -.sidebarThemeValo .v-treegrid-editor-save { - margin-right: 4px; -} - -.sidebarThemeValo .v-treegrid-spacer { - padding-left: 1px; -} - -.sidebarThemeValo .v-treegrid-spacer > td { - display: block; - padding: 0; - background-color: white; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-treegrid-spacer.stripe > td { - background-color: #f5f5f5; - border-top: 1px solid #e5e5e5; - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-treegrid-spacer-deco-container { - border-top: 1px solid transparent; - position: relative; - top: 0; - z-index: 5; -} - -.sidebarThemeValo .v-treegrid-spacer-deco { - top: 0; - left: 0; - width: 2px; - background-color: #197de1; - position: absolute; - height: 100%; - pointer-events: none; -} - -.sidebarThemeValo .v-treegrid-cell > .v-progressbar { - width: 100%; -} - -.sidebarThemeValo .v-treegrid { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - background-color: #fafafa; -} - -.sidebarThemeValo .v-treegrid.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-treegrid-header .v-treegrid-cell { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-treegrid-header .v-treegrid-cell.dragged { - opacity: 0.5; - filter: alpha(opacity=50) ; - -webkit-transition: opacity 0.3s ease-in-out; - -moz-transition: opacity 0.3s ease-in-out; - transition: opacity 0.3s ease-in-out; -} - -.sidebarThemeValo .v-treegrid-header .v-treegrid-cell.dragged-column-header { - margin-top: -19px; -} - -.sidebarThemeValo .v-treegrid-footer .v-treegrid-cell { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-treegrid-header-deco { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-treegrid-footer-deco, .sidebarThemeValo .v-treegrid-horizontal-scrollbar-deco { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-treegrid-row-selected > .v-treegrid-cell { - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - color: #c8dbed; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - border-color: #1d69b4; -} - -.sidebarThemeValo .v-treegrid-row-selected > .v-treegrid-cell-focused:before { - border-color: #71b0ef; -} - -.sidebarThemeValo .v-treegrid-editor { - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - border-color: #197de1; -} - -.sidebarThemeValo .v-treegrid-editor-footer { - font-size: 14px; - padding: 0 6px; - background: #fafafa; - -webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards; -} - -.sidebarThemeValo .v-treegrid-editor-footer:first-child { - -webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - -moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; - animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards; -} - -.sidebarThemeValo .v-treegrid-editor-cells { - z-index: 1; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div:before { - content: ""; - display: inline-block; - height: 100%; - vertical-align: middle; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div.not-editable.v-treegrid-cell { - float: none; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .error::before { - border-top: 9px solid #ed473b; - border-right: 9px solid transparent; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .error, .sidebarThemeValo .v-treegrid-editor-cells > div .error > input { - background-color: #fffbfb; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .v-textfield, .sidebarThemeValo .v-treegrid-editor-cells > div .v-textfield-focus, .sidebarThemeValo .v-treegrid-editor-cells > div .v-datefield, .sidebarThemeValo .v-treegrid-editor-cells > div .v-datefield .v-textfield-focus, .sidebarThemeValo .v-treegrid-editor-cells > div .v-filterselect-input, .sidebarThemeValo .v-treegrid-editor-cells > div .v-filterselect-input:focus { - border: none; - border-radius: 0; - background: transparent; - -webkit-box-shadow: inset 0 1px 0 #f2f2f2; - box-shadow: inset 0 1px 0 #f2f2f2; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div input[type="text"].v-datefield-textfield { - padding-left: 42px; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .v-textfield-focus, .sidebarThemeValo .v-treegrid-editor-cells > div .v-datefield .v-textfield-focus, .sidebarThemeValo .v-treegrid-editor-cells > div .v-filterselect-input:focus { - position: relative; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .v-select { - padding-left: 9px; - padding-right: 9px; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .v-checkbox { - margin: 0 9px 0 18px; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .v-checkbox > input[type="checkbox"] { - margin-left: 0; -} - -.sidebarThemeValo .v-treegrid-editor-cells > div .v-checkbox > label { - white-space: nowrap; -} - -.sidebarThemeValo .v-treegrid-editor-message > div:before { - display: inline-block; - color: #ed473b; - font-weight: 600; - width: 18px; - text-align: center; - content: "!"; -} - -.sidebarThemeValo .v-treegrid-editor-save, .sidebarThemeValo .v-treegrid-editor-cancel { - cursor: pointer; - color: #197de1; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; - font-weight: 400; - text-decoration: none; - border: none; - background: transparent; - padding: 6px 6px; - margin: 0; - outline: none; -} - -.sidebarThemeValo .v-treegrid-editor-save:hover, .sidebarThemeValo .v-treegrid-editor-cancel:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-treegrid-editor-save.v-disabled, .sidebarThemeValo .v-treegrid-editor-cancel.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-treegrid-spacer { - margin-top: -1px; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-content { - margin: 0 0 2px; - padding: 4px 4px 2px; - overflow-y: auto; - overflow-x: hidden; -} - -.sidebarThemeValo .v-treegrid-sidebar.v-contextmenu.closed { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-treegrid-scroller::-webkit-scrollbar { - border: none; -} - -.sidebarThemeValo .v-treegrid-scroller::-webkit-scrollbar-thumb { - border-radius: 10px; - border: 4px solid transparent; - background: rgba(0, 0, 0, 0.3); - -webkit-background-clip: content-box; - background-clip: content-box; -} - -.sidebarThemeValo .v-treegrid-scroller-vertical::-webkit-scrollbar-thumb { - min-height: 30px; -} - -.sidebarThemeValo .v-treegrid-scroller-horizontal::-webkit-scrollbar-thumb { - min-width: 30px; -} - -.sidebarThemeValo .v-treegrid-row-drag-badge { - background-color: red; - color: white; - display: block; - width: 30px; - height: 30px; - border-radius: 10px; - line-height: 30px; - text-align: center; - float: left; -} - -.sidebarThemeValo .v-treegrid-row-drag-top, .sidebarThemeValo .v-treegrid-row-drag-bottom { - z-index: 100; -} - -.sidebarThemeValo .v-treegrid-row-drag-top:before, .sidebarThemeValo .v-treegrid-row-drag-bottom:after { - content: ""; - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #197de1; - pointer-events: none; - border: none; -} - -.sidebarThemeValo .v-treegrid-row-drag-bottom:after { - bottom: -1px; -} - -.sidebarThemeValo .v-treegrid-row-drag-top:before { - top: -1px; -} - -.sidebarThemeValo .v-treegrid-row-drag-top:first-child:before { - top: 0; -} - -.sidebarThemeValo .v-treegrid-row-drag-center:after { - content: ""; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 2px; - border: 2px solid #197de1; - pointer-events: none; -} - -.sidebarThemeValo .v-treegrid-row-selected.v-treegrid-row-drag-center:after { - border-color: #1463b3; -} - -.sidebarThemeValo .v-treegrid-row-selected.v-treegrid-row-drag-top:before, .sidebarThemeValo .v-treegrid-row-selected.v-treegrid-row-drag-bottom:after { - background: #1463b3; -} - -.sidebarThemeValo .v-treegrid-body-drag-top:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; - border: 2px solid #197de1; - z-index: 100; -} - -.sidebarThemeValo .v-treegrid-expander { - display: inline-block; - vertical-align: top; -} - -.sidebarThemeValo .v-treegrid-expander::before { - display: inline-block; - width: 1.5em; - text-align: center; - content: ""; -} - -.sidebarThemeValo .v-treegrid-expander.expanded::before { - content: "\f0d7"; - font-family: ThemeIcons; -} - -.sidebarThemeValo .v-treegrid-expander.collapsed::before { - content: "\f0da"; - font-family: ThemeIcons; -} - -.sidebarThemeValo .v-treegrid-expander.collapse-disabled::before { - opacity: 0.5; - filter: alpha(opacity=50) ; - cursor: default; -} - -.sidebarThemeValo .v-treegrid-node.depth-0 { - padding-left: 0em; -} - -.sidebarThemeValo .v-treegrid-node.depth-1 { - padding-left: 1em; -} - -.sidebarThemeValo .v-treegrid-node.depth-2 { - padding-left: 2em; -} - -.sidebarThemeValo .v-treegrid-node.depth-3 { - padding-left: 3em; -} - -.sidebarThemeValo .v-treegrid-node.depth-4 { - padding-left: 4em; -} - -.sidebarThemeValo .v-treegrid-node.depth-5 { - padding-left: 5em; -} - -.sidebarThemeValo .v-treegrid-node.depth-6 { - padding-left: 6em; -} - -.sidebarThemeValo .v-treegrid-node.depth-7 { - padding-left: 7em; -} - -.sidebarThemeValo .v-treegrid-node.depth-8 { - padding-left: 8em; -} - -.sidebarThemeValo .v-treegrid-node.depth-9 { - padding-left: 9em; -} - -.sidebarThemeValo .v-treegrid-node.depth-10 { - padding-left: 10em; -} - -.sidebarThemeValo .v-treegrid-node.depth-11 { - padding-left: 11em; -} - -.sidebarThemeValo .v-treegrid-node.depth-12 { - padding-left: 12em; -} - -.sidebarThemeValo .v-treegrid-node.depth-13 { - padding-left: 13em; -} - -.sidebarThemeValo .v-treegrid-node.depth-14 { - padding-left: 14em; -} - -.sidebarThemeValo .v-treegrid-node.depth-15 { - padding-left: 15em; -} - -.sidebarThemeValo .v-treegrid-node.depth-16 { - padding-left: 16em; -} - -.sidebarThemeValo .v-treegrid-node.depth-17 { - padding-left: 17em; -} - -.sidebarThemeValo .v-treegrid-node.depth-18 { - padding-left: 18em; -} - -.sidebarThemeValo .v-treegrid-node.depth-19 { - padding-left: 19em; -} - -.sidebarThemeValo .v-treegrid-node.depth-20 { - padding-left: 20em; -} - -.sidebarThemeValo .v-treegrid-node.depth-21 { - padding-left: 21em; -} - -.sidebarThemeValo .v-treegrid-node.depth-22 { - padding-left: 22em; -} - -.sidebarThemeValo .v-treegrid-node.depth-23 { - padding-left: 23em; -} - -.sidebarThemeValo .v-treegrid-node.depth-24 { - padding-left: 24em; -} - -.sidebarThemeValo .v-treegrid-node.depth-25 { - padding-left: 25em; -} - -.sidebarThemeValo .v-treegrid-node.depth-26 { - padding-left: 26em; -} - -.sidebarThemeValo .v-treegrid-node.depth-27 { - padding-left: 27em; -} - -.sidebarThemeValo .v-treegrid-node.depth-28 { - padding-left: 28em; -} - -.sidebarThemeValo .v-treegrid-node.depth-29 { - padding-left: 29em; -} - -.sidebarThemeValo .v-treegrid-node.depth-30 { - padding-left: 30em; -} - -.sidebarThemeValo .v-treegrid-node.depth-31 { - padding-left: 31em; -} - -.sidebarThemeValo .v-treegrid-cell-content { - display: inline-block; - vertical-align: middle; -} - -.sidebarThemeValo .v-treegrid-row-focused::before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border: 2px solid #197de1; - display: none; - pointer-events: none; -} - -.sidebarThemeValo .v-treegrid-cell-focused { - position: static; -} - -.sidebarThemeValo .v-treegrid-cell-focused::before { - display: none; -} - -.sidebarThemeValo .v-treegrid:focus .v-treegrid-row-focused::before { - display: block; -} - -.sidebarThemeValo .v-treegrid.v-disabled:focus .v-treegrid-row-focused::before { - display: none; -} - -.sidebarThemeValo .v-treegrid:focus .v-treegrid-cell-focused::before { - display: none; -} - -.sidebarThemeValo .v-table { - position: relative; - background: #fafafa; - color: #464646; - overflow: hidden; -} - -.sidebarThemeValo .v-table-header table, .sidebarThemeValo .v-table-footer table, .sidebarThemeValo .v-table-table { - -webkit-box-shadow: 0 0 0 1px #d4d4d4; - box-shadow: 0 0 0 1px #d4d4d4; -} - -.sidebarThemeValo .v-table-header-wrap, .sidebarThemeValo .v-table-footer-wrap, .sidebarThemeValo .v-table-header-drag { - border: 1px solid #d4d4d4; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - white-space: nowrap; - font-size: 14px; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-table-header-wrap { - position: relative; - border-bottom: none; -} - -.sidebarThemeValo .v-table-footer-wrap { - border-top: none; -} - -.sidebarThemeValo .v-table-footer td { - border-left: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-table-footer-container, .sidebarThemeValo .v-table-caption-container { - overflow: hidden; - line-height: 1; - min-height: 37px; - box-sizing: border-box; -} - -.sidebarThemeValo .v-table-footer-container { - padding: 11px 12px 12px; - float: right; -} - -.sidebarThemeValo [class^="v-table-header-cell"] { - position: relative; -} - -.sidebarThemeValo .v-table-caption-container, .sidebarThemeValo .v-table-header-drag { - padding: 12px 12px 11px; - border-left: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-table-caption-container-align-right { - padding-right: 4px; -} - -.sidebarThemeValo .v-table-resizer { - height: 37px; - width: 8px; - cursor: e-resize; - cursor: col-resize; - position: relative; - right: -4px; - z-index: 1; - margin-left: -8px; -} - -.sidebarThemeValo .v-table-cell-content { - border-left: 1px solid #d4d4d4; - overflow: hidden; - height: 37px; - vertical-align: middle; -} - -.sidebarThemeValo .v-table-cell-content:first-child { - border-left: none; - padding-left: 1px; -} - -.sidebarThemeValo .v-table-header td:first-child .v-table-caption-container, .sidebarThemeValo .v-table-footer td:first-child { - border-left-color: transparent; -} - -.sidebarThemeValo .v-table-cell-wrapper { - line-height: 1; - padding: 0 12px; - box-sizing: border-box; - margin-right: 0 !important; -} - -.sidebarThemeValo .v-table-cell-wrapper > .v-widget { - margin: 3px -6px; -} - -.sidebarThemeValo .v-table-cell-wrapper > .v-widget.v-label, .sidebarThemeValo .v-table-cell-wrapper > .v-widget.v-checkbox, .sidebarThemeValo .v-table-cell-wrapper > .v-widget.v-select-optiongroup { - margin: 0; -} - -.sidebarThemeValo .v-table-cell-wrapper > .v-widget.v-progressbar { - margin-left: 0; - margin-right: 0; -} - -.sidebarThemeValo .v-table-body { - border: 1px solid #d4d4d4; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; -} - -.sidebarThemeValo .v-table-table { - background-color: white; - white-space: nowrap; -} - -.sidebarThemeValo .v-table-table td { - border-top: 1px solid #d4d4d4; -} - -.sidebarThemeValo .v-table-table tr:first-child > td { - border-top: none; -} - -.sidebarThemeValo .v-table-row { - background-color: white; - cursor: pointer; -} - -.sidebarThemeValo .v-table-row-odd { - background-color: #f5f5f5; - cursor: pointer; -} - -.sidebarThemeValo .v-table-body-noselection .v-table-row, .sidebarThemeValo .v-table-body-noselection .v-table-row-odd { - cursor: default; -} - -.sidebarThemeValo .v-table [class*="-row"].v-selected { - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - background-origin: border-box; - color: #ecf2f8; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-table [class*="-row"].v-selected + .v-selected { - background: #166ed5; -} - -.sidebarThemeValo .v-table [class*="-row"].v-selected + .v-selected td { - border-top-color: #166ed5; -} - -.sidebarThemeValo .v-table [class*="-row"].v-selected .v-table-cell-content { - border-color: transparent; - border-left-color: #1d69b4; -} - -.sidebarThemeValo .v-table [class*="-row"].v-selected .v-table-cell-content:first-child { - border-left-color: transparent; -} - -.sidebarThemeValo .v-table-header-cell-asc .v-table-sort-indicator, .sidebarThemeValo .v-table-header-cell-desc .v-table-sort-indicator { - background: transparent; - width: 19px; - height: 37px; - line-height: 37px; - margin-left: -19px; -} - -.sidebarThemeValo .v-table-header-cell-asc .v-table-sort-indicator:before, .sidebarThemeValo .v-table-header-cell-desc .v-table-sort-indicator:before { - font-style: normal; - font-weight: normal; - display: inline-block; -} - -.sidebarThemeValo .v-table-header-cell-asc .v-table-sort-indicator:before { - content: "\f0de"; - font-family: ThemeIcons; -} - -.sidebarThemeValo .v-table-header-cell-desc .v-table-sort-indicator:before { - content: "\f0dd"; - font-family: ThemeIcons; -} - -.sidebarThemeValo [class*="rowheader"] span.v-icon { - min-width: 1em; -} - -.sidebarThemeValo .v-table-focus { - outline: 1px solid #197de1; - outline-offset: -1px; -} - -.sidebarThemeValo .v-drag-element.v-table-focus, .sidebarThemeValo .v-drag-element .v-table-focus { - outline: none; -} - -.sidebarThemeValo .v-table-header-drag { - position: absolute; - opacity: 0.9; - filter: alpha(opacity=90) ; - margin-top: -19px; - z-index: 30000; - line-height: 1; -} - -.sidebarThemeValo .v-table-focus-slot-right { - border-right: 3px solid #197de1; - right: -2px; - margin-left: -11px !important; -} - -.sidebarThemeValo .v-table-focus-slot-left { - float: left; - border-left: 3px solid #197de1; - left: -1px; - right: auto; - margin-left: 0 !important; - margin-right: -11px; -} - -.sidebarThemeValo .v-table-column-selector { - height: 35px; - padding: 0 16px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7; - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - position: absolute; - z-index: 2; - top: 0; - right: 0; - width: 18px; - height: 18px; - line-height: 18px; - padding: 0; - border-top-width: 0; - border-right-width: 0; - border-radius: 0 0 0 4px; - cursor: pointer; - text-align: center; - opacity: 0; - filter: alpha(opacity=0) ; - -webkit-transition: opacity 200ms 2s; - -moz-transition: opacity 200ms 2s; - transition: opacity 200ms 2s; -} - -.sidebarThemeValo .v-table-column-selector:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-table-column-selector:hover:after { - background-color: rgba(186, 186, 186, 0.1); -} - -.sidebarThemeValo .v-table-column-selector:focus:after { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-table-column-selector:active:after { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-table-column-selector:after { - content: ""; - position: absolute; - border: none; - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.sidebarThemeValo .v-table-column-selector:active:after { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-table-column-selector:before { - font-family: ThemeIcons; - content: "\f013"; -} - -.sidebarThemeValo .v-table-header-wrap:hover .v-table-column-selector { - opacity: 1; - filter: none ; - -webkit-transition-delay: 200ms; - -moz-transition-delay: 200ms; - transition-delay: 200ms; -} - -.sidebarThemeValo .v-on:before, .sidebarThemeValo .v-off:before { - content: "\f00c"; - font-family: ThemeIcons; - font-size: 0.9em; - margin-right: 6px; -} - -.sidebarThemeValo .v-on div, .sidebarThemeValo .v-off div { - display: inline; -} - -.sidebarThemeValo .v-on.v-disabled, .sidebarThemeValo .v-off.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-off:before { - visibility: hidden; -} - -.sidebarThemeValo tbody.v-drag-element { - display: block; - overflow: visible; - -webkit-box-shadow: none; - box-shadow: none; - background: transparent; - opacity: 1; - filter: none ; -} - -.sidebarThemeValo tbody.v-drag-element tr { - display: block; - - - -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); - border-radius: 4px; - overflow: hidden; - opacity: 0.5; - filter: alpha(opacity=50) ; - background: white; -} - -.sidebarThemeValo .v-table-body { - position: relative; - z-index: 1; -} - -.sidebarThemeValo .v-table-scrollposition { - position: absolute; - top: 50%; - width: 100%; - height: 35px; - line-height: 35px; - margin: -18px 0 0 !important; - text-align: center; -} - -.sidebarThemeValo .v-table-drag { - overflow: visible; -} - -.sidebarThemeValo .v-table-drag .v-table-body { - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - border-color: #197de1; -} - -.sidebarThemeValo .v-table-drag .v-table-body .v-table-focus { - outline: none; -} - -.sidebarThemeValo .v-table-row-drag-middle .v-table-cell-content { - background-color: #d1e5f9; - color: #214060; -} - -.sidebarThemeValo .v-table-row-drag-bottom td.v-table-cell-content { - border-bottom: 2px solid #197de1; - height: 35px; -} - -.sidebarThemeValo .v-table-row-drag-bottom .v-table-cell-wrapper { - margin-bottom: -2px; -} - -.sidebarThemeValo .v-table-row-drag-top td.v-table-cell-content { - border-top: 2px solid #197de1; - height: 36px; -} - -.sidebarThemeValo .v-table-row-drag-top .v-table-cell-wrapper { - margin-top: -1px; -} - -.sidebarThemeValo .v-table-no-stripes .v-table-row, .sidebarThemeValo .v-table-no-stripes .v-table-row-odd { - background: transparent; -} - -.sidebarThemeValo .v-table-no-vertical-lines .v-table-cell-content { - border-left: none; - padding-left: 1px; -} - -.sidebarThemeValo .v-table-no-vertical-lines.v-treetable .v-table-cell-content { - padding-left: 13px; -} - -.sidebarThemeValo .v-table-no-horizontal-lines .v-table-cell-content { - border-top: none; - border-bottom: none; -} - -.sidebarThemeValo .v-table-no-horizontal-lines .v-table-row-drag-top .v-table-cell-content, .sidebarThemeValo .v-table-no-horizontal-lines .v-table-row-drag-bottom .v-table-cell-content { - height: 36px; -} - -.sidebarThemeValo .v-table-no-header .v-table-header-wrap { - display: none; -} - -.sidebarThemeValo .v-table-borderless .v-table-header-wrap, .sidebarThemeValo .v-table-borderless .v-table-footer-wrap, .sidebarThemeValo .v-table-borderless .v-table-header-drag, .sidebarThemeValo .v-table-borderless .v-table-body { - border: none; -} - -.sidebarThemeValo .v-table-borderless .v-table-header-wrap { - border-bottom: 1px solid #d9d9d9; -} - -.sidebarThemeValo .v-table-borderless .v-table-footer-wrap { - border-top: 1px solid #d9d9d9; -} - -.sidebarThemeValo .v-table-compact .v-table-header-wrap, .sidebarThemeValo .v-table-compact .v-table-footer-wrap, .sidebarThemeValo .v-table-compact .v-table-header-drag, .sidebarThemeValo .v-table-small .v-table-header-wrap, .sidebarThemeValo .v-table-small .v-table-footer-wrap, .sidebarThemeValo .v-table-small .v-table-header-drag { - font-size: 14px; -} - -.sidebarThemeValo .v-table-compact .v-table-footer-container, .sidebarThemeValo .v-table-small .v-table-footer-container { - padding: 8px 7px 9px; -} - -.sidebarThemeValo .v-table-compact .v-table-caption-container, .sidebarThemeValo .v-table-compact .v-table-header-drag, .sidebarThemeValo .v-table-small .v-table-caption-container, .sidebarThemeValo .v-table-small .v-table-header-drag { - padding-top: 9px; - padding-bottom: 8px; - padding-left: 6px; - padding-right: 6px; -} - -.sidebarThemeValo .v-table-compact .v-table-caption-container-align-right, .sidebarThemeValo .v-table-small .v-table-caption-container-align-right { - padding-right: 0; -} - -.sidebarThemeValo .v-table-compact .v-table-resizer, .sidebarThemeValo .v-table-small .v-table-resizer { - height: 31px; -} - -.sidebarThemeValo .v-table-compact .v-table-cell-content, .sidebarThemeValo .v-table-small .v-table-cell-content { - height: 31px; -} - -.sidebarThemeValo .v-table-compact .v-table-cell-wrapper, .sidebarThemeValo .v-table-small .v-table-cell-wrapper { - padding-left: 6px; - padding-right: 6px; -} - -.sidebarThemeValo .v-table-compact .v-table-cell-wrapper > .v-widget, .sidebarThemeValo .v-table-small .v-table-cell-wrapper > .v-widget { - margin: 2px -3px; -} - -.sidebarThemeValo .v-table-compact .v-table-cell-wrapper > .v-widget.v-label, .sidebarThemeValo .v-table-compact .v-table-cell-wrapper > .v-widget.v-checkbox, .sidebarThemeValo .v-table-compact .v-table-cell-wrapper > .v-widget.v-select-optiongroup, .sidebarThemeValo .v-table-small .v-table-cell-wrapper > .v-widget.v-label, .sidebarThemeValo .v-table-small .v-table-cell-wrapper > .v-widget.v-checkbox, .sidebarThemeValo .v-table-small .v-table-cell-wrapper > .v-widget.v-select-optiongroup { - margin: 0; -} - -.sidebarThemeValo .v-table-compact .v-table-cell-wrapper > .v-widget.v-progressbar, .sidebarThemeValo .v-table-small .v-table-cell-wrapper > .v-widget.v-progressbar { - margin-left: 0; - margin-right: 0; -} - -.sidebarThemeValo .v-table-compact .v-table-header-cell-asc .v-table-sort-indicator, .sidebarThemeValo .v-table-compact .v-table-header-cell-desc .v-table-sort-indicator, .sidebarThemeValo .v-table-small .v-table-header-cell-asc .v-table-sort-indicator, .sidebarThemeValo .v-table-small .v-table-header-cell-desc .v-table-sort-indicator { - height: 31px; - line-height: 31px; -} - -.sidebarThemeValo .v-table-compact .v-table-header-drag, .sidebarThemeValo .v-table-small .v-table-header-drag { - margin-top: -16px; -} - -.sidebarThemeValo .v-table-compact.v-treetable .v-table-cell-wrapper, .sidebarThemeValo .v-table-small.v-treetable .v-table-cell-wrapper { - padding-left: 0; - padding-right: 0; - min-height: 15px; -} - -.sidebarThemeValo .v-table-compact.v-treetable .v-table-cell-content, .sidebarThemeValo .v-table-small.v-treetable .v-table-cell-content { - padding-left: 6px; - padding-right: 6px; -} - -.sidebarThemeValo .v-table-compact.v-treetable .v-table-cell-content:first-child, .sidebarThemeValo .v-table-small.v-treetable .v-table-cell-content:first-child { - padding-left: 7px; -} - -.sidebarThemeValo .v-table-compact.v-treetable .v-table-footer-container, .sidebarThemeValo .v-table-small.v-treetable .v-table-footer-container { - padding-left: 6px; - padding-right: 6px; -} - -.sidebarThemeValo .v-table-compact .v-table-row-drag-top .v-table-cell-content, .sidebarThemeValo .v-table-compact .v-table-row-drag-bottom .v-table-cell-content, .sidebarThemeValo .v-table-small .v-table-row-drag-top .v-table-cell-content, .sidebarThemeValo .v-table-small .v-table-row-drag-bottom .v-table-cell-content { - height: 30px; -} - -.sidebarThemeValo .v-table-small { - font-size: 14px; -} - -.sidebarThemeValo .v-table-small.v-treetable .v-table-cell-wrapper { - min-height: 14px; -} - -.sidebarThemeValo .v-treetable [class*="caption-container"], .sidebarThemeValo .v-treetable [class*="footer-container"], .sidebarThemeValo .v-treetable [class*="cell-wrapper"] { - box-sizing: content-box; - padding-left: 0; - padding-right: 0; -} - -.sidebarThemeValo .v-treetable [class*="caption-container"], .sidebarThemeValo .v-treetable [class*="footer-container"] { - min-height: 14px; -} - -.sidebarThemeValo .v-treetable [class*="cell-wrapper"] { - min-height: 15px; -} - -.sidebarThemeValo .v-treetable [class*="caption-container"] { - padding-left: 12px; -} - -.sidebarThemeValo .v-treetable [class*="caption-container-align-right"] { - padding-left: 20px; -} - -.sidebarThemeValo .v-treetable [class*="footer-container"] { - padding-right: 12px; -} - -.sidebarThemeValo .v-treetable [class*="cell-content"] { - padding-left: 12px; - padding-right: 12px; -} - -.sidebarThemeValo .v-treetable [class*="cell-content"]:first-child { - padding-left: 13px; -} - -.sidebarThemeValo .v-treetable-treespacer { - display: inline-block; - position: absolute; - width: 18px !important; - margin-left: -24px; - text-align: center; - cursor: pointer; -} - -.sidebarThemeValo .v-treetable-node-closed:before { - content: "\f0da"; - font-family: ThemeIcons; -} - -.sidebarThemeValo .v-treetable-node-open:before { - content: "\f0d7"; - font-family: ThemeIcons; -} - -.sidebarThemeValo .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter { - width: 1px; -} - -.sidebarThemeValo .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter:after { - left: -6px; - right: -6px; -} - -.sidebarThemeValo .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before { - height: 35px; - padding: 0 16px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none; - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - height: auto; - padding: 0; - border-radius: 0; - background-color: #fafafa; - background-image: -webkit-linear-gradient(left, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to right,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:hover:after { - background-color: rgba(186, 186, 186, 0.1); -} - -.sidebarThemeValo .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:focus:after { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:active:after { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-splitpanel-horizontal > div > .v-splitpanel-second-container { - margin-left: 1px; -} - -.sidebarThemeValo .v-splitpanel-vertical > div > .v-splitpanel-vsplitter { - height: 1px; -} - -.sidebarThemeValo .v-splitpanel-vertical > div > .v-splitpanel-vsplitter:after { - top: -6px; - bottom: -6px; -} - -.sidebarThemeValo .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before { - height: 35px; - padding: 0 16px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none; - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - height: auto; - padding: 0; - border-radius: 0; -} - -.sidebarThemeValo .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:hover:after { - background-color: rgba(186, 186, 186, 0.1); -} - -.sidebarThemeValo .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:focus:after { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:active:after { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter { - width: 12px; -} - -.sidebarThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter:after { - left: 0px; - right: 0px; -} - -.sidebarThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before { - height: 35px; - padding: 0 16px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none; - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - height: auto; - padding: 0; - border-radius: 0; - background-color: #fafafa; - background-image: -webkit-linear-gradient(left, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to right,#fafafa 2%, #efefef 98%); -} - -.sidebarThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:hover:after { - background-color: rgba(186, 186, 186, 0.1); -} - -.sidebarThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:focus:after { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:active:after { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:after { - content: ""; - border: 1px solid #dadada; - border-top-color: #bababa; - border-left-color: #bababa; - position: absolute; - top: 50%; - left: 50%; - width: 0; - height: 35px; - margin-left: -1px; - margin-top: -18px; -} - -.sidebarThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-second-container { - margin-left: 12px; -} - -.sidebarThemeValo .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter { - height: 12px; -} - -.sidebarThemeValo .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter:after { - top: 0px; - bottom: 0px; -} - -.sidebarThemeValo .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before { - height: 35px; - padding: 0 16px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none; - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, none; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - height: auto; - padding: 0; - border-radius: 0; -} - -.sidebarThemeValo .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:hover:after { - background-color: rgba(186, 186, 186, 0.1); -} - -.sidebarThemeValo .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:focus:after { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:active:after { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:after { - content: ""; - border: 1px solid #dadada; - border-top-color: #bababa; - border-left-color: #bababa; - position: absolute; - top: 50%; - left: 50%; - width: 35px; - height: 0; - margin-left: -18px; - margin-top: -1px; -} - -.sidebarThemeValo .v-progressbar-wrapper { - border-radius: 4px; - height: 9px; - background-color: #d4d4d4; - background-image: -webkit-linear-gradient(bottom, #d7d7d7 2%, #c7c7c7 98%); - background-image: linear-gradient(to top,#d7d7d7 2%, #c7c7c7 98%); - box-sizing: border-box; - min-width: 70px; -} - -.sidebarThemeValo .v-progressbar-indicator { - border-radius: 4px; - height: inherit; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - - - border: 1px solid #1362b1; - box-sizing: border-box; - max-width: 100%; - min-width: 8px; - -webkit-transition: width 160ms; - -moz-transition: width 160ms; - transition: width 160ms; -} - -.sidebarThemeValo .v-progressbar-point .v-progressbar-indicator { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - border: none; - text-align: right; - overflow: hidden; -} - -.sidebarThemeValo .v-progressbar-point .v-progressbar-indicator:before { - content: ""; - display: inline-block; - border-radius: 4px; - height: inherit; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - - - border: 1px solid #1362b1; - box-sizing: border-box; - max-width: 100%; - width: 9px; - vertical-align: top; -} - -.sidebarThemeValo .v-progressbar-indeterminate { - height: 24px !important; - width: 24px !important; - box-sizing: border-box; - border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; -} - -.sidebarThemeValo .v-progressbar-indeterminate .v-progressbar-wrapper { - display: none; -} - -.sidebarThemeValo .v-slider { - position: relative; -} - -.sidebarThemeValo .v-slider:focus { - outline: none; -} - -.sidebarThemeValo .v-slider:focus .v-slider-handle:after { - opacity: 1; -} - -.sidebarThemeValo .v-slider.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-slider-base { - border-radius: 4px; - height: 9px; - background-color: #d4d4d4; - background-image: -webkit-linear-gradient(bottom, #d7d7d7 2%, #c7c7c7 98%); - background-image: linear-gradient(to top,#d7d7d7 2%, #c7c7c7 98%); - box-sizing: border-box; - min-width: 70px; - height: 6px; - margin: 16px 11px; - white-space: nowrap; - overflow: hidden; - -} - -.sidebarThemeValo .v-slider-base:before { - content: ""; - position: absolute; - top: 16px; - bottom: 16px; - left: 11px; - width: 8px; - border-radius: 4px; - border-left: 1px solid #1362b1; -} - -.sidebarThemeValo .v-slider-base:after { - border-radius: 4px; - height: inherit; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - - - border: 1px solid #1362b1; - box-sizing: border-box; - max-width: 100%; - content: ""; - display: inline-block; - margin-left: -100%; - width: 100%; - vertical-align: top; -} - -.sidebarThemeValo .v-has-width > .v-slider-base { - min-width: 0; -} - -.sidebarThemeValo .v-slider-handle { - margin-top: -15px; - width: 0.1px; - display: inline-block; - vertical-align: top; -} - -.sidebarThemeValo .v-slider-handle:before { - height: 35px; - padding: 0 16px; - color: #191919; - font-weight: 400; - - - border-radius: 4px; - border: 1px solid #c5c5c5; - border-top-color: #c5c5c5; - border-bottom-color: #bcbcbc; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); -} - -.sidebarThemeValo .v-slider-handle:before:after { - border: inherit; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; -} - -.sidebarThemeValo .v-slider-handle:before:hover:after { - background-color: rgba(186, 186, 186, 0.1); -} - -.sidebarThemeValo .v-slider-handle:before:focus:after { - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-slider-handle:before:active:after { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-slider-handle:after { - border: 1px solid #c5c5c5; - border-color: #197de1; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - opacity: 0; - -webkit-transition: opacity 200ms; - -moz-transition: opacity 200ms; - transition: opacity 200ms; -} - -.sidebarThemeValo .v-slider-handle:before, .sidebarThemeValo .v-slider-handle:after { - content: ""; - box-sizing: border-box; - padding: 0; - width: 22px; - height: 22px; - border-radius: 11px; - position: absolute; - z-index: 1; - margin-top: 7px; - margin-left: -11px; -} - -.sidebarThemeValo .v-slider-feedback { - background-color: rgba(50, 50, 50, 0.9); - -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); - box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); - color: white; - padding: 5px 9px; - border-radius: 3px; - max-width: 35em; - overflow: hidden !important; - font-size: 14px; -} - -.sidebarThemeValo .v-slider-vertical { - padding: 11px 0; - height: 92px; -} - -.sidebarThemeValo .v-slider-vertical .v-slider-base { - background-color: #d4d4d4; - background-image: -webkit-linear-gradient(right, #d7d7d7 2%, #c7c7c7 98%); - background-image: linear-gradient(to left,#d7d7d7 2%, #c7c7c7 98%); - width: 6px; - height: 100% !important; - min-width: 0; - margin: 0 15px; -} - -.sidebarThemeValo .v-slider-vertical .v-slider-base:before { - top: auto; - bottom: 11px; - left: 16px; - right: 16px; - width: auto; - height: 8px; - border-left: none; - border-bottom: 1px solid #1362b1; -} - -.sidebarThemeValo .v-slider-vertical .v-slider-base:after { - height: 101%; - margin-left: 0; - background-color: #197de1; - background-image: -webkit-linear-gradient(left, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to right,#1b87e3 2%, #166ed5 98%); -} - -.sidebarThemeValo .v-slider-vertical .v-slider-handle { - width: 0; - height: 0.1px; - width: 35px; - display: block; -} - -.sidebarThemeValo .v-slider-vertical .v-slider-handle:before, .sidebarThemeValo .v-slider-vertical .v-slider-handle:after { - width: 22px; - height: 22px; - margin-top: -11px; - margin-left: -8px; -} - -.sidebarThemeValo .v-slider-no-indicator .v-slider-base:before, .sidebarThemeValo .v-slider-no-indicator .v-slider-base:after { - display: none; -} - -.sidebarThemeValo .v-tabsheet:not(.v-has-width) { - width: auto !important; -} - -.sidebarThemeValo .v-tabsheet-spacertd { - display: none !important; -} - -.sidebarThemeValo .v-tabsheet-tabcontainer { - position: relative; - box-sizing: border-box; -} - -.sidebarThemeValo .v-tabsheet-tabcontainer:before { - content: ""; - position: absolute; - height: 0; - border-top: 1px solid #dfdfdf; - bottom: 0; - left: 0; - right: 0; -} - -.sidebarThemeValo .v-tabsheet-tabcontainer .v-tabsheet-tabs { - position: relative; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell { - vertical-align: bottom; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-tabsheet-tabitem { - line-height: 0; - overflow: hidden; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-caption { - margin-left: 18px; - padding: 0 4px; - box-sizing: border-box; - cursor: pointer; - text-align: center; - line-height: 35px; - font-size: 14px; - font-weight: 300; - color: #696969; - width: auto !important; - overflow: hidden; - text-overflow: ellipsis; - border-bottom: 2px solid transparent; - position: relative; - -webkit-transition: border-bottom 200ms, color 200ms; - -moz-transition: border-bottom 200ms, color 200ms; - transition: border-bottom 200ms, color 200ms; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-caption .v-captiontext { - display: inline; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-caption .v-icon + .v-captiontext { - margin-left: 9px; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-caption:hover { - color: #197de1; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-caption.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; - cursor: default; - color: inherit !important; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell:first-child .v-caption, .sidebarThemeValo .v-tabsheet-tabitemcell[aria-hidden="true"] + td .v-caption { - margin-left: 0; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell:focus { - outline: none; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell:focus .v-caption { - color: #197de1; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-caption.v-caption { - border-bottom-color: #197de1; - color: #197de1; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-caption-closable { - padding-right: 21px; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell.icons-on-top .v-caption-closable { - padding-right: 4px; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-tabsheet-caption-close { - position: absolute; - right: 0; - top: 50%; - margin: -8px 0 0; - font-size: 17px; - line-height: 17px; - width: 17px; - text-align: center; - border-radius: 2px; - color: #969696; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-tabsheet-caption-close:hover { - background: rgba(0, 0, 0, 0.03); - color: #197de1; -} - -.sidebarThemeValo .v-tabsheet-tabitemcell .v-tabsheet-caption-close:active { - background: #197de1; - color: #c8dbed; -} - -.sidebarThemeValo .v-tabsheet-scroller { - position: absolute; - top: 0; - right: 0; - bottom: 0; - padding-left: 18px; - background-color: transparent; - background-image: -webkit-linear-gradient(right, #fafafa 70%, rgba(250, 250, 250, 0) 100%); - background-image: linear-gradient(to left,#fafafa 70%, rgba(250, 250, 250, 0) 100%); - pointer-events: none; -} - -.sidebarThemeValo .v-tabsheet-scroller:after { - content: ""; - height: 1px; - position: absolute; - bottom: 0; - left: 0; - right: 0; - display: block; - background-color: transparent; - background-image: -webkit-linear-gradient(right, #dfdfdf 70%, rgba(223, 223, 223, 0) 100%); - background-image: linear-gradient(to left,#dfdfdf 70%, rgba(223, 223, 223, 0) 100%); -} - -.sidebarThemeValo .v-tabsheet-scroller button { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - border: none; - background: transparent; - font: inherit; - color: inherit; - height: 100%; - margin: 0; - padding: 0 9px; - outline: none; - cursor: pointer; - pointer-events: auto; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-tabsheet-scroller button:hover { - opacity: 1; - filter: none ; - color: #197de1; -} - -.sidebarThemeValo .v-tabsheet-scroller button:active { - opacity: 0.7; - filter: alpha(opacity=70) ; - color: #197de1; -} - -.sidebarThemeValo .v-tabsheet-scroller button::-moz-focus-inner { - padding: 0; - border: 0; -} - -.sidebarThemeValo .v-tabsheet-scroller [class*="Next"] { - padding-left: 4px; -} - -.sidebarThemeValo .v-tabsheet-scroller [class*="Next"]:before { - font-family: ThemeIcons; - content: "\f054"; -} - -.sidebarThemeValo .v-tabsheet-scroller [class*="Prev"] { - padding-right: 4px; -} - -.sidebarThemeValo .v-tabsheet-scroller [class*="Prev"]:before { - font-family: ThemeIcons; - content: "\f053"; -} - -.sidebarThemeValo .v-tabsheet-scroller [class*="disabled"] { - cursor: default; - color: inherit !important; - opacity: 0.1 !important; - filter: alpha(opacity=10) !important; -} - -.sidebarThemeValo .v-tabsheet-tabsheetpanel > .v-scrollable > .v-widget { - -webkit-animation: valo-animate-in-fade 300ms backwards; - -moz-animation: valo-animate-in-fade 300ms backwards; - animation: valo-animate-in-fade 300ms backwards; -} - -.sidebarThemeValo .v-tabsheet-deco { - height: 18px !important; - width: 18px !important; - box-sizing: border-box; - border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; - display: none; - position: absolute; - z-index: 1; - bottom: 50%; - margin-bottom: -27px; - left: 50%; - margin-left: -9px; -} - -.sidebarThemeValo .v-tabsheet-loading .v-tabsheet-deco { - display: block; -} - -.sidebarThemeValo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer table, .sidebarThemeValo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tbody, .sidebarThemeValo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tr { - width: 100%; -} - -.sidebarThemeValo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tr { - display: table; - table-layout: fixed; -} - -.sidebarThemeValo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer td { - display: table-cell; -} - -.sidebarThemeValo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer .v-caption { - margin: 0; - display: block; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption { - margin-left: 4px; - padding: 0 12px; - background-color: #fafafa; - border: 1px solid transparent; - line-height: 34px; - border-radius: 4px 4px 0 0; - font-weight: 400; - -webkit-transition: background-color 160ms; - -moz-transition: background-color 160ms; - transition: background-color 160ms; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption:hover { - background-color: #f2f2f2; - border-bottom-color: #dfdfdf; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption.v-disabled:hover { - background-color: #fafafa; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption-closable { - padding-right: 29px; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-caption-close { - top: 4px; - right: 4px; - margin-top: 0; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer td:first-child .v-caption, .sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer [aria-hidden="true"] + td .v-caption { - margin-left: 0; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-tabitem .v-caption { - border-color: #dfdfdf; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption { - background: white; - border-color: #dfdfdf; - border-bottom: none; - padding-bottom: 1px; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-content { - border: 1px solid #dfdfdf; - border-top: none; -} - -.sidebarThemeValo .v-tabsheet-framed > .v-tabsheet-content > div { - background: white; -} - -.sidebarThemeValo .v-tabsheet-framed.padded-tabbar > .v-tabsheet-tabcontainer { - border: 1px solid #dfdfdf; - border-bottom: none; - background: #fafafa; - padding-top: 6px; -} - -.sidebarThemeValo .v-tabsheet-framed.icons-on-top > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption { - padding-bottom: 7px; -} - -.sidebarThemeValo .v-tabsheet-centered-tabs > .v-tabsheet-tabcontainer { - text-align: center; -} - -.sidebarThemeValo .v-tabsheet-right-aligned-tabs > .v-tabsheet-tabcontainer { - text-align: right; -} - -.sidebarThemeValo .v-tabsheet-right-aligned-tabs .v-tabsheet-spacertd { - display: inline-block !important; -} - -.sidebarThemeValo .v-tabsheet-right-aligned-tabs .v-tabsheet-scroller { - padding-left: 9px; -} - -.sidebarThemeValo .v-tabsheet-padded-tabbar > .v-tabsheet-tabcontainer .v-tabsheet-tabs { - padding: 0 9px; -} - -.sidebarThemeValo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-caption { - padding-top: 6px; - padding-bottom: 6px; - line-height: 1.2; -} - -.sidebarThemeValo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-icon { - display: block; -} - -.sidebarThemeValo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-icon + .v-captiontext.v-captiontext { - margin-left: 0; -} - -.sidebarThemeValo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-caption-closable { - padding-right: 12px; -} - -.sidebarThemeValo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-tabsheet-caption-close { - top: 4px; - margin-top: 0; -} - -.sidebarThemeValo .v-tabsheet-compact-tabbar > .v-tabsheet-tabcontainer-compact-tabbar .v-caption { - line-height: 1.8; -} - -.sidebarThemeValo .v-tabsheet-only-selected-closable > .v-tabsheet-tabcontainer .v-tabsheet-caption-close { - visibility: hidden; -} - -.sidebarThemeValo .v-tabsheet-only-selected-closable > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-tabsheet-caption-close { - visibility: visible; -} - -.sidebarThemeValo .v-colorpicker-popup.v-window { - min-width: 220px !important; -} - -.sidebarThemeValo .v-colorpicker-popup .v-tabsheet-tabs { - padding: 0 9px; -} - -.sidebarThemeValo .v-colorpicker-popup [class$="sliders"] { - padding: 12px; -} - -.sidebarThemeValo .v-colorpicker-popup [class$="sliders"] .v-widget { - width: 100% !important; - vertical-align: middle; -} - -.sidebarThemeValo .v-colorpicker-popup [class$="sliders"] .v-has-caption { - white-space: nowrap; - padding-left: 45px; -} - -.sidebarThemeValo .v-colorpicker-popup [class$="sliders"] .v-caption { - display: inline-block; - margin-left: -45px; - width: 45px; -} - -.sidebarThemeValo .v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-has-caption { - padding-left: 75px; -} - -.sidebarThemeValo .v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-caption { - margin-left: -75px; - width: 75px; -} - -.sidebarThemeValo .v-colorpicker-popup .v-slider-red .v-slider-base:after { - background: red; - border: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-colorpicker-popup .v-slider-green .v-slider-base:after { - background: green; - border: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-colorpicker-popup .v-slider-blue .v-slider-base:after { - background: blue; - border: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-colorpicker-popup .v-margin-bottom { - padding-bottom: 0; -} - -.sidebarThemeValo .v-colorpicker-popup .resize-button { - width: 100% !important; - height: auto !important; - text-align: center; - outline: none; -} - -.sidebarThemeValo .v-colorpicker-popup .resize-button:before { - font-family: ThemeIcons; - content: "\f141"; -} - -.sidebarThemeValo .v-colorpicker-popup .resize-button-caption { - display: none; -} - -.sidebarThemeValo .v-colorpicker-popup .v-horizontallayout { - height: auto !important; - padding: 9px 0; - background-color: #fafafa; - border-top: 1px solid #ededed; -} - -.sidebarThemeValo .v-colorpicker-popup .v-horizontallayout .v-expand { - overflow: visible; -} - -.sidebarThemeValo .v-colorpicker-popup .v-horizontallayout .v-button { - width: 80% !important; -} - -.sidebarThemeValo .v-colorpicker-preview { - width: 100% !important; - height: auto !important; - padding: 9px; - display: inline-flex; -} - -.sidebarThemeValo .v-colorpicker-preview-textfield { - height: auto !important; - text-align: center; - border: none; -} - -.sidebarThemeValo .v-colorpicker { - width: auto; -} - -.sidebarThemeValo .v-colorpicker-button-color { - position: absolute; - top: 6px; - right: 6px; - bottom: 6px; - left: 6px; - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.5); - max-width: 21px; -} - -.sidebarThemeValo .v-colorpicker-button-color + .v-button-caption:not(:empty) { - margin-left: 18px; -} - -.sidebarThemeValo .v-panel { - background: white; - color: #474747; - border-radius: 4px; - border: 1px solid #d5d5d5; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - overflow: visible !important; -} - -.sidebarThemeValo .v-panel-caption { - box-sizing: border-box; - padding: 0 12px; - line-height: 34px; - border-bottom: 1px solid #d5d5d5; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #f6f6f6 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #f6f6f6 98%); - color: #464646; - font-weight: 400; - font-size: 14px; - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee; - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - border-radius: 3px 3px 0 0; -} - -.sidebarThemeValo .v-panel-content { - box-sizing: border-box; - width: 100%; - height: 100%; -} - -.sidebarThemeValo .v-panel-content > .v-margin-top { - padding-top: 12px; -} - -.sidebarThemeValo .v-panel-content > .v-margin-right { - padding-right: 12px; -} - -.sidebarThemeValo .v-panel-content > .v-margin-bottom { - padding-bottom: 12px; -} - -.sidebarThemeValo .v-panel-content > .v-margin-left { - padding-left: 12px; -} - -.sidebarThemeValo .v-panel-borderless { - background: transparent; - color: inherit; - border: none; - border-radius: 0; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-panel-borderless > div > [class*="-caption"] { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; - color: inherit; - padding: 0; - margin: 0 12px; - border-bottom: none; -} - -.sidebarThemeValo .v-panel-well { - background: #f5f5f5; - color: #454545; - -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px rgba(0, 0, 0, 0.05); - border-radius: 4px; - border: 1px solid #c5c5c5; -} - -.sidebarThemeValo .v-panel-well > div > [class*="-caption"] { - background: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-panel-scroll-divider > [class*="-captionwrap"] { - position: relative; - z-index: 2; -} - -.sidebarThemeValo .v-panel-scroll-divider > [class*="-captionwrap"]:after { - content: ""; - position: absolute; - bottom: -1px; - right: 0; - left: 0; - height: 0; - border-top: 1px solid #dfdfdf; - border-color: rgba(197, 197, 197, 0.5); -} - -.sidebarThemeValo .v-panel-scroll-divider > [class*="-content"]:before { - content: ""; - position: absolute; - z-index: 2; - top: 0; - height: 0; - border-top: 1px solid #fafafa; - left: 0; - right: 0; -} - -.sidebarThemeValo .v-panel-caption.v-horizontallayout { - height: auto !important; - line-height: 0; -} - -.sidebarThemeValo .v-panel-caption.v-horizontallayout .v-slot { - vertical-align: middle; -} - -.sidebarThemeValo .v-panel-caption.v-horizontallayout .v-label { - line-height: 35px; -} - -.sidebarThemeValo .v-accordion { - background: white; - color: #474747; - border-radius: 4px; - border: 1px solid #d5d5d5; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #f4f4f4 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #f4f4f4 98%); - overflow: hidden; -} - -.sidebarThemeValo .v-accordion-item { - position: relative; -} - -.sidebarThemeValo .v-accordion-item:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} - -.sidebarThemeValo .v-accordion-item:last-child { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.sidebarThemeValo .v-accordion-item:last-child [class*="item-content"] { - border-radius: inherit; -} - -.sidebarThemeValo .v-accordion-item[class*="item-open"]:last-child > div > .v-caption { - border-radius: 0; -} - -.sidebarThemeValo .v-accordion-item:not([class*="item-open"]):last-child > div > .v-caption { - border-bottom: none; - margin-bottom: 0; -} - -.sidebarThemeValo .v-accordion-item[class*="item-open"] + [class*="item"] { - border-top: 1px solid #d9d9d9; -} - -.sidebarThemeValo .v-accordion-item-caption { - border-radius: inherit; -} - -.sidebarThemeValo .v-accordion-item-caption > .v-caption { - box-sizing: border-box; - padding: 0 12px; - line-height: 34px; - border-bottom: 1px solid #d5d5d5; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #f6f6f6 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #f6f6f6 98%); - color: #464646; - font-weight: 400; - font-size: 14px; - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee; - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); - display: block; - background: transparent; - border-bottom-color: #c9c9c9; - border-radius: inherit; - cursor: pointer; - position: relative; -} - -.sidebarThemeValo .v-accordion-item-caption > .v-caption:hover:before, .sidebarThemeValo .v-accordion-item-caption > .v-caption:active:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - border-radius: inherit; -} - -.sidebarThemeValo .v-accordion-item-caption > .v-caption:hover:before { - background-color: rgba(186, 186, 186, 0.1); - border: none; -} - -.sidebarThemeValo .v-accordion-item-caption > .v-caption:active:before { - background-color: rgba(125, 125, 125, 0.2); -} - -.sidebarThemeValo .v-accordion-item-content { - -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05); - background-color: white; - box-sizing: border-box; -} - -.sidebarThemeValo .v-accordion-item-content > .v-margin-top { - padding-top: 12px; -} - -.sidebarThemeValo .v-accordion-item-content > .v-margin-right { - padding-right: 12px; -} - -.sidebarThemeValo .v-accordion-item-content > .v-margin-bottom { - padding-bottom: 12px; -} - -.sidebarThemeValo .v-accordion-item-content > .v-margin-left { - padding-left: 12px; -} - -.sidebarThemeValo .v-accordion-borderless { - border: none; - border-radius: 0; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .v-accordion-borderless > .v-accordion-item, .sidebarThemeValo .v-accordion-borderless > .v-accordion-item > div > .v-caption, .sidebarThemeValo .v-accordion-borderless > .v-accordion-item > .v-accordion-item-content { - border-radius: 0; -} - -.sidebarThemeValo .v-select-twincol { - white-space: normal; -} - -.sidebarThemeValo .v-select-twincol select { - border: 1px solid #c5c5c5; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - color: #464646; -} - -.sidebarThemeValo .v-select-twincol select:focus { - outline: none; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-select-twincol .v-textfield, .sidebarThemeValo .v-select-twincol .v-nativebutton { - width: auto !important; - margin-top: 9px; -} - -.sidebarThemeValo .v-select-twincol .v-nativebutton { - margin-left: 9px; -} - -.sidebarThemeValo .v-select-twincol-caption-left, .sidebarThemeValo .v-select-twincol-caption-right { - font-size: 14px; - font-weight: 400; - padding-bottom: 0.3em; - padding-left: 1px; -} - -.sidebarThemeValo .v-select-twincol-buttons { - white-space: nowrap; - display: inline-block; - vertical-align: top; - position: relative; - min-width: 3.5em; -} - -.sidebarThemeValo .v-select-twincol-buttons .v-button { - box-sizing: border-box; - display: inline-block; - vertical-align: top; - text-align: left; - white-space: normal; - position: absolute; - left: 9px; - right: 9px; - top: 34px; - padding: 0; - text-align: center; -} - -.sidebarThemeValo .v-select-twincol-buttons .v-button:first-child { - top: 0; -} - -.sidebarThemeValo .v-select-twincol-buttons .v-button-caption { - display: none; -} - -.sidebarThemeValo .v-select-twincol-buttons .v-button:focus { - z-index: 1; -} - -.sidebarThemeValo .v-select-twincol-buttons .v-button:first-child { - border-radius: 4px 4px 0 0; -} - -.sidebarThemeValo .v-select-twincol-buttons .v-button:last-child { - border-radius: 0 0 4px 4px; -} - -.sidebarThemeValo .v-select-twincol-buttons .v-button-wrap:before { - font-family: ThemeIcons; - content: "\f053"; -} - -.sidebarThemeValo .v-select-twincol-buttons .v-button:first-child .v-button-wrap:before { - font-family: ThemeIcons; - content: "\f054"; -} - -.sidebarThemeValo .v-select-twincol-error .v-select-twincol-options, .sidebarThemeValo .v-select-twincol-error .v-select-twincol-selections { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-select-twincol-error-info .v-select-twincol-options, .sidebarThemeValo .v-select-twincol-error-info .v-select-twincol-selections { - border-color: #00a7f5 !important; - background: #fafdff; - color: #195774; -} - -.sidebarThemeValo .v-select-twincol-error-warning .v-select-twincol-options, .sidebarThemeValo .v-select-twincol-error-warning .v-select-twincol-selections { - border-color: #fc9c00 !important; - background: #fffdfa; - color: #745119; -} - -.sidebarThemeValo .v-select-twincol-error-error .v-select-twincol-options, .sidebarThemeValo .v-select-twincol-error-error .v-select-twincol-selections { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-select-twincol-error-critical .v-select-twincol-options, .sidebarThemeValo .v-select-twincol-error-critical .v-select-twincol-selections { - border-color: #fa007d !important; - background: #fffafc; - color: #741947; -} - -.sidebarThemeValo .v-select-twincol-error-system .v-select-twincol-options, .sidebarThemeValo .v-select-twincol-error-system .v-select-twincol-selections { - border-color: #bb00ff !important; - background: #fefaff; - color: #5c1974; -} - -.sidebarThemeValo .v-select select { - border: 1px solid #c5c5c5; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - color: #464646; -} - -.sidebarThemeValo .v-select select:focus { - outline: none; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-select-select { - display: block; -} - -.sidebarThemeValo .v-select-select + .v-textfield { - width: auto !important; - margin-top: 9px; -} - -.sidebarThemeValo .v-select-select + .v-textfield + .v-nativebutton { - margin-top: 9px; - margin-left: 9px; -} - -.sidebarThemeValo .v-select-error .v-select-select { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-calendar-header-day { - font-weight: 400; - text-align: center; - padding: 7px 0; -} - -.sidebarThemeValo .v-calendar-header-week .v-calendar-back, .sidebarThemeValo .v-calendar-header-week .v-calendar-next { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - background: transparent; - border: none; - padding: 0; - margin: 0; - cursor: pointer; - outline: none; - color: inherit; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-calendar-header-week .v-calendar-back:focus, .sidebarThemeValo .v-calendar-header-week .v-calendar-next:focus { - outline: none; -} - -.sidebarThemeValo .v-calendar-header-week .v-calendar-back:hover, .sidebarThemeValo .v-calendar-header-week .v-calendar-next:hover { - opacity: 1; - filter: none ; -} - -.sidebarThemeValo .v-calendar-header-week .v-calendar-back:active, .sidebarThemeValo .v-calendar-header-week .v-calendar-next:active { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-calendar-header-week .v-calendar-back:before { - font-family: ThemeIcons; - content: "\f053"; -} - -.sidebarThemeValo .v-calendar-header-week .v-calendar-next:before { - font-family: ThemeIcons; - content: "\f054"; -} - -.sidebarThemeValo .v-calendar-month { - outline: none; - overflow: hidden; -} - -.sidebarThemeValo .v-calendar-month td { - vertical-align: top; -} - -.sidebarThemeValo .v-calendar-week-number { - cursor: pointer; - width: 20px; - text-align: center; - font-size: 0.8em; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-calendar-week-number:hover { - opacity: 1; - filter: none ; -} - -.sidebarThemeValo .v-calendar-month-day { - outline: none; - box-sizing: border-box; - line-height: 1.2; -} - -.sidebarThemeValo .v-calendar-bottom-spacer, .sidebarThemeValo .v-calendar-spacer, .sidebarThemeValo .v-calendar-bottom-spacer-empty { - height: 18px; - margin-bottom: 3px; -} - -.sidebarThemeValo .v-calendar-bottom-spacer { - font-size: 0.8em; - padding: 0 4px; - cursor: pointer; -} - -.sidebarThemeValo .v-calendar-bottom-spacer:hover { - color: #197de1; -} - -.sidebarThemeValo .v-calendar-day-number { - line-height: 23px; - font-size: 15px; - text-align: right; - margin: 0 4px; - white-space: nowrap; - border-top: 1px solid #f2f2f2; - cursor: pointer; -} - -.sidebarThemeValo .v-calendar-day-number:hover { - color: #197de1; -} - -.sidebarThemeValo .v-calendar-month-day-today { - background: #eef3f8; -} - -.sidebarThemeValo .v-calendar-month-day-today .v-calendar-day-number { - font-weight: 400; - color: #197de1; - border-top: 2px solid #197de1; - line-height: 22px; - margin: 0; - padding: 0 4px; -} - -.sidebarThemeValo .v-calendar-month-day-selected { - background-color: #e3edf7; -} - -.sidebarThemeValo .v-calendar-month-day-dragemphasis { - background-color: #a8a8a8; -} - -.sidebarThemeValo .v-calendar-month-day-scrollable { - overflow-y: scroll; -} - -.sidebarThemeValo .v-calendar-weekly-longevents { - margin-left: 50px; - border-bottom: 3px solid #e0e0e0; -} - -.sidebarThemeValo .v-calendar-weekly-longevents .v-calendar-event-all-day { - height: 20px; - line-height: 1.6; - margin-bottom: 3px; -} - -.sidebarThemeValo .v-calendar-header-week td { - vertical-align: middle !important; -} - -.sidebarThemeValo .v-calendar-header-week .v-calendar-header-day { - cursor: pointer; -} - -.sidebarThemeValo .v-calendar-times { - width: 50px; - font-size: 0.77em; - line-height: 1; - white-space: nowrap; -} - -.sidebarThemeValo .v-calendar-time { - text-align: right; - padding-right: 9px; - margin-top: -6px; - padding-bottom: 6px; -} - -.sidebarThemeValo .v-calendar-day-times, .sidebarThemeValo .v-calendar-day-times-today { - outline: none; - border-right: 1px solid transparent; -} - -.sidebarThemeValo .v-calendar-day-times:focus, .sidebarThemeValo .v-calendar-day-times-today:focus { - outline: none; -} - -.sidebarThemeValo .v-calendar .v-datecellslot, .sidebarThemeValo .v-calendar .v-datecellslot-even { - border-top: 1px solid #dfdfdf; -} - -.sidebarThemeValo .v-calendar .v-datecellslot:first-child, .sidebarThemeValo .v-calendar .v-datecellslot-even:first-child { - border-top-color: transparent; -} - -.sidebarThemeValo .v-calendar .v-datecellslot { - border-top-style: dotted; -} - -.sidebarThemeValo .v-calendar .v-datecellslot, .sidebarThemeValo .v-calendar .v-datecellslot-even { - margin-right: 4px; -} - -.sidebarThemeValo .v-calendar-current-time { - background: #197de1; - line-height: 1px; - pointer-events: none; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-calendar-current-time:before { - content: "\2022"; - color: #197de1; - font-size: 22px; - margin-left: -0.07em; -} - -.sidebarThemeValo .v-calendar .v-daterange { - position: relative; -} - -.sidebarThemeValo .v-calendar .v-daterange:before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: -1px; - left: 0; - background: #197de1; - opacity: 0.5; - filter: alpha(opacity=50) ; - border-radius: 4px 4px 0 0; -} - -.sidebarThemeValo .v-calendar .v-daterange + .v-daterange { - border-color: transparent; -} - -.sidebarThemeValo .v-calendar .v-daterange + .v-daterange:before { - border-radius: 0; -} - -.sidebarThemeValo .v-calendar-event { - font-size: 0.85em; - overflow: hidden; - cursor: pointer; - outline: none; - border-radius: 4px; -} - -.sidebarThemeValo .v-calendar-event:focus { - outline: none; -} - -.sidebarThemeValo .v-calendar-event-month { - padding: 0 4px; - box-sizing: border-box; - margin-bottom: 3px; - white-space: nowrap; - text-overflow: ellipsis; - height: 18px; - line-height: 18px; -} - -.sidebarThemeValo .v-calendar-event-month .v-calendar-event-time { - float: right; - font-size: 0.9em; - line-height: 18px; - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-calendar-event-month:before { - content: "\25cf"; - margin-right: 0.2em; -} - -.sidebarThemeValo .v-calendar-event-all-day { - padding: 0 4px; - box-sizing: border-box; - height: 18px; - line-height: 18px; - border-radius: 0; - margin-left: -1px; - white-space: nowrap; -} - -.sidebarThemeValo .v-calendar-event-all-day:before { - content: ""; -} - -.sidebarThemeValo .v-calendar-event-start { - overflow: visible; - margin-left: 0; -} - -.sidebarThemeValo .v-calendar-event-start.v-calendar-event-continued-to, .sidebarThemeValo .v-calendar-event-start.v-calendar-event-end { - overflow: hidden; - text-overflow: ellipsis; -} - -.sidebarThemeValo .v-calendar-event-start { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - margin-left: 4px; -} - -.sidebarThemeValo .v-calendar-event-end { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - margin-right: 4px; -} - -.sidebarThemeValo .v-calendar-event-caption { - font-weight: 500; - line-height: 1.2; - padding: 4px 0; - position: absolute; - overflow: hidden; - right: 9px; - left: 4px; - bottom: 0; - top: 0; -} - -.sidebarThemeValo .v-calendar-event-caption span { - font-weight: 300; - white-space: nowrap; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event { - overflow: visible; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event-content { - margin-top: -1px; - border-radius: 5px; - border: 1px solid #fafafa; - padding-top: 3px; - margin-right: 4px; -} - -.sidebarThemeValo .v-calendar-event-month:before { - color: #00ace0; -} - -.sidebarThemeValo .v-calendar-event-all-day { - background-color: #c8eaf4; - background-color: rgba(200, 234, 244, 0.8); - color: #00ace0; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event { - color: #00ace0; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event .v-calendar-event-content { - background-color: #c8eaf4; - background-color: rgba(200, 234, 244, 0.8); -} - -.sidebarThemeValo .v-calendar-event-month[class*="color2"]:before { - color: #2d9f19; -} - -.sidebarThemeValo .v-calendar-event-all-day[class*="color2"] { - background-color: #d1e7cd; - background-color: rgba(209, 231, 205, 0.8); - color: #2d9f19; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event[class*="color2"] { - color: #2d9f19; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event[class*="color2"] .v-calendar-event-content { - background-color: #d1e7cd; - background-color: rgba(209, 231, 205, 0.8); -} - -.sidebarThemeValo .v-calendar-event-month[class*="color3"]:before { - color: #d18100; -} - -.sidebarThemeValo .v-calendar-event-all-day[class*="color3"] { - background-color: #f1e1c8; - background-color: rgba(241, 225, 200, 0.8); - color: #d18100; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event[class*="color3"] { - color: #d18100; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event[class*="color3"] .v-calendar-event-content { - background-color: #f1e1c8; - background-color: rgba(241, 225, 200, 0.8); -} - -.sidebarThemeValo .v-calendar-event-month[class*="color4"]:before { - color: #ce3812; -} - -.sidebarThemeValo .v-calendar-event-all-day[class*="color4"] { - background-color: #f1d3cb; - background-color: rgba(241, 211, 203, 0.8); - color: #ce3812; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event[class*="color4"] { - color: #ce3812; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event[class*="color4"] .v-calendar-event-content { - background-color: #f1d3cb; - background-color: rgba(241, 211, 203, 0.8); -} - -.sidebarThemeValo .v-calendar-event-month[class*="color5"]:before { - color: #2d55cd; -} - -.sidebarThemeValo .v-calendar-event-all-day[class*="color5"] { - background-color: #d1d9f1; - background-color: rgba(209, 217, 241, 0.8); - color: #2d55cd; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event[class*="color5"] { - color: #2d55cd; -} - -.sidebarThemeValo .v-calendar-week-wrapper .v-calendar-event[class*="color5"] .v-calendar-event-content { - background-color: #d1d9f1; - background-color: rgba(209, 217, 241, 0.8); -} - -.sidebarThemeValo .v-calendar.v-disabled * { - cursor: default; -} - -.sidebarThemeValo .v-label { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; -} - -.sidebarThemeValo .v-label.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-label-undef-w { - white-space: nowrap; -} - -.sidebarThemeValo h1, .sidebarThemeValo .v-label-h1, .sidebarThemeValo h2, .sidebarThemeValo .v-label-h2, .sidebarThemeValo h3, .sidebarThemeValo .v-label-h3 { - line-height: 1.1; - font-weight: 200; - color: #141414; -} - -.sidebarThemeValo h1, .sidebarThemeValo .v-label-h1 { - font-size: 2.4em; - margin-top: 1.4em; - margin-bottom: 1em; - - letter-spacing: -0.03em; -} - -.sidebarThemeValo h2, .sidebarThemeValo .v-label-h2 { - font-size: 1.6em; - - margin-top: 1.6em; - margin-bottom: 0.77em; - letter-spacing: -0.02em; -} - -.sidebarThemeValo h3, .sidebarThemeValo .v-label-h3 { - font-size: 1.2em; - - margin-top: 1.8em; - margin-bottom: 0.77em; - letter-spacing: 0; -} - -.sidebarThemeValo h4, .sidebarThemeValo .v-label-h4 { - line-height: 1.1; - font-weight: 500; - font-size: 14px; - color: #414141; - text-transform: uppercase; - letter-spacing: 0; - margin-top: 2.4em; - margin-bottom: 0.8em; -} - -.sidebarThemeValo .v-csslayout > h1:first-child, .sidebarThemeValo .v-csslayout > h2:first-child, .sidebarThemeValo .v-csslayout > h3:first-child, .sidebarThemeValo .v-csslayout > h4 > .v-label-h1:first-child, .sidebarThemeValo .v-csslayout > .v-label-h2:first-child, .sidebarThemeValo .v-csslayout > .v-label-h3:first-child, .sidebarThemeValo .v-csslayout > .v-label-h4:first-child { - margin-top: 15px; -} - -.sidebarThemeValo .v-verticallayout > .v-slot:first-child h1, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-label-h1, .sidebarThemeValo .v-verticallayout > .v-slot:first-child h2, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-label-h2, .sidebarThemeValo .v-verticallayout > .v-slot:first-child h3, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-label-h3, .sidebarThemeValo .v-verticallayout > .v-slot:first-child h4, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-label-h4, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child h1, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-label-h1, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child h2, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-label-h2, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child h3, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-label-h3, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child h4, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-label-h4 { - margin-top: 15px; -} - -.sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h1, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h1, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h2, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h2, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h3, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h3, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h4, .sidebarThemeValo .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h4, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h1, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h1, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h2, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h2, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h3, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h3, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h4, .sidebarThemeValo .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h4 { - margin-top: -0.5em; -} - -.sidebarThemeValo h1.no-margin, .sidebarThemeValo .v-label-h1.no-margin, .sidebarThemeValo h2.no-margin, .sidebarThemeValo .v-label-h2.no-margin, .sidebarThemeValo h3.no-margin, .sidebarThemeValo .v-label-h3.no-margin, .sidebarThemeValo h4.no-margin, .sidebarThemeValo .v-label-h4.no-margin { - margin: 0 !important; -} - -.sidebarThemeValo .v-label-colored { - color: #197de1; -} - -.sidebarThemeValo .v-label-large { - font-size: 20px; -} - -.sidebarThemeValo .v-label-small { - font-size: 14px; -} - -.sidebarThemeValo .v-label-tiny { - font-size: 12px; -} - -.sidebarThemeValo .v-label-huge { - font-size: 26px; -} - -.sidebarThemeValo .v-label-bold { - font-weight: 500; -} - -.sidebarThemeValo .v-label-light { - font-weight: 200; - color: #7d7d7d; -} - -.sidebarThemeValo .v-label-align-right { - text-align: right; -} - -.sidebarThemeValo .v-label-align-center { - text-align: center; -} - -.sidebarThemeValo .v-label-spinner { - height: 24px !important; - width: 24px !important; - box-sizing: border-box; - border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; -} - -.sidebarThemeValo .v-label-success, .sidebarThemeValo .v-label-failure { - background: white; - color: #474747; - border: 2px solid #2c9720; - border-radius: 4px; - padding: 7px 18px 7px 35px; - font-weight: 400; - font-size: 14px; -} - -.sidebarThemeValo .v-label-success:before, .sidebarThemeValo .v-label-failure:before { - font-family: ThemeIcons; - content: "\f00c"; - margin-right: 0.5em; - margin-left: -18px; - color: #2c9720; -} - -.sidebarThemeValo .v-label-failure { - border-color: #ed473b; -} - -.sidebarThemeValo .v-label-failure:before { - content: "\f05e"; - color: #ed473b; -} - -.sidebarThemeValo [draggable=true] { - -khtml-user-drag: element; - -webkit-user-drag: element; -} - -.sidebarThemeValo .v-ddwrapper { - position: relative; -} - -.sidebarThemeValo .v-ddwrapper-over:before, .sidebarThemeValo .v-ddwrapper-over:after { - content: ""; - position: absolute; - z-index: 10; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; - border: 0 solid #197de1; -} - -.sidebarThemeValo .v-ddwrapper-over-top:before { - border-top-width: 2px; -} - -.sidebarThemeValo .v-ddwrapper-over-right:before { - border-right-width: 2px; -} - -.sidebarThemeValo .v-ddwrapper-over-bottom:before { - border-bottom-width: 2px; -} - -.sidebarThemeValo .v-ddwrapper-over-left:before { - border-left-width: 2px; -} - -.sidebarThemeValo .no-vertical-drag-hints .v-ddwrapper-over-top:before, .sidebarThemeValo .no-vertical-drag-hints.v-ddwrapper-over-top:before { - border-top-width: 0; -} - -.sidebarThemeValo .no-vertical-drag-hints .v-ddwrapper-over-top:after, .sidebarThemeValo .no-vertical-drag-hints.v-ddwrapper-over-top:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #8abef2; -} - -.sidebarThemeValo .no-vertical-drag-hints .v-ddwrapper-over-bottom:before, .sidebarThemeValo .no-vertical-drag-hints.v-ddwrapper-over-bottom:before { - border-bottom-width: 0; -} - -.sidebarThemeValo .no-vertical-drag-hints .v-ddwrapper-over-bottom:after, .sidebarThemeValo .no-vertical-drag-hints.v-ddwrapper-over-bottom:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #8abef2; -} - -.sidebarThemeValo .no-horizontal-drag-hints.v-ddwrapper-over-left:before, .sidebarThemeValo .no-horizontal-drag-hints .v-ddwrapper-over-left:before { - border-left-width: 0; -} - -.sidebarThemeValo .no-horizontal-drag-hints.v-ddwrapper-over-left:after, .sidebarThemeValo .no-horizontal-drag-hints .v-ddwrapper-over-left:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #8abef2; -} - -.sidebarThemeValo .no-horizontal-drag-hints.v-ddwrapper-over-right:before, .sidebarThemeValo .no-horizontal-drag-hints .v-ddwrapper-over-right:before { - border-right-width: 0; -} - -.sidebarThemeValo .no-horizontal-drag-hints.v-ddwrapper-over-right:after, .sidebarThemeValo .no-horizontal-drag-hints .v-ddwrapper-over-right:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #8abef2; -} - -.sidebarThemeValo .v-ddwrapper-over-middle:after, .sidebarThemeValo .v-ddwrapper-over-center:after { - border-width: 2px; - border-radius: 4px; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - background: #8abef2; -} - -.sidebarThemeValo .no-box-drag-hints.v-ddwrapper:after, .sidebarThemeValo .no-box-drag-hints .v-ddwrapper:after { - display: none !important; - content: none; -} - -.sidebarThemeValo button { - font: inherit; - font-weight: 400; - line-height: 1.55; -} - -.sidebarThemeValo .v-nativebutton { - -webkit-touch-callout: none; -} - -.sidebarThemeValo .v-select select { - border: 1px solid #c5c5c5; - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - color: #464646; -} - -.sidebarThemeValo .v-select select:focus { - outline: none; - -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -} - -.sidebarThemeValo .v-select-select { - display: block; -} - -.sidebarThemeValo .v-select-select + .v-textfield { - width: auto !important; - margin-top: 9px; -} - -.sidebarThemeValo .v-select-select + .v-textfield + .v-nativebutton { - margin-top: 9px; - margin-left: 9px; -} - -.sidebarThemeValo .v-select-error .v-select-select { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; -} - -.sidebarThemeValo .v-popupview { - cursor: pointer; - color: #197de1; - text-decoration: underline; - font-weight: inherit; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-popupview:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-popupview.v-disabled { - opacity: 0.5; - filter: alpha(opacity=50) ; -} - -.sidebarThemeValo .v-popupview-popup { - padding: 4px 4px; - border-radius: 4px; - background-color: white; - color: #474747; - -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098); - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; -} - -.sidebarThemeValo .v-popupview-popup[class*="animate-in"] { - -webkit-animation: v-popupview-animate-in 120ms; - -moz-animation: v-popupview-animate-in 120ms; - animation: v-popupview-animate-in 120ms; -} - -.sidebarThemeValo .v-popupview-popup[class*="animate-out"] { - -webkit-animation: valo-animate-out-fade 120ms; - -moz-animation: valo-animate-out-fade 120ms; - animation: valo-animate-out-fade 120ms; -} - -.sidebarThemeValo .v-popupview-popup .popupContent > .v-margin-top { - padding-top: 12px; -} - -.sidebarThemeValo .v-popupview-popup .popupContent > .v-margin-right { - padding-right: 12px; -} - -.sidebarThemeValo .v-popupview-popup .popupContent > .v-margin-bottom { - padding-bottom: 12px; -} - -.sidebarThemeValo .v-popupview-popup .popupContent > .v-margin-left { - padding-left: 12px; -} - -.sidebarThemeValo .v-popupview-loading { - margin: 12px 12px; - height: 24px !important; - width: 24px !important; - box-sizing: border-box; - border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; - border-radius: 100%; - -webkit-animation: v-rotate-360 500ms infinite linear; - -moz-animation: v-rotate-360 500ms infinite linear; - animation: v-rotate-360 500ms infinite linear; - pointer-events: none; -} - -.sidebarThemeValo .v-richtextarea { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - -o-appearance: none; - appearance: none; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - margin: 0; - font: inherit; - - font-weight: 400; - line-height: normal; - height: 35px; - border-radius: 4px; - padding: 0; - border: 1px solid #c5c5c5; - background: white; - color: #474747; - -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-transition: box-shadow 180ms, border 180ms; - -moz-transition: box-shadow 180ms, border 180ms; - transition: box-shadow 180ms, border 180ms; - height: auto; - overflow: hidden; -} - -.sidebarThemeValo .v-richtextarea[class*="prompt"] { - color: #a3a3a3; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar { - background-color: #fafafa; - background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%); - background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%); - -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7; - box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7; - border-bottom: 1px solid #c5c5c5; - color: #464646; -} - -.sidebarThemeValo .v-richtextarea .gwt-ToggleButton, .sidebarThemeValo .v-richtextarea .gwt-PushButton { - display: inline-block; - line-height: 35px; - width: 35px; - text-align: center; - outline: none; -} - -.sidebarThemeValo .v-richtextarea .gwt-ToggleButton:hover, .sidebarThemeValo .v-richtextarea .gwt-PushButton:hover { - color: black; -} - -.sidebarThemeValo .v-richtextarea .gwt-ToggleButton-down, .sidebarThemeValo .v-richtextarea .gwt-ToggleButton-down-hovering { - background-color: #e0e0e0; - background-image: -webkit-linear-gradient(bottom, #e0e0e0 2%, #dcdcdc 98%); - background-image: linear-gradient(to top,#e0e0e0 2%, #dcdcdc 98%); -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top img { - display: none; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div:before { - font-family: ThemeIcons; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Bold"]:before { - content: "\f032"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Italic"]:before { - content: "\f033"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Underline"]:before { - content: "\f0cd"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Subscript"]:before { - content: "\f12c"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Superscript"]:before { - content: "\f12b"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Left Justify"]:before { - content: "\f036"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Center"]:before { - content: "\f037"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Right Justify"]:before { - content: "\f038"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Strikethrough"]:before { - content: "\f0cc"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Right"]:before { - content: "\f03c"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Left"]:before { - content: "\f03b"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Horizontal Rule"]:before { - content: "\2014"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Ordered List"]:before { - content: "\f0cb"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Unordered List"]:before { - content: "\f0ca"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Image"]:before { - content: "\f03e"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Create Link"]:before { - content: "\f0c1"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Link"]:before { - content: "\f127"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Formatting"]:before { - content: "\f12d"; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-bottom { - font-size: 12px; - padding: 0 9px 9px 0; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextToolbar-bottom select { - margin: 9px 0 0 9px; -} - -.sidebarThemeValo .v-richtextarea .gwt-RichTextArea { - background: #fff; - border: none; - display: block; -} - -.sidebarThemeValo .v-richtextarea-readonly { - padding: 4px 6px; - background: transparent; -} - -.sidebarThemeValo .v-upload .v-button { - box-sizing: border-box; - display: inline-block; - vertical-align: top; - text-align: left; - white-space: normal; -} - -.sidebarThemeValo .v-upload-immediate .v-button { - width: 100%; -} - -.sidebarThemeValo .v-upload-immediate input[type="file"] { - opacity: 0; - filter: alpha(opacity=0) ; - z-index: -1; - position: absolute; - right: 0; - height: 35px; - text-align: right; - border: none; - background: transparent; -} - -.sidebarThemeValo .v-Notification.v-position-top { - top: 12px; -} - -.sidebarThemeValo .v-Notification.v-position-right { - right: 12px; -} - -.sidebarThemeValo .v-Notification.v-position-bottom { - bottom: 12px; -} - -.sidebarThemeValo .v-Notification.v-position-left { - left: 12px; -} - -.sidebarThemeValo .v-Notification.v-position-assistive { - top: -9999px; - left: -9999px; -} - -.sidebarThemeValo .v-Notification-animate-in { - -webkit-animation: valo-animate-in-fade 180ms 10ms backwards; - -moz-animation: valo-animate-in-fade 180ms 10ms backwards; - animation: valo-animate-in-fade 180ms 10ms backwards; -} - -.sidebarThemeValo .v-Notification-animate-in.v-position-top { - -webkit-animation: valo-animate-in-slide-down 400ms 10ms backwards; - -moz-animation: valo-animate-in-slide-down 400ms 10ms backwards; - animation: valo-animate-in-slide-down 400ms 10ms backwards; -} - -.sidebarThemeValo .v-Notification-animate-in.v-position-bottom { - -webkit-animation: valo-animate-in-slide-up 400ms 10ms backwards; - -moz-animation: valo-animate-in-slide-up 400ms 10ms backwards; - animation: valo-animate-in-slide-up 400ms 10ms backwards; -} - -.sidebarThemeValo .v-Notification-animate-out { - -webkit-animation: valo-animate-out-fade 150ms; - -moz-animation: valo-animate-out-fade 150ms; - animation: valo-animate-out-fade 150ms; -} - -.sidebarThemeValo .v-Notification-animate-out.v-position-top, .sidebarThemeValo .v-Notification-animate-out.v-position-bottom { - -webkit-animation: valo-animate-out-slide-down-fade 200ms; - -moz-animation: valo-animate-out-slide-down-fade 200ms; - animation: valo-animate-out-slide-down-fade 200ms; -} - -.sidebarThemeValo .v-Notification { - border-radius: 4px; - text-align: center; - position: fixed !important; - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - background: white; - -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); - box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); - padding: 18px 21px; -} - -.sidebarThemeValo .v-Notification .v-Notification-caption { - color: #197de1; - font-size: 18px; - line-height: 1; -} - -.sidebarThemeValo .v-Notification .v-Notification-description { - line-height: 1.4; -} - -.sidebarThemeValo .v-Notification-caption { - margin: 0; - display: inline-block; - text-align: left; - font-weight: inherit; - line-height: inherit; - white-space: nowrap; - letter-spacing: 0; -} - -.sidebarThemeValo .v-Notification-description, .sidebarThemeValo .v-Notification-details { - margin: 0; - display: inline-block; - vertical-align: middle; - max-width: 30em; - text-align: left; - max-height: 20em; - overflow: auto; -} - -.sidebarThemeValo .v-Notification-caption ~ .v-Notification-description, .sidebarThemeValo .v-Notification-caption ~ .v-Notification-details { - margin-left: 23px; -} - -.sidebarThemeValo .v-icon + .v-Notification-caption { - margin-left: 15px; -} - -.sidebarThemeValo .v-Notification-system { - left: 0 !important; - right: 0; - max-width: 100%; - margin: 0 !important; - border-radius: 0; - -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - padding: 12px 14px; - background-color: #444; - background-color: rgba(68, 68, 68, 0.9); - font-weight: 400; - line-height: 21px; -} - -.sidebarThemeValo .v-Notification-system .v-Notification-description, .sidebarThemeValo .v-Notification-system .v-Notification-details { - max-width: 50em; -} - -.sidebarThemeValo .v-Notification-system.v-position-top { - top: 0; -} - -.sidebarThemeValo .v-Notification-system.v-position-top[class*="animate-in"] { - -webkit-animation: valo-animate-in-slide-down 300ms 10ms backwards; - -moz-animation: valo-animate-in-slide-down 300ms 10ms backwards; - animation: valo-animate-in-slide-down 300ms 10ms backwards; -} - -.sidebarThemeValo .v-Notification-system.v-position-top[class*="animate-out"] { - -webkit-animation: valo-animate-out-slide-up 200ms; - -moz-animation: valo-animate-out-slide-up 200ms; - animation: valo-animate-out-slide-up 200ms; -} - -.sidebarThemeValo .v-Notification-system.v-position-bottom { - bottom: 0; -} - -.sidebarThemeValo .v-Notification-system.v-position-bottom[class*="animate-in"] { - -webkit-animation: valo-animate-in-slide-up 300ms 10ms backwards; - -moz-animation: valo-animate-in-slide-up 300ms 10ms backwards; - animation: valo-animate-in-slide-up 300ms 10ms backwards; -} - -.sidebarThemeValo .v-Notification-system.v-position-bottom[class*="animate-out"] { - -webkit-animation: valo-animate-out-slide-down 200ms; - -moz-animation: valo-animate-out-slide-down 200ms; - animation: valo-animate-out-slide-down 200ms; -} - -.sidebarThemeValo .v-Notification-system .v-Notification-caption { - color: #fff; - vertical-align: middle; -} - -.sidebarThemeValo .v-Notification-system .v-Notification-description, .sidebarThemeValo .v-Notification-system .v-Notification-details { - color: #e6e6e6; -} - -.sidebarThemeValo .v-Notification-system u { - text-decoration: none; -} - -.sidebarThemeValo .v-Notification.tray { - text-align: left; -} - -.sidebarThemeValo .v-Notification.tray .v-Notification-caption + .v-Notification-description { - display: block; - margin: 0.5em 0 0; -} - -.sidebarThemeValo .v-Notification.warning { - background: #FFF3D2; -} - -.sidebarThemeValo .v-Notification.warning .v-Notification-caption { - color: #AC7C00; -} - -.sidebarThemeValo .v-Notification.warning .v-Notification-description { - color: #9D874D; -} - -.sidebarThemeValo .v-Notification.error { - background: #ed473b; - font-weight: 400; - -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); - box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); - padding-right: 56px; - overflow: hidden !important; - cursor: pointer; -} - -.sidebarThemeValo .v-Notification.error .v-Notification-caption { - color: white; -} - -.sidebarThemeValo .v-Notification.error .v-Notification-description { - color: #f4e0df; -} - -.sidebarThemeValo .v-Notification.error:after { - content: "\00d7"; - font-size: 1.5em; - position: absolute; - top: 50%; - margin-top: -12px; - right: 12px; - width: 23px; - height: 23px; - line-height: 22px; - cursor: pointer; - color: #000; - opacity: 0.5; - filter: alpha(opacity=50) ; - text-align: center; - border: 1px solid #000; - border-color: rgba(0, 0, 0, 0.3); - border-radius: 50%; - -webkit-transition: opacity 200ms; - -moz-transition: opacity 200ms; - transition: opacity 200ms; -} - -.sidebarThemeValo .v-Notification.error:hover:after { - opacity: 1; - filter: none ; -} - -.sidebarThemeValo .v-Notification.error:active:after { - background-color: #000; - color: #fff; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - -webkit-transition: none 200ms; - -moz-transition: none 200ms; - transition: none 200ms; -} - -.sidebarThemeValo .v-Notification.error:after { - color: #fff; - border-color: #fff; - border-color: rgba(255, 255, 255, 0.3); -} - -.sidebarThemeValo .v-Notification.error:active:after { - background-color: #fff; - color: #000; -} - -.sidebarThemeValo .v-Notification.dark { - background-color: #444; - background-color: rgba(68, 68, 68, 0.9); - font-weight: 400; - line-height: 21px; -} - -.sidebarThemeValo .v-Notification.dark .v-Notification-caption { - color: #fff; - vertical-align: middle; -} - -.sidebarThemeValo .v-Notification.dark .v-Notification-description, .sidebarThemeValo .v-Notification.dark .v-Notification-details { - color: #e6e6e6; -} - -.sidebarThemeValo .v-Notification.bar { - left: 0 !important; - right: 0; - max-width: 100%; - margin: 0 !important; - border-radius: 0; - -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); - padding: 12px 14px; -} - -.sidebarThemeValo .v-Notification.bar .v-Notification-description, .sidebarThemeValo .v-Notification.bar .v-Notification-details { - max-width: 50em; -} - -.sidebarThemeValo .v-Notification.bar.v-position-top { - top: 0; -} - -.sidebarThemeValo .v-Notification.bar.v-position-top[class*="animate-in"] { - -webkit-animation: valo-animate-in-slide-down 300ms 10ms backwards; - -moz-animation: valo-animate-in-slide-down 300ms 10ms backwards; - animation: valo-animate-in-slide-down 300ms 10ms backwards; -} - -.sidebarThemeValo .v-Notification.bar.v-position-top[class*="animate-out"] { - -webkit-animation: valo-animate-out-slide-up 200ms; - -moz-animation: valo-animate-out-slide-up 200ms; - animation: valo-animate-out-slide-up 200ms; -} - -.sidebarThemeValo .v-Notification.bar.v-position-bottom { - bottom: 0; -} - -.sidebarThemeValo .v-Notification.bar.v-position-bottom[class*="animate-in"] { - -webkit-animation: valo-animate-in-slide-up 300ms 10ms backwards; - -moz-animation: valo-animate-in-slide-up 300ms 10ms backwards; - animation: valo-animate-in-slide-up 300ms 10ms backwards; -} - -.sidebarThemeValo .v-Notification.bar.v-position-bottom[class*="animate-out"] { - -webkit-animation: valo-animate-out-slide-down 200ms; - -moz-animation: valo-animate-out-slide-down 200ms; - animation: valo-animate-out-slide-down 200ms; -} - -.sidebarThemeValo .v-Notification.small { - padding: 11px 13px; -} - -.sidebarThemeValo .v-Notification.small .v-Notification-caption { - font-size: 15px; -} - -.sidebarThemeValo .v-Notification.small .v-Notification-description { - font-size: 13px; -} - -.sidebarThemeValo .v-Notification.critical-error { - background: #ed473b; - font-weight: 400; - -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); - box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); -} - -.sidebarThemeValo .v-Notification.critical-error .v-Notification-caption { - color: white; -} - -.sidebarThemeValo .v-Notification.critical-error .v-Notification-description { - color: #f4e0df; -} - -.sidebarThemeValo .v-Notification.closable { - padding-right: 56px; - overflow: hidden !important; - cursor: pointer; -} - -.sidebarThemeValo .v-Notification.closable:after { - content: "\00d7"; - font-size: 1.5em; - position: absolute; - top: 50%; - margin-top: -12px; - right: 12px; - width: 23px; - height: 23px; - line-height: 22px; - cursor: pointer; - color: #000; - opacity: 0.5; - filter: alpha(opacity=50) ; - text-align: center; - border: 1px solid #000; - border-color: rgba(0, 0, 0, 0.3); - border-radius: 50%; - -webkit-transition: opacity 200ms; - -moz-transition: opacity 200ms; - transition: opacity 200ms; -} - -.sidebarThemeValo .v-Notification.closable:hover:after { - opacity: 1; - filter: none ; -} - -.sidebarThemeValo .v-Notification.closable:active:after { - background-color: #000; - color: #fff; - opacity: 0.3; - filter: alpha(opacity=30.0) ; - -webkit-transition: none 200ms; - -moz-transition: none 200ms; - transition: none 200ms; -} - -.sidebarThemeValo .v-Notification.closable.dark:after, .sidebarThemeValo .v-Notification.closable.critical-error:after, .sidebarThemeValo .v-Notification.closable.system:after { - color: #fff; - border-color: #fff; - border-color: rgba(255, 255, 255, 0.3); -} - -.sidebarThemeValo .v-Notification.closable.dark:active:after, .sidebarThemeValo .v-Notification.closable.critical-error:active:after, .sidebarThemeValo .v-Notification.closable.system:active:after { - background-color: #fff; - color: #000; -} - -.sidebarThemeValo .v-Notification.closable.tray:after { - top: 15px; - margin-top: 0; -} - -.sidebarThemeValo .v-Notification.success, .sidebarThemeValo .v-Notification.failure { - background: #fff; - color: #555; - border: 2px solid #2c9720; -} - -.sidebarThemeValo .v-Notification.success .v-Notification-caption, .sidebarThemeValo .v-Notification.failure .v-Notification-caption { - color: #2c9720; - font-weight: 400; -} - -.sidebarThemeValo .v-Notification.success .v-Notification-caption:before, .sidebarThemeValo .v-Notification.failure .v-Notification-caption:before { - font-family: ThemeIcons; - content: "\f00c"; - margin-right: 0.5em; -} - -.sidebarThemeValo .v-Notification.success.bar, .sidebarThemeValo .v-Notification.failure.bar { - margin: -2px !important; -} - -.sidebarThemeValo .v-Notification.failure { - border-color: #ed473b; -} - -.sidebarThemeValo .v-Notification.failure .v-Notification-caption { - color: #ed473b; -} - -.sidebarThemeValo .v-Notification.failure .v-Notification-caption:before { - content: "\f05e"; -} - -.sidebarThemeValo .valo-menu { - height: 100%; - background-color: #4b4b4b; - background-image: -webkit-linear-gradient(right, #414141 0%, #4b4b4b 9px); - background-image: linear-gradient(to left,#414141 0%, #4b4b4b 9px); - color: #a5a5a5; - font-size: 14px; - line-height: 28px; - border-right: 1px solid #3b3b3b; - white-space: nowrap; -} - -.sidebarThemeValo .valo-menu-toggle { - display: none; - position: fixed; - z-index: 200; - top: 3px; - left: 3px; - min-width: 0; -} - -.sidebarThemeValo .valo-menu-part { - border-left: 1px solid #414141; - height: 100%; - padding-bottom: 35px; - overflow: auto; -} - -.sidebarThemeValo .valo-menu-part:first-child { - border-left: none; -} - -.sidebarThemeValo .valo-menu-title, .sidebarThemeValo .valo-menu-subtitle, .sidebarThemeValo .valo-menu-item { - display: block; - line-height: inherit; - white-space: nowrap; - position: relative; -} - -.sidebarThemeValo .valo-menu-title .valo-menu-badge, .sidebarThemeValo .valo-menu-subtitle .valo-menu-badge, .sidebarThemeValo .valo-menu-item .valo-menu-badge { - position: absolute; - right: 18px; -} - -.sidebarThemeValo .valo-menu-title { - line-height: 1.2; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - color: white; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); - padding: 12px 18px; - font-size: 14px; - border-bottom: 1px solid #1362b1; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - text-align: center; -} - -.sidebarThemeValo .valo-menu-title .v-menubar.v-menubar { - background: transparent; - border-color: #1362b1; - color: inherit; - -webkit-box-shadow: none; - box-shadow: none; - text-shadow: inherit; -} - -.sidebarThemeValo .valo-menu-title .v-menubar-menuitem { - background: transparent; - -webkit-box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca; - box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca; - text-shadow: inherit; - font-size: 15px; - border-color: inherit; -} - -.sidebarThemeValo .valo-menu-title h1, .sidebarThemeValo .valo-menu-title .v-label-h1, .sidebarThemeValo .valo-menu-title h2, .sidebarThemeValo .valo-menu-title .v-label-h2, .sidebarThemeValo .valo-menu-title h3, .sidebarThemeValo .valo-menu-title .v-label-h3, .sidebarThemeValo .valo-menu-title h4, .sidebarThemeValo .valo-menu-title .v-label-h4 { - margin-top: 0; - margin-bottom: 0; - color: inherit; -} - -.sidebarThemeValo .v-menubar-user-menu { - border: none; - border-radius: 0; - padding: 1px; - -webkit-box-shadow: none; - box-shadow: none; - text-shadow: none; - background: transparent; - color: inherit; - margin: 18px 7px; - display: block; - overflow: hidden; - text-align: center; - height: auto; - color: inherit; -} - -.sidebarThemeValo .v-menubar-user-menu:focus:after { - display: none; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem { - -webkit-box-shadow: none; - box-shadow: none; - border: none; - margin-right: 1px; - border-radius: 4px; - color: #197de1; - padding: 0 12px; - -webkit-transition: color 140ms; - -moz-transition: color 140ms; - transition: color 140ms; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem:first-child, .sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem:last-child, .sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem:first-child:last-child { - border-radius: 4px; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem:before { - content: none; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem:hover { - color: #4396ea; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem:active { - color: inherit; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem-checked, .sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem-checked:first-child { - border: 1px solid #c5c5c5; - color: #197de1; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption { - position: relative; - top: -1px; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem-selected { - color: #ecf2f8; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem-selected:hover { - color: #ecf2f8; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem-disabled, .sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem-disabled:hover { - color: inherit; -} - -.sidebarThemeValo .v-menubar-user-menu > .v-menubar-menuitem { - color: inherit; - white-space: normal; - line-height: 1.4; - margin: 0; -} - -.sidebarThemeValo .v-menubar-user-menu > .v-menubar-menuitem img.v-icon { - width: 53px; - height: 53px; - border-radius: 28px; - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - display: block; - margin: 0 auto 0.3em; - border: 1px solid #c5c5c5; -} - -.sidebarThemeValo .v-menubar-user-menu > .v-menubar-menuitem:after { - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.sidebarThemeValo .v-menubar-user-menu .v-menubar-menuitem-selected { - background: transparent; -} - -.sidebarThemeValo .valo-menu-subtitle { - color: #868686; - margin: 7px 0 7px 18px; - border-bottom: 1px solid #666666; -} - -.sidebarThemeValo .valo-menu-subtitle [class*="badge"] { - color: #73a5d7; -} - -.sidebarThemeValo .valo-menuitems { - display: block; -} - -.sidebarThemeValo .valo-menu-item { - outline: none; - font-weight: 400; - padding: 0 35px 0 18px; - cursor: pointer; - position: relative; - overflow: hidden; - text-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); - -webkit-transition: background-color 300ms, color 60ms; - -moz-transition: background-color 300ms, color 60ms; - transition: background-color 300ms, color 60ms; -} - -.sidebarThemeValo .valo-menu-item [class*="caption"] { - vertical-align: middle; - display: inline-block; - width: 90%; - max-width: 15em; - padding-right: 18px; - text-overflow: ellipsis; - overflow: hidden; -} - -.sidebarThemeValo .valo-menu-item [class*="badge"] { - color: #73a5d7; -} - -.sidebarThemeValo .valo-menu-item.selected { - background: #434343; -} - -.sidebarThemeValo .valo-menu-item.selected .v-icon { - color: #197de1; -} - -.sidebarThemeValo .valo-menu-item.selected [class*="badge"] { - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - color: #c8dbed; -} - -.sidebarThemeValo .valo-menu-item:focus, .sidebarThemeValo .valo-menu-item:hover, .sidebarThemeValo .valo-menu-item.selected { - color: white; -} - -.sidebarThemeValo .valo-menu-item span.v-icon { - min-width: 1em; - margin-right: 18px; - text-align: center; - vertical-align: middle; - -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.75))); -} - -.sidebarThemeValo .valo-menu-item span.v-icon + span { - margin-left: 0; -} - -.sidebarThemeValo .valo-menu-item [class*="badge"] { - background-color: #585858; - -webkit-transition: background-color 300ms; - -moz-transition: background-color 300ms; - transition: background-color 300ms; - line-height: 1; - padding: 4px 6px; - min-width: 10px; - text-align: center; - top: 3px; - border-radius: 4px; -} - -.sidebarThemeValo .valo-menu-part.large-icons { - background-color: #4b4b4b; - min-width: 70px; - max-width: 105px; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-title { - font-size: 11px; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-title .v-label-undef-w { - white-space: normal; -} - -.sidebarThemeValo .valo-menu-part.large-icons .v-menubar-user-menu { - margin-left: 0; - margin-right: 0; - font-size: 11px; -} - -.sidebarThemeValo .valo-menu-part.large-icons .v-menubar-user-menu img.v-icon { - width: 27px; - height: 27px; -} - -.sidebarThemeValo .valo-menu-part.large-icons [class*="subtitle"] { - margin: 9px 0 0; - padding: 7px 23px 7px 9px; - line-height: 1; - border: none; - text-overflow: ellipsis; - overflow: hidden; - background: #3c3c3c; - font-size: 12px; - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .valo-menu-part.large-icons [class*="subtitle"] [class*="badge"] { - right: 9px; -} - -.sidebarThemeValo .valo-menu-part.large-icons [class*="subtitle"] + .valo-menu-item { - border-top: none; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-item { - display: block; - font-size: 24px; - line-height: 1; - padding: 12px; - text-align: center; - border-top: 1px solid #555555; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-item:first-child { - border-top: none; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-item [class*="caption"] { - display: block; - width: auto; - margin: 0.3em 0 0; - padding: 0; - font-size: 11px; - line-height: 1.3; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-item .v-icon { - margin: 0; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-item span.v-icon { - opacity: 0.8; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-item.selected { - background: #434343; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-item.selected .v-icon { - opacity: 1; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-item.selected [class*="badge"] { - border-color: #434343; -} - -.sidebarThemeValo .valo-menu-part.large-icons .valo-menu-item [class*="badge"] { - padding-left: 4px; - padding-right: 4px; - top: 7px; - right: 7px; - border: 2px solid #4b4b4b; -} - -.sidebarThemeValo .valo-menu-logo { - display: block; - overflow: hidden; - width: 42px !important; - height: 42px; - border-radius: 4px; - text-align: center; - background-color: #197de1; - background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); - background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); - color: white; - font-size: 23px; - line-height: 42px; - margin: 18px auto; - -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .valo-menu-logo:focus { - outline: none; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part { - background-color: #4b4b4b; - min-width: 70px; - max-width: 105px; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title { - font-size: 11px; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title .v-label-undef-w { - white-space: normal; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu { - margin-left: 0; - margin-right: 0; - font-size: 11px; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu img.v-icon { - width: 27px; - height: 27px; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] { - margin: 9px 0 0; - padding: 7px 23px 7px 9px; - line-height: 1; - border: none; - text-overflow: ellipsis; - overflow: hidden; - background: #3c3c3c; - font-size: 12px; - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] [class*="badge"] { - right: 9px; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] + .valo-menu-item { - border-top: none; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item { - display: block; - font-size: 24px; - line-height: 1; - padding: 12px; - text-align: center; - border-top: 1px solid #555555; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item:first-child { - border-top: none; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="caption"] { - display: block; - width: auto; - margin: 0.3em 0 0; - padding: 0; - font-size: 11px; - line-height: 1.3; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item .v-icon { - margin: 0; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item span.v-icon { - opacity: 0.8; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected { - background: #434343; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected .v-icon { - opacity: 1; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected [class*="badge"] { - border-color: #434343; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="badge"] { - padding-left: 4px; - padding-right: 4px; - top: 7px; - right: 7px; - border: 2px solid #4b4b4b; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] { - padding-top: 35px; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .v-loading-indicator { - top: 35px; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] > .v-widget { - position: relative !important; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menu { - border-right: none; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menu-part { - overflow: visible; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menu-toggle { - display: inline-block; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menu-title { - position: fixed; - z-index: 100; - top: 0; - left: 0; - right: 0; - height: 35px !important; - padding-top: 0; - padding-bottom: 0; - -webkit-backface-visibility: hidden; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu { - position: fixed; - z-index: 100; - top: 0; - right: 0; - margin: 0; - padding: 0; - height: 35px; - color: #97bee5; - max-width: 30%; - -webkit-backface-visibility: hidden; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem { - line-height: 34px; - white-space: nowrap; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu img.v-icon { - display: inline-block; - margin: 0 6px 0 0; - width: 18px; - height: 18px; - border-radius: 9px; - border: none; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menuitems { - height: 100%; - background-color: #4b4b4b; - background-image: -webkit-linear-gradient(right, #414141 0%, #4b4b4b 9px); - background-image: linear-gradient(to left,#414141 0%, #4b4b4b 9px); - color: #a5a5a5; - font-size: 14px; - line-height: 28px; - border-right: 1px solid #3b3b3b; - white-space: nowrap; - position: fixed; - z-index: 9000; - top: 35px; - bottom: 0; - height: auto; - max-width: 100%; - overflow: auto; - padding: 18px 0; - -webkit-transform: translatex(-100%); - -moz-transform: translatex(-100%); - -ms-transform: translatex(-100%); - -o-transform: translatex(-100%); - transform: translatex(-100%); - -webkit-transition: all 300ms; - -moz-transition: all 300ms; - transition: all 300ms; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menu-visible .valo-menuitems, .sidebarThemeValo .valo-menu-responsive[width-range~="0-800px"] .valo-menu-hover:hover .valo-menuitems { - -webkit-transform: translatex(0%); - -moz-transform: translatex(0%); - -ms-transform: translatex(0%); - -o-transform: translatex(0%); - transform: translatex(0%); -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-500px"] .valo-menu-toggle .v-button-caption { - display: none; -} - -.sidebarThemeValo .valo-menu-responsive[width-range~="0-500px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem-caption { - display: inline-block; - width: 18px; - overflow: hidden; -} - -.sidebarThemeValo .stepper { - position: relative; -} - -.sidebarThemeValo .stepper input[type=text] { - line-height: 1.55; - font-size: 15px; - width: inherit; -} - -.sidebarThemeValo .stepper.v-has-width input[type=text] { - width: 100%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -.sidebarThemeValo .stepper.v-disabled { - opacity: 0.5; -} - -.sidebarThemeValo .stepper .stepper-updown { - position: absolute; - top: 2px; - right: 2px; -} - -.sidebarThemeValo .stepper .stepper-up, .sidebarThemeValo .stepper .stepper-down { - display: block; - outline: none; - font-size: 15px; - line-height: 0.775; -} - -.v-gecko .sidebarThemeValo .stepper .stepper-updown { - top: 4px !important; -} - -.v-trident .sidebarThemeValo .stepper .stepper-updown { - top: 5px !important; -} - -.v-trident .sidebarThemeValo .stepper .stepper-up, .v-trident .sidebarThemeValo .stepper .stepper-down { - font-size: 14px !important; - line-height: 0.5 !important; -} - -.v-sa .sidebarThemeValo .stepper .stepper-updown { - top: 4px; - right: 4px; -} - -.sidebarThemeValo .v-caption-bold { - font-weight: bold; -} - -.sidebarThemeValo .v-button-link { - height: inherit; -} - -.sidebarThemeValo .v-button-link:after { - content: none; -} - -.sidebarThemeValo .v-label-light { - font-size: small; -} - -.sidebarThemeValo .v-button-link { - padding: 0px 2px; -} - -.sidebarThemeValo .v-disabled { - color: LightGray; -} - -.sidebarThemeValo .u-visiblescroll { - overflow: visible; -} - -.sidebarThemeValo .v-tabsheet-tabs-u-bigTabsheet .v-caption { - font-size: 17px; -} - -.sidebarThemeValo .u-messageBox { - background-color: #EEEEEE; - border-radius: 4px; - box-shadow: 3px 3px 3px #999999; - padding: 5px; -} - -.sidebarThemeValo .u-indent { - margin-left: 18px; -} - -.sidebarThemeValo .u-formSection { - font-size: 13px; - font-weight: bold; - margin: 14px 0 4px 0; -} - -.sidebarThemeValo .u-emphasized { - font-style: italic; -} - -.sidebarThemeValo .u-bold { - font-weight: bold; -} - -.sidebarThemeValo .u-sectionTitle { - font-weight: 400; - font-size: 20px; -} - -.sidebarThemeValo .u-immutableAttribute { - color: gray; -} - -.sidebarThemeValo .u-readOnlyTableElement { - color: gray; -} - -.sidebarThemeValo .u-error { - color: red; -} - -.sidebarThemeValo .u-success { - color: green; -} - -.sidebarThemeValo .u-header { - background: url(../common/img/top-bar-bg.jpg); -} - -.sidebarThemeValo .u-textLarge { - font-size: large; - line-height: 1.4; -} - -.sidebarThemeValo .u-textXLarge { - font-size: x-large; - line-height: 2; -} - -.sidebarThemeValo .u-textEndpointHeading { - font-family: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana; - letter-spacing: -1px; - font-size: 26px; - line-height: 1.1; - font-weight: 300; -} - -.sidebarThemeValo .u-textTitle { - font-family: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana; - letter-spacing: -1px; - font-size: 2em; - line-height: 1.2; - margin-bottom: 35px; -} - - -.sidebarThemeValo .u-bigTabSelected .v-icon { - color: #264899; -} -.sidebarThemeValo .u-bigTabSelected .v-label{ - color: #264899; -} - -.sidebarThemeValo .u-bigTab { - padding-top: 10px; - padding-bottom: 10px; - -} - -.sidebarThemeValo .u-bigTabSelected { - background: #f2f2f2; - color: #264899; - box-shadow: none; - position: relative; - padding-bottom: 10px; - padding-top: 10px; -} -.sidebarThemeValo .u-bigTabSelected:before { - box-shadow: none; - position: absolute; - left: 0; - top: 0; - content: ''; - height: 100%; - width: 5px; - background:#264899; - text-align: center; - margin: auto; - -} - -.sidebarThemeValo .u-textCenter { - text-align: center; -} - -.sidebarThemeValo .u-verticalBar { - width: 0px; - height: 100%; - border-left: 1px solid; - color: #d4d4d4; - margin: 0px 8px; -} - -.sidebarThemeValo .u-horizontalBar { - width: 100%; - height: 0px; - border-top: 1px solid; - color: #d4d4d4; - margin: 7px 0px; - padding: 0px 0px 1px 0px; -} - -.sidebarThemeValo .u-selectedButton { - box-shadow: 0px 0px 9px #888; -} - -.sidebarThemeValo .u-smallMargins { - margin-left: 12px; - margin-right: 12px; - margin-top: 12px; - margin-bottom: 12px; -} - -.sidebarThemeValo .u-verticalPaddingSmall.v-margin-top { - padding-top: 12px; -} - -.sidebarThemeValo .u-verticalPaddingSmall.v-margin-bottom { - padding-bottom: 12px; -} - -.sidebarThemeValo .u-minHeightAuthenticator { - min-height: 280px; -} - -.sidebarThemeValo .u-imageWidthSmall .v-button-wrap .v-icon { - width: 140px; -} - -.sidebarThemeValo .u-imageHeightSmall .v-button-wrap .v-icon { - height: 140px; -} - -.sidebarThemeValo .u-imageWidthTiny .v-button-wrap .v-icon { - width: 70px; -} - -.sidebarThemeValo .u-imageHeightTiny .v-button-wrap .v-icon { - height: 70px; -} - -.sidebarThemeValo .u-imageMaxHeightMedium .v-button-wrap .v-icon { - max-height: 280px; -} - -.sidebarThemeValo .u-imageMaxHeightSmall .v-button-wrap .v-icon { - max-height: 140px; -} - -.sidebarThemeValo .u-imageMaxHeightTiny .v-button-wrap .v-icon { - max-height: 70px; -} - -.sidebarThemeValo .u-maxWidthColumn { - max-width: 840px; -} - -.sidebarThemeValo .u-smallMargin.v-margin-top { - padding-top: 6px; -} - -.sidebarThemeValo .u-smallMargin { - padding-top: 6px; -} - -.sidebarThemeValo .u-negativeBottomMarginSmall { - margin-bottom: -round(6px); -} - -.sidebarThemeValo .u-negativeTopMargin { - margin-top: -12px; -} - -.sidebarThemeValo .v-panel-content-u-centeredPanel > div { - display: block; - margin: auto; -} - -.sidebarThemeValo .v-textfield-u-trueCondition-bg.v-readonly { - background: LightGreen; -} - -.sidebarThemeValo .v-filterselect-u-trueCondition-bg.v-readonly { - background: LightGreen; -} - -.sidebarThemeValo .v-filterselect-item-inactive { - font-style: italic; -} - -.sidebarThemeValo .v-filterselect-item-inactive:hover { - background: transparent; -} - -.sidebarThemeValo .v-ddwrapper-u-trueCondition-bg .v-textfield { - background: LightGreen; -} - -.sidebarThemeValo .v-textfield-u-falseCondition-bg.v-readonly { - background: LightGray; -} - -.sidebarThemeValo .v-filterselect-u-falseCondition-bg.v-readonly { - background: LightGray; -} - -.sidebarThemeValo .v-ddwrapper-u-falseCondition-bg .v-textfield { - background: LightGray; -} - -.sidebarThemeValo .v-textfield-u-error-bg.v-readonly { - background: LightCoral; -} - -.sidebarThemeValo .v-filterselect-u-error-bg.v-readonly { - background: LightCoral; -} - -.sidebarThemeValo .v-ddwrapper-u-error-bg .v-textfield { - background: LightCoral; -} - -.sidebarThemeValo .u-smallSpacing .v-spacing { - height: 6px; - width: 6px; -} - -.sidebarThemeValo .u-smallFormSpacing > table > tbody > [class*="row"] > td { - padding-top: 6px; -} - -.sidebarThemeValo .u-tinySpacing .v-spacing { - height: 2px; - width: 2px; -} - -.sidebarThemeValo .u-link { - color: #197de1; -} - -.sidebarThemeValo .u-hidden { - visibility: hidden; -} - -.sidebarThemeValo .u-floatRight { - float: right; -} - -.sidebarThemeValo .u-vAlignMiddle { - vertical-align: middle; -} - -.sidebarThemeValo .u-hMarginSmall { - margin-left: 6px; - margin-right: 6px; -} - -.sidebarThemeValo .u-rightMargin { - margin-right: 18px; -} - -.sidebarThemeValo .u-leftMargin { - margin-left: 18px; -} - -.sidebarThemeValo .u-leftMarginSmall { - margin-left: 6px; -} - -.sidebarThemeValo .u-bottomMargin { - margin-bottom: 18px; -} - -.sidebarThemeValo .u-passwordQuality { - background-color: #F5F5F5; - width: 16em; - -webkit-border-radius: 10px; - -webkit-border-top-left-radius: 0; - -moz-border-radius: 10px; - -moz-border-radius-topleft: 0; - border-radius: 10px; - border-top-left-radius: 0; - padding: 5px; - overflow-y: visible; - max-height: 75px; -} - -.sidebarThemeValo .u-password-hint { - background-color: #F5F5F5; - width: 16em; - -webkit-border-radius: 10px; - -webkit-border-top-left-radius: 0; - -moz-border-radius: 10px; - -moz-border-radius-topleft: 0; - border-radius: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; - margin-left: -5px; - padding-left: 5px; - padding-bottom: 5px; -} - -.sidebarThemeValo .u-passwordQuality-nonCompactTopMargin { - margin-top: 24px; -} - -.sidebarThemeValo .u-password-stat { - background-color: #F5F5F5; - width: 16em; - margin-left: -5px; - padding-left: 5px; - padding-bottom: 5px; -} - -.sidebarThemeValo .v-progressbar.u-greenProgressBar .v-progressbar-indicator { - background-color: #2c9020; - background-image: -webkit-linear-gradient(top, #2f9822 2%, #26811b 98%); - background-image: linear, to bottom, #2f9822 2%, #26811b 98%; - border: 1px solid #227119; -} - -.sidebarThemeValo .v-progressbar.u-redProgressBar .v-progressbar-indicator { - background-color: #DC143C; - background-image: -webkit-linear-gradient(top, #de1540 2%, #d01134 98%); - background-image: linear, to bottom, #de1540 2%, #d01134 98%; - border: 1px solid #ad0f2f; -} - -.sidebarThemeValo .v-slot-u-redProgressBar .v-icon { - color: #ed473b; -} - -.sidebarThemeValo .u-margin { - margin-left: 18px; - margin-right: 18px; - margin-top: 18px; - margin-bottom: 18px; -} - -.sidebarThemeValo .u-idptile .v-grid-row > td { - border-left: none; - border-bottom: none; -} - -.sidebarThemeValo .u-idptile .v-grid-row > td:first-child { - width: 82px; - text-align: center; -} - -.sidebarThemeValo .u-idptile td > img { - max-height: 33px; - max-width: 70px; -} - -.sidebarThemeValo .u-idptile .v-grid-tablewrapper { - border: none; -} - -.sidebarThemeValo .u-flag-bg-en { - background-image: url(../common/img/flag/en.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.sidebarThemeValo .u-flag-bg-pl { - background-image: url(../common/img/flag/pl.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.sidebarThemeValo .u-flag-bg-de { - background-image: url(../common/img/flag/de.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.sidebarThemeValo .u-flag-bg-nb { - background-image: url(../common/img/flag/no.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.sidebarThemeValo .u-flag-bg-fr { - background-image: url(../common/img/flag/fr.png); - background-repeat: no-repeat; - background-position: 99% top; - background-origin: content-box; -} - -.sidebarThemeValo .v-menubar .v-menubar-submenu-indicator + .v-menubar-menuitem-caption::after { - margin: 0 -3px 0 -3px; - font-family: FontAwesome; - content: "\f078"; - font-size: 0em; - vertical-align: 0.15em; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-menuitem .v-icon { - color: #197de1; -} - -.sidebarThemeValo .u-error-icon .v-icon { - color: #ed473b; -} - -.sidebarThemeValo .v-caption-u-error-icon .v-icon { - color: #ed473b; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-menuitem-selected { - background-image: -webkit-linear-gradient(top, #8ebef0 2%, #a5cbf3 98%); - background-image: linear, to bottom, #8ebef0 2%, #a5cbf3 98%; - background-color: transparent; -} - -.sidebarThemeValo .v-menubar-u-toolbarButton { - height: auto; - line-height: inherit; -} - -.sidebarThemeValo .v-caption-u-emphasized { - font-size: 150%; -} - -.sidebarThemeValo .u-noGridHorizontalLines .v-grid-cell-focused:before { - display: none !important; -} - -.sidebarThemeValo .u-noGridHorizontalLines .v-grid-tablewrapper table tbody tr td { - border-left: none; - border-bottom: none; - line-height: 29px; - height: 30px; -} - -.sidebarThemeValo .u-noGridHorizontalLines .v-grid-tablewrapper table tbody tr:last-child td { - border-bottom: 1px solid #d4d4d4; -} - -.sidebarThemeValo .u-denseTreeGrid td { - line-height: 34px; - height: 34px; -} - -.sidebarThemeValo .u-denseTreeGrid .v-treegrid-tablewrapper .v-treegrid-cell-content { - padding-bottom: 6px; -} - -.sidebarThemeValo .drop-layout .v-horizontallayout-drag-center { - background-color: #197de1; -} - -.sidebarThemeValo .drop-on { - background-color: #bddbf8; -} - -.sidebarThemeValo .v-assistive-device-only-label label { - font-size: 0; - width: 0px; -} - -.sidebarThemeValo .v-caption-u-smallIconLabel .v-icon { - max-height: 25px; -} - -.sidebarThemeValo .v-slot-u-smallIconLabel { - max-height: 25px; -} - -.sidebarThemeValo .u-mediumIcon .v-icon { - font-size: 18px; -} - -.sidebarThemeValo .u-largeIcon .v-icon { - font-size: 24px; -} - -.sidebarThemeValo .u-veryLargeIcon .v-icon { - font-size: 34px; -} - -.sidebarThemeValo .u-signInButton { - width: 100%; -} - -.sidebarThemeValo .u-signInButton .v-button-wrap img { - padding: 4px 0px 0px 2px; - height: 27px; - vertical-align: top; -} - -.sidebarThemeValo .u-signUpButton { - width: 100%; -} - -.sidebarThemeValo .u-authn-columnsSeparator { - min-width: 35px; -} - -.sidebarThemeValo .u-authn-logo { - height: 70px; -} - -.sidebarThemeValo .u-authn-title { - font-family: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana; - letter-spacing: -1px; - font-size: 26px; - line-height: 1.1; - font-weight: 300; - padding-top: 12px; - padding-bottom: 35px; -} - -.sidebarThemeValo .u-authnOptionTextElement { - height: 35px; -} - -.sidebarThemeValo .u-verticalSpace1Unit { - height: 35px; -} - -.sidebarThemeValo .u-authnOptionTextCenteredElement .v-slot { - height: 100%; -} - -.sidebarThemeValo .u-authnGrid .v-grid-cell { - padding: 0px 0px 0px 0px; -} - -.sidebarThemeValo .u-authnGrid .v-grid-row > td { - border-left: none; - border-bottom: none; -} - -.sidebarThemeValo .u-authnGrid .v-grid-row > td:first-child { - text-align: center; -} - -.sidebarThemeValo .u-authnGrid td .v-image { - max-height: 33px; - max-width: 90%; -} - -.sidebarThemeValo .u-externalSignInButton, .sidebarThemeValo .u-externalGridSignInButton { - background: #53A0C6; - text-decoration: none; - color: white; - font-weight: bold; - width: 100%; - height: 35px; - text-align: left; -} - -.sidebarThemeValo .u-externalSignInButton:hover, .sidebarThemeValo .u-externalGridSignInButton:hover { - background: #3486AE; - color: white; -} - -.sidebarThemeValo .u-outdatedcred-info { - padding-top: 12px; - padding-bottom: 12px; -} - -.sidebarThemeValo .u-externalSignInButton .v-button-wrap img, .sidebarThemeValo .u-externalGridSignInButton .v-button-wrap img { - padding: 4px 0px 0px 2px; - height: 27px; - vertical-align: top; -} - -.sidebarThemeValo .u-chip { - margin-right: 6px; - margin-top: 3px; - margin-bottom: 3px; -} - -.sidebarThemeValo .u-chip .v-label { - background-color: #E0E0E0; - border-bottom-left-radius: 5px; - border-top-left-radius: 5px; - border-bottom-right-radius: 5px; - border-top-right-radius: 5px; - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - height: 29px; -} - -.sidebarThemeValo .u-chip .v-button { - background-color: #E0E0E0; - margin-left: -6px; - border-bottom-right-radius: 5px; - border-top-right-radius: 5px; - padding-right: 6px; - padding-left: 6px; - padding-top: 4px; - height: 29px; -} - -.sidebarThemeValo .u-chip .v-button:hover { - background-color: #E0E0E0; -} - -.sidebarThemeValo .u-chipsCombo { - margin-top: 3px; -} - -.sidebarThemeValo .v-button-registrationLink { - font-size: large; -} - -.sidebarThemeValo .v-filterselect-suggestpopup-u-indentComboBox .v-filterselect-suggestmenu .gwt-MenuItem { - white-space: pre; -} - -.sidebarThemeValo .u-indentComboBox .v-filterselect-input { - white-space: nowrap; -} - -.sidebarThemeValo .v-label-wrap-line { - word-wrap: break-word; - white-space: pre-wrap; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-spacer-deco { - width: 0px; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-header-deco { - border: none; - background: #FFFFFF; - background-color: #FFFFFF; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-footer-deco { - border: none; - background: #FFFFFF; - background-color: #FFFFFF; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-spacer.stripe > td { - background-color: transparent; - border: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-scroller-vertical { - background: #FFFFFF; - border: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-scroller-horizontal { - background: #FFFFFF; - border: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-horizontal-scrollbar-deco { - background: #FFFFFF; - border: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-scroller { - border: none; - background: #FFFFFF; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-spacer > td { - background-color: transparent; - border: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-cell { - padding: 0px 0px 0px 2px; - border-top: 0.5px solid #d4d4d4; - border-bottom: none; - border-right: none; - border-left: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-cell.frozen { - box-shadow: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-header th { - background: #FFFFFF; - background-color: #FFFFFF; - font-weight: bold; - border-top: none; - border-right: none; - border-left: none; - border-bottom: 2px solid #d4d4d4; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-sidebar.v-contextmenu { - height: 34px; -} - -.sidebarThemeValo .u-AuditEventsWarnMsg { - font-weight: bold; - margin-bottom: 30px; -} - -.sidebarThemeValo .u-AuditEventsGridTitle { - font-weight: bold; - margin-bottom: 10px; -} - -.sidebarThemeValo .u-auditEvents-filterLayout { - padding-right: 100px; - padding-bottom: 10px; - font-weight: bold; -} - -.sidebarThemeValo .u-auditEvents-filterLayout .v-caption { - font-weight: bold; -} - -.sidebarThemeValo .u-auditEvents-filterLayout { - font-weight: bold; -} - -.sidebarThemeValo .u-gridWithActionMulti .v-grid-header th:first-child { - padding-left: 6px; - transform: none !important; -} - -.sidebarThemeValo .u-gridWithActionMulti .v-grid-row > td:first-child { - padding-left: 6px; - transform: none !important; -} - -.sidebarThemeValo .u-gridWithActionMulti .v-grid-header th:nth-child(2) { - padding: 0px 0px 0px 0px; -} - -.sidebarThemeValo .u-gridWithActionMulti .v-grid-row > td:nth-child(2) { - padding: 0px 0px 0px 0px; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-tablewrapper { - border: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-row > td { - border-left: none; - border-right: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-row > td .v-button-small { - margin: 0px; - width: 30px; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-row > td .v-button-small:focus { - border: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-row > td .v-horizontallayout { - margin-right: 0px; - overflow: hidden; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-cell-focused:before { - display: none !important; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-cell div.component-wrap { - width: auto; -} - -.sidebarThemeValo .v-grid-u-gridWithAction { - background: transparent; - background-color: transparent; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-row .v-grid-cell:last-of-type div.component-wrap { - width: 100%; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-row .v-grid-cell div.component-wrap { - width: auto; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-sidebar.v-contextmenu { - background-color: #FFFFFF; - background-image: none; - border: none; -} - -.sidebarThemeValo .u-gridWithAction .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button:after { - content: "\f142"; - font-family: FontAwesome; -} - -.sidebarThemeValo .u-wordWrap { - word-wrap: break-word !important; - white-space: normal !important; -} - -.sidebarThemeValo .u-showHideButton { - color: #323232 !important; - border: none !important; - cursor: default !important; -} - -.sidebarThemeValo .u-showHideButton:hover { - background-color: transparent !important; - background: none !important; -} - -.sidebarThemeValo .u-showHideButton:active:not(.v-disabled) { - opacity: 1; -} - -.sidebarThemeValo .u-imagePreview { - max-height: 15em; - max-width: 15em; -} - -.sidebarThemeValo .u-fixedWidthCaptions .v-formlayout-captioncell .v-caption { - width: 21em; -} - -.sidebarThemeValo .u-marginLeftMinus7 { - margin-left: -7em; -} - -.sidebarThemeValo .u-marginLeftMinus20 { - margin-left: -20em; -} - -.sidebarThemeValo .u-marginLeftMinus30 { - margin-left: -30em; -} - -.sidebarThemeValo .u-gridEmbeddedEditor { - margin-top: -2em; - background-color: #FFFFFF; -} - -.sidebarThemeValo .u-marginLeftPlus7 { - margin-left: 7em; -} - -.sidebarThemeValo .u-border { - border: 1px solid #d4d4d4; -} - -.sidebarThemeValo .u-columnHeader { - border-bottom: 1px solid #d4d4d4; - background-color: #E0E0E0; -} - -.sidebarThemeValo .u-minWidth25 { - min-width: 25em; -} - -.sidebarThemeValo .u-minWidth50 { - min-width: 50em; -} - -.sidebarThemeValo .u-minWidth75 { - min-width: 75em; -} - -.sidebarThemeValo .u-minWidth100 { - min-width: 100em; -} - -.sidebarThemeValo .u-narrowTable { - max-width: 50em; -} - -.sidebarThemeValo .u-maxWidth25 { - max-width: 25em; -} - -.sidebarThemeValo .u-maxWidth3 { - max-width: 3em; -} - -.sidebarThemeValo .u-clearTextField { - margin-top: 3px; - margin-left: -1.5em; - background: #FFFFFF !important; -} - -.sidebarThemeValo .v-menubar-menuitem .v-icon { - color: #264899 !important; -} - -.sidebarThemeValo .v-menubar-menuitem { - color: #323232; - outline: none; - max-height: 29px; -} - -.sidebarThemeValo .v-menubar-menuitem:hover { - background: #F4F4F4; - color: #323232; -} - -.sidebarThemeValo .v-menubar > .v-menubar-menuitem-selected { - background-color: #F4F4F4; - background-image: none; -} - -.sidebarThemeValo .v-menubar-popup .v-menubar-separator { - height: 1px; -} - -.sidebarThemeValo .v-filterselect-suggestpopup .gwt-MenuItem-selected { - color: #323232; - background-color: #F4F4F4; - background-image: none; -} - -.sidebarThemeValo .u-indentSmall { - margin-left: 10px; -} - -.sidebarThemeValo .v-grid-row-stripe > td { - background-color: #FFFFFF; -} - -.sidebarThemeValo .v-grid-row.warn > td { - color: red; -} - -.sidebarThemeValo .v-button:hover::after { - background-color: transparent; -} - -.sidebarThemeValo .v-button { - -webkit-transition: background 0.3s; - -moz-transition: background 0.3s; - -ms-transition: background 0.3s; - -o-transition: background 0.3s; - transition: background 0.3s; - background-image: none; - background-color: #E5E5E5; - color: #323232; - -webkit-box-shadow: none; - box-shadow: none; - border-color: transparent; -} - -.sidebarThemeValo .v-button:hover { - background-color: #C5C5C5; - color: #323232; -} - -.sidebarThemeValo .u-button-disabled { - pointer-events: none; -} - -.sidebarThemeValo .u-inactiveButton:hover { - background-color: #E5E5E5 !important; -} - -.sidebarThemeValo .u-inactiveButton:after { - content: none !important; -} - -.sidebarThemeValo .v-button-link { - background-color: transparent; - text-decoration: none; -} - -.sidebarThemeValo .v-button-link:hover { - background-color: transparent; - color: #FFA045; -} - -.sidebarThemeValo .v-button:focus::after { - border-color: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sidebarThemeValo .u-button-action { - background-color: #264899; - color: #fff; -} - -.sidebarThemeValo .u-button-action:hover { - background-color: #f45d00; - color: #fff; -} - -.v-slot-u-breadcrumbs .u-menuButton-wrap .u-menuButton-caption, .v-slot-u-breadcrumbs .u-menuButton-wrap .u-menuButton-caption{ - color: #264899; -} - -.sidebarThemeValo .u-button-form { - width: 9em; -} - -.sidebarThemeValo .v-button-grid { - height: 25px; - background-color: #FFFFFF; -} - -.sidebarThemeValo .v-button-grid:hover { - background-color: #F4F4F4; -} - -.sidebarThemeValo .stepper-updown .v-icon { - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - -ms-transition: color 0.3s; - -o-transition: color 0.3s; - transition: color 0.3s; - color: $color-dark-grey; -} - -.sidebarThemeValo .stepper-updown .v-icon:hover { - color: #323232; -} - -.sidebarThemeValo .u-sidebar { - position: relative; - z-index: 1; -} - -.sidebarThemeValo .u-sidebar *:focus { - outline: none; -} - -.sidebarThemeValo .u-sidebar .viewHeader { - font-size: 22.5px; -} - -.sidebarThemeValo .u-sidebar .v-grid-row-selected > td { - background: #6BBFCE !important; - color: #323232; - border-color: #D4D4D4; -} - -.sidebarThemeValo .u-sidebar .v-treegrid-row-selected > td { - background: #6BBFCE !important; - color: #323232; - border-color: #D4D4D4; -} - -.sidebarThemeValo .u-sidebar .v-treegrid-row-focused::before { - border: 1px solid #D4D4D4; -} - -.sidebarThemeValo .u-sidebar .v-tree8-cell { - padding: 0px; - text-overflow: unset; -} - -.sidebarThemeValo .u-sidebar .v-tree8-cell .v-menubar-borderless { - padding: 0px; - margin: 0px; - overflow: hidden; -} - -.sidebarThemeValo .u-sidebar .v-tree8-row-stripe > td { - background-color: #FFFFFF; -} - -.sidebarThemeValo .u-sidebar .v-tree8-row-selected > td { - background: #6BBFCE; - color: #323232; - border-color: #D4D4D4; -} - -.sidebarThemeValo .u-sidebar .v-tree8-row-selected::before { - border: none; - background-color: transparent !important; - background-image: none !important; -} - -.sidebarThemeValo .u-sidebar .v-tree8-row-focused::before { - border: none; -} - -.sidebarThemeValo .u-sidebar .v-tree8-cell.frozen { - -webkit-box-shadow: none; - box-shadow: none; - border: none; -} - -.sidebarThemeValo .u-sidebar .v-tree8 .v-tree8-row > td:first-child { - padding-left: 6px; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid td { - line-height: 34px; - height: 34px; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-row-stripe > td { - background-color: #FFFFFF; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-header th { - background: #FFFFFF; - background-color: #FFFFFF; - font-weight: bold; - border-top: none; - border-right: none; - border-left: none; - border-bottom: 2px solid #d4d4d4; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-header th:last-child { - padding: 0px 0px 0px 2px; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-tablewrapper { - border: none; - background-color: #FFFFFF; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-row > td:first-child { - padding-left: 6px; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-cell { - padding-left: 2px; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-header th:first-child { - padding-left: 6px; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-row-focused::before { - border: none; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-cell.frozen { - box-shadow: none; - -webkit-box-shadow: none; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-row td { - border-left: none; - border-right: none; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-spacer-deco { - width: 0px; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-header-deco { - border: none; - background: #FFFFFF; - background-color: #FFFFFF; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-footer-deco { - border: none; - background: #FFFFFF; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-scroller { - border: none; - background: #FFFFFF; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-scroller { - border: none; - background: #FFFFFF; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-horizontal-scrollbar-deco { - background: #FFFFFF; - border: none; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-sidebar.v-contextmenu { - background-color: #FFFFFF; - background-image: none; - border: none; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button:after { - content: "\f142"; - font-family: FontAwesome; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-cell div.component-wrap { - overflow: hidden; -} - -.sidebarThemeValo .u-sidebar .u-denseTreeGrid .v-treegrid-sidebar.v-contextmenu { - height: 34px; -} - -.sidebarThemeValo .u-sidebar .u-headerBar { - background-color: #F4F4F4; - border-bottom: 1px solid #F4F4F4; - color: #323232; -} - -.sidebarThemeValo .u-sidebar .u-contentBox { - overflow: auto; -} - -.sidebarThemeValo .u-sidebar .v-button-small { - -webkit-transition: background 0.3s; - -moz-transition: background 0.3s; - -ms-transition: background 0.3s; - -o-transition: background 0.3s; - transition: background 0.3s; - -webkit-transition: border-color 0.3s; - -moz-transition: border-color 0.3s; - -ms-transition: border-color 0.3s; - -o-transition: border-color 0.3s; - transition: border-color 0.3s; - padding: 2px 0px 0px 0px; - background-image: none; - background-color: transparent; - color: #264899; - margin-left: 4.5px; - border: none; - box-shadow: none; - border-color: transparent; -} - -.sidebarThemeValo .u-sidebar .v-button-small:hover { - background-color: #F4F4F4 !important; - color: #264899; - border: 1px solid; - border-color: transparent; -} - -.sidebarThemeValo .u-sidebar .u-left-menu-toggle { - bottom: 18px; - right: 8px; - padding: 0px 8px 0px 8px; - position: absolute; - outline: none; - color: #F4F4F4; - background-color: transparent; -} - -.sidebarThemeValo .u-sidebar .u-left-menu-toggle:hover, .sidebarThemeValo .u-sidebar .u-left-menu-toggle.active:hover { - background-color: #025D6E !important; - color: #F4F4F4 !important; -} - -.sidebarThemeValo .u-sidebar .u-left-menu-toggle:focus::after { - outline: none; - box-shadow: none; - -webkit-box-shadow: none; -} - -.sidebarThemeValo .u-sidebar .u-rootContent { - background: #FFFFFF; - color: #323232; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand { - padding-left: 250px !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu { - margin-left: -250px !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu { - background: #264899; - border-right: 1px solid #04859D; - color: #F4F4F4; - -webkit-transition: width 0.3s ease-in-out; - -moz-transition: width 0.3s ease-in-out; - -ms-transition: width 0.3s ease-in-out; - -o-transition: width 0.3s ease-in-out; - transition: width 0.3s ease-in-out; - width: 250px !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu > .v-expand > .v-slot { - height: auto !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu:not(.minimal) { - overflow: auto; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div { - width: 100%; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-caption { - text-align: center; - position: relative; - font-size: 20px; - padding: 10px; - display: none -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-caption:after { - position: absolute; - bottom: 0; - left: 0; - content: ""; - width: 100%; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-caption .v-icon { - margin-right: 5px; - max-width: 52px; - width: 100%; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-label { - display: none; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuCombo > div { - width: 100%; - text-align: center; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton { - -webkit-transition: background 0.3s; - -moz-transition: background 0.3s; - -ms-transition: background 0.3s; - -o-transition: background 0.3s; - transition: background 0.3s; - border-left: 0 solid transparent; - background: transparent; - overflow: hidden; - cursor: pointer; - display: block; - padding: 8px 0; - height: 45px; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton.u-active, .sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton.active:hover { - font-weight: 900; - background-color: #4b6ebe; - position: relative; -} -.u-menuButton.v-widget.u-active.u-menuButton-u-active::before { - border-left: 6px solid #F4F4F4; - content: ''; - position: absolute; - left: 0; - top: 0; - height: 100%; - -} -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton:hover { - background-color: #1f3d83; - color: #F4F4F4; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton-wrap { - -webkit-transition: border 0.3s; - -moz-transition: border 0.3s; - -ms-transition: border 0.3s; - -o-transition: border 0.3s; - transition: border 0.3s; - position: relative; - display: block; - z-index: 1000; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton-wrap .v-icon { - position: relative; - vertical-align: middle; - display: inline-block; - text-align: center; - margin-left: 10px; - width: 25px; - font-size: 17px; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton-wrap .u-menuButton-caption { - font-size: 17px; - vertical-align: middle; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu .u-toolTip { - position: absolute; - top: 0; - right: 5px; - width: 30px; - height: 30px; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu .u-toolTip .v-icon { - -webkit-transition: transform 0.3s ease-in-out; - -moz-transition: transform 0.3s ease-in-out; - -ms-transition: transform 0.3s ease-in-out; - -o-transition: transform 0.3s ease-in-out; - transition: transform 0.3s ease-in-out; - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); - width: 30px; - height: 30px; - line-height: 27px; - margin: 0; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu .menucontent { - -webkit-transition: max-height 0.5s ease-in-out; - -moz-transition: max-height 0.5s ease-in-out; - -ms-transition: max-height 0.5s ease-in-out; - -o-transition: max-height 0.5s ease-in-out; - transition: max-height 0.5s ease-in-out; - width: calc(100% - 24px) !important; - position: relative; - margin-left: 24px; - overflow: hidden; - display: block; - max-height: 0; -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu.u-open .u-toolTip .v-icon { - -webkit-transform: rotate(-180deg); - -moz-transform: rotate(-180deg); - -ms-transform: rotate(-180deg); - -o-transform: rotate(-180deg); - transform: rotate(-180deg); -} - -.sidebarThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu.u-open .menucontent { - max-height: 1000px !important; - overflow: visible; -} - -.sidebarThemeValo .u-sidebar .u-rootContent .u-breadcrumbs:first-child .v-slot { - width: auto !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent .u-breadcrumbs .u-menuButton.u-clickable { - transition: color 0.3s; - cursor: pointer; -} - -.sidebarThemeValo .u-sidebar .u-rootContent .u-breadcrumbs .u-menuButton.u-clickable:hover { - color: #FFA045; -} - -.sidebarThemeValo .u-sidebar .u-rootContent .u-breadcrumbs .u-menuLabel { - display: none !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent .u-headerBar { - height: 50px !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent .u-topRightMenu .u-menuButton { - color: #264899; - border: none; - -webkit-box-shadow: none; - box-shadow: none; - background: transparent; - cursor: pointer; - text-decoration: underline; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - font-size: 24px; -} - -.sidebarThemeValo .u-sidebar .u-rootContent .u-topRightMenu .u-menuButton:hover { - color: #FFA045; - background: transparent; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal { - overflow: inherit; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand { - padding-left: 50px !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu { - margin-left: -50px !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu { - overflow: visible; - width: 50px !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-caption .v-captiontext { - display: none; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-toolTip .v-icon { - display: none; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton { - overflow: visible; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton:hover .u-menuButton-caption { - pointer-events: all !important; - opacity: 0.9 !important; - z-index: 10000; - visibility: visible !important; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton .u-menuButton-wrap { - z-index: 100; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton .u-menuButton-wrap .v-icon { - width: 100%; - margin: 0; -} - -.sidebarThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton .u-menuButton-wrap .u-menuButton-caption { - -webkit-transition: opacity 0.3s ease-in-out; - -moz-transition: opacity 0.3s ease-in-out; - -ms-transition: opacity 0.3s ease-in-out; - -o-transition: opacity 0.3s ease-in-out; - transition: opacity 0.3s ease-in-out; - padding: 9px 13px 8px; - top: calc(-50% + 4px); - pointer-events: none; - position: absolute; - white-space: pre; - height: 28px; - opacity: 0; - margin-left: 4px; - background-color: #013842; - visibility: hidden; -} -.sidebarThemeValo .u-sidebar .v-grid-row-selected > td, .sidebarThemeValo .u-sidebar .v-treegrid-row-selected > td { - background: #264899 !important; - color: #fff !important; - border-color: #D4D4D4; -} -.sidebarThemeValo .u-sidebar .v-grid-row-selected > td .v-menubar-menuitem .v-icon, .sidebarThemeValo .u-sidebar .v-treegrid-row-selected > td .v-menubar-menuitem .v-icon{ - color: #fff !important; -} -.sidebarThemeValo .u-sidebar .v-grid-row-selected > td .v-menubar-menuitem .v-icon:hover, .sidebarThemeValo .u-sidebar td .v-menubar-menuitem .v-icon:hover, .sidebarThemeValo .u-sidebar .v-treegrid-row-selected > td .v-menubar-menuitem .v-icon:hover { - color: #f45d00 !important; -} -.sidebarThemeValo .u-sidebar .v-treegrid-row-focused::before { - border: 1px solid #D4D4D4; -} -/* CUSTOM CSS */ - - -#eudat { - background: #264899 none repeat scroll 0 0; - color: #fff; - padding: 0px 50px; - width: 100%; - font-family:"Open Sans", sans-serif; -} - -#header { - background: #fff url("../common/img/img_header.svg") no-repeat; - margin: 0; - padding: 0; - background-position: 100% 0; - background-size: 260px; - box-shadow: -7px 4px 18px -2px rgba(0,0,0,0.1); - position: relative; - z-index: 2; -} - -#header { - font-size: 16px; - margin: 0; - font-family:"Open Sans", sans-serif; - padding: 0px 50px; -} - -#header .v-link a, #header .v-link a:visited { - border-bottom: 0 none !important; - color: #555; - font-weight: 500; - padding: 20px 10px; - text-decoration: none !important; - font-weight: 700; - text-transform: uppercase; -} - - -#eudat a { - color: #FFF; - font-weight: bold; - text-transform: uppercase; - text-decoration: none; - font-size: 13px; -} - -#header .v-link a:hover { - border-bottom: 0 none; - color: #f45d00; - text-decoration: underline; -} - -#header .v-link { - color: #333; - text-decoration: none !important; -} - -#header .v-slot { - line-height: 24px; -} -.v-slot.v-slot-top-header-button { - - line-height: 140px !important; - -} - -#header .v-slot .logo{ - padding-top: 8px; -} - -#footer { - background: #2C2C2C; - bottom: 0; - font-size: 12px; - padding: 20px 50px; - text-align: center; - width: 100%; - font-family: "Open Sans", sans-serif; -} - -#footer .v-link a, #footer .v-link a:visited { - border-bottom: 0 none !important; - color: #fff; - padding: 20px 10px; - text-decoration: none !important; - font-weight: 400; -} - -#footer .v-link a:hover { - border-bottom: 0 none; - color: #f45d00; - text-decoration: underline; -} - -#footer .v-link { - color: #333; - text-decoration: none !important; -} - -.v-widget.label { - display: block; -} -.v-widget.border { - padding: 5px 10px 5px 10px; -} -.v-widget { - box-sizing: border-box; - display: inline-block; - vertical-align: top; - text-align: left; - white-space: normal; - color: #333; - -} -#footer .v-widget { - color: #fff; - font-weight: 400; -} -.v-slot .u-menuButton, .v-slot .v-slot-u-menuLabel .v-widget { - color: #fff; -} - -.sidebarThemeValo .u-sidebar .v-tree8-row-selected > td .v-widget, .sidebarThemeValo .u-sidebar .v-treegrid-row-selected > td .v-widget{ - color:#fff !important; -} -.sidebarThemeValo .u-sidebar .v-tree8-row-selected > td, .sidebarThemeValo .u-sidebar .v-treegrid-row-selected > td { - background: #264899 !important; - color:#fff !important; - border-color:#D4D4D4; -} -.sidebarThemeValo .u-sidebar .v-tree8-row-selected > td .v-icon, .sidebarThemeValo .u-sidebar .v-treegrid-row-selected > td .v-icon{ - color: #fff !important; -} -.secondary-footer .line{ - margin-top: 15px; - margin-bottom: 15px; - width: 100%; - border-bottom: 1px solid #888; -} \ No newline at end of file diff --git a/VAADIN/themes/sidebarThemeValo/styles.scss b/VAADIN/themes/sidebarThemeValo/styles.scss deleted file mode 100644 index a797323..0000000 --- a/VAADIN/themes/sidebarThemeValo/styles.scss +++ /dev/null @@ -1,5 +0,0 @@ -@import "sidebarThemeValo.scss"; - -.sidebarThemeValo { - @include sidebarThemeValo; -} diff --git a/VAADIN/themes/sidebarThemeValo/sidebar-utils.scss b/VAADIN/themes/unityThemeValo/_sidebar-utils.scss similarity index 100% rename from VAADIN/themes/sidebarThemeValo/sidebar-utils.scss rename to VAADIN/themes/unityThemeValo/_sidebar-utils.scss diff --git a/VAADIN/themes/sidebarThemeValo/sidebar.scss b/VAADIN/themes/unityThemeValo/_sidebar.scss old mode 100755 new mode 100644 similarity index 59% rename from VAADIN/themes/sidebarThemeValo/sidebar.scss rename to VAADIN/themes/unityThemeValo/_sidebar.scss index f49b64d..32d4d59 --- a/VAADIN/themes/sidebarThemeValo/sidebar.scss +++ b/VAADIN/themes/unityThemeValo/_sidebar.scss @@ -1,336 +1,19 @@ -$transition-time: 0.3s; -$narrow-bar-size: 50px; - -@import "color-scheme-celadon"; - @import "sidebar-utils"; - @mixin sidebar { - - .v-menubar-menuitem .v-icon { - color: $menubar-icon-color !important; - } - - .v-menubar-menuitem { - color: $font-color-dark; - outline: none; - max-height: 29px; - } - - .v-menubar-menuitem:hover { - background: $hover-bg-color; - color: $font-color-dark; - } - - .v-menubar > .v-menubar-menuitem-selected { - background-color: $hover-bg-color; - background-image: none; - } - - .v-menubar-popup .v-menubar-separator{ - height: 1px; - } - - .v-filterselect-suggestpopup .gwt-MenuItem-selected { - color: $font-color-dark; - background-color: $hover-bg-color; - background-image: none; - } - - .u-indentSmall { - margin-left: 10px; - } - - .v-grid-row-stripe > td { - background-color: $content-bg-color; - } - - .v-grid-row.warn > td { - color: red; - } - - .v-button:hover::after { - background-color: transparent; - } - - .v-button { - @include sidebarTransition(background $transition-time); - background-image: none; - background-color: $button-bg-color; - color: $button-color; - -webkit-box-shadow: none; - box-shadow: none; - border-color: $button-border-color; - } - - .v-button:hover { - background-color: $button-hover-bg-color; - color: $button-hover-color; - } - - .u-button-disabled { - pointer-events: none; - } - - .u-inactiveButton:hover { - background-color: $button-bg-color !important; - } - - .u-inactiveButton:after { - content: none !important; - } - - .v-button-link { - background-color: transparent; - text-decoration: none; - } - - .v-button-link:hover { - background-color: transparent; - color: $topMenuButton-hover-color - } - - .v-button:focus::after { - border-color: none; - -webkit-box-shadow: none; - box-shadow: none; - } - - .u-button-action { - background-color: $button-action-bg-color; - color: $button-action-color; - - &:hover { - background-color: $button-action-hover-bg-color; - color: $button-action-color; - } - } - .u-button-form { - width: 9em; - } +.u-contentBox { + overflow: auto; +} - .v-button-grid{ - height: 25px; - background-color: $content-bg-color; - - &:hover { - background-color: $hover-bg-color; - } - } - - .stepper-updown .v-icon { - @include sidebarTransition(color $transition-time); - color: $color-dark-grey; - - &:hover { - color: $font-color-dark; - } - } +.viewHeader { + font-size: $v-font-size * 1.5; +} - .u-sidebar { - +.u-sidebar { position: relative; z-index: 1; - *:focus { - outline:none; - } - - .viewHeader { - font-size: $v-font-size * 1.5; - } - - .v-grid-row-selected > td { - background: $selected-color !important; - color: $font-color-dark; - border-color: $color-v-table-border; - } - - .v-treegrid-row-selected > td { - background: $selected-color !important; - color: $font-color-dark; - border-color: $color-v-table-border; - } - - .v-treegrid-row-focused::before { - border: 1px solid $color-v-table-border; - } - - .v-tree8-cell { - padding: 0px; - text-overflow: unset; - } - - .v-tree8-cell .v-menubar-borderless{ - padding: 0px; - margin: 0px; - overflow: hidden; - } - - .v-tree8-row-stripe > td { - background-color: $content-bg-color; - } - - .v-tree8-row-selected > td { - background: $selected-color; - color: $font-color-dark; - border-color: $color-v-table-border; - } - - .v-tree8-row-selected::before{ - border: none; - background-color: transparent !important; - background-image : none !important; - } - - .v-tree8-row-focused::before{ - border : none; - } - - .v-tree8-cell.frozen { - -webkit-box-shadow: none; - box-shadow: none; - border: none; - } - - .v-tree8 .v-tree8-row > td:first-child{ - padding-left: 6px; - } - - .u-denseTreeGrid td { - line-height: 34px; - height: 34px; - } - - .u-denseTreeGrid .v-treegrid-row-stripe > td{ - background-color : $content-bg-color; - } - - .u-denseTreeGrid .v-treegrid-header th { - background:$content-bg-color; - background-color : $content-bg-color; - font-weight : bold; - border-top : none; - border-right : none; - border-left: none; - border-bottom: 2px solid #d4d4d4; - } - - .u-denseTreeGrid .v-treegrid-header th:last-child { - padding: 0px 0px 0px 2px; - } - - .u-denseTreeGrid .v-treegrid-tablewrapper { - border: none; - background-color : $content-bg-color; - } - - .u-denseTreeGrid .v-treegrid-row > td:first-child{ - padding-left: 6px; - } - - .u-denseTreeGrid .v-treegrid-cell{ - padding-left: 2px; - } - - .u-denseTreeGrid .v-treegrid-header th:first-child{ - padding-left: 6px; - } - - .u-denseTreeGrid .v-treegrid-row-focused::before { - border: none; - } - .u-denseTreeGrid .v-treegrid-cell.frozen { - box-shadow: none; - -webkit-box-shadow: none; - } - - .u-denseTreeGrid .v-treegrid-row td { - border-left: none; - border-right: none; - } - - .u-denseTreeGrid .v-treegrid-spacer-deco { - width :0px; - } - - .u-denseTreeGrid .v-treegrid-header-deco { - border : none; - background: $content-bg-color; - background-color : $content-bg-color; - } - - .u-denseTreeGrid .v-treegrid-footer-deco { - border: none; - background: $content-bg-color; - } - - .u-denseTreeGrid .v-treegrid-scroller { - border : none; - background: $content-bg-color; - } - - .u-denseTreeGrid .v-treegrid-scroller { - border : none; - background: $content-bg-color; - } - - .u-denseTreeGrid .v-treegrid-horizontal-scrollbar-deco{ - background: $content-bg-color; - border : none; - } - - .u-denseTreeGrid .v-treegrid-sidebar.v-contextmenu { - background-color: $content-bg-color; - background-image: none; - border: none; - } - - .u-denseTreeGrid .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button:after { - content: "\f142"; - font-family: FontAwesome; - } - - .u-denseTreeGrid .v-treegrid-cell div.component-wrap { - - overflow: hidden; - } - - .u-denseTreeGrid .v-treegrid-sidebar.v-contextmenu{ - height : 34px; - } - - .u-headerBar { - background-color: $menuTop-bg-color; - border-bottom: 1px solid $menuTop-bottom-border; - color: $menuTop-color; - } - - .u-contentBox { - overflow: auto; - } - - .v-button-small { - @include sidebarTransition(background $transition-time); - @include sidebarTransition(border-color $transition-time); - padding: 2px 0px 0px 0px; - background-image: none; - background-color: $smallButton-bg-color; - color: $smallButton-color; - margin-left: $v-layout-margin-left * 0.25; - border: none; - box-shadow: none; - border-color: transparent; - } - - .v-button-small:hover { - background-color: $smallButton-hover-bg-color; - color: $smallButton-hover-color; - border: 1px solid; - border-color: $button-border-color; - } .u-left-menu-toggle { bottom: $v-layout-margin-bottom; @@ -353,7 +36,7 @@ $narrow-bar-size: 50px; } .u-rootContent { - background: $content-bg-color; + background-color: $content-bg-color; color: $content-color; & > .v-expand { diff --git a/VAADIN/themes/unityThemeValo/favicon.ico b/VAADIN/themes/unityThemeValo/favicon.ico deleted file mode 100644 index 690ed35..0000000 Binary files a/VAADIN/themes/unityThemeValo/favicon.ico and /dev/null differ diff --git a/VAADIN/themes/unityThemeValo/styles.css b/VAADIN/themes/unityThemeValo/styles.css index 5a07fe8..19f542f 100644 --- a/VAADIN/themes/unityThemeValo/styles.css +++ b/VAADIN/themes/unityThemeValo/styles.css @@ -315,16 +315,6 @@ * @group util */ -@font-face { - font-family: "Vaadin-Icons"; - src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot); - src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.woff) format("woff"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.ttf) format("truetype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.svg#icomoon) format("svg"); -} - -.Vaadin-Icons { - font-family: "Vaadin-Icons"; -} - @font-face { font-family: ThemeIcons; font-weight: normal; @@ -343,6 +333,16 @@ text-align: center; } +@font-face { + font-family: "Vaadin-Icons"; + src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot); + src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.woff) format("woff"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.ttf) format("truetype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.svg#icomoon) format("svg"); +} + +.Vaadin-Icons { + font-family: "Vaadin-Icons"; +} + @font-face { font-family: FontAwesome; font-weight: normal; @@ -1077,7 +1077,7 @@ */ .v-vaadin-version:after { - content: "8.9.2"; + content: "8.14.3"; } .v-widget { @@ -1087,13 +1087,7 @@ text-align: left; white-space: normal; } -.v-widget.label { - display: block; - -} -.v-widget.border { - padding: 5px 10px 5px 10px; -} + .v-generated-body { overflow: hidden; margin: 0; @@ -1634,227 +1628,15 @@ div.v-layout.v-horizontal.v-widget { } body { - font: 300 15px/1.55 "Open Sans", sans-serif; -} - -#eudat { - background: #264899 none repeat scroll 0 0; - color: #fff; - padding: 0px 50px; - width: 100%; -} - -#eudat a { - color: #FFF; - font-weight: bold; - text-transform: uppercase; - text-decoration: none; - font-size: 13px; -} - -#eudat a:hover { - color: #F6D27C; - font-weight: bold; - text-transform: uppercase; - text-decoration: none; + font-family: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana; } .unityThemeValo { - background: #fff url("../common/img/bg_page.png") no-repeat scroll center center; -} - -#footer { - background: #2C2C2C; - bottom: 0; - font-size: 12px; - padding: 20px 50px; - text-align: center; - width: 100%; -} -#footer .v-widget { - color: #fff; - font-weight: 400; -} - -#footer .v-link a, #footer .v-link a:visited { - border-bottom: 0 none !important; - color: #fff; - padding: 20px 10px; - text-decoration: none !important; - font-weight: 400; -} - -#footer .v-link a:hover { - border-bottom: 0 none; - color: #f45d00; - text-decoration: underline; -} - -#footer .v-link { - color: #333; - text-decoration: none !important; -} - -#header { - background: #fff url("../common/img/img_header.svg") no-repeat; - margin: 0; - padding: 0; - background-position: 100% 0; - box-shadow: -7px 4px 18px -2px rgba(0,0,0,0.1); - background-size: 280px; -} - -#header { - margin: 0; - padding: 0px 50px; -} - -#header .v-link a, #header .v-link a:visited { - border-bottom: 0 none !important; - color: #555; - line-height: 115px; - font-weight: 500; - padding: 20px 10px; - text-decoration: none !important; - font-weight: 700; - text-transform: uppercase; -} - - - -#header .v-link a:hover { - border-bottom: 0 none; - color: #f45d00; - text-decoration: underline; -} - -#header .v-link { - color: #333; - text-decoration: none !important; -} - -#header .v-slot { - line-height: 25px; -} - -#header .v-slot .logo{ - padding-top: 8px; - width: 33%; -} -@media only screen and (max-width: 960px) { - #header .v-slot .logo{ - padding-top: 8px; - width: 40%; - } -} -nav { - background: #fff; - clear: both; - font-size: 19px; - font-weight: 300; - line-height: 1; - margin: 0; - padding: 15px 0; - width: 100%; -} - -nav ul { - padding: 0; -} - -nav .menu-item { - display: inline-block; - text-align: left; -} - -nav a { - color: #282b2d; - display: block; - padding: 10px 64px 10px 0; -} - -nav a:hover { - color: #93a748; -} - -.responsive-nav-icon::before, .responsive-nav-close::before { - color: #93a748; - content: "\f0c9"; - font-family: FontAwesome; - font-size: 22px; - position: relative; -} - -.responsive-nav-close::before { - color: #93a748; - content: "\f00d"; - font-size: 18px; -} - -.responsive-nav-icon { - background: #fff; - line-height: normal; - padding: 5px 8px 4px; - top: 5%; - left: 5%; -} - -.responsive-nav-icon:hover, .responsive-nav-close:hover { - opacity: 0.7; -} - -.responsive-nav-close { - top: 10px; - right: 10px; -} - -.responsive-nav-icon, .responsive-nav-close { - cursor: pointer; - display: none; -} - -#overlay { - background: 0 0 rgba(0, 0, 0, 0.8); - display: none; - height: 100%; - position: fixed; - top: 0; - left: 0; - -moz-transition: all 0.2s linear 0s; - -webkit-transition: all 0.2s linear 0s; - -ms-transition: all 0.2s linear 0s; - transition: all 0.2s linear 0s; - width: 100%; - z-index: 90; + @font-face { + font-family: "Vaadin-Icons"; + src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot); + src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot?#iefix) format("embedded-opentype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.woff) format("woff"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.ttf) format("truetype"), url(../valo/fonts/vaadin-icons/Vaadin-Icons.svg#icomoon) format("svg"); } - -@media only screen and (max-width: 960px) { - .responsive-nav-icon, .responsive-nav-close { - display: block; - position: absolute; - z-index: 1; - } - nav { - height: 100%; - padding: 20px; - position: fixed; - top: 0; - left: -400px; - -moz-transition: all 0.2s linear 0s; - -webkit-transition: all 0.2s linear 0s; - -ms-transition: all 0.2s linear 0s; - transition: all 0.2s linear 0s; - width: 0; - } - nav.slide-in { - left: 0; - overflow-y: scroll; - width: 280px; - z-index: 100; - } - nav .menu-item { - display: block; - } } .unityThemeValo.v-app, .unityThemeValo.v-app-loading { @@ -1894,7 +1676,7 @@ nav a:hover { width: 50%; opacity: 1; height: 4px; - background-color: #197de1; + background-color: #264899; pointer-events: none; -webkit-transition: none; -moz-transition: none; @@ -2216,7 +1998,7 @@ nav a:hover { } .unityThemeValo .v-contextmenu .gwt-MenuItem-selected { - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); color: #ecf2f8; @@ -2248,8 +2030,8 @@ nav a:hover { width: 24px !important; box-sizing: border-box; border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; + border-top-color: #264899; + border-right-color: #264899; border-radius: 100%; -webkit-animation: v-rotate-360 500ms infinite linear; -moz-animation: v-rotate-360 500ms infinite linear; @@ -2459,7 +2241,7 @@ nav a:hover { } .unityThemeValo .v-button:focus:after { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); } @@ -2479,7 +2261,7 @@ nav a:hover { border: 1px solid #1362b1; border-top-color: #156ab3; border-bottom-color: #1156a8; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); -webkit-box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca, 0 2px 3px rgba(0, 0, 0, 0.05); @@ -2620,11 +2402,11 @@ nav a:hover { -webkit-box-shadow: none; box-shadow: none; background: transparent; - color: #197de1; + color: #264899; } .unityThemeValo .v-button-borderless-colored:hover { - color: #4396ea; + color: #264899 } .unityThemeValo .v-button-borderless-colored:hover:after { @@ -2685,7 +2467,7 @@ nav a:hover { } .unityThemeValo .v-button-link:hover { - color: #4396ea; + color: #264899; } .unityThemeValo .v-button-link.v-disabled { @@ -2855,7 +2637,7 @@ nav a:hover { } :root .unityThemeValo .v-checkbox > input:focus ~ label:before { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); @@ -2911,7 +2693,7 @@ nav a:hover { } :root .unityThemeValo .v-checkbox > input:checked ~ label:after { - color: #197de1; + color: #264899; } .unityThemeValo .v-checkbox > .v-icon, .unityThemeValo .v-checkbox > label .v-icon { @@ -2983,7 +2765,7 @@ nav a:hover { } :root .unityThemeValo .v-checkbox-small > input:focus ~ label:before { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); @@ -3039,7 +2821,7 @@ nav a:hover { } :root .unityThemeValo .v-checkbox-small > input:checked ~ label:after { - color: #197de1; + color: #264899; } .unityThemeValo .v-checkbox-small > .v-icon, .unityThemeValo .v-checkbox-small > label .v-icon { @@ -3111,7 +2893,7 @@ nav a:hover { } :root .unityThemeValo .v-checkbox-large > input:focus ~ label:before { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); @@ -3167,7 +2949,7 @@ nav a:hover { } :root .unityThemeValo .v-checkbox-large > input:checked ~ label:after { - color: #197de1; + color: #264899; } .unityThemeValo .v-checkbox-large > .v-icon, .unityThemeValo .v-checkbox-large > label .v-icon { @@ -3258,7 +3040,7 @@ nav a:hover { -webkit-transition: none; -moz-transition: none; transition: none; - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); @@ -3368,6 +3150,26 @@ nav a:hover { display: none; } +.unityThemeValo .v-filterselect.v-readonly.borderless [class*="input"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-filterselect.v-readonly.borderless [class*="input"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-filterselect.v-readonly.borderless [class*="input"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + .unityThemeValo .v-filterselect .v-icon { position: absolute; pointer-events: none; @@ -3514,7 +3316,7 @@ nav a:hover { } .unityThemeValo .v-filterselect-suggestpopup .gwt-MenuItem-selected { - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); color: #ecf2f8; @@ -3660,7 +3462,7 @@ nav a:hover { -webkit-transition: none; -moz-transition: none; transition: none; - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); @@ -3837,6 +3639,26 @@ nav a:hover { display: none; } +.unityThemeValo .v-filterselect-tiny.v-readonly.borderless [class*="input"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-filterselect-tiny.v-readonly.borderless [class*="input"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-filterselect-tiny.v-readonly.borderless [class*="input"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + .unityThemeValo .v-filterselect-compact, .unityThemeValo .v-filterselect-small { height: 31px; @@ -3957,6 +3779,26 @@ nav a:hover { display: none; } +.unityThemeValo .v-filterselect-compact.v-readonly.borderless [class*="input"], .unityThemeValo .v-filterselect-small.v-readonly.borderless [class*="input"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-filterselect-compact.v-readonly.borderless [class*="input"]:focus, .unityThemeValo .v-filterselect-small.v-readonly.borderless [class*="input"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-filterselect-compact.v-readonly.borderless [class*="input"][class*="prompt"], .unityThemeValo .v-filterselect-small.v-readonly.borderless [class*="input"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + .unityThemeValo .v-filterselect-small { font-size: 14px; } @@ -4082,6 +3924,26 @@ nav a:hover { display: none; } +.unityThemeValo .v-filterselect-large.v-readonly.borderless [class*="input"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-filterselect-large.v-readonly.borderless [class*="input"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-filterselect-large.v-readonly.borderless [class*="input"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + .unityThemeValo .v-filterselect-huge { height: 59px; @@ -4203,6 +4065,26 @@ nav a:hover { display: none; } +.unityThemeValo .v-filterselect-huge.v-readonly.borderless [class*="input"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-filterselect-huge.v-readonly.borderless [class*="input"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-filterselect-huge.v-readonly.borderless [class*="input"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + .unityThemeValo .v-csslayout-well { background: #f5f5f5; color: #454545; @@ -4474,7 +4356,7 @@ nav a:hover { -webkit-transition: none; -moz-transition: none; transition: none; - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), none; box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), none; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); @@ -4689,7 +4571,7 @@ nav a:hover { } .unityThemeValo .v-grid .header-drag-table .v-grid-header > .v-grid-drop-marker { - background-color: #197de1; + background-color: #264899; position: absolute; width: 3px; } @@ -4777,11 +4659,6 @@ nav a:hover { vertical-align: middle; } -.unityThemeValo .u-authnGrid .component-wrap .v-image.v-widget { - max-height: 33px; - max-width: 90%; -} - .unityThemeValo .v-grid-cell > div { display: inline-block; } @@ -4823,10 +4700,12 @@ nav a:hover { } .unityThemeValo .v-grid-row-selected > td { - background: #197de1; + background: #264899; } - +.unityThemeValo .v-grid-row-focused > td { + +} .unityThemeValo .v-grid-header th { position: relative; @@ -4944,7 +4823,7 @@ nav a:hover { right: 0; bottom: 0; left: 0; - border: 2px solid #197de1; + border: 2px solid #264899; display: none; pointer-events: none; } @@ -5012,7 +4891,7 @@ nav a:hover { padding-right: 9px; } -.unityThemeValo .v-grid-editor-cells > div input[type="checkbox"] { +.unityThemeValo .v-grid-editor-cells > div :not(.v-assistive-device-only-label).v-widget > input[type="checkbox"] { margin-left: 18px; } @@ -5120,7 +4999,7 @@ nav a:hover { top: 0; left: 0; width: 2px; - background-color: #197de1; + background-color: #264899; position: absolute; height: 100%; pointer-events: none; @@ -5182,7 +5061,7 @@ nav a:hover { } .unityThemeValo .v-grid-row-selected > .v-grid-cell { - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); color: #c8dbed; @@ -5197,7 +5076,7 @@ nav a:hover { .unityThemeValo .v-grid-editor { -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - border-color: #197de1; + border-color: #264899; } .unityThemeValo .v-grid-editor-footer { @@ -5260,15 +5139,15 @@ nav a:hover { padding-right: 9px; } -.unityThemeValo .v-grid-editor-cells > div .v-checkbox { +.unityThemeValo .v-grid-editor-cells > div .v-checkbox.v-widget { margin: 0 9px 0 18px; } -.unityThemeValo .v-grid-editor-cells > div .v-checkbox > input[type="checkbox"] { +.unityThemeValo .v-grid-editor-cells > div .v-checkbox.v-widget > input[type="checkbox"] { margin-left: 0; } -.unityThemeValo .v-grid-editor-cells > div .v-checkbox > label { +.unityThemeValo .v-grid-editor-cells > div .v-checkbox.v-widget > label { white-space: nowrap; } @@ -5283,7 +5162,7 @@ nav a:hover { .unityThemeValo .v-grid-editor-save, .unityThemeValo .v-grid-editor-cancel { cursor: pointer; - color: #197de1; + color: #264899; text-decoration: underline; font-weight: inherit; -webkit-transition: color 140ms; @@ -5299,7 +5178,7 @@ nav a:hover { } .unityThemeValo .v-grid-editor-save:hover, .unityThemeValo .v-grid-editor-cancel:hover { - color: #4396ea; + color: #264899; } .unityThemeValo .v-grid-editor-save.v-disabled, .unityThemeValo .v-grid-editor-cancel.v-disabled { @@ -5366,7 +5245,7 @@ nav a:hover { position: absolute; height: 2px; width: 100%; - background: #197de1; + background: #264899; pointer-events: none; border: none; } @@ -5390,7 +5269,7 @@ nav a:hover { left: 0; bottom: 0; right: 2px; - border: 2px solid #197de1; + border: 2px solid #264899; pointer-events: none; } @@ -5410,7 +5289,7 @@ nav a:hover { bottom: 0; left: 0; pointer-events: none; - border: 2px solid #197de1; + border: 2px solid #264899; z-index: 100; } @@ -5453,7 +5332,7 @@ nav a:hover { -webkit-transition: none; -moz-transition: none; transition: none; - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); @@ -5923,7 +5802,7 @@ nav a:hover { -webkit-transition: none; -moz-transition: none; transition: none; - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); @@ -6150,7 +6029,7 @@ nav a:hover { -webkit-transition: none; -moz-transition: none; transition: none; - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); @@ -6247,10 +6126,30 @@ nav a:hover { display: none; } -.unityThemeValo .v-datefield-error .v-datefield-textfield { - border-color: #ed473b !important; - background: #fffbfb; - color: #6c2621; +.unityThemeValo .v-datefield.v-readonly.borderless [class*="textfield"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-datefield.v-readonly.borderless [class*="textfield"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-datefield.v-readonly.borderless [class*="textfield"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + +.unityThemeValo .v-datefield-error .v-datefield-textfield { + border-color: #ed473b !important; + background: #fffbfb; + color: #6c2621; } .unityThemeValo .v-datefield-error .v-datefield-button { @@ -6397,7 +6296,7 @@ nav a:hover { } .unityThemeValo .v-datefield-popup .v-datefield-calendarpanel-day:hover { - color: #197de1; + color: #264899; } .unityThemeValo .v-datefield-popup .v-datefield-calendarpanel-day-offmonth { @@ -6413,7 +6312,7 @@ nav a:hover { .unityThemeValo .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .unityThemeValo .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover { color: #c8dbed; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); border: none; @@ -6475,7 +6374,7 @@ nav a:hover { } .unityThemeValo .v-datefield-popup td[class*="year"] button:hover:before, .unityThemeValo .v-datefield-popup td[class*="month"] button:hover:before { - color: #197de1; + color: #264899; } .unityThemeValo .v-datefield-popup td[class*="year"] button.outside-range, .unityThemeValo .v-datefield-popup td[class*="month"] button.outside-range { @@ -6511,7 +6410,7 @@ nav a:hover { .unityThemeValo .v-datefield-popup td.v-datefield-calendarpanel-month { width: 140px; cursor: default; - color: #197de1; + color: #264899; } .unityThemeValo .v-datefield-popup td.v-datefield-calendarpanel-month.header-month-year { @@ -6587,7 +6486,7 @@ nav a:hover { } .unityThemeValo .v-datefield-calendarpanel-day:hover { - color: #197de1; + color: #264899; } .unityThemeValo .v-datefield-calendarpanel-day-offmonth { @@ -6603,7 +6502,7 @@ nav a:hover { .unityThemeValo .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .unityThemeValo .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover { color: #c8dbed; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); border: none; @@ -6665,7 +6564,7 @@ nav a:hover { } .unityThemeValo td[class*="year"] button:hover:before, .unityThemeValo td[class*="month"] button:hover:before { - color: #197de1; + color: #264899; } .unityThemeValo td[class*="year"] button.outside-range, .unityThemeValo td[class*="month"] button.outside-range { @@ -6701,7 +6600,7 @@ nav a:hover { .unityThemeValo td.v-datefield-calendarpanel-month { width: 140px; cursor: default; - color: #197de1; + color: #264899; } .unityThemeValo td.v-datefield-calendarpanel-month.header-month-year { @@ -6892,6 +6791,26 @@ nav a:hover { display: none; } +.unityThemeValo .v-datefield-tiny.v-readonly.borderless [class*="textfield"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-datefield-tiny.v-readonly.borderless [class*="textfield"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-datefield-tiny.v-readonly.borderless [class*="textfield"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + .unityThemeValo .v-datefield-compact, .unityThemeValo .v-datefield-small { height: 31px; border-radius: 4px; @@ -6999,6 +6918,26 @@ nav a:hover { display: none; } +.unityThemeValo .v-datefield-compact.v-readonly.borderless [class*="textfield"], .unityThemeValo .v-datefield-small.v-readonly.borderless [class*="textfield"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-datefield-compact.v-readonly.borderless [class*="textfield"]:focus, .unityThemeValo .v-datefield-small.v-readonly.borderless [class*="textfield"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-datefield-compact.v-readonly.borderless [class*="textfield"][class*="prompt"], .unityThemeValo .v-datefield-small.v-readonly.borderless [class*="textfield"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + .unityThemeValo .v-datefield-small { font-size: 14px; } @@ -7111,6 +7050,26 @@ nav a:hover { display: none; } +.unityThemeValo .v-datefield-large.v-readonly.borderless [class*="textfield"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-datefield-large.v-readonly.borderless [class*="textfield"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-datefield-large.v-readonly.borderless [class*="textfield"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + .unityThemeValo .v-datefield-huge { height: 59px; border-radius: 4px; @@ -7219,6 +7178,26 @@ nav a:hover { display: none; } +.unityThemeValo .v-datefield-huge.v-readonly.borderless [class*="textfield"] { + border: none; + border-radius: 0; + background: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: inherit; +} + +.unityThemeValo .v-datefield-huge.v-readonly.borderless [class*="textfield"]:focus { + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-datefield-huge.v-readonly.borderless [class*="textfield"][class*="prompt"] { + color: inherit; + opacity: 0.5; + filter: alpha(opacity=50) ; +} + .unityThemeValo .v-inline-datefield-calendarpanel { font-size: 15px; text-align: center; @@ -7247,7 +7226,7 @@ nav a:hover { } .unityThemeValo .v-inline-datefield-calendarpanel-day:hover { - color: #197de1; + color: #264899; } .unityThemeValo .v-inline-datefield-calendarpanel-day-offmonth { @@ -7263,7 +7242,7 @@ nav a:hover { .unityThemeValo .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected, .unityThemeValo .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected:hover { color: #c8dbed; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); border: none; @@ -7325,7 +7304,7 @@ nav a:hover { } .unityThemeValo td[class*="year"] button:hover:before, .unityThemeValo td[class*="month"] button:hover:before { - color: #197de1; + color: #264899; } .unityThemeValo td[class*="year"] button.outside-range, .unityThemeValo td[class*="month"] button.outside-range { @@ -7361,7 +7340,7 @@ nav a:hover { .unityThemeValo td.v-inline-datefield-calendarpanel-month { width: 140px; cursor: default; - color: #197de1; + color: #264899; } .unityThemeValo td.v-inline-datefield-calendarpanel-month.header-month-year { @@ -7502,7 +7481,7 @@ nav a:hover { } .unityThemeValo .v-menubar:focus:after { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); } @@ -7632,7 +7611,7 @@ nav a:hover { border: 1px solid #1362b1; border-top-color: #156ab3; border-bottom-color: #1156a8; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); -webkit-box-shadow: inset 0 1px 0 #4d98e6, inset 0 -1px 0 #166bca; @@ -7743,7 +7722,7 @@ nav a:hover { } .unityThemeValo .v-menubar-popup .v-menubar-menuitem-selected { - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); color: #ecf2f8; @@ -7824,7 +7803,7 @@ nav a:hover { border: none; margin-right: 1px; border-radius: 4px; - color: #197de1; + color: #264899; padding: 0 12px; -webkit-transition: color 140ms; -moz-transition: color 140ms; @@ -7840,7 +7819,7 @@ nav a:hover { } .unityThemeValo .v-menubar-borderless .v-menubar-menuitem:hover { - color: #4396ea; + color: #264899 } .unityThemeValo .v-menubar-borderless .v-menubar-menuitem:active { @@ -7849,7 +7828,7 @@ nav a:hover { .unityThemeValo .v-menubar-borderless .v-menubar-menuitem-checked, .unityThemeValo .v-menubar-borderless .v-menubar-menuitem-checked:first-child { border: 1px solid #c5c5c5; - color: #197de1; + color: #264899; } .unityThemeValo .v-menubar-borderless .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .unityThemeValo .v-menubar-borderless .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption { @@ -7901,7 +7880,7 @@ nav a:hover { } :root .unityThemeValo .v-radiobutton > input:focus ~ label:before { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); @@ -7957,7 +7936,7 @@ nav a:hover { } :root .unityThemeValo .v-radiobutton > input:checked ~ label:after { - color: #197de1; + color: #264899; } .unityThemeValo .v-radiobutton > .v-icon, .unityThemeValo .v-radiobutton > label .v-icon { @@ -8002,7 +7981,7 @@ nav a:hover { height: 6px; top: 6px; left: 6px; - background: #197de1; + background: #264899; } :root .unityThemeValo .v-radiobutton > input ~ label:before, :root .unityThemeValo .v-radiobutton > input ~ label:after { @@ -8062,7 +8041,7 @@ nav a:hover { } :root .unityThemeValo .v-select-optiongroup-small .v-checkbox > input:focus ~ label:before { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); @@ -8118,7 +8097,7 @@ nav a:hover { } :root .unityThemeValo .v-select-optiongroup-small .v-checkbox > input:checked ~ label:after { - color: #197de1; + color: #264899; } .unityThemeValo .v-select-optiongroup-small .v-checkbox > .v-icon, .unityThemeValo .v-select-optiongroup-small .v-checkbox > label .v-icon { @@ -8189,7 +8168,7 @@ nav a:hover { } :root .unityThemeValo .v-select-optiongroup-small .v-radiobutton > input:focus ~ label:before { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); @@ -8245,7 +8224,7 @@ nav a:hover { } :root .unityThemeValo .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after { - color: #197de1; + color: #264899; } .unityThemeValo .v-select-optiongroup-small .v-radiobutton > .v-icon, .unityThemeValo .v-select-optiongroup-small .v-radiobutton > label .v-icon { @@ -8290,7 +8269,7 @@ nav a:hover { height: 6px; top: 5px; left: 5px; - background: #197de1; + background: #264899; } :root .unityThemeValo .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .unityThemeValo .v-select-optiongroup-small .v-radiobutton > input ~ label:after { @@ -8350,7 +8329,7 @@ nav a:hover { } :root .unityThemeValo .v-select-optiongroup-large .v-checkbox > input:focus ~ label:before { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); @@ -8406,7 +8385,7 @@ nav a:hover { } :root .unityThemeValo .v-select-optiongroup-large .v-checkbox > input:checked ~ label:after { - color: #197de1; + color: #264899; } .unityThemeValo .v-select-optiongroup-large .v-checkbox > .v-icon, .unityThemeValo .v-select-optiongroup-large .v-checkbox > label .v-icon { @@ -8477,7 +8456,7 @@ nav a:hover { } :root .unityThemeValo .v-select-optiongroup-large .v-radiobutton > input:focus ~ label:before { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5), inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05); @@ -8533,7 +8512,7 @@ nav a:hover { } :root .unityThemeValo .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after { - color: #197de1; + color: #264899; } .unityThemeValo .v-select-optiongroup-large .v-radiobutton > .v-icon, .unityThemeValo .v-select-optiongroup-large .v-radiobutton > label .v-icon { @@ -8578,7 +8557,7 @@ nav a:hover { height: 8px; top: 7px; left: 7px; - background: #197de1; + background: #264899; } :root .unityThemeValo .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .unityThemeValo .v-select-optiongroup-large .v-radiobutton > input ~ label:after { @@ -8621,7 +8600,7 @@ nav a:hover { .unityThemeValo .v-link { cursor: pointer; - color: #197de1; + color: #264899; text-decoration: underline; font-weight: inherit; -webkit-transition: color 140ms; @@ -8630,7 +8609,7 @@ nav a:hover { } .unityThemeValo .v-link:hover { - color: #4396ea; + color: #264899 } .unityThemeValo .v-link.v-disabled { @@ -8640,7 +8619,7 @@ nav a:hover { .unityThemeValo .v-link a { cursor: pointer; - color: #197de1; + color: #264899; text-decoration: underline; font-weight: inherit; -webkit-transition: color 140ms; @@ -8655,7 +8634,7 @@ nav a:hover { } .unityThemeValo .v-link a:hover { - color: #4396ea; + color: #264899; } .unityThemeValo .v-link a.v-disabled { @@ -8817,7 +8796,7 @@ nav a:hover { .unityThemeValo .v-window-closebox:hover, .unityThemeValo .v-window-maximizebox:hover, .unityThemeValo .v-window-restorebox:hover { opacity: 1; filter: none ; - color: #197de1; + color: #264899; } .unityThemeValo .v-window-closebox:active, .unityThemeValo .v-window-maximizebox:active, .unityThemeValo .v-window-restorebox:active { @@ -9143,7 +9122,7 @@ nav a:hover { .unityThemeValo .v-tree-node-focused:after { opacity: 1; - border: 1px solid #197de1; + border: 1px solid #264899; } .unityThemeValo .v-tree-node-selected { @@ -9153,7 +9132,7 @@ nav a:hover { .unityThemeValo .v-tree-node-selected:after { opacity: 1; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); border: none; @@ -9169,10 +9148,10 @@ nav a:hover { position: absolute; height: 2px; width: 100%; - background: #197de1; + background: #264899; font-size: 30px; line-height: 2px; - color: #197de1; + color: #264899; text-indent: -4px; text-shadow: 0 0 1px #fafafa, 0 0 1px #fafafa; opacity: 1; @@ -9184,8 +9163,8 @@ nav a:hover { } .unityThemeValo .v-tree-node-caption-drag-center { - -webkit-box-shadow: 0 0 0 2px #197de1; - box-shadow: 0 0 0 2px #197de1; + -webkit-box-shadow: 0 0 0 2px #264899; + box-shadow: 0 0 0 2px #264899; position: relative; border-radius: 4px; } @@ -9359,7 +9338,7 @@ nav a:hover { } .unityThemeValo .v-tree8 .header-drag-table .v-tree8-header > .v-tree8-drop-marker { - background-color: #197de1; + background-color: #264899; position: absolute; width: 3px; } @@ -9488,10 +9467,12 @@ nav a:hover { } .unityThemeValo .v-tree8-row-selected > td { - background: #197de1; + background: #264899; } - +.unityThemeValo .v-tree8-row-focused > td { + +} .unityThemeValo .v-tree8-header th { position: relative; @@ -9609,7 +9590,7 @@ nav a:hover { right: 0; bottom: 0; left: 0; - border: 2px solid #197de1; + border: 2px solid #264899; display: none; pointer-events: none; } @@ -9677,7 +9658,7 @@ nav a:hover { padding-right: 9px; } -.unityThemeValo .v-tree8-editor-cells > div input[type="checkbox"] { +.unityThemeValo .v-tree8-editor-cells > div :not(.v-assistive-device-only-label).v-widget > input[type="checkbox"] { margin-left: 18px; } @@ -9785,7 +9766,7 @@ nav a:hover { top: 0; left: 0; width: 2px; - background-color: #197de1; + background-color: #264899; position: absolute; height: 100%; pointer-events: none; @@ -9847,7 +9828,7 @@ nav a:hover { } .unityThemeValo .v-tree8-row-selected > .v-tree8-cell { - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); color: #c8dbed; @@ -9862,7 +9843,7 @@ nav a:hover { .unityThemeValo .v-tree8-editor { -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - border-color: #197de1; + border-color: #264899; } .unityThemeValo .v-tree8-editor-footer { @@ -9925,15 +9906,15 @@ nav a:hover { padding-right: 9px; } -.unityThemeValo .v-tree8-editor-cells > div .v-checkbox { +.unityThemeValo .v-tree8-editor-cells > div .v-checkbox.v-widget { margin: 0 9px 0 18px; } -.unityThemeValo .v-tree8-editor-cells > div .v-checkbox > input[type="checkbox"] { +.unityThemeValo .v-tree8-editor-cells > div .v-checkbox.v-widget > input[type="checkbox"] { margin-left: 0; } -.unityThemeValo .v-tree8-editor-cells > div .v-checkbox > label { +.unityThemeValo .v-tree8-editor-cells > div .v-checkbox.v-widget > label { white-space: nowrap; } @@ -9948,7 +9929,7 @@ nav a:hover { .unityThemeValo .v-tree8-editor-save, .unityThemeValo .v-tree8-editor-cancel { cursor: pointer; - color: #197de1; + color: #264899; text-decoration: underline; font-weight: inherit; -webkit-transition: color 140ms; @@ -9964,7 +9945,7 @@ nav a:hover { } .unityThemeValo .v-tree8-editor-save:hover, .unityThemeValo .v-tree8-editor-cancel:hover { - color: #4396ea; + color: #264899; } .unityThemeValo .v-tree8-editor-save.v-disabled, .unityThemeValo .v-tree8-editor-cancel.v-disabled { @@ -10031,7 +10012,7 @@ nav a:hover { position: absolute; height: 2px; width: 100%; - background: #197de1; + background: #264899; pointer-events: none; border: none; } @@ -10055,7 +10036,7 @@ nav a:hover { left: 0; bottom: 0; right: 2px; - border: 2px solid #197de1; + border: 2px solid #264899; pointer-events: none; } @@ -10075,7 +10056,7 @@ nav a:hover { bottom: 0; left: 0; pointer-events: none; - border: 2px solid #197de1; + border: 2px solid #264899; z-index: 100; } @@ -10247,7 +10228,7 @@ nav a:hover { right: 0; bottom: 0; left: 0; - border: 2px solid #197de1; + border: 2px solid #264899; display: none; pointer-events: none; } @@ -10315,7 +10296,7 @@ nav a:hover { .unityThemeValo .v-tree8-row-selected::before { display: block; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); } @@ -10503,7 +10484,7 @@ nav a:hover { } .unityThemeValo .v-treegrid .header-drag-table .v-treegrid-header > .v-treegrid-drop-marker { - background-color: #197de1; + background-color: #264899; position: absolute; width: 3px; } @@ -10632,9 +10613,12 @@ nav a:hover { } .unityThemeValo .v-treegrid-row-selected > td { - background: #197de1; + background: #264899; } +.unityThemeValo .v-treegrid-row-focused > td { + +} .unityThemeValo .v-treegrid-header th { position: relative; @@ -10752,7 +10736,7 @@ nav a:hover { right: 0; bottom: 0; left: 0; - border: 2px solid #197de1; + border: 2px solid #264899; display: none; pointer-events: none; } @@ -10820,7 +10804,7 @@ nav a:hover { padding-right: 9px; } -.unityThemeValo .v-treegrid-editor-cells > div input[type="checkbox"] { +.unityThemeValo .v-treegrid-editor-cells > div :not(.v-assistive-device-only-label).v-widget > input[type="checkbox"] { margin-left: 18px; } @@ -10928,7 +10912,7 @@ nav a:hover { top: 0; left: 0; width: 2px; - background-color: #197de1; + background-color: #264899; position: absolute; height: 100%; pointer-events: none; @@ -10990,7 +10974,7 @@ nav a:hover { } .unityThemeValo .v-treegrid-row-selected > .v-treegrid-cell { - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); color: #c8dbed; @@ -11005,7 +10989,7 @@ nav a:hover { .unityThemeValo .v-treegrid-editor { -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - border-color: #197de1; + border-color: #264899; } .unityThemeValo .v-treegrid-editor-footer { @@ -11068,15 +11052,15 @@ nav a:hover { padding-right: 9px; } -.unityThemeValo .v-treegrid-editor-cells > div .v-checkbox { +.unityThemeValo .v-treegrid-editor-cells > div .v-checkbox.v-widget { margin: 0 9px 0 18px; } -.unityThemeValo .v-treegrid-editor-cells > div .v-checkbox > input[type="checkbox"] { +.unityThemeValo .v-treegrid-editor-cells > div .v-checkbox.v-widget > input[type="checkbox"] { margin-left: 0; } -.unityThemeValo .v-treegrid-editor-cells > div .v-checkbox > label { +.unityThemeValo .v-treegrid-editor-cells > div .v-checkbox.v-widget > label { white-space: nowrap; } @@ -11091,7 +11075,7 @@ nav a:hover { .unityThemeValo .v-treegrid-editor-save, .unityThemeValo .v-treegrid-editor-cancel { cursor: pointer; - color: #197de1; + color: #264899; text-decoration: underline; font-weight: inherit; -webkit-transition: color 140ms; @@ -11107,7 +11091,7 @@ nav a:hover { } .unityThemeValo .v-treegrid-editor-save:hover, .unityThemeValo .v-treegrid-editor-cancel:hover { - color: #4396ea; + color: #264899; } .unityThemeValo .v-treegrid-editor-save.v-disabled, .unityThemeValo .v-treegrid-editor-cancel.v-disabled { @@ -11174,7 +11158,7 @@ nav a:hover { position: absolute; height: 2px; width: 100%; - background: #197de1; + background: #264899; pointer-events: none; border: none; } @@ -11198,7 +11182,7 @@ nav a:hover { left: 0; bottom: 0; right: 2px; - border: 2px solid #197de1; + border: 2px solid #264899; pointer-events: none; } @@ -11218,7 +11202,7 @@ nav a:hover { bottom: 0; left: 0; pointer-events: none; - border: 2px solid #197de1; + border: 2px solid #264899; z-index: 100; } @@ -11390,7 +11374,7 @@ nav a:hover { right: 0; bottom: 0; left: 0; - border: 2px solid #197de1; + border: 2px solid #264899; display: none; pointer-events: none; } @@ -11489,7 +11473,7 @@ nav a:hover { .unityThemeValo .v-table-cell-content { border-left: 1px solid #d4d4d4; overflow: hidden; - height: 37px; + height: 38px; vertical-align: middle; } @@ -11524,6 +11508,7 @@ nav a:hover { .unityThemeValo .v-table-body { border: 1px solid #d4d4d4; + overflow-anchor: none; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; @@ -11537,9 +11522,11 @@ nav a:hover { .unityThemeValo .v-table-table td { border-top: 1px solid #d4d4d4; + box-sizing: border-box; } .unityThemeValo .v-table-table tr:first-child > td { + height: 37px; border-top: none; } @@ -11558,7 +11545,7 @@ nav a:hover { } .unityThemeValo .v-table [class*="-row"].v-selected { - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); background-origin: border-box; @@ -11612,7 +11599,7 @@ nav a:hover { } .unityThemeValo .v-table-focus { - outline: 1px solid #197de1; + outline: 1px solid #264899; outline-offset: -1px; } @@ -11630,14 +11617,14 @@ nav a:hover { } .unityThemeValo .v-table-focus-slot-right { - border-right: 3px solid #197de1; + border-right: 3px solid #264899; right: -2px; margin-left: -11px !important; } .unityThemeValo .v-table-focus-slot-left { float: left; - border-left: 3px solid #197de1; + border-left: 3px solid #264899; left: -1px; right: auto; margin-left: 0 !important; @@ -11694,7 +11681,7 @@ nav a:hover { } .unityThemeValo .v-table-column-selector:focus:after { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); } @@ -11795,7 +11782,7 @@ nav a:hover { .unityThemeValo .v-table-drag .v-table-body { -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); - border-color: #197de1; + border-color: #264899; } .unityThemeValo .v-table-drag .v-table-body .v-table-focus { @@ -11808,8 +11795,8 @@ nav a:hover { } .unityThemeValo .v-table-row-drag-bottom td.v-table-cell-content { - border-bottom: 2px solid #197de1; - height: 35px; + border-bottom: 2px solid #264899; + height: 36px; } .unityThemeValo .v-table-row-drag-bottom .v-table-cell-wrapper { @@ -11817,8 +11804,8 @@ nav a:hover { } .unityThemeValo .v-table-row-drag-top td.v-table-cell-content { - border-top: 2px solid #197de1; - height: 36px; + border-top: 2px solid #264899; + height: 37px; } .unityThemeValo .v-table-row-drag-top .v-table-cell-wrapper { @@ -11844,7 +11831,7 @@ nav a:hover { } .unityThemeValo .v-table-no-horizontal-lines .v-table-row-drag-top .v-table-cell-content, .unityThemeValo .v-table-no-horizontal-lines .v-table-row-drag-bottom .v-table-cell-content { - height: 36px; + height: 37px; } .unityThemeValo .v-table-no-header .v-table-header-wrap { @@ -12050,7 +12037,7 @@ nav a:hover { } .unityThemeValo .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:focus:after { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); } @@ -12107,7 +12094,7 @@ nav a:hover { } .unityThemeValo .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:focus:after { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); } @@ -12163,7 +12150,7 @@ nav a:hover { } .unityThemeValo .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:focus:after { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); } @@ -12234,7 +12221,7 @@ nav a:hover { } .unityThemeValo .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:focus:after { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); } @@ -12270,7 +12257,7 @@ nav a:hover { .unityThemeValo .v-progressbar-indicator { border-radius: 4px; height: inherit; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); @@ -12298,7 +12285,7 @@ nav a:hover { display: inline-block; border-radius: 4px; height: inherit; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); @@ -12315,8 +12302,8 @@ nav a:hover { width: 24px !important; box-sizing: border-box; border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; + border-top-color: #264899; + border-right-color: #264899; border-radius: 100%; -webkit-animation: v-rotate-360 500ms infinite linear; -moz-animation: v-rotate-360 500ms infinite linear; @@ -12374,7 +12361,7 @@ nav a:hover { .unityThemeValo .v-slider-base:after { border-radius: 4px; height: inherit; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); @@ -12432,7 +12419,7 @@ nav a:hover { } .unityThemeValo .v-slider-handle:before:focus:after { - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); } @@ -12443,7 +12430,7 @@ nav a:hover { .unityThemeValo .v-slider-handle:after { border: 1px solid #c5c5c5; - border-color: #197de1; + border-color: #264899; -webkit-box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); box-shadow: 0 0 0 2px rgba(25, 125, 225, 0.5); opacity: 0; @@ -12506,7 +12493,7 @@ nav a:hover { .unityThemeValo .v-slider-vertical .v-slider-base:after { height: 101%; margin-left: 0; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(left, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to right,#1b87e3 2%, #166ed5 98%); } @@ -12594,7 +12581,7 @@ nav a:hover { } .unityThemeValo .v-tabsheet-tabitemcell .v-caption:hover { - color: #197de1; + color: #264899; } .unityThemeValo .v-tabsheet-tabitemcell .v-caption.v-disabled { @@ -12608,17 +12595,21 @@ nav a:hover { margin-left: 0; } +.unityThemeValo .v-tabsheet-tabitemcell:not([aria-hidden="true"]) ~ td .v-caption { + margin-left: 18px; +} + .unityThemeValo .v-tabsheet-tabitemcell:focus { outline: none; } .unityThemeValo .v-tabsheet-tabitemcell:focus .v-caption { - color: #197de1; + color: #264899; } .unityThemeValo .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-caption.v-caption { - border-bottom-color: #197de1; - color: #197de1; + border-bottom-color: #264899; + color: #264899; } .unityThemeValo .v-tabsheet-tabitemcell .v-caption-closable { @@ -12644,11 +12635,11 @@ nav a:hover { .unityThemeValo .v-tabsheet-tabitemcell .v-tabsheet-caption-close:hover { background: rgba(0, 0, 0, 0.03); - color: #197de1; + color: #264899; } .unityThemeValo .v-tabsheet-tabitemcell .v-tabsheet-caption-close:active { - background: #197de1; + background: #264899; color: #c8dbed; } @@ -12700,13 +12691,13 @@ nav a:hover { .unityThemeValo .v-tabsheet-scroller button:hover { opacity: 1; filter: none ; - color: #197de1; + color: #264899; } .unityThemeValo .v-tabsheet-scroller button:active { opacity: 0.7; filter: alpha(opacity=70) ; - color: #197de1; + color: #264899; } .unityThemeValo .v-tabsheet-scroller button::-moz-focus-inner { @@ -12750,8 +12741,8 @@ nav a:hover { width: 18px !important; box-sizing: border-box; border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; + border-top-color: #264899; + border-right-color: #264899; border-radius: 100%; -webkit-animation: v-rotate-360 500ms infinite linear; -moz-animation: v-rotate-360 500ms infinite linear; @@ -12824,6 +12815,10 @@ nav a:hover { margin-left: 0; } +.unityThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer :not([aria-hidden="true"]) ~ td .v-caption { + margin-left: 4px; +} + .unityThemeValo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-tabitem .v-caption { border-color: #dfdfdf; } @@ -13525,7 +13520,7 @@ nav a:hover { } .unityThemeValo .v-calendar-bottom-spacer:hover { - color: #197de1; + color: #264899; } .unityThemeValo .v-calendar-day-number { @@ -13539,7 +13534,7 @@ nav a:hover { } .unityThemeValo .v-calendar-day-number:hover { - color: #197de1; + color: #264899; } .unityThemeValo .v-calendar-month-day-today { @@ -13548,8 +13543,8 @@ nav a:hover { .unityThemeValo .v-calendar-month-day-today .v-calendar-day-number { font-weight: 400; - color: #197de1; - border-top: 2px solid #197de1; + color: #264899; + border-top: 2px solid #264899; line-height: 22px; margin: 0; padding: 0 4px; @@ -13626,7 +13621,7 @@ nav a:hover { } .unityThemeValo .v-calendar-current-time { - background: #197de1; + background: #264899; line-height: 1px; pointer-events: none; opacity: 0.5; @@ -13635,7 +13630,7 @@ nav a:hover { .unityThemeValo .v-calendar-current-time:before { content: "\2022"; - color: #197de1; + color: #264899; font-size: 22px; margin-left: -0.07em; } @@ -13651,7 +13646,7 @@ nav a:hover { right: 0; bottom: -1px; left: 0; - background: #197de1; + background: #264899; opacity: 0.5; filter: alpha(opacity=50) ; border-radius: 4px 4px 0 0; @@ -13938,7 +13933,7 @@ nav a:hover { } .unityThemeValo .v-label-colored { - color: #197de1; + color: #264899; } .unityThemeValo .v-label-large { @@ -13979,8 +13974,8 @@ nav a:hover { width: 24px !important; box-sizing: border-box; border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; + border-top-color: #264899; + border-right-color: #264899; border-radius: 100%; -webkit-animation: v-rotate-360 500ms infinite linear; -moz-animation: v-rotate-360 500ms infinite linear; @@ -14032,7 +14027,7 @@ nav a:hover { right: -1px; bottom: -1px; left: -1px; - border: 0 solid #197de1; + border: 0 solid #264899; } .unityThemeValo .v-ddwrapper-over-top:before { @@ -14158,7 +14153,7 @@ nav a:hover { .unityThemeValo .v-popupview { cursor: pointer; - color: #197de1; + color: #264899; text-decoration: underline; font-weight: inherit; -webkit-transition: color 140ms; @@ -14167,7 +14162,7 @@ nav a:hover { } .unityThemeValo .v-popupview:hover { - color: #4396ea; + color: #264899; } .unityThemeValo .v-popupview.v-disabled { @@ -14222,8 +14217,8 @@ nav a:hover { width: 24px !important; box-sizing: border-box; border: 2px solid rgba(25, 125, 225, 0.2); - border-top-color: #197de1; - border-right-color: #197de1; + border-top-color: #264899; + border-right-color: #264899; border-radius: 100%; -webkit-animation: v-rotate-360 500ms infinite linear; -moz-animation: v-rotate-360 500ms infinite linear; @@ -14483,7 +14478,7 @@ nav a:hover { } .unityThemeValo .v-Notification .v-Notification-caption { - color: #197de1; + color: #264899; font-size: 18px; line-height: 1; } @@ -14901,7 +14896,7 @@ nav a:hover { .unityThemeValo .valo-menu-title { line-height: 1.2; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); color: white; @@ -14965,7 +14960,7 @@ nav a:hover { border: none; margin-right: 1px; border-radius: 4px; - color: #197de1; + color: #264899; padding: 0 12px; -webkit-transition: color 140ms; -moz-transition: color 140ms; @@ -14981,7 +14976,7 @@ nav a:hover { } .unityThemeValo .v-menubar-user-menu .v-menubar-menuitem:hover { - color: #4396ea; + color: #264899; } .unityThemeValo .v-menubar-user-menu .v-menubar-menuitem:active { @@ -14990,7 +14985,7 @@ nav a:hover { .unityThemeValo .v-menubar-user-menu .v-menubar-menuitem-checked, .unityThemeValo .v-menubar-user-menu .v-menubar-menuitem-checked:first-child { border: 1px solid #c5c5c5; - color: #197de1; + color: #264899; } .unityThemeValo .v-menubar-user-menu .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .unityThemeValo .v-menubar-user-menu .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption { @@ -15085,11 +15080,11 @@ nav a:hover { } .unityThemeValo .valo-menu-item.selected .v-icon { - color: #197de1; + color: #264899; } .unityThemeValo .valo-menu-item.selected [class*="badge"] { - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); color: #c8dbed; @@ -15226,7 +15221,7 @@ nav a:hover { height: 42px; border-radius: 4px; text-align: center; - background-color: #197de1; + background-color: #264899; background-image: -webkit-linear-gradient(top, #1b87e3 2%, #166ed5 98%); background-image: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%); color: white; @@ -15499,18 +15494,66 @@ nav a:hover { right: 4px; } -.unityThemeValo .v-caption-bold { - font-weight: bold; +.unityThemeValo .Vaadin-Icons { + font-family: "Vaadin-Icons"; +} + +.unityThemeValo.v-app { + background-color: #FaFaFa; +} + +.unityThemeValo .v-tooltip a { + color: white; +} + +.unityThemeValo .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-caption.v-caption { + border-bottom-color: #3199AC; + color: #3199AC; +} + +.unityThemeValo .v-tabsheet-tabitemcell .v-caption.v-caption:hover { + color: #3199AC; +} + +.unityThemeValo .v-grid-cell-focused::before { + border-color: #3199AC; + border-width: 2px; + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-button { + background-image: none; + background-color: #E5E5E5; + color: #323232; + -webkit-box-shadow: none; + box-shadow: none; + border-color: transparent; +} + +.unityThemeValo .v-button:hover { + background-color: #C5C5C5; + color: #323232; } .unityThemeValo .v-button-link { height: inherit; + background-color: transparent; +} + +.unityThemeValo .v-button-link:hover { + background-color: transparent; + color: #FFA045; } .unityThemeValo .v-button-link:after { content: none; } +.unityThemeValo .v-caption-bold { + font-weight: bold; +} + .unityThemeValo .v-label-light { font-size: small; } @@ -15523,66 +15566,279 @@ nav a:hover { color: LightGray; } -.unityThemeValo .u-visiblescroll { - overflow: visible; +.unityThemeValo .v-panel-content-u-centeredPanel > div { + display: block; + margin: auto; } -.unityThemeValo .v-tabsheet-tabs-u-bigTabsheet .v-caption { - font-size: 17px; +.unityThemeValo .v-textfield-u-trueCondition-bg.v-readonly { + background: LightGreen; } -.unityThemeValo .u-messageBox { - background-color: #EEEEEE; - border-radius: 4px; - box-shadow: 3px 3px 3px #999999; - padding: 5px; +.unityThemeValo .v-filterselect-u-trueCondition-bg.v-readonly { + background: LightGreen; } -.unityThemeValo .u-indent { - margin-left: 18px; +.unityThemeValo .v-filterselect-item-inactive { + font-style: italic; } -.unityThemeValo .u-formSection { - font-size: 13px; - font-weight: bold; - margin: 14px 0 4px 0; +.unityThemeValo .v-filterselect-item-italic { + font-style: italic; } -.unityThemeValo .u-emphasized { - font-style: italic; +.unityThemeValo .v-filterselect-item-inactive:hover { + background: transparent; } -.unityThemeValo .u-bold { - font-weight: bold; +.unityThemeValo .v-filterselect-no-input [class*="input"] { + background: none; + background-color: white; + box-shadow: none; + -webkit-box-shadow: none; } -.unityThemeValo .u-sectionTitle { - font-weight: 400; - font-size: 20px; +.unityThemeValo .v-filterselect-no-input [class*="input"]:focus { + border-color: #3199AC; + border-width: 2px; + -webkit-box-shadow: none; + box-shadow: none; } -.unityThemeValo .u-immutableAttribute { - color: gray; +.unityThemeValo .v-ddwrapper-u-trueCondition-bg .v-textfield { + background: LightGreen; } -.unityThemeValo .u-readOnlyTableElement { - color: gray; +.unityThemeValo .v-textfield-u-falseCondition-bg.v-readonly { + background: LightGray; } -.unityThemeValo .u-error { - color: red; +.unityThemeValo .v-filterselect-u-falseCondition-bg.v-readonly { + background: LightGray; } -.unityThemeValo .u-success { - color: green; +.unityThemeValo .v-ddwrapper-u-falseCondition-bg .v-textfield { + background: LightGray; } -.unityThemeValo .u-header { - background:#f2f2f2; - padding-top: 10px; +.unityThemeValo .v-textfield-u-error-bg.v-readonly { + background: LightCoral; } -.unityThemeValo .u-textLarge { +.unityThemeValo .v-filterselect-u-error-bg.v-readonly { + background: LightCoral; +} + +.unityThemeValo .v-ddwrapper-u-error-bg .v-textfield { + background: LightCoral; +} + +.unityThemeValo .v-panel-caption { + font-size: 16px; + font-weight: 300; + margin: 0px !important; +} + +.unityThemeValo .v-menubar-menuitem .v-icon { + color: #04859D !important; +} + +.unityThemeValo .v-menubar-menuitem { + color: #323232; +} + +.unityThemeValo .v-menubar-menuitem:hover { + background: #F4F4F4; + color: #323232; +} + +.unityThemeValo .v-menubar > .v-menubar-menuitem-selected { + background-color: #F4F4F4; + background-image: none; +} + +.unityThemeValo .v-menubar-popup .v-menubar-separator { + height: 1px; +} + +.unityThemeValo .v-filterselect-suggestpopup .gwt-MenuItem-selected { + color: #323232; + background-color: #F4F4F4; + background-image: none; +} + +.unityThemeValo .v-button-small { + padding: 2px 0px 0px 0px; + background-image: none; + background-color: transparent; + color: #04859D; + margin-left: 4.5px; + border: none; + box-shadow: none; + border-color: transparent; +} + +.unityThemeValo .v-button-small:hover { + background-color: #F4F4F4; + color: #04859D; + border: 1px solid; + border-color: transparent; +} + +.unityThemeValo .v-grid-row-selected > td { + background: #6BBFCE !important; + color: #323232; + border-color: #D4D4D4; +} + +.unityThemeValo .v-treegrid-row-selected > td { + background: #6BBFCE !important; + color: #323232 !important; + border-color: #D4D4D4 !important; +} + +.unityThemeValo .v-tree8-header th { + background: #FaFaFa; + background-color: #FaFaFa; + font-weight: bold; + border-top: none; + border-right: none; + border-left: none; + border-bottom: 2px solid #d4d4d4; +} + +.unityThemeValo .v-tree8-header th:last-child { + padding: 0px 0px 0px 2px; +} + +.unityThemeValo .v-tree8-column-header-content { + background: #FaFaFa; + background-color: #FaFaFa; +} + +.unityThemeValo .v-tree8-header-deco { + border: none; + background: #FaFaFa; + background-color: #FaFaFa; +} + +.unityThemeValo .v-tree8-cell { + padding: 0px !important; + text-overflow: unset; +} + +.unityThemeValo .v-tree8-cell .v-menubar-borderless { + padding: 0px !important; + margin: 0px !important; + overflow: hidden !important; +} + +.unityThemeValo .v-tree8-row-stripe > td { + background-color: #FaFaFa !important; +} + +.unityThemeValo .v-tree8-row-selected > td { + background: #6BBFCE !important; + color: #323232 !important; + border-color: #D4D4D4 !important; +} + +.unityThemeValo .v-tree8-row-selected::before { + border: none !important; + background-color: transparent !important; + background-image: none !important; +} + +.unityThemeValo .v-tree8-row-focused::before { + border: none !important; +} + +.unityThemeValo .v-tree8-cell.frozen { + -webkit-box-shadow: none !important; + box-shadow: none !important; + border: none !important; +} + +.unityThemeValo .v-tree8 .v-tree8-row > td:first-child { + padding-left: 4px !important; +} + +.unityThemeValo .v-button-primary { + background-image: none; + background-color: #6BBFCE; + /*color: #323232;*/ + border-color: transparent; + box-shadow: none; +} + +.unityThemeValo .v-button-primary:hover { + background-color: #3199AC !important; + color: #323232 !important; +} + +.unityThemeValo .u-auto-width { + width: auto !important; +} + +.unityThemeValo .u-visiblescroll { + overflow: visible; +} + +.unityThemeValo .v-tabsheet-tabs-u-bigTabsheet .v-caption { + font-size: 17px; +} + +.unityThemeValo .u-messageBox { + background-color: #EEEEEE; + border-radius: 4px; + box-shadow: 3px 3px 3px #999999; + padding: 5px; +} + +.unityThemeValo .u-indent { + margin-left: 18px; +} + +.unityThemeValo .u-formSection { + font-size: 13px; + font-weight: bold; + margin: 14px 0 4px 0; +} + +.unityThemeValo .u-emphasized { + font-style: italic; +} + +.unityThemeValo .u-bold { + font-weight: bold; +} + +.unityThemeValo .u-sectionTitle { + font-weight: 400; + font-size: 20px; +} + +.unityThemeValo .u-immutableAttribute { + color: gray; +} + +.unityThemeValo .u-readOnlyTableElement { + color: gray; +} + +.unityThemeValo .u-error { + color: red; +} + +.unityThemeValo .u-success { + color: green; +} + +.unityThemeValo .u-header { + background: #f2f2f2;/*url(../common/img/top-bar-bg.jpg);*/ +} + +.unityThemeValo .u-textLarge { font-size: large; line-height: 1.4; } @@ -15592,6 +15848,11 @@ nav a:hover { line-height: 2; } +.unityThemeValo .u-textInfoTooltip { + font-size: 12px; + color: #424242; +} + .unityThemeValo .u-textEndpointHeading { font-family: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana; letter-spacing: -1px; @@ -15608,45 +15869,28 @@ nav a:hover { margin-bottom: 35px; } - +.unityThemeValo .u-bigTab .v-icon { + margin-top: -8px; + margin-bottom: 8px; +} .unityThemeValo .u-bigTabSelected .v-icon { - color: #264899; -} -.unityThemeValo .u-bigTabSelected .v-label{ - color: #264899; + margin-top: -8px; + margin-bottom: 8px; } .unityThemeValo .u-bigTab:hover { + /*background: url(../common/img/bigTab-bg2-gray.jpg); + box-shadow: 6px 6px 3px #888;*/ color: #f45d00; } .unityThemeValo .u-bigTabSelected { - background: #f2f2f2; + background: #f2f2f2;/*url(../common/img/bigTab-bg2-blue.jpg);*/ color: #264899; box-shadow: none; - position: relative; - padding-bottom: 10px; - padding-top: 10px; -} -.unityThemeValo .u-bigTab { - padding-top: 10px; - padding-bottom: 10px; - -} -.unityThemeValo .u-bigTabSelected:before { - box-shadow: none; - position: absolute; - left: 0; - top: 0; - content: ''; - height: 100%; - width: 5px; - background:#264899; - text-align: center; - margin: auto; - } + .unityThemeValo .u-textCenter { text-align: center; } @@ -15668,6 +15912,15 @@ nav a:hover { padding: 0px 0px 1px 0px; } +.unityThemeValo .u-horizontalBarBold { + width: 100%; + height: 0px; + border-top: 2px solid; + color: #d4d4d4; + margin: 7px 0px; + padding: 0px 0px 1px 0px; +} + .unityThemeValo .u-selectedButton { box-shadow: 0px 0px 9px #888; } @@ -15719,10 +15972,23 @@ nav a:hover { max-height: 70px; } -.unityThemeValo .u-maxWidthColumn { +.unityThemeValo .u-policyAgreementColumn { max-width: 840px; } +.unityThemeValo .u-consentMainColumn { + max-width: 560px; + margin-top: 105px; +} + +.unityThemeValo .u-consentConfirmButton { + min-width: 105px; +} + +.unityThemeValo .u-consentDeclineButton { + min-width: 105px; +} + .unityThemeValo .u-smallMargin.v-margin-top { padding-top: 6px; } @@ -15739,55 +16005,6 @@ nav a:hover { margin-top: -12px; } -.unityThemeValo .v-panel-content-u-centeredPanel > div { - display: block; - margin: auto; -} - -.unityThemeValo .v-textfield-u-trueCondition-bg.v-readonly { - background: LightGreen; -} - -.unityThemeValo .v-filterselect-u-trueCondition-bg.v-readonly { - background: LightGreen; -} - -.unityThemeValo .v-filterselect-item-inactive { - font-style: italic; -} - -.unityThemeValo .v-filterselect-item-inactive:hover { - background: transparent; -} - -.unityThemeValo .v-ddwrapper-u-trueCondition-bg .v-textfield { - background: LightGreen; -} - -.unityThemeValo .v-textfield-u-falseCondition-bg.v-readonly { - background: LightGray; -} - -.unityThemeValo .v-filterselect-u-falseCondition-bg.v-readonly { - background: LightGray; -} - -.unityThemeValo .v-ddwrapper-u-falseCondition-bg .v-textfield { - background: LightGray; -} - -.unityThemeValo .v-textfield-u-error-bg.v-readonly { - background: LightCoral; -} - -.unityThemeValo .v-filterselect-u-error-bg.v-readonly { - background: LightCoral; -} - -.unityThemeValo .v-ddwrapper-u-error-bg .v-textfield { - background: LightCoral; -} - .unityThemeValo .u-smallSpacing .v-spacing { height: 6px; width: 6px; @@ -15803,7 +16020,7 @@ nav a:hover { } .unityThemeValo .u-link { - color: #197de1; + color: #04859D; } .unityThemeValo .u-hidden { @@ -15968,7 +16185,7 @@ nav a:hover { } .unityThemeValo .v-menubar-popup .v-menubar-menuitem .v-icon { - color: #197de1; + color: #264899; } .unityThemeValo .u-error-icon .v-icon { @@ -16019,7 +16236,7 @@ nav a:hover { } .unityThemeValo .drop-layout .v-horizontallayout-drag-center { - background-color: #197de1; + background-color: #264899; } .unityThemeValo .drop-on { @@ -16051,26 +16268,77 @@ nav a:hover { font-size: 34px; } -.unityThemeValo .u-signInButton { - width: 100%; -} - -.unityThemeValo .u-signInButton .v-button-wrap img { - padding: 4px 0px 0px 2px; - height: 27px; - vertical-align: top; +.unityThemeValo .u-authn-columnsSeparator { + margin-left: 17.5px; + margin-right: 17.5px; + margin-top: 70px; } -.unityThemeValo .u-signUpButton { - width: 100%; +.unityThemeValo .u-authn-languageSelector { + -webkit-box-shadow: none !important; + box-shadow: none !important; + background: none; } -.unityThemeValo .u-authn-columnsSeparator { - min-width: 35px; +.unityThemeValo .u-authn-languageSelector:focus { + border-color: #3199AC; + border-width: 2px; + -webkit-box-shadow: none; + box-shadow: none; } -.unityThemeValo .u-authn-logo { - height: 70px; +.unityThemeValo .u-authn-languageSelector .v-menubar-menuitem-selected { + -webkit-box-shadow: none; + box-shadow: none; + background: #F4F4F4; + color: #323232 !important; + width: 12em; + padding: 0 0 0 0; +} + +.unityThemeValo .u-authn-languageSelector .v-menubar-menuitem { + -webkit-box-shadow: none; + box-shadow: none; + color: #323232 !important; + width: 12em; + padding: 0 0 0 2px; + background: white; + box-sizing: unset; +} + +.unityThemeValo .u-authn-languageSelector-first { + text-align: left !important; + padding: 0 0 0 10px !important; + background-image: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .u-authn-languageSelector-first .v-menubar-menuitem:hover { + background: none; +} + +.unityThemeValo .u-authn-languageSelector .v-menubar-menuitem:hover { + background: #F4F4F4; +} + +.unityThemeValo .u-authn-languageSelector .v-menubar-menuitem:active:before { + background: transparent; +} + +.unityThemeValo .u-authn-languageSelector .v-menubar-popup .v-menubar-menuitem { + background: #F4F4F4 !important; + background-image: none; + padding-left: 0px !important; + padding: 0 0 0 0 !important; +} + +.unityThemeValo .u-authn-columnTitle { + margin-top: 17.5px; +} + +.unityThemeValo .u-authn-logo { + height: 70px; } .unityThemeValo .u-authn-title { @@ -16096,7 +16364,7 @@ nav a:hover { } .unityThemeValo .u-authnGrid .v-grid-cell { - padding: 0px 0px 0px 0px; + padding: 0px 4px 0px 0px; } .unityThemeValo .u-authnGrid .v-grid-row > td { @@ -16113,21 +16381,70 @@ nav a:hover { max-width: 90%; } -.unityThemeValo .u-externalSignInButton, .unityThemeValo .u-externalGridSignInButton { - background: #264899; - text-decoration: none; +.unityThemeValo .u-signInButton { + background-image: none; + background-color: #6BBFCE; + color: #323232; + border-color: transparent; + box-shadow: none; + width: 100%; color: white; - font-weight: bold; + font-weight: 600; +} + +.unityThemeValo .u-signInButton:hover { + background-color: #3199AC !important; + color: #323232 !important; +} + +.unityThemeValo .u-signInButton:hover { + color: white !important; +} + +.unityThemeValo .u-signInButton .v-button-wrap img { + padding: 4px 0px 0px 2px; + height: 27px; + vertical-align: top; +} + +.unityThemeValo .u-signUpButton { + width: 100%; +} + +.unityThemeValo .u-externalSignInButton, .unityThemeValo .u-externalGridSignInButton { + background-image: none; + background-color: #6BBFCE; + color: #323232; + border-color: transparent; + box-shadow: none; width: 100%; + color: white; + font-weight: 600; height: 35px; text-align: left; + overflow: hidden; + text-overflow: ellipsis; + text-decoration: none; +} + +.unityThemeValo .u-externalSignInButton:hover, .unityThemeValo .u-externalGridSignInButton:hover { + background-color: #3199AC !important; + color: #323232 !important; +} + +.unityThemeValo .u-externalSignInButton:hover, .unityThemeValo .u-externalGridSignInButton:hover { + color: white !important; } .unityThemeValo .u-externalSignInButton:hover, .unityThemeValo .u-externalGridSignInButton:hover { - background: #f45d00; + background-color: #3486AE; color: white; } +.unityThemeValo .u-externalGridSignInButton { + padding-left: 4px; +} + .unityThemeValo .u-outdatedcred-info { padding-top: 12px; padding-bottom: 12px; @@ -16139,27 +16456,1014 @@ nav a:hover { vertical-align: top; } -.v-slot-u-breadcrumbs .u-menuButton-wrap .u-menuButton-caption{ - color: #264899; +.unityThemeValo .u-chip { + margin-right: 6px; + margin-top: 3px; + margin-bottom: 3px; } -.v-widget.label { - display: block; + +.unityThemeValo .u-chip .v-label { + background-color: #E0E0E0; + border-bottom-left-radius: 5px; + border-top-left-radius: 5px; + border-bottom-right-radius: 5px; + border-top-right-radius: 5px; + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + height: 29px; } -.unityThemeValo .v-slot-u-authn-logo img{ - display: none; -} - -.unityThemeValo .u-authn-title{ - display: none; +.unityThemeValo .u-chip .v-button { + background-color: #E0E0E0; + margin-left: -6px; + border-bottom-right-radius: 5px; + border-top-right-radius: 5px; + padding-right: 6px; + padding-left: 6px; + padding-top: 4px; + height: 29px; } -.secondary-footer .line{ - margin-top: 15px; - margin-bottom: 15px; +.unityThemeValo .u-chip .v-button:hover { + background-color: #E0E0E0; +} + +.unityThemeValo .u-chipsCombo { + margin-top: 3px; +} + +.unityThemeValo .v-button-registrationLink { + font-size: large; +} + +.unityThemeValo .v-filterselect-suggestpopup-u-indentComboBox .v-filterselect-suggestmenu .gwt-MenuItem { + white-space: pre; +} + +.unityThemeValo .u-indentComboBox .v-filterselect-input { + white-space: nowrap; +} + +.unityThemeValo .u-readOnlyComboBox .v-filterselect-button { + visibility: hidden; +} + +.unityThemeValo .v-label-wrap-line { + word-wrap: break-word; + white-space: pre-wrap; +} + +.unityThemeValo .u-gridWithAction .v-grid-spacer-deco { + width: 0px; +} + +.unityThemeValo .u-gridWithAction .v-grid-header-deco { + border: none; + background: #FaFaFa; + background-color: #FaFaFa; +} + +.unityThemeValo .u-gridWithAction .v-grid-footer-deco { + border: none; + background: #FaFaFa; + background-color: #FaFaFa; +} + +.unityThemeValo .u-gridWithAction .v-grid-spacer.stripe > td { + background-color: transparent; + border: none; +} + +.unityThemeValo .u-gridWithAction .v-grid-scroller-vertical { + background: #FaFaFa; + border: none; +} + +.unityThemeValo .u-gridWithAction .v-grid-scroller-horizontal { + background: #FaFaFa; + border: none; +} + +.unityThemeValo .u-gridWithAction .v-grid-horizontal-scrollbar-deco { + background: #FaFaFa; + border: none; +} + +.unityThemeValo .u-gridWithAction .v-grid-scroller { + border: none; + background: #FaFaFa; +} + +.unityThemeValo .u-gridWithAction .v-grid-spacer > td { + border: none; + background-color: #FaFaFa !important; +} + +.unityThemeValo .u-gridWithAction .v-grid-cell { + padding: 0px 0px 0px 2px; + border-top: 0.5px solid #d4d4d4; + border-bottom: none; + border-right: none; + border-left: none; +} + +.unityThemeValo .u-gridWithAction .v-grid-cell.frozen { + box-shadow: none; +} + +.unityThemeValo .u-gridWithAction .v-grid-row { + top: -1px; +} + +.unityThemeValo .u-gridWithAction .v-grid-header th { + background: transparent !important; + background-color: #FaFaFa !important; + font-weight: bold; + border-top: none; + border-right: none; + border-left: none; + border-bottom: 2px solid #d4d4d4; +} + +.unityThemeValo .u-gridWithAction .v-grid-sidebar.v-contextmenu { + height: 34px; +} + +.unityThemeValo .u-smallGrid .v-grid-tablewrapper { + border: 1px solid #d4d4d4 !important; +} + +.unityThemeValo .u-AuditEventsWarnMsg { + font-weight: bold; + margin-bottom: 30px; +} + +.unityThemeValo .u-AuditEventsGridTitle { + font-weight: bold; + margin-bottom: 10px; +} + +.unityThemeValo .u-auditEvents-filterLayout { + padding-right: 100px; + padding-bottom: 10px; + font-weight: bold; +} + +.unityThemeValo .u-auditEvents-filterLayout .v-caption { + font-weight: bold; +} + +.unityThemeValo .u-auditEvents-filterLayout { + font-weight: bold; +} + +.unityThemeValo .u-gridWithActionMulti .v-grid-header th:first-child { + padding-left: 6px; + transform: none !important; +} + +.unityThemeValo .u-gridWithActionMulti .v-grid-row > td:first-child { + padding-left: 6px; + transform: none !important; +} + +.unityThemeValo .u-gridWithActionMulti .v-grid-header th:nth-child(2) { + padding: 0px 0px 0px 2px; +} + +.unityThemeValo .u-gridWithActionMulti .v-grid-row > td:nth-child(2) { + padding: 0px 0px 0px 2px; +} + +.unityThemeValo .u-gridWithAction .v-grid-tablewrapper { + border: none; +} + +.unityThemeValo .u-gridWithAction .v-grid-row > td { + border-left: none; + background-color: transparent; + border-right: none; + color: #323232 !important; +} + +.unityThemeValo .u-gridWithAction .v-grid-row > td .v-button-small { + margin: 0px; + width: 30px; +} + +.unityThemeValo .u-gridWithAction .v-grid-row > td .v-button-small:focus { + border: none; +} + +.unityThemeValo .u-gridWithAction .v-grid-row > td .v-horizontallayout { + margin-right: 0px; + overflow: hidden; +} + +.unityThemeValo .u-gridWithAction .v-grid-cell-focused:before { + display: none !important; +} + +.unityThemeValo .u-gridWithAction .v-grid-cell div.component-wrap { + width: auto; +} + +.unityThemeValo .v-grid-u-gridWithAction { + background: transparent; + background-color: transparent; +} + +.unityThemeValo .u-gridWithAction .v-grid-row .v-grid-cell:last-of-type div.component-wrap { width: 100%; - border-bottom: 1px solid #888; } -.v-customcomponent.v-widget.v-customcomponent-u-auto-width { - width: auto !important; + +.unityThemeValo .u-gridWithAction .v-grid-row .v-grid-cell div.component-wrap { + width: auto; +} + +.unityThemeValo .u-gridWithAction .v-grid-sidebar.v-contextmenu { + background-color: #FaFaFa; + background-image: none; + border: none; +} + +.unityThemeValo .u-gridWithAction .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button:after { + content: "\f142"; + font-family: FontAwesome; +} + +.unityThemeValo .u-gridWithAction .v-grid-row.warn > td { + color: red !important; +} + +.unityThemeValo .u-wordWrap { + word-wrap: break-word !important; + white-space: normal !important; +} + +.unityThemeValo .u-showHideButton { + color: #323232 !important; + border: none !important; + cursor: default !important; + background-color: transparent !important; + background: transparent !important; +} + +.unityThemeValo .u-showHideButton:active:not(.v-disabled) { + opacity: 1; +} + +.unityThemeValo .u-showHideButton:hover:after { + background-color: transparent !important; + background: transparent !important; +} + +.unityThemeValo .u-showHideButton:active:after { + background-color: transparent !important; + background: transparent !important; +} + +.unityThemeValo .u-imagePreview { + max-height: 15em; + max-width: 15em; +} + +.unityThemeValo .u-fixedWidthCaptions .v-formlayout-captioncell .v-caption { + width: 21em; +} + +.unityThemeValo .u-fixedWidthCaptionsVerySmall .v-formlayout-captioncell .v-caption { + width: 5em; +} + +.unityThemeValo .u-fixedWidthCaptionsSmall .v-formlayout-captioncell .v-caption { + width: 12em; +} + +.unityThemeValo .u-fixedWidthCaptionsMedium .v-formlayout-captioncell .v-caption { + width: 15em; +} + +.unityThemeValo .u-marginLeftMinus7 { + margin-left: -7em; +} + +.unityThemeValo .u-marginLeftMinus20 { + margin-left: -20em; +} + +.unityThemeValo .u-marginLeftMinus30 { + margin-left: -30em; +} + +.unityThemeValo .u-gridEmbeddedEditor { + margin-top: -2em; + background-color: #FaFaFa; +} + +.unityThemeValo .u-marginLeftPlus7 { + margin-left: 7em; +} + +.unityThemeValo .u-border { + border: 1px solid #d4d4d4; } + +.unityThemeValo .u-border-bold { + border: 3px solid #d4d4d4; + border-radius: 5px; +} + +.unityThemeValo .u-border-bold-green { + border: 3px solid #2c9020; + border-radius: 5px; +} + +.unityThemeValo .u-columnHeader { + border-bottom: 1px solid #d4d4d4; + background-color: #E0E0E0; +} + +.unityThemeValo .u-minWidth25 { + min-width: 25em; +} + +.unityThemeValo .u-minWidth50 { + min-width: 50em; +} + +.unityThemeValo .u-minWidth75 { + min-width: 75em; +} + +.unityThemeValo .u-minWidth100 { + min-width: 100em; +} + +.unityThemeValo .u-narrowTable { + max-width: 50em; +} + +.unityThemeValo .u-maxWidth25 { + max-width: 25em; +} + +.unityThemeValo .u-maxWidth3 { + max-width: 3em; +} + +.unityThemeValo .u-clearTextField { + margin-top: 3px; + margin-left: -1.5em; + background: #FaFaFa !important; +} + +.unityThemeValo .u-logoFieldTabsheet .v-tabsheet-tabcontainer:before { + border: none; +} + +.unityThemeValo .u-toolbarButton { + color: #04859D; +} + +.unityThemeValo .u-toolbarButton:hover { + background-color: transparent; + color: #FF7C00; +} + +.unityThemeValo .u-button-height-toolbar > .v-horizontallayout { + height: 35px; +} + +.unityThemeValo .u-indentSmall { + margin-left: 10px; +} + +.unityThemeValo .v-grid-row-stripe > td { + background-color: #FaFaFa; +} + +.unityThemeValo .v-grid-row.warn > td { + color: red; +} + +.unityThemeValo .u-button-disabled { + pointer-events: none; +} + +.unityThemeValo .u-inactiveButton:hover { + background-color: #E5E5E5 !important; +} + +.unityThemeValo .u-inactiveButton:after { + content: none !important; +} + +.unityThemeValo .u-button-grid-link { + font-weight: unset; + background-color: transparent; + text-decoration: none; + padding-left: 0px; +} + +.unityThemeValo .u-button-grid-link:hover { + background-color: transparent; + color: #FFA045; +} + +.unityThemeValo .v-button:focus::after { + border-color: #3199AC; + border-width: 2px; + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo .v-textfield:focus { + border-color: #3199AC; + border-width: 2px; + -webkit-box-shadow: none; + box-shadow: none; +} + +.unityThemeValo *:focus { + outline: none; +} + +.unityThemeValo .u-horizontalScroll { + overflow-x: scroll; +} + +.unityThemeValo .u-button-action { + background-image: none; + background-color: #6BBFCE; + color: #323232; + border-color: transparent; + box-shadow: none; +} + +.unityThemeValo .u-button-action:hover { + background-color: #3199AC !important; + color: #323232 !important; +} + +.unityThemeValo .u-plan-selector { + background-color: #00e673; + color: #323232; +} + +.unityThemeValo .u-plan-selector:hover { + background-color: #00994d; + color: #323232; +} + +.unityThemeValo .u-button-form { + width: 9em; +} + +.unityThemeValo .v-button-grid { + height: 25px; + background-color: #FaFaFa; +} + +.unityThemeValo .v-button-grid:hover { + background-color: #F4F4F4; +} + +.unityThemeValo .stepper-updown .v-icon { + color: $color-dark-grey; +} + +.unityThemeValo .stepper-updown .v-icon:hover { + color: #323232; +} + +.unityThemeValo .u-denseTreeGrid td { + line-height: 34px; + height: 34px; + background-color: #FaFaFa; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-row > td:first-child { + padding-left: 4px; + width: 28px !important; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-row-stripe { + background-color: #FaFaFa; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-header th { + background: #FaFaFa; + background-color: #FaFaFa; + font-weight: bold; + border-top: none; + border-right: none; + border-left: none; + border-bottom: 2px solid #d4d4d4; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-header th:last-child { + padding: 0px 0px 0px 2px; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-tablewrapper { + border: none; + background-color: #FaFaFa; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-row > td:first-child { + padding-left: 4px; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-cell { + padding-left: 2px; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-header th:first-child { + padding-left: 4px; + transform: none !important; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-row-focused::before { + border: none; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-cell.frozen { + box-shadow: none; + -webkit-box-shadow: none; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-row td { + border-left: none; + border-right: none; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-spacer-deco { + width: 0px; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-header-deco { + border: none; + background: #FaFaFa; + background-color: #FaFaFa; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-footer-deco { + border: none; + background: #FaFaFa; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-scroller { + border: none; + background: #FaFaFa; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-scroller { + border: none; + background: #FaFaFa; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-horizontal-scrollbar-deco { + background: #FaFaFa; + border: none; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-sidebar.v-contextmenu { + background-image: none; + border: none; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button:after { + content: "\f142"; + font-family: FontAwesome; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-cell div.component-wrap { + overflow: hidden; +} + +.unityThemeValo .u-denseTreeGrid .v-treegrid-sidebar.v-contextmenu { + height: 34px; +} + +.unityThemeValo .u-headerBar { + background-color: #F4F4F4; + border-bottom: 1px solid #F4F4F4; + color: #323232; +} + +.unityThemeValo .u-viewTitle { + font-size: 19px; + line-height: 1.2; +} + +.unityThemeValo .u-viewSubtitle { + font-size: 17px; + line-height: 1.4; +} + +.unityThemeValo .u-content-backgroud { + background: #FaFaFa; +} + +.unityThemeValo .u-backgroud { + background: #FaFaFa !important; +} + +.unityThemeValo .u-content-backgroud .v-panel { + background: #FaFaFa; +} + +.unityThemeValo .u-dragButton.v-disabled { + color: #04859D; + opacity: 1; +} + +.unityThemeValo .u-dragButton:hover { + background: #FaFaFa; + color: #04859D; +} + +.unityThemeValo .u-varPickerButton { + background-image: none; + background-color: #E5E5E5; + color: #323232; + border-color: transparent; + box-shadow: none; + padding: 2px; + height: 80%; +} + +.unityThemeValo .u-varPickerButton:hover { + background-color: #C5C5C5 !important; + color: #323232 !important; +} + +.unityThemeValo .u-fidoRetrievalLayout > div:first-child { + height: 0px; +} + +.unityThemeValo .u-fidoEditorLayout > div:first-child { + height: 0px; +} + +.unityThemeValo .u-fontMonospace { + font-family: monospace; +} + +.unityThemeValo .u-textAreaResizeable { + resize: both; +} + +.unityThemeValo .u-mvelFieldEditorLayout { + overflow-y: scroll; + max-height: 16em; +} + +.unityThemeValo .u-success-bg { + background: LightGreen; + border-radius: 5px; +} + +.unityThemeValo .u-error-bg { + background: LightCoral; + border-radius: 5px; +} + +.unityThemeValo .u-warn-bg { + background: Orange; + border-radius: 5px; +} + +.unityThemeValo .v-caption-u-label-warn > .v-icon { + color: Orange; +} + +.unityThemeValo .v-caption-u-label-error > .v-icon { + color: LightCoral; +} + +.unityThemeValo .v-caption-u-italic-grey { + color: grey; + font-style: italic; +} + +.unityThemeValo .v-caption-u-iconOnlyLabel { + height: 0; +} + +.unityThemeValo .u-warnBar { + background: Orange; + height: 2em; + text-align: center; + color: white; + font-weight: bold; +} + +.unityThemeValo .u-contentBox { + overflow: auto; +} + +.unityThemeValo .viewHeader { + font-size: 22.5px; +} + +.unityThemeValo .u-sidebar { + position: relative; + z-index: 1; +} + +.unityThemeValo .u-sidebar .u-left-menu-toggle { + bottom: 18px; + right: 8px; + padding: 0px 8px 0px 8px; + position: absolute; + outline: none; + color: #F4F4F4; + background-color: transparent; +} + +.unityThemeValo .u-sidebar .u-left-menu-toggle:hover, .unityThemeValo .u-sidebar .u-left-menu-toggle.active:hover { + background-color: #025D6E !important; + color: #F4F4F4 !important; +} + +.unityThemeValo .u-sidebar .u-left-menu-toggle:focus::after { + outline: none; + box-shadow: none; + -webkit-box-shadow: none; +} + +.unityThemeValo .u-sidebar .u-rootContent { + background-color: #FaFaFa; + color: #323232; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand { + padding-left: 300px !important; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu { + margin-left: -300px !important; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu { + background: #04859D; + border-right: 1px solid #04859D; + color: #F4F4F4; + -webkit-transition: width 0.3s ease-in-out; + -moz-transition: width 0.3s ease-in-out; + -ms-transition: width 0.3s ease-in-out; + -o-transition: width 0.3s ease-in-out; + transition: width 0.3s ease-in-out; + width: 300px !important; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu > .v-expand > .v-slot { + height: auto !important; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu:not(.minimal) { + overflow: auto; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div { + width: 100%; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-caption { + text-align: center; + position: relative; + font-size: 20px; + padding: 10px; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-caption:after { + position: absolute; + bottom: 0; + left: 0; + content: ""; + width: 100%; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-caption .v-icon { + margin-right: 5px; + max-width: 52px; + width: 100%; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-label { + display: none; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuCombo > div { + width: 100%; + text-align: center; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton { + -webkit-transition: background 0.3s; + -moz-transition: background 0.3s; + -ms-transition: background 0.3s; + -o-transition: background 0.3s; + transition: background 0.3s; + border-left: 0 solid transparent; + background: transparent; + overflow: hidden; + cursor: pointer; + display: block; + padding: 8px 0; + height: 45px; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton.u-active, .unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton.active:hover { + font-weight: 900; + background-color: #013842; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton:hover { + background-color: #025D6E; + color: #F4F4F4; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton-wrap { + -webkit-transition: border 0.3s; + -moz-transition: border 0.3s; + -ms-transition: border 0.3s; + -o-transition: border 0.3s; + transition: border 0.3s; + position: relative; + display: block; + z-index: 1000; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton-wrap .v-icon { + position: relative; + vertical-align: middle; + display: inline-block; + text-align: center; + margin-left: 10px; + width: 25px; + font-size: 17px; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton-wrap .u-menuButton-caption { + font-size: 17px; + vertical-align: middle; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu .u-toolTip { + position: absolute; + top: 0; + right: 5px; + width: 30px; + height: 30px; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu .u-toolTip .v-icon { + -webkit-transition: transform 0.3s ease-in-out; + -moz-transition: transform 0.3s ease-in-out; + -ms-transition: transform 0.3s ease-in-out; + -o-transition: transform 0.3s ease-in-out; + transition: transform 0.3s ease-in-out; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + width: 30px; + height: 30px; + line-height: 27px; + margin: 0; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu .menucontent { + -webkit-transition: max-height 0.5s ease-in-out; + -moz-transition: max-height 0.5s ease-in-out; + -ms-transition: max-height 0.5s ease-in-out; + -o-transition: max-height 0.5s ease-in-out; + transition: max-height 0.5s ease-in-out; + width: calc(100% - 24px) !important; + position: relative; + margin-left: 24px; + overflow: hidden; + display: block; + max-height: 0; +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu.u-open .u-toolTip .v-icon { + -webkit-transform: rotate(-180deg); + -moz-transform: rotate(-180deg); + -ms-transform: rotate(-180deg); + -o-transform: rotate(-180deg); + transform: rotate(-180deg); +} + +.unityThemeValo .u-sidebar .u-rootContent > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-subMenu.u-open .menucontent { + max-height: 1000px !important; + overflow: visible; +} + +.unityThemeValo .u-sidebar .u-rootContent .u-breadcrumbs:first-child .v-slot { + width: auto !important; +} + +.unityThemeValo .u-sidebar .u-rootContent .u-breadcrumbs .u-menuButton.u-clickable { + transition: color 0.3s; + cursor: pointer; +} + +.unityThemeValo .u-sidebar .u-rootContent .u-breadcrumbs .u-menuButton.u-clickable:hover { + color: #FFA045; +} + +.unityThemeValo .u-sidebar .u-rootContent .u-breadcrumbs .u-menuLabel { + display: none !important; +} + +.unityThemeValo .u-sidebar .u-rootContent .u-headerBar { + height: 50px !important; +} + +.unityThemeValo .u-sidebar .u-rootContent .u-topRightMenu .u-menuButton { + color: #04859D; + border: none; + -webkit-box-shadow: none; + box-shadow: none; + background: transparent; + cursor: pointer; + text-decoration: underline; + -webkit-transition: color 0.3s; + -moz-transition: color 0.3s; + transition: color 0.3s; + font-size: 24px; +} + +.unityThemeValo .u-sidebar .u-rootContent .u-topRightMenu .u-menuButton:hover { + color: #FFA045; + background: transparent; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal { + overflow: inherit; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand { + padding-left: 50px !important; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu { + margin-left: -50px !important; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu { + overflow: visible; + width: 50px !important; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .v-slot-u-menuLabel > div .v-caption .v-captiontext { + display: none; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-toolTip .v-icon { + display: none; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton { + overflow: visible; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton:hover .u-menuButton-caption { + pointer-events: all !important; + opacity: 0.9 !important; + z-index: 10000; + visibility: visible !important; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton .u-menuButton-wrap { + z-index: 100; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton .u-menuButton-wrap .v-icon { + width: 100%; + margin: 0; +} + +.unityThemeValo .u-sidebar .u-rootContent.minimal > .v-expand .v-slot-u-leftMenu .u-leftMenu .u-menuButton .u-menuButton-wrap .u-menuButton-caption { + -webkit-transition: opacity 0.3s ease-in-out; + -moz-transition: opacity 0.3s ease-in-out; + -ms-transition: opacity 0.3s ease-in-out; + -o-transition: opacity 0.3s ease-in-out; + transition: opacity 0.3s ease-in-out; + padding: 9px 13px 8px; + top: calc(-50% + 4px); + pointer-events: none; + position: absolute; + white-space: pre; + height: 28px; + opacity: 0; + margin-left: 4px; + background-color: #013842; + visibility: hidden; +} \ No newline at end of file diff --git a/VAADIN/themes/unityThemeValo/unityThemeValo.scss b/VAADIN/themes/unityThemeValo/unityThemeValo.scss index 7f80870..79db5f4 100644 --- a/VAADIN/themes/unityThemeValo/unityThemeValo.scss +++ b/VAADIN/themes/unityThemeValo/unityThemeValo.scss @@ -1,6 +1,7 @@ @import "../valo/valo.scss"; @import "../../addons/stepper/stepper.scss"; @import "../common/common.scss"; +@import "sidebar.scss"; @mixin unityThemeValo { @@ -11,4 +12,11 @@ @include vaadin-icons; @include unityCommon; + + @include sidebar; +} + +body { + font-family: $font; } + diff --git a/templates/system/body-main-ui.ftl b/templates/system/body-main-ui.ftl index 4cb91b3..2aab739 100644 --- a/templates/system/body-main-ui.ftl +++ b/templates/system/body-main-ui.ftl @@ -1,53 +1,8 @@ -
-
-
-
- -
-
-
-
- -
-
+
-
+
- - + diff --git a/templates/system/body-mandatory-end.ftl b/templates/system/body-mandatory-end.ftl index 4692b9a..4bcbdcd 100644 --- a/templates/system/body-mandatory-end.ftl +++ b/templates/system/body-mandatory-end.ftl @@ -36,65 +36,6 @@ vaadin.initApplication("${appId}",{ "heartbeatInterval": ${heartbeat} }); //]]> - - - - + + + diff --git a/templates/system/header-mandatory.ftl b/templates/system/header-mandatory.ftl index abeefd8..3aded71 100644 --- a/templates/system/header-mandatory.ftl +++ b/templates/system/header-mandatory.ftl @@ -1,2 +1,4 @@ + + diff --git a/templates/system/header-std.ftl b/templates/system/header-std.ftl index f87da7b..65c935b 100644 --- a/templates/system/header-std.ftl +++ b/templates/system/header-std.ftl @@ -3,8 +3,7 @@ + - - - - + +