blob: 8e2033e614023e309453065fbc58c827cd562d4f [file] [log] [blame]
/******************************************************************
* *
* Copyright (C) - Sample Corp., Smalltown, Sampleland
* *
* This source was generated via the OS.bee toolset! *
* *
* OS.bee is (C) - Loetz GmbH&Co.KG, 69115 Heidelberg, Germany *
* *
*================================================================*
* *
* @file $HeadURL$
* @version $Revision$
* @date $Date$
* @author $Author$
* *
******************************************************************/
/**
* 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: ThemeIcons;
font-weight: normal;
font-style: normal;
src: url(../valo/util/bourbon/css3/../../../../base/fonts/themeicons-webfont.eot);
src: url(../valo/util/bourbon/css3/../../../../base/fonts/themeicons-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/util/bourbon/css3/../../../../base/fonts/themeicons-webfont.woff) format("woff"), url(../valo/util/bourbon/css3/../../../../base/fonts/themeicons-webfont.ttf) format("truetype"), url(../valo/util/bourbon/css3/../../../../base/fonts/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;
}
@-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: 22px;
}
3% {
width: 91%;
height: 4px;
}
100% {
width: 96%;
height: 4px;
}
}
@-moz-keyframes v-progress-wait {
0% {
width: 90%;
height: 22px;
}
3% {
width: 91%;
height: 4px;
}
100% {
width: 96%;
height: 4px;
}
}
@keyframes v-progress-wait {
0% {
width: 90%;
height: 22px;
}
3% {
width: 91%;
height: 4px;
}
100% {
width: 96%;
height: 4px;
}
}
@-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
*/
.v-shadow, .v-shadow-window {
display: none;
}
.v-ie8 .v-shadow, .v-ie8 .v-shadow-window {
display: block;
}
.v-ie8 .v-shadow .top, .v-ie8 .v-shadow-window .top {
position: absolute;
top: -6px;
right: 10px;
bottom: 6px;
left: -10px;
background: black;
filter: alpha(opacity=15) progid:DXImageTransform.Microsoft.blur(pixelradius=10, makeShadow=false);
}
.v-ie8 .v-shadow .top-left, .v-ie8 .v-shadow-window .top-left {
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
background: black;
filter: alpha(opacity=27) progid:DXImageTransform.Microsoft.blur(pixelradius=0, makeShadow=false);
}
/**
* 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: -22px;
}
}
@-moz-keyframes valo-grid-editor-footer-animate-in {
0% {
margin-top: -22px;
}
}
@keyframes valo-grid-editor-footer-animate-in {
0% {
margin-top: -22px;
}
}
@-webkit-keyframes valo-grid-editor-footer-animate-in-alt {
0% {
margin-bottom: -23px;
}
100% {
margin-bottom: -1px;
}
}
@-moz-keyframes valo-grid-editor-footer-animate-in-alt {
0% {
margin-bottom: -23px;
}
100% {
margin-bottom: -1px;
}
}
@keyframes valo-grid-editor-footer-animate-in-alt {
0% {
margin-bottom: -23px;
}
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
*/
/**
*
*
* @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: "@version@";
}
.v-widget {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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 {
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: 21px;
}
.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 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 21px;
}
.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: 21px;
}
.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;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.v-tabsheet-content {
position: relative;
}
.v-tabsheet-content > div > .v-scrollable > .v-margin-top {
padding-top: 7px;
}
.v-tabsheet-content > div > .v-scrollable > .v-margin-right {
padding-right: 7px;
}
.v-tabsheet-content > div > .v-scrollable > .v-margin-bottom {
padding-bottom: 7px;
}
.v-tabsheet-content > div > .v-scrollable > .v-margin-left {
padding-left: 7px;
}
.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 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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;
}
.FontAwesome {
font-family: "FontAwesome";
}
@font-face {
font-family: "vaadin-icons";
src: url(fonts/vaadin-icons.eot);
src: url(fonts/vaadin-icons.eot?#iefix) format("embedded-opentype"), url(fonts/vaadin-icons.woff) format("woff"), url(fonts/vaadin-icons.ttf) format("truetype"), url(fonts/vaadin-icons.svg#icomoon) format("svg");
}
@font-face {
font-family: "fontello";
src: url(fonts/fontello.eot);
src: url(fonts/fontello.eot?#iefix) format("embedded-opentype"), url(fonts/fontello.woff) format("woff"), url(fonts/fontello.ttf) format("truetype"), url(fonts/fontello.svg#icomoon) format("svg");
}
[class^="icon-"] > .v-button-wrap:before, [class*=" icon-"] > .v-button-wrap:before, [class^="icon-"].v-nativebutton:before, [class*=" icon-"].v-nativebutton:before, [class^="icon-"].v-label:before, [class*=" icon-"].v-label:before, [class*="-icon-"].v-menubar-menuitem:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
line-height: 1;
margin-right: 0.4em;
vertical-align: 1px;
}
[class^="icon-"] > .v-button-wrap:before, [class*=" icon-"] > .v-button-wrap:before, [class^="icon-"].v-nativebutton:before, [class*=" icon-"].v-nativebutton:before {
margin: 0;
margin-left: -0.3em;
}
[class^="icon-"] > span > .v-button-caption, [class^="icon-"] > .v-nativebutton-caption, [class*=" icon-"] > span > .v-button-caption, [class*=" icon-"] > .v-nativebutton-caption {
margin-left: 11px;
}
.icon-plus.v-nativebutton:before, .icon-plus > .v-button-wrap:before, .icon-plus.v-label:before, .v-menubar-menuitem-icon-plus:before {
content: "\2b";
}
.icon-minus.v-nativebutton:before, .icon-minus > .v-button-wrap:before, .icon-minus.v-label:before, .v-menubar-menuitem-icon-minus:before {
content: "\2d";
}
.icon-info.v-nativebutton:before, .icon-info > .v-button-wrap:before, .icon-info.v-label:before, .v-menubar-menuitem-icon-info:before {
content: "\2139";
}
.icon-left.v-nativebutton:before, .icon-left > .v-button-wrap:before, .icon-left.v-label:before, .v-menubar-menuitem-icon-left:before {
content: "\2190";
}
.icon-up.v-nativebutton:before, .icon-up > .v-button-wrap:before, .icon-up.v-label:before, .v-menubar-menuitem-icon-up:before {
content: "\2191";
}
.icon-right.v-nativebutton:before, .icon-right > .v-button-wrap:before, .icon-right.v-label:before, .v-menubar-menuitem-icon-right:before {
content: "\2192";
}
.icon-down.v-nativebutton:before, .icon-down > .v-button-wrap:before, .icon-down.v-label:before, .v-menubar-menuitem-icon-down:before {
content: "\2193";
}
.icon-exchange.v-nativebutton:before, .icon-exchange > .v-button-wrap:before, .icon-exchange.v-label:before, .v-menubar-menuitem-icon-exchange:before {
content: "\21c4";
}
.icon-home.v-nativebutton:before, .icon-home > .v-button-wrap:before, .icon-home.v-label:before, .v-menubar-menuitem-icon-home:before {
content: "\2302";
}
.icon-home-1.v-nativebutton:before, .icon-home-1 > .v-button-wrap:before, .icon-home-1.v-label:before, .v-menubar-menuitem-icon-home-1:before {
content: "\e802";
}
.icon-up-dir.v-nativebutton:before, .icon-up-dir > .v-button-wrap:before, .icon-up-dir.v-label:before, .v-menubar-menuitem-icon-up-dir:before {
content: "\25b4";
}
.icon-right-dir.v-nativebutton:before, .icon-right-dir > .v-button-wrap:before, .icon-right-dir.v-label:before, .v-menubar-menuitem-icon-right-dir:before {
content: "\25b8";
}
.icon-down-dir.v-nativebutton:before, .icon-down-dir > .v-button-wrap:before, .icon-down-dir.v-label:before, .v-menubar-menuitem-icon-down-dir:before {
content: "\25be";
}
.icon-left-dir.v-nativebutton:before, .icon-left-dir > .v-button-wrap:before, .icon-left-dir.v-label:before, .v-menubar-menuitem-icon-left-dir:before {
content: "\25c2";
}
.icon-star.v-nativebutton:before, .icon-star > .v-button-wrap:before, .icon-star.v-label:before, .v-menubar-menuitem-icon-star:before {
content: "\2605";
}
.icon-star-empty.v-nativebutton:before, .icon-star-empty > .v-button-wrap:before, .icon-star-empty.v-label:before, .v-menubar-menuitem-icon-star-empty:before {
content: "\2606";
}
.icon-th-list.v-nativebutton:before, .icon-th-list > .v-button-wrap:before, .icon-th-list.v-label:before, .v-menubar-menuitem-icon-th-list:before {
content: "\2630";
}
.icon-heart-empty.v-nativebutton:before, .icon-heart-empty > .v-button-wrap:before, .icon-heart-empty.v-label:before, .v-menubar-menuitem-icon-heart-empty:before {
content: "\2661";
}
.icon-heart.v-nativebutton:before, .icon-heart > .v-button-wrap:before, .icon-heart.v-label:before, .v-menubar-menuitem-icon-heart:before {
content: "\2665";
}
.icon-music.v-nativebutton:before, .icon-music > .v-button-wrap:before, .icon-music.v-label:before, .v-menubar-menuitem-icon-music:before {
content: "\266a";
}
.icon-th.v-nativebutton:before, .icon-th > .v-button-wrap:before, .icon-th.v-label:before, .v-menubar-menuitem-icon-th:before {
content: "\268f";
}
.icon-flag.v-nativebutton:before, .icon-flag > .v-button-wrap:before, .icon-flag.v-label:before, .v-menubar-menuitem-icon-flag:before {
content: "\2691";
}
.icon-cog.v-nativebutton:before, .icon-cog > .v-button-wrap:before, .icon-cog.v-label:before, .v-menubar-menuitem-icon-cog:before {
content: "\2699";
}
.icon-attention.v-nativebutton:before, .icon-attention > .v-button-wrap:before, .icon-attention.v-label:before, .v-menubar-menuitem-icon-attention:before {
content: "\26a0";
}
.icon-mail.v-nativebutton:before, .icon-mail > .v-button-wrap:before, .icon-mail.v-label:before, .v-menubar-menuitem-icon-mail:before {
content: "\2709";
}
.icon-edit.v-nativebutton:before, .icon-edit > .v-button-wrap:before, .icon-edit.v-label:before, .v-menubar-menuitem-icon-edit:before {
content: "\270d";
}
.icon-pencil.v-nativebutton:before, .icon-pencil > .v-button-wrap:before, .icon-pencil.v-label:before, .v-menubar-menuitem-icon-pencil:before {
content: "\270e";
}
.icon-ok.v-nativebutton:before, .icon-ok > .v-button-wrap:before, .icon-ok.v-label:before, .v-menubar-menuitem-icon-ok:before {
content: "\2713";
}
.icon-cancel-1.v-nativebutton:before, .icon-cancel-1 > .v-button-wrap:before, .icon-cancel-1.v-label:before, .v-menubar-menuitem-icon-cancel-1:before {
content: "\e801";
}
.icon-cancel.v-nativebutton:before, .icon-cancel > .v-button-wrap:before, .icon-cancel.v-label:before, .v-menubar-menuitem-icon-cancel:before {
content: "\2715";
}
.icon-cancel-circle.v-nativebutton:before, .icon-cancel-circle > .v-button-wrap:before, .icon-cancel-circle.v-label:before, .v-menubar-menuitem-icon-cancel-circle:before {
content: "\2716";
}
.icon-help.v-nativebutton:before, .icon-help > .v-button-wrap:before, .icon-help.v-label:before, .v-menubar-menuitem-icon-help:before {
content: "\2753";
}
.icon-plus-circle.v-nativebutton:before, .icon-plus-circle > .v-button-wrap:before, .icon-plus-circle.v-label:before, .v-menubar-menuitem-icon-plus-circle:before {
content: "\2795";
}
.icon-minus-circle.v-nativebutton:before, .icon-minus-circle > .v-button-wrap:before, .icon-minus-circle.v-label:before, .v-menubar-menuitem-icon-minus-circle:before {
content: "\2796";
}
.icon-right-thin.v-nativebutton:before, .icon-right-thin > .v-button-wrap:before, .icon-right-thin.v-label:before, .v-menubar-menuitem-icon-right-thin:before {
content: "\27a1";
}
.icon-forward.v-nativebutton:before, .icon-forward > .v-button-wrap:before, .icon-forward.v-label:before, .v-menubar-menuitem-icon-forward:before {
content: "\27a6";
}
.icon-cw.v-nativebutton:before, .icon-cw > .v-button-wrap:before, .icon-cw.v-label:before, .v-menubar-menuitem-icon-cw:before {
content: "\27f3";
}
.icon-left-thin.v-nativebutton:before, .icon-left-thin > .v-button-wrap:before, .icon-left-thin.v-label:before, .v-menubar-menuitem-icon-left-thin:before {
content: "\2b05";
}
.icon-up-thin.v-nativebutton:before, .icon-up-thin > .v-button-wrap:before, .icon-up-thin.v-label:before, .v-menubar-menuitem-icon-up-thin:before {
content: "\2b06";
}
.icon-down-thin.v-nativebutton:before, .icon-down-thin > .v-button-wrap:before, .icon-down-thin.v-label:before, .v-menubar-menuitem-icon-down-thin:before {
content: "\2b07";
}
.icon-left-bold.v-nativebutton:before, .icon-left-bold > .v-button-wrap:before, .icon-left-bold.v-label:before, .v-menubar-menuitem-icon-left-bold:before {
content: "\e4ad";
}
.icon-right-bold.v-nativebutton:before, .icon-right-bold > .v-button-wrap:before, .icon-right-bold.v-label:before, .v-menubar-menuitem-icon-right-bold:before {
content: "\e4ae";
}
.icon-up-bold.v-nativebutton:before, .icon-up-bold > .v-button-wrap:before, .icon-up-bold.v-label:before, .v-menubar-menuitem-icon-up-bold:before {
content: "\e4af";
}
.icon-down-bold.v-nativebutton:before, .icon-down-bold > .v-button-wrap:before, .icon-down-bold.v-label:before, .v-menubar-menuitem-icon-down-bold:before {
content: "\e4b0";
}
.icon-user-add.v-nativebutton:before, .icon-user-add > .v-button-wrap:before, .icon-user-add.v-label:before, .v-menubar-menuitem-icon-user-add:before {
content: "\e700";
}
.icon-help-circle.v-nativebutton:before, .icon-help-circle > .v-button-wrap:before, .icon-help-circle.v-label:before, .v-menubar-menuitem-icon-help-circle:before {
content: "\e704";
}
.icon-info-circle.v-nativebutton:before, .icon-info-circle > .v-button-wrap:before, .icon-info-circle.v-label:before, .v-menubar-menuitem-icon-info-circle:before {
content: "\e705";
}
.icon-back.v-nativebutton:before, .icon-back > .v-button-wrap:before, .icon-back.v-label:before, .v-menubar-menuitem-icon-back:before {
content: "\e706";
}
.icon-eye.v-nativebutton:before, .icon-eye > .v-button-wrap:before, .icon-eye.v-label:before, .v-menubar-menuitem-icon-eye:before {
content: "\e70a";
}
.icon-tag.v-nativebutton:before, .icon-tag > .v-button-wrap:before, .icon-tag.v-label:before, .v-menubar-menuitem-icon-tag:before {
content: "\e70c";
}
.icon-upload-cloud.v-nativebutton:before, .icon-upload-cloud > .v-button-wrap:before, .icon-upload-cloud.v-label:before, .v-menubar-menuitem-icon-upload-cloud:before {
content: "\e711";
}
.icon-reply.v-nativebutton:before, .icon-reply > .v-button-wrap:before, .icon-reply.v-label:before, .v-menubar-menuitem-icon-reply:before {
content: "\e712";
}
.icon-export.v-nativebutton:before, .icon-export > .v-button-wrap:before, .icon-export.v-label:before, .v-menubar-menuitem-icon-export:before {
content: "\e715";
}
.icon-print.v-nativebutton:before, .icon-print > .v-button-wrap:before, .icon-print.v-label:before, .v-menubar-menuitem-icon-print:before {
content: "\e716";
}
.icon-retweet.v-nativebutton:before, .icon-retweet > .v-button-wrap:before, .icon-retweet.v-label:before, .v-menubar-menuitem-icon-retweet:before {
content: "\e717";
}
.icon-comment.v-nativebutton:before, .icon-comment > .v-button-wrap:before, .icon-comment.v-label:before, .v-menubar-menuitem-icon-comment:before {
content: "\e718";
}
.icon-vcard.v-nativebutton:before, .icon-vcard > .v-button-wrap:before, .icon-vcard.v-label:before, .v-menubar-menuitem-icon-vcard:before {
content: "\e722";
}
.icon-location.v-nativebutton:before, .icon-location > .v-button-wrap:before, .icon-location.v-label:before, .v-menubar-menuitem-icon-location:before {
content: "\e724";
}
.icon-trash.v-nativebutton:before, .icon-trash > .v-button-wrap:before, .icon-trash.v-label:before, .v-menubar-menuitem-icon-trash:before {
content: "\e729";
}
.icon-resize-full.v-nativebutton:before, .icon-resize-full > .v-button-wrap:before, .icon-resize-full.v-label:before, .v-menubar-menuitem-icon-resize-full:before {
content: "\e744";
}
.icon-resize-small.v-nativebutton:before, .icon-resize-small > .v-button-wrap:before, .icon-resize-small.v-label:before, .v-menubar-menuitem-icon-resize-small:before {
content: "\e746";
}
.icon-down-open.v-nativebutton:before, .icon-down-open > .v-button-wrap:before, .icon-down-open.v-label:before, .v-menubar-menuitem-icon-down-open:before {
content: "\e75c";
}
.icon-left-open.v-nativebutton:before, .icon-left-open > .v-button-wrap:before, .icon-left-open.v-label:before, .v-menubar-menuitem-icon-left-open:before {
content: "\e75d";
}
.icon-right-open.v-nativebutton:before, .icon-right-open > .v-button-wrap:before, .icon-right-open.v-label:before, .v-menubar-menuitem-icon-right-open:before {
content: "\e75e";
}
.icon-up-open.v-nativebutton:before, .icon-up-open > .v-button-wrap:before, .icon-up-open.v-label:before, .v-menubar-menuitem-icon-up-open:before {
content: "\e75f";
}
.icon-arrows-cw.v-nativebutton:before, .icon-arrows-cw > .v-button-wrap:before, .icon-arrows-cw.v-label:before, .v-menubar-menuitem-icon-arrows-cw:before {
content: "\e760";
}
.icon-chart-pie.v-nativebutton:before, .icon-chart-pie > .v-button-wrap:before, .icon-chart-pie.v-label:before, .v-menubar-menuitem-icon-chart-pie:before {
content: "\e7a2";
}
.icon-search-1.v-nativebutton:before, .icon-search-1 > .v-button-wrap:before, .icon-search-1.v-label:before, .v-menubar-menuitem-icon-search-1:before {
content: "\e800";
}
.icon-user.v-nativebutton:before, .icon-user > .v-button-wrap:before, .icon-user.v-label:before, .v-menubar-menuitem-icon-user:before {
content: "\1f464";
}
.icon-users.v-nativebutton:before, .icon-users > .v-button-wrap:before, .icon-users.v-label:before, .v-menubar-menuitem-icon-users:before {
content: "\1f465";
}
.icon-monitor.v-nativebutton:before, .icon-monitor > .v-button-wrap:before, .icon-monitor.v-label:before, .v-menubar-menuitem-icon-monitor:before {
content: "\1f4bb";
}
.icon-folder.v-nativebutton:before, .icon-folder > .v-button-wrap:before, .icon-folder.v-label:before, .v-menubar-menuitem-icon-folder:before {
content: "\1f4c1";
}
.icon-doc.v-nativebutton:before, .icon-doc > .v-button-wrap:before, .icon-doc.v-label:before, .v-menubar-menuitem-icon-doc:before {
content: "\1f4c4";
}
.icon-calendar.v-nativebutton:before, .icon-calendar > .v-button-wrap:before, .icon-calendar.v-label:before, .v-menubar-menuitem-icon-calendar:before {
content: "\1f4c5";
}
.icon-chart.v-nativebutton:before, .icon-chart > .v-button-wrap:before, .icon-chart.v-label:before, .v-menubar-menuitem-icon-chart:before {
content: "\1f4c8";
}
.icon-attach.v-nativebutton:before, .icon-attach > .v-button-wrap:before, .icon-attach.v-label:before, .v-menubar-menuitem-icon-attach:before {
content: "\1f4ce";
}
.icon-upload.v-nativebutton:before, .icon-upload > .v-button-wrap:before, .icon-upload.v-label:before, .v-menubar-menuitem-icon-upload:before {
content: "\1f4e4";
}
.icon-download.v-nativebutton:before, .icon-download > .v-button-wrap:before, .icon-download.v-label:before, .v-menubar-menuitem-icon-download:before {
content: "\1f4e5";
}
.icon-mobile.v-nativebutton:before, .icon-mobile > .v-button-wrap:before, .icon-mobile.v-label:before, .v-menubar-menuitem-icon-mobile:before {
content: "\1f4f1";
}
.icon-camera.v-nativebutton:before, .icon-camera > .v-button-wrap:before, .icon-camera.v-label:before, .v-menubar-menuitem-icon-camera:before {
content: "\1f4f7";
}
.icon-lock.v-nativebutton:before, .icon-lock > .v-button-wrap:before, .icon-lock.v-label:before, .v-menubar-menuitem-icon-lock:before {
content: "\1f512";
}
.icon-lock-open.v-nativebutton:before, .icon-lock-open > .v-button-wrap:before, .icon-lock-open.v-label:before, .v-menubar-menuitem-icon-lock-open:before {
content: "\1f513";
}
.icon-bell.v-nativebutton:before, .icon-bell > .v-button-wrap:before, .icon-bell.v-label:before, .v-menubar-menuitem-icon-bell:before {
content: "\1f514";
}
.icon-link.v-nativebutton:before, .icon-link > .v-button-wrap:before, .icon-link.v-label:before, .v-menubar-menuitem-icon-link:before {
content: "\1f517";
}
.icon-clock.v-nativebutton:before, .icon-clock > .v-button-wrap:before, .icon-clock.v-label:before, .v-menubar-menuitem-icon-clock:before {
content: "\1f554";
}
.icon-block.v-nativebutton:before, .icon-block > .v-button-wrap:before, .icon-block.v-label:before, .v-menubar-menuitem-icon-block:before {
content: "\1f6ab";
}
.icon-plus.v-nativebutton:before, .icon-plus > .v-button-wrap:before, .icon-plus.v-label:before, .v-menubar-menuitem-icon-plus:before {
content: "\2b";
}
.icon-minus.v-nativebutton:before, .icon-minus > .v-button-wrap:before, .icon-minus.v-label:before, .v-menubar-menuitem-icon-minus:before {
content: "\2d";
}
.icon-info.v-nativebutton:before, .icon-info > .v-button-wrap:before, .icon-info.v-label:before, .v-menubar-menuitem-icon-info:before {
content: "\2139";
}
.icon-left.v-nativebutton:before, .icon-left > .v-button-wrap:before, .icon-left.v-label:before, .v-menubar-menuitem-icon-left:before {
content: "\2190";
}
.icon-up.v-nativebutton:before, .icon-up > .v-button-wrap:before, .icon-up.v-label:before, .v-menubar-menuitem-icon-up:before {
content: "\2191";
}
.icon-right.v-nativebutton:before, .icon-right > .v-button-wrap:before, .icon-right.v-label:before, .v-menubar-menuitem-icon-right:before {
content: "\2192";
}
.icon-down.v-nativebutton:before, .icon-down > .v-button-wrap:before, .icon-down.v-label:before, .v-menubar-menuitem-icon-down:before {
content: "\2193";
}
.icon-exchange.v-nativebutton:before, .icon-exchange > .v-button-wrap:before, .icon-exchange.v-label:before, .v-menubar-menuitem-icon-exchange:before {
content: "\21c4";
}
.icon-home.v-nativebutton:before, .icon-home > .v-button-wrap:before, .icon-home.v-label:before, .v-menubar-menuitem-icon-home:before {
content: "\2302";
}
.icon-home-1.v-nativebutton:before, .icon-home-1 > .v-button-wrap:before, .icon-home-1.v-label:before, .v-menubar-menuitem-icon-home-1:before {
content: "\e802";
}
.icon-up-dir.v-nativebutton:before, .icon-up-dir > .v-button-wrap:before, .icon-up-dir.v-label:before, .v-menubar-menuitem-icon-up-dir:before {
content: "\25b4";
}
.icon-right-dir.v-nativebutton:before, .icon-right-dir > .v-button-wrap:before, .icon-right-dir.v-label:before, .v-menubar-menuitem-icon-right-dir:before {
content: "\25b8";
}
.icon-down-dir.v-nativebutton:before, .icon-down-dir > .v-button-wrap:before, .icon-down-dir.v-label:before, .v-menubar-menuitem-icon-down-dir:before {
content: "\25be";
}
.icon-left-dir.v-nativebutton:before, .icon-left-dir > .v-button-wrap:before, .icon-left-dir.v-label:before, .v-menubar-menuitem-icon-left-dir:before {
content: "\25c2";
}
.icon-star.v-nativebutton:before, .icon-star > .v-button-wrap:before, .icon-star.v-label:before, .v-menubar-menuitem-icon-star:before {
content: "\2605";
}
.icon-star-empty.v-nativebutton:before, .icon-star-empty > .v-button-wrap:before, .icon-star-empty.v-label:before, .v-menubar-menuitem-icon-star-empty:before {
content: "\2606";
}
.icon-th-list.v-nativebutton:before, .icon-th-list > .v-button-wrap:before, .icon-th-list.v-label:before, .v-menubar-menuitem-icon-th-list:before {
content: "\2630";
}
.icon-heart-empty.v-nativebutton:before, .icon-heart-empty > .v-button-wrap:before, .icon-heart-empty.v-label:before, .v-menubar-menuitem-icon-heart-empty:before {
content: "\2661";
}
.icon-heart.v-nativebutton:before, .icon-heart > .v-button-wrap:before, .icon-heart.v-label:before, .v-menubar-menuitem-icon-heart:before {
content: "\2665";
}
.icon-music.v-nativebutton:before, .icon-music > .v-button-wrap:before, .icon-music.v-label:before, .v-menubar-menuitem-icon-music:before {
content: "\266a";
}
.icon-th.v-nativebutton:before, .icon-th > .v-button-wrap:before, .icon-th.v-label:before, .v-menubar-menuitem-icon-th:before {
content: "\268f";
}
.icon-flag.v-nativebutton:before, .icon-flag > .v-button-wrap:before, .icon-flag.v-label:before, .v-menubar-menuitem-icon-flag:before {
content: "\2691";
}
.icon-cog.v-nativebutton:before, .icon-cog > .v-button-wrap:before, .icon-cog.v-label:before, .v-menubar-menuitem-icon-cog:before {
content: "\2699";
}
.icon-attention.v-nativebutton:before, .icon-attention > .v-button-wrap:before, .icon-attention.v-label:before, .v-menubar-menuitem-icon-attention:before {
content: "\26a0";
}
.icon-mail.v-nativebutton:before, .icon-mail > .v-button-wrap:before, .icon-mail.v-label:before, .v-menubar-menuitem-icon-mail:before {
content: "\2709";
}
.icon-edit.v-nativebutton:before, .icon-edit > .v-button-wrap:before, .icon-edit.v-label:before, .v-menubar-menuitem-icon-edit:before {
content: "\270d";
}
.icon-pencil.v-nativebutton:before, .icon-pencil > .v-button-wrap:before, .icon-pencil.v-label:before, .v-menubar-menuitem-icon-pencil:before {
content: "\270e";
}
.icon-ok.v-nativebutton:before, .icon-ok > .v-button-wrap:before, .icon-ok.v-label:before, .v-menubar-menuitem-icon-ok:before {
content: "\2713";
}
.icon-cancel-1.v-nativebutton:before, .icon-cancel-1 > .v-button-wrap:before, .icon-cancel-1.v-label:before, .v-menubar-menuitem-icon-cancel-1:before {
content: "\e801";
}
.icon-cancel.v-nativebutton:before, .icon-cancel > .v-button-wrap:before, .icon-cancel.v-label:before, .v-menubar-menuitem-icon-cancel:before {
content: "\2715";
}
.icon-cancel-circle.v-nativebutton:before, .icon-cancel-circle > .v-button-wrap:before, .icon-cancel-circle.v-label:before, .v-menubar-menuitem-icon-cancel-circle:before {
content: "\2716";
}
.icon-help.v-nativebutton:before, .icon-help > .v-button-wrap:before, .icon-help.v-label:before, .v-menubar-menuitem-icon-help:before {
content: "\2753";
}
.icon-plus-circle.v-nativebutton:before, .icon-plus-circle > .v-button-wrap:before, .icon-plus-circle.v-label:before, .v-menubar-menuitem-icon-plus-circle:before {
content: "\2795";
}
.icon-minus-circle.v-nativebutton:before, .icon-minus-circle > .v-button-wrap:before, .icon-minus-circle.v-label:before, .v-menubar-menuitem-icon-minus-circle:before {
content: "\2796";
}
.icon-right-thin.v-nativebutton:before, .icon-right-thin > .v-button-wrap:before, .icon-right-thin.v-label:before, .v-menubar-menuitem-icon-right-thin:before {
content: "\27a1";
}
.icon-forward.v-nativebutton:before, .icon-forward > .v-button-wrap:before, .icon-forward.v-label:before, .v-menubar-menuitem-icon-forward:before {
content: "\27a6";
}
.icon-cw.v-nativebutton:before, .icon-cw > .v-button-wrap:before, .icon-cw.v-label:before, .v-menubar-menuitem-icon-cw:before {
content: "\27f3";
}
.icon-left-thin.v-nativebutton:before, .icon-left-thin > .v-button-wrap:before, .icon-left-thin.v-label:before, .v-menubar-menuitem-icon-left-thin:before {
content: "\2b05";
}
.icon-up-thin.v-nativebutton:before, .icon-up-thin > .v-button-wrap:before, .icon-up-thin.v-label:before, .v-menubar-menuitem-icon-up-thin:before {
content: "\2b06";
}
.icon-down-thin.v-nativebutton:before, .icon-down-thin > .v-button-wrap:before, .icon-down-thin.v-label:before, .v-menubar-menuitem-icon-down-thin:before {
content: "\2b07";
}
.icon-left-bold.v-nativebutton:before, .icon-left-bold > .v-button-wrap:before, .icon-left-bold.v-label:before, .v-menubar-menuitem-icon-left-bold:before {
content: "\e4ad";
}
.icon-right-bold.v-nativebutton:before, .icon-right-bold > .v-button-wrap:before, .icon-right-bold.v-label:before, .v-menubar-menuitem-icon-right-bold:before {
content: "\e4ae";
}
.icon-up-bold.v-nativebutton:before, .icon-up-bold > .v-button-wrap:before, .icon-up-bold.v-label:before, .v-menubar-menuitem-icon-up-bold:before {
content: "\e4af";
}
.icon-down-bold.v-nativebutton:before, .icon-down-bold > .v-button-wrap:before, .icon-down-bold.v-label:before, .v-menubar-menuitem-icon-down-bold:before {
content: "\e4b0";
}
.icon-user-add.v-nativebutton:before, .icon-user-add > .v-button-wrap:before, .icon-user-add.v-label:before, .v-menubar-menuitem-icon-user-add:before {
content: "\e700";
}
.icon-help-circle.v-nativebutton:before, .icon-help-circle > .v-button-wrap:before, .icon-help-circle.v-label:before, .v-menubar-menuitem-icon-help-circle:before {
content: "\e704";
}
.icon-info-circle.v-nativebutton:before, .icon-info-circle > .v-button-wrap:before, .icon-info-circle.v-label:before, .v-menubar-menuitem-icon-info-circle:before {
content: "\e705";
}
.icon-back.v-nativebutton:before, .icon-back > .v-button-wrap:before, .icon-back.v-label:before, .v-menubar-menuitem-icon-back:before {
content: "\e706";
}
.icon-eye.v-nativebutton:before, .icon-eye > .v-button-wrap:before, .icon-eye.v-label:before, .v-menubar-menuitem-icon-eye:before {
content: "\e70a";
}
.icon-tag.v-nativebutton:before, .icon-tag > .v-button-wrap:before, .icon-tag.v-label:before, .v-menubar-menuitem-icon-tag:before {
content: "\e70c";
}
.icon-upload-cloud.v-nativebutton:before, .icon-upload-cloud > .v-button-wrap:before, .icon-upload-cloud.v-label:before, .v-menubar-menuitem-icon-upload-cloud:before {
content: "\e711";
}
.icon-reply.v-nativebutton:before, .icon-reply > .v-button-wrap:before, .icon-reply.v-label:before, .v-menubar-menuitem-icon-reply:before {
content: "\e712";
}
.icon-export.v-nativebutton:before, .icon-export > .v-button-wrap:before, .icon-export.v-label:before, .v-menubar-menuitem-icon-export:before {
content: "\e715";
}
.icon-print.v-nativebutton:before, .icon-print > .v-button-wrap:before, .icon-print.v-label:before, .v-menubar-menuitem-icon-print:before {
content: "\e716";
}
.icon-retweet.v-nativebutton:before, .icon-retweet > .v-button-wrap:before, .icon-retweet.v-label:before, .v-menubar-menuitem-icon-retweet:before {
content: "\e717";
}
.icon-comment.v-nativebutton:before, .icon-comment > .v-button-wrap:before, .icon-comment.v-label:before, .v-menubar-menuitem-icon-comment:before {
content: "\e718";
}
.icon-vcard.v-nativebutton:before, .icon-vcard > .v-button-wrap:before, .icon-vcard.v-label:before, .v-menubar-menuitem-icon-vcard:before {
content: "\e722";
}
.icon-location.v-nativebutton:before, .icon-location > .v-button-wrap:before, .icon-location.v-label:before, .v-menubar-menuitem-icon-location:before {
content: "\e724";
}
.icon-trash.v-nativebutton:before, .icon-trash > .v-button-wrap:before, .icon-trash.v-label:before, .v-menubar-menuitem-icon-trash:before {
content: "\e729";
}
.icon-resize-full.v-nativebutton:before, .icon-resize-full > .v-button-wrap:before, .icon-resize-full.v-label:before, .v-menubar-menuitem-icon-resize-full:before {
content: "\e744";
}
.icon-resize-small.v-nativebutton:before, .icon-resize-small > .v-button-wrap:before, .icon-resize-small.v-label:before, .v-menubar-menuitem-icon-resize-small:before {
content: "\e746";
}
.icon-down-open.v-nativebutton:before, .icon-down-open > .v-button-wrap:before, .icon-down-open.v-label:before, .v-menubar-menuitem-icon-down-open:before {
content: "\e75c";
}
.icon-left-open.v-nativebutton:before, .icon-left-open > .v-button-wrap:before, .icon-left-open.v-label:before, .v-menubar-menuitem-icon-left-open:before {
content: "\e75d";
}
.icon-right-open.v-nativebutton:before, .icon-right-open > .v-button-wrap:before, .icon-right-open.v-label:before, .v-menubar-menuitem-icon-right-open:before {
content: "\e75e";
}
.icon-up-open.v-nativebutton:before, .icon-up-open > .v-button-wrap:before, .icon-up-open.v-label:before, .v-menubar-menuitem-icon-up-open:before {
content: "\e75f";
}
.icon-arrows-cw.v-nativebutton:before, .icon-arrows-cw > .v-button-wrap:before, .icon-arrows-cw.v-label:before, .v-menubar-menuitem-icon-arrows-cw:before {
content: "\e760";
}
.icon-chart-pie.v-nativebutton:before, .icon-chart-pie > .v-button-wrap:before, .icon-chart-pie.v-label:before, .v-menubar-menuitem-icon-chart-pie:before {
content: "\e7a2";
}
.icon-search-1.v-nativebutton:before, .icon-search-1 > .v-button-wrap:before, .icon-search-1.v-label:before, .v-menubar-menuitem-icon-search-1:before {
content: "\e800";
}
.icon-user.v-nativebutton:before, .icon-user > .v-button-wrap:before, .icon-user.v-label:before, .v-menubar-menuitem-icon-user:before {
content: "\1f464";
}
.icon-users.v-nativebutton:before, .icon-users > .v-button-wrap:before, .icon-users.v-label:before, .v-menubar-menuitem-icon-users:before {
content: "\1f465";
}
.icon-monitor.v-nativebutton:before, .icon-monitor > .v-button-wrap:before, .icon-monitor.v-label:before, .v-menubar-menuitem-icon-monitor:before {
content: "\1f4bb";
}
.icon-folder.v-nativebutton:before, .icon-folder > .v-button-wrap:before, .icon-folder.v-label:before, .v-menubar-menuitem-icon-folder:before {
content: "\1f4c1";
}
.icon-doc.v-nativebutton:before, .icon-doc > .v-button-wrap:before, .icon-doc.v-label:before, .v-menubar-menuitem-icon-doc:before {
content: "\1f4c4";
}
.icon-calendar.v-nativebutton:before, .icon-calendar > .v-button-wrap:before, .icon-calendar.v-label:before, .v-menubar-menuitem-icon-calendar:before {
content: "\1f4c5";
}
.icon-chart.v-nativebutton:before, .icon-chart > .v-button-wrap:before, .icon-chart.v-label:before, .v-menubar-menuitem-icon-chart:before {
content: "\1f4c8";
}
.icon-attach.v-nativebutton:before, .icon-attach > .v-button-wrap:before, .icon-attach.v-label:before, .v-menubar-menuitem-icon-attach:before {
content: "\1f4ce";
}
.icon-upload.v-nativebutton:before, .icon-upload > .v-button-wrap:before, .icon-upload.v-label:before, .v-menubar-menuitem-icon-upload:before {
content: "\1f4e4";
}
.icon-download.v-nativebutton:before, .icon-download > .v-button-wrap:before, .icon-download.v-label:before, .v-menubar-menuitem-icon-download:before {
content: "\1f4e5";
}
.icon-mobile.v-nativebutton:before, .icon-mobile > .v-button-wrap:before, .icon-mobile.v-label:before, .v-menubar-menuitem-icon-mobile:before {
content: "\1f4f1";
}
.icon-camera.v-nativebutton:before, .icon-camera > .v-button-wrap:before, .icon-camera.v-label:before, .v-menubar-menuitem-icon-camera:before {
content: "\1f4f7";
}
.icon-lock.v-nativebutton:before, .icon-lock > .v-button-wrap:before, .icon-lock.v-label:before, .v-menubar-menuitem-icon-lock:before {
content: "\1f512";
}
.icon-lock-open.v-nativebutton:before, .icon-lock-open > .v-button-wrap:before, .icon-lock-open.v-label:before, .v-menubar-menuitem-icon-lock-open:before {
content: "\1f513";
}
.icon-bell.v-nativebutton:before, .icon-bell > .v-button-wrap:before, .icon-bell.v-label:before, .v-menubar-menuitem-icon-bell:before {
content: "\1f514";
}
.icon-link.v-nativebutton:before, .icon-link > .v-button-wrap:before, .icon-link.v-label:before, .v-menubar-menuitem-icon-link:before {
content: "\1f517";
}
.icon-clock.v-nativebutton:before, .icon-clock > .v-button-wrap:before, .icon-clock.v-label:before, .v-menubar-menuitem-icon-clock:before {
content: "\1f554";
}
.icon-block.v-nativebutton:before, .icon-block > .v-button-wrap:before, .icon-block.v-label:before, .v-menubar-menuitem-icon-block:before {
content: "\1f6ab";
}
@font-face {
font-family: "ThemeIcons";
src: url(fonts/themeicons-webfont.eot);
src: url(fonts/themeicons-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/themeicons-webfont.woff) format("woff"), url(fonts/themeicons-webfont.ttf) format("truetype"), url(fonts/themeicons-webfont.svg#icomoon) format("svg");
}
@font-face {
font-family: "FontAwesome";
src: url(fonts/fa-solid-900.eot);
src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.woff) format("woff"), url(fonts/fa-solid-900.ttf) format("truetype"), url(fonts/fa-solid-900.svg#icomoon) format("svg");
}
@font-face {
font-family: "FontAwesome";
src: url(fonts/fa-brands-400.eot);
src: url(fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(fonts/fa-brands-400.woff) format("woff"), url(fonts/fa-brands-400.ttf) format("truetype"), url(fonts/fa-brands-400.svg#icomoon) format("svg");
}
[class^="fa-"], [class*=" fa-"] {
font-family: "FontAwesome";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="vi-"], [class*=" vi-"] {
font-family: "Vaadin-Icons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@font-face {
font-family: "vaadin-icons";
src: url(external/#{$icomoon-font-path}/vaadin-icons.eot?f8dgc3);
src: url(external/#{$icomoon-font-path}/vaadin-icons.eot?f8dgc3#iefix) format("embedded-opentype"), url(external/#{$icomoon-font-path}/vaadin-icons.ttf?f8dgc3) format("truetype"), url(external/#{$icomoon-font-path}/vaadin-icons.woff?f8dgc3) format("woff"), url(external/#{$icomoon-font-path}/vaadin-icons.svg?f8dgc3#vaadin-icons) format("svg");
font-weight: normal;
font-style: normal;
}
.vi {
font-family: "vaadin-icons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.vi-abacus:before, .vi-abacus .v-button-caption:before {
content: "\e682";
}
.vi-absolute-position:before, .vi-absolute-position .v-button-caption:before {
content: "\e61e";
}
.vi-accessibility:before, .vi-accessibility .v-button-caption:before {
content: "\e683";
}
.vi-accordion-menu:before, .vi-accordion-menu .v-button-caption:before {
content: "\e61f";
}
.vi-add-dock:before, .vi-add-dock .v-button-caption:before {
content: "\e620";
}
.vi-adjust:before, .vi-adjust .v-button-caption:before {
content: "\e74a";
}
.vi-airplane:before, .vi-airplane .v-button-caption:before {
content: "\e684";
}
.vi-align-center:before, .vi-align-center .v-button-caption:before {
content: "\e74b";
}
.vi-align-justify:before, .vi-align-justify .v-button-caption:before {
content: "\e7ae";
}
.vi-align-left:before, .vi-align-left .v-button-caption:before {
content: "\e74c";
}
.vi-align-right:before, .vi-align-right .v-button-caption:before {
content: "\e74d";
}
.vi-anchor:before, .vi-anchor .v-button-caption:before {
content: "\e685";
}
.vi-angle-double-down:before, .vi-angle-double-down .v-button-caption:before {
content: "\e6e6";
}
.vi-angle-double-left:before, .vi-angle-double-left .v-button-caption:before {
content: "\e6e7";
}
.vi-angle-double-right:before, .vi-angle-double-right .v-button-caption:before {
content: "\e6e8";
}
.vi-angle-double-up:before, .vi-angle-double-up .v-button-caption:before {
content: "\e6e9";
}
.vi-angle-down:before, .vi-angle-down .v-button-caption:before {
content: "\e6ea";
}
.vi-angle-left:before, .vi-angle-left .v-button-caption:before {
content: "\e6eb";
}
.vi-angle-right:before, .vi-angle-right .v-button-caption:before {
content: "\e6ec";
}
.vi-angle-up:before, .vi-angle-up .v-button-caption:before {
content: "\e6ed";
}
.vi-archive:before, .vi-archive .v-button-caption:before {
content: "\e6ee";
}
.vi-archives:before, .vi-archives .v-button-caption:before {
content: "\e621";
}
.vi-area-select:before, .vi-area-select .v-button-caption:before {
content: "\e806";
}
.vi-arrow-backward:before, .vi-arrow-backward .v-button-caption:before {
content: "\e622";
}
.vi-arrow-circle-down:before, .vi-arrow-circle-down .v-button-caption:before {
content: "\e6f0";
}
.vi-arrow-circle-down-o:before, .vi-arrow-circle-down-o .v-button-caption:before {
content: "\e6ef";
}
.vi-arrow-circle-left:before, .vi-arrow-circle-left .v-button-caption:before {
content: "\e6f2";
}
.vi-arrow-circle-left-o:before, .vi-arrow-circle-left-o .v-button-caption:before {
content: "\e6f1";
}
.vi-arrow-circle-right:before, .vi-arrow-circle-right .v-button-caption:before {
content: "\e6f4";
}
.vi-arrow-circle-right-o:before, .vi-arrow-circle-right-o .v-button-caption:before {
content: "\e6f3";
}
.vi-arrow-circle-up:before, .vi-arrow-circle-up .v-button-caption:before {
content: "\e6f6";
}
.vi-arrow-circle-up-o:before, .vi-arrow-circle-up-o .v-button-caption:before {
content: "\e6f5";
}
.vi-arrow-down:before, .vi-arrow-down .v-button-caption:before {
content: "\e7af";
}
.vi-arrow-forward:before, .vi-arrow-forward .v-button-caption:before {
content: "\e623";
}
.vi-arrow-left:before, .vi-arrow-left .v-button-caption:before {
content: "\e7b0";
}
.vi-arrow-long-down:before, .vi-arrow-long-down .v-button-caption:before {
content: "\e74e";
}
.vi-arrow-long-left:before, .vi-arrow-long-left .v-button-caption:before {
content: "\e74f";
}
.vi-arrow-right:before, .vi-arrow-right .v-button-caption:before {
content: "\e7b1";
}
.vi-arrow-up:before, .vi-arrow-up .v-button-caption:before {
content: "\e7b2";
}
.vi-arrows:before, .vi-arrows .v-button-caption:before {
content: "\e755";
}
.vi-arrows-cross:before, .vi-arrows-cross .v-button-caption:before {
content: "\e750";
}
.vi-arrows-long-h:before, .vi-arrows-long-h .v-button-caption:before {
content: "\e751";
}
.vi-arrows-long-right:before, .vi-arrows-long-right .v-button-caption:before {
content: "\e752";
}
.vi-arrows-long-up:before, .vi-arrows-long-up .v-button-caption:before {
content: "\e753";
}
.vi-arrows-long-v:before, .vi-arrows-long-v .v-button-caption:before {
content: "\e754";
}
.vi-asterisk:before, .vi-asterisk .v-button-caption:before {
content: "\e686";
}
.vi-at:before, .vi-at .v-button-caption:before {
content: "\e624";
}
.vi-automation:before, .vi-automation .v-button-caption:before {
content: "\e687";
}
.vi-backwards:before, .vi-backwards .v-button-caption:before {
content: "\e756";
}
.vi-ban:before, .vi-ban .v-button-caption:before {
content: "\e6f7";
}
.vi-bar-chart:before, .vi-bar-chart .v-button-caption:before {
content: "\e757";
}
.vi-barcode:before, .vi-barcode .v-button-caption:before {
content: "\e688";
}
.vi-menu:before, .vi-menu .v-button-caption:before {
content: "\e7b3";
}
.vi-bell:before, .vi-bell .v-button-caption:before {
content: "\e7b4";
}
.vi-bell-o:before, .vi-bell-o .v-button-caption:before {
content: "\e758";
}
.vi-bell-slash:before, .vi-bell-slash .v-button-caption:before {
content: "\e626";
}
.vi-bell-slash-o:before, .vi-bell-slash-o .v-button-caption:before {
content: "\e625";
}
.vi-boat:before, .vi-boat .v-button-caption:before {
content: "\e627";
}
.vi-bold:before, .vi-bold .v-button-caption:before {
content: "\e6f8";
}
.vi-bolt:before, .vi-bolt .v-button-caption:before {
content: "\e759";
}
.vi-bomb:before, .vi-bomb .v-button-caption:before {
content: "\e689";
}
.vi-book:before, .vi-book .v-button-caption:before {
content: "\e6f9";
}
.vi-book-dollar:before, .vi-book-dollar .v-button-caption:before {
content: "\e600";
}
.vi-book-percent:before, .vi-book-percent .v-button-caption:before {
content: "\e601";
}
.vi-bookmark:before, .vi-bookmark .v-button-caption:before {
content: "\e7b6";
}
.vi-bookmark-o:before, .vi-bookmark-o .v-button-caption:before {
content: "\e7b5";
}
.vi-briefcase:before, .vi-briefcase .v-button-caption:before {
content: "\e602";
}
.vi-browser:before, .vi-browser .v-button-caption:before {
content: "\e628";
}
.vi-bug:before, .vi-bug .v-button-caption:before {
content: "\e68b";
}
.vi-bug-o:before, .vi-bug-o .v-button-caption:before {
content: "\e68a";
}
.vi-building:before, .vi-building .v-button-caption:before {
content: "\e7b8";
}
.vi-building-o:before, .vi-building-o .v-button-caption:before {
content: "\e7b7";
}
.vi-bullets:before, .vi-bullets .v-button-caption:before {
content: "\e629";
}
.vi-bullseye:before, .vi-bullseye .v-button-caption:before {
content: "\e6fa";
}
.vi-button:before, .vi-button .v-button-caption:before {
content: "\e62a";
}
.vi-calc:before, .vi-calc .v-button-caption:before {
content: "\e68c";
}
.vi-calc-book:before, .vi-calc-book .v-button-caption:before {
content: "\e62b";
}
.vi-calendar:before, .vi-calendar .v-button-caption:before {
content: "\e7ba";
}
.vi-calendar-briefcase:before, .vi-calendar-briefcase .v-button-caption:before {
content: "\e604";
}
.vi-calendar-clock:before, .vi-calendar-clock .v-button-caption:before {
content: "\e605";
}
.vi-calendar-envelope:before, .vi-calendar-envelope .v-button-caption:before {
content: "\e62c";
}
.vi-calendar-o:before, .vi-calendar-o .v-button-caption:before {
content: "\e7b9";
}
.vi-calendar-user:before, .vi-calendar-user .v-button-caption:before {
content: "\e606";
}
.vi-camera:before, .vi-camera .v-button-caption:before {
content: "\e7bb";
}
.vi-car:before, .vi-car .v-button-caption:before {
content: "\e62d";
}
.vi-caret-down:before, .vi-caret-down .v-button-caption:before {
content: "\e7bc";
}
.vi-caret-left:before, .vi-caret-left .v-button-caption:before {
content: "\e7bd";
}
.vi-caret-right:before, .vi-caret-right .v-button-caption:before {
content: "\e7be";
}
.vi-caret-square-down-o:before, .vi-caret-square-down-o .v-button-caption:before {
content: "\e7bf";
}
.vi-caret-square-left-o:before, .vi-caret-square-left-o .v-button-caption:before {
content: "\e7c0";
}
.vi-caret-square-right-o:before, .vi-caret-square-right-o .v-button-caption:before {
content: "\e7c1";
}
.vi-caret-square-up-o:before, .vi-caret-square-up-o .v-button-caption:before {
content: "\e7c2";
}
.vi-caret-up:before, .vi-caret-up .v-button-caption:before {
content: "\e7c3";
}
.vi-cart:before, .vi-cart .v-button-caption:before {
content: "\e6fc";
}
.vi-cart-o:before, .vi-cart-o .v-button-caption:before {
content: "\e6fb";
}
.vi-chart:before, .vi-chart .v-button-caption:before {
content: "\e68e";
}
.vi-chart-line:before, .vi-chart-line .v-button-caption:before {
content: "\e68d";
}
.vi-chat:before, .vi-chat .v-button-caption:before {
content: "\e75a";
}
.vi-check:before, .vi-check .v-button-caption:before {
content: "\e75b";
}
.vi-check-circle:before, .vi-check-circle .v-button-caption:before {
content: "\e7c5";
}
.vi-check-circle-o:before, .vi-check-circle-o .v-button-caption:before {
content: "\e7c4";
}
.vi-check-square:before, .vi-check-square .v-button-caption:before {
content: "\e62e";
}
.vi-check-square-o:before, .vi-check-square-o .v-button-caption:before {
content: "\e6fd";
}
.vi-chevron-circle-down:before, .vi-chevron-circle-down .v-button-caption:before {
content: "\e7c7";
}
.vi-chevron-circle-down-o:before, .vi-chevron-circle-down-o .v-button-caption:before {
content: "\e7c6";
}
.vi-chevron-circle-left:before, .vi-chevron-circle-left .v-button-caption:before {
content: "\e7c9";
}
.vi-chevron-circle-left-o:before, .vi-chevron-circle-left-o .v-button-caption:before {
content: "\e7c8";
}
.vi-chevron-circle-right:before, .vi-chevron-circle-right .v-button-caption:before {
content: "\e7cb";
}
.vi-chevron-circle-right-o:before, .vi-chevron-circle-right-o .v-button-caption:before {
content: "\e7ca";
}
.vi-chevron-circle-up:before, .vi-chevron-circle-up .v-button-caption:before {
content: "\e7cd";
}
.vi-chevron-circle-up-o:before, .vi-chevron-circle-up-o .v-button-caption:before {
content: "\e7cc";
}
.vi-chevron-down:before, .vi-chevron-down .v-button-caption:before {
content: "\e7ce";
}
.vi-chevron-left:before, .vi-chevron-left .v-button-caption:before {
content: "\e7cf";
}
.vi-chevron-right:before, .vi-chevron-right .v-button-caption:before {
content: "\e7d0";
}
.vi-chevron-up:before, .vi-chevron-up .v-button-caption:before {
content: "\e7d1";
}
.vi-child:before, .vi-child .v-button-caption:before {
content: "\e62f";
}
.vi-circle:before, .vi-circle .v-button-caption:before {
content: "\e75d";
}
.vi-circle-thin:before, .vi-circle-thin .v-button-caption:before {
content: "\e75c";
}
.vi-clipboard:before, .vi-clipboard .v-button-caption:before {
content: "\e635";
}
.vi-clipboard-cross:before, .vi-clipboard-cross .v-button-caption:before {
content: "\e630";
}
.vi-clipboard-heart:before, .vi-clipboard-heart .v-button-caption:before {
content: "\e631";
}
.vi-clipboard-pulse:before, .vi-clipboard-pulse .v-button-caption:before {
content: "\e632";
}
.vi-clipboard-text:before, .vi-clipboard-text .v-button-caption:before {
content: "\e633";
}
.vi-clipboard-user:before, .vi-clipboard-user .v-button-caption:before {
content: "\e634";
}
.vi-clock:before, .vi-clock .v-button-caption:before {
content: "\e7d2";
}
.vi-cloud:before, .vi-cloud .v-button-caption:before {
content: "\e763";
}
.vi-cloud-download:before, .vi-cloud-download .v-button-caption:before {
content: "\e75f";
}
.vi-cloud-download-o:before, .vi-cloud-download-o .v-button-caption:before {
content: "\e75e";
}
.vi-cloud-o:before, .vi-cloud-o .v-button-caption:before {
content: "\e760";
}
.vi-cloud-upload:before, .vi-cloud-upload .v-button-caption:before {
content: "\e762";
}
.vi-cloud-upload-o:before, .vi-cloud-upload-o .v-button-caption:before {
content: "\e761";
}
.vi-code:before, .vi-code .v-button-caption:before {
content: "\e68f";
}
.vi-coffee:before, .vi-coffee .v-button-caption:before {
content: "\e690";
}
.vi-cog:before, .vi-cog .v-button-caption:before {
content: "\e7d3";
}
.vi-cog-o:before, .vi-cog-o .v-button-caption:before {
content: "\e764";
}
.vi-cogs:before, .vi-cogs .v-button-caption:before {
content: "\e691";
}
.vi-combobox:before, .vi-combobox .v-button-caption:before {
content: "\e636";
}
.vi-comment:before, .vi-comment .v-button-caption:before {
content: "\e768";
}
.vi-comment-ellipsis:before, .vi-comment-ellipsis .v-button-caption:before {
content: "\e766";
}
.vi-comment-ellipsis-o:before, .vi-comment-ellipsis-o .v-button-caption:before {
content: "\e765";
}
.vi-comment-o:before, .vi-comment-o .v-button-caption:before {
content: "\e767";
}
.vi-comments:before, .vi-comments .v-button-caption:before {
content: "\e76a";
}
.vi-comments-o:before, .vi-comments-o .v-button-caption:before {
content: "\e769";
}
.vi-compress:before, .vi-compress .v-button-caption:before {
content: "\e76b";
}
.vi-compress-square:before, .vi-compress-square .v-button-caption:before {
content: "\e637";
}
.vi-connect:before, .vi-connect .v-button-caption:before {
content: "\e76d";
}
.vi-connect-o:before, .vi-connect-o .v-button-caption:before {
content: "\e76c";
}
.vi-controller:before, .vi-controller .v-button-caption:before {
content: "\e692";
}
.vi-copy:before, .vi-copy .v-button-caption:before {
content: "\e7d5";
}
.vi-copy-o:before, .vi-copy-o .v-button-caption:before {
content: "\e7d4";
}
.vi-copyright:before, .vi-copyright .v-button-caption:before {
content: "\e638";
}
.vi-corner-lower-left:before, .vi-corner-lower-left .v-button-caption:before {
content: "\e693";
}
.vi-corner-lower-right:before, .vi-corner-lower-right .v-button-caption:before {
content: "\e694";
}
.vi-corner-upper-left:before, .vi-corner-upper-left .v-button-caption:before {
content: "\e695";
}
.vi-corner-upper-right:before, .vi-corner-upper-right .v-button-caption:before {
content: "\e696";
}
.vi-credit-card:before, .vi-credit-card .v-button-caption:before {
content: "\e76e";
}
.vi-crop:before, .vi-crop .v-button-caption:before {
content: "\e76f";
}
.vi-cross-cutlery:before, .vi-cross-cutlery .v-button-caption:before {
content: "\e6fe";
}
.vi-crosshairs:before, .vi-crosshairs .v-button-caption:before {
content: "\e7d6";
}
.vi-css:before, .vi-css .v-button-caption:before {
content: "\e639";
}
.vi-cube:before, .vi-cube .v-button-caption:before {
content: "\e697";
}
.vi-cubes:before, .vi-cubes .v-button-caption:before {
content: "\e698";
}
.vi-curly-brackets:before, .vi-curly-brackets .v-button-caption:before {
content: "\e63a";
}
.vi-cutlery:before, .vi-cutlery .v-button-caption:before {
content: "\e6ff";
}
.vi-dashboard:before, .vi-dashboard .v-button-caption:before {
content: "\e700";
}
.vi-date-input:before, .vi-date-input .v-button-caption:before {
content: "\e63b";
}
.vi-deindent:before, .vi-deindent .v-button-caption:before {
content: "\e770";
}
.vi-dental-chair:before, .vi-dental-chair .v-button-caption:before {
content: "\e607";
}
.vi-desktop:before, .vi-desktop .v-button-caption:before {
content: "\e7d7";
}
.vi-disc:before, .vi-disc .v-button-caption:before {
content: "\e701";
}
.vi-doctor:before, .vi-doctor .v-button-caption:before {
content: "\e609";
}
.vi-doctor-briefcase:before, .vi-doctor-briefcase .v-button-caption:before {
content: "\e608";
}
.vi-dollar:before, .vi-dollar .v-button-caption:before {
content: "\e60a";
}
.vi-dot-circle:before, .vi-dot-circle .v-button-caption:before {
content: "\e702";
}
.vi-download:before, .vi-download .v-button-caption:before {
content: "\e703";
}
.vi-download-alt:before, .vi-download-alt .v-button-caption:before {
content: "\e699";
}
.vi-insert:before, .vi-insert .v-button-caption:before {
content: "\e7d8";
}
.vi-drop:before, .vi-drop .v-button-caption:before {
content: "\e704";
}
.vi-edit:before, .vi-edit .v-button-caption:before {
content: "\e771";
}
.vi-eject:before, .vi-eject .v-button-caption:before {
content: "\e772";
}
.vi-elastic:before, .vi-elastic .v-button-caption:before {
content: "\e63c";
}
.vi-ellipsis-circle:before, .vi-ellipsis-circle .v-button-caption:before {
content: "\e7da";
}
.vi-ellipsis-circle-o:before, .vi-ellipsis-circle-o .v-button-caption:before {
content: "\e7d9";
}
.vi-ellipsis-h:before, .vi-ellipsis-h .v-button-caption:before {
content: "\e773";
}
.vi-ellipsis-v:before, .vi-ellipsis-v .v-button-caption:before {
content: "\e774";
}
.vi-envelope:before, .vi-envelope .v-button-caption:before {
content: "\e7dc";
}
.vi-envelope-o:before, .vi-envelope-o .v-button-caption:before {
content: "\e7db";
}
.vi-envelope-open:before, .vi-envelope-open .v-button-caption:before {
content: "\e63e";
}
.vi-envelope-open-o:before, .vi-envelope-open-o .v-button-caption:before {
content: "\e63d";
}
.vi-eraser:before, .vi-eraser .v-button-caption:before {
content: "\e69a";
}
.vi-exchange:before, .vi-exchange .v-button-caption:before {
content: "\e705";
}
.vi-exclamation:before, .vi-exclamation .v-button-caption:before {
content: "\e708";
}
.vi-exclamation-circle:before, .vi-exclamation-circle .v-button-caption:before {
content: "\e707";
}
.vi-exclamation-circle-o:before, .vi-exclamation-circle-o .v-button-caption:before {
content: "\e706";
}
.vi-exit:before, .vi-exit .v-button-caption:before {
content: "\e60c";
}
.vi-exit-o:before, .vi-exit-o .v-button-caption:before {
content: "\e60b";
}
.vi-expand:before, .vi-expand .v-button-caption:before {
content: "\e776";
}
.vi-expand-full:before, .vi-expand-full .v-button-caption:before {
content: "\e775";
}
.vi-expand-square:before, .vi-expand-square .v-button-caption:before {
content: "\e7dd";
}
.vi-external-browser:before, .vi-external-browser .v-button-caption:before {
content: "\e63f";
}
.vi-external-link:before, .vi-external-link .v-button-caption:before {
content: "\e7de";
}
.vi-eye:before, .vi-eye .v-button-caption:before {
content: "\e7df";
}
.vi-eye-slash:before, .vi-eye-slash .v-button-caption:before {
content: "\e709";
}
.vi-eyedropper:before, .vi-eyedropper .v-button-caption:before {
content: "\e640";
}
.vi-facebook:before, .vi-facebook .v-button-caption:before {
content: "\e69c";
}
.vi-facebook-square:before, .vi-facebook-square .v-button-caption:before {
content: "\e69b";
}
.vi-factory:before, .vi-factory .v-button-caption:before {
content: "\e641";
}
.vi-fast-backward:before, .vi-fast-backward .v-button-caption:before {
content: "\e777";
}
.vi-fast-forward:before, .vi-fast-forward .v-button-caption:before {
content: "\e778";
}
.vi-female:before, .vi-female .v-button-caption:before {
content: "\e69d";
}
.vi-file:before, .vi-file .v-button-caption:before {
content: "\e7e3";
}
.vi-file-code:before, .vi-file-code .v-button-caption:before {
content: "\e70a";
}
.vi-file-font:before, .vi-file-font .v-button-caption:before {
content: "\e69e";
}
.vi-file-movie:before, .vi-file-movie .v-button-caption:before {
content: "\e70b";
}
.vi-file-o:before, .vi-file-o .v-button-caption:before {
content: "\e7e0";
}
.vi-file-picture:before, .vi-file-picture .v-button-caption:before {
content: "\e70c";
}
.vi-file-presentation:before, .vi-file-presentation .v-button-caption:before {
content: "\e69f";
}
.vi-file-process:before, .vi-file-process .v-button-caption:before {
content: "\e642";
}
.vi-file-refresh:before, .vi-file-refresh .v-button-caption:before {
content: "\e643";
}
.vi-file-sound:before, .vi-file-sound .v-button-caption:before {
content: "\e70d";
}
.vi-file-start:before, .vi-file-start .v-button-caption:before {
content: "\e644";
}
.vi-file-table:before, .vi-file-table .v-button-caption:before {
content: "\e6a0";
}
.vi-file-text:before, .vi-file-text .v-button-caption:before {
content: "\e7e2";
}
.vi-file-text-o:before, .vi-file-text-o .v-button-caption:before {
content: "\e7e1";
}
.vi-file-tree:before, .vi-file-tree .v-button-caption:before {
content: "\e647";
}
.vi-file-tree-small:before, .vi-file-tree-small .v-button-caption:before {
content: "\e645";
}
.vi-file-tree-sub:before, .vi-file-tree-sub .v-button-caption:before {
content: "\e646";
}
.vi-file-zip:before, .vi-file-zip .v-button-caption:before {
content: "\e70e";
}
.vi-fill:before, .vi-fill .v-button-caption:before {
content: "\e6a1";
}
.vi-film:before, .vi-film .v-button-caption:before {
content: "\e779";
}
.vi-filter:before, .vi-filter .v-button-caption:before {
content: "\e6a2";
}
.vi-fire:before, .vi-fire .v-button-caption:before {
content: "\e6a3";
}
.vi-flag:before, .vi-flag .v-button-caption:before {
content: "\e711";
}
.vi-flag-checkered:before, .vi-flag-checkered .v-button-caption:before {
content: "\e70f";
}
.vi-flag-o:before, .vi-flag-o .v-button-caption:before {
content: "\e710";
}
.vi-adobe-flash:before, .vi-adobe-flash .v-button-caption:before {
content: "\e648";
}
.vi-flash:before, .vi-flash .v-button-caption:before {
content: "\e712";
}
.vi-flask:before, .vi-flask .v-button-caption:before {
content: "\e7e4";
}
.vi-flip-h:before, .vi-flip-h .v-button-caption:before {
content: "\e649";
}
.vi-flip-v:before, .vi-flip-v .v-button-caption:before {
content: "\e64a";
}
.vi-folder:before, .vi-folder .v-button-caption:before {
content: "\e7e6";
}
.vi-folder-o:before, .vi-folder-o .v-button-caption:before {
content: "\e7e5";
}
.vi-folder-open:before, .vi-folder-open .v-button-caption:before {
content: "\e77b";
}
.vi-folder-open-o:before, .vi-folder-open-o .v-button-caption:before {
content: "\e77a";
}
.vi-font:before, .vi-font .v-button-caption:before {
content: "\e713";
}
.vi-form:before, .vi-form .v-button-caption:before {
content: "\e64b";
}
.vi-forward:before, .vi-forward .v-button-caption:before {
content: "\e77c";
}
.vi-frown-o:before, .vi-frown-o .v-button-caption:before {
content: "\e6a4";
}
.vi-funcion:before, .vi-funcion .v-button-caption:before {
content: "\e64c";
}
.vi-gamepad:before, .vi-gamepad .v-button-caption:before {
content: "\e714";
}
.vi-gavel:before, .vi-gavel .v-button-caption:before {
content: "\e6a5";
}
.vi-gift:before, .vi-gift .v-button-caption:before {
content: "\e715";
}
.vi-glass:before, .vi-glass .v-button-caption:before {
content: "\e77d";
}
.vi-globe:before, .vi-globe .v-button-caption:before {
content: "\e77e";
}
.vi-glasses:before, .vi-glasses .v-button-caption:before {
content: "\e7e7";
}
.vi-golf:before, .vi-golf .v-button-caption:before {
content: "\e60d";
}
.vi-google-plus:before, .vi-google-plus .v-button-caption:before {
content: "\e6a7";
}
.vi-google-plus-square:before, .vi-google-plus-square .v-button-caption:before {
content: "\e6a6";
}
.vi-grab:before, .vi-grab .v-button-caption:before {
content: "\e64d";
}
.vi-grid:before, .vi-grid .v-button-caption:before {
content: "\e651";
}
.vi-grid-bevel:before, .vi-grid-bevel .v-button-caption:before {
content: "\e64e";
}
.vi-grid-big:before, .vi-grid-big .v-button-caption:before {
content: "\e7e9";
}
.vi-grid-big-o:before, .vi-grid-big-o .v-button-caption:before {
content: "\e7e8";
}
.vi-grid-h:before, .vi-grid-h .v-button-caption:before {
content: "\e64f";
}
.vi-grid-small:before, .vi-grid-small .v-button-caption:before {
content: "\e7eb";
}
.vi-grid-small-o:before, .vi-grid-small-o .v-button-caption:before {
content: "\e7ea";
}
.vi-grid-v:before, .vi-grid-v .v-button-caption:before {
content: "\e650";
}
.vi-group:before, .vi-group .v-button-caption:before {
content: "\e60e";
}
.vi-hand:before, .vi-hand .v-button-caption:before {
content: "\e652";
}
.vi-handle-corner:before, .vi-handle-corner .v-button-caption:before {
content: "\e716";
}
.vi-hands-up:before, .vi-hands-up .v-button-caption:before {
content: "\e6a8";
}
.vi-harddrive:before, .vi-harddrive .v-button-caption:before {
content: "\e718";
}
.vi-harddrive-o:before, .vi-harddrive-o .v-button-caption:before {
content: "\e717";
}
.vi-hash:before, .vi-hash .v-button-caption:before {
content: "\e6a9";
}
.vi-header:before, .vi-header .v-button-caption:before {
content: "\e719";
}
.vi-headphones:before, .vi-headphones .v-button-caption:before {
content: "\e71a";
}
.vi-health-card:before, .vi-health-card .v-button-caption:before {
content: "\e60f";
}
.vi-heart:before, .vi-heart .v-button-caption:before {
content: "\e780";
}
.vi-heart-o:before, .vi-heart-o .v-button-caption:before {
content: "\e77f";
}
.vi-home:before, .vi-home .v-button-caption:before {
content: "\e7ed";
}
.vi-home-o:before, .vi-home-o .v-button-caption:before {
content: "\e7ec";
}
.vi-inbox:before, .vi-inbox .v-button-caption:before {
content: "\e71b";
}
.vi-indent:before, .vi-indent .v-button-caption:before {
content: "\e781";
}
.vi-info:before, .vi-info .v-button-caption:before {
content: "\e71e";
}
.vi-info-circle:before, .vi-info-circle .v-button-caption:before {
content: "\e71d";
}
.vi-info-circle-o:before, .vi-info-circle-o .v-button-caption:before {
content: "\e71c";
}
.vi-input:before, .vi-input .v-button-caption:before {
content: "\e653";
}
.vi-institution:before, .vi-institution .v-button-caption:before {
content: "\e6aa";
}
.vi-invoice:before, .vi-invoice .v-button-caption:before {
content: "\e610";
}
.vi-list-ol:before, .vi-list-ol .v-button-caption:before {
content: "\e71f";
}
.vi-italic:before, .vi-italic .v-button-caption:before {
content: "\e720";
}
.vi-key:before, .vi-key .v-button-caption:before {
content: "\e6ac";
}
.vi-key-o:before, .vi-key-o .v-button-caption:before {
content: "\e6ab";
}
.vi-keyboard:before, .vi-keyboard .v-button-caption:before {
content: "\e722";
}
.vi-keyboard-o:before, .vi-keyboard-o .v-button-caption:before {
content: "\e721";
}
.vi-laptop:before, .vi-laptop .v-button-caption:before {
content: "\e782";
}
.vi-layout:before, .vi-layout .v-button-caption:before {
content: "\e654";
}
.vi-level-down:before, .vi-level-down .v-button-caption:before {
content: "\e783";
}
.vi-level-down-bold:before, .vi-level-down-bold .v-button-caption:before {
content: "\e611";
}
.vi-level-left:before, .vi-level-left .v-button-caption:before {
content: "\e784";
}
.vi-level-left-bold:before, .vi-level-left-bold .v-button-caption:before {
content: "\e612";
}
.vi-level-right:before, .vi-level-right .v-button-caption:before {
content: "\e785";
}
.vi-level-right-bold:before, .vi-level-right-bold .v-button-caption:before {
content: "\e655";
}
.vi-level-up:before, .vi-level-up .v-button-caption:before {
content: "\e786";
}
.vi-level-up-bold:before, .vi-level-up-bold .v-button-caption:before {
content: "\e613";
}
.vi-lifebuoy:before, .vi-lifebuoy .v-button-caption:before {
content: "\e6ad";
}
.vi-lightbulb:before, .vi-lightbulb .v-button-caption:before {
content: "\e6ae";
}
.vi-line-h:before, .vi-line-h .v-button-caption:before {
content: "\e723";
}
.vi-line-v:before, .vi-line-v .v-button-caption:before {
content: "\e724";
}
.vi-lines:before, .vi-lines .v-button-caption:before {
content: "\e7ef";
}
.vi-lines-list:before, .vi-lines-list .v-button-caption:before {
content: "\e7ee";
}
.vi-link:before, .vi-link .v-button-caption:before {
content: "\e725";
}
.vi-list:before, .vi-list .v-button-caption:before {
content: "\e7f1";
}
.vi-list-select:before, .vi-list-select .v-button-caption:before {
content: "\e656";
}
.vi-list-ul:before, .vi-list-ul .v-button-caption:before {
content: "\e7f0";
}
.vi-location-arrow:before, .vi-location-arrow .v-button-caption:before {
content: "\e728";
}
.vi-location-arrow-circle:before, .vi-location-arrow-circle .v-button-caption:before {
content: "\e727";
}
.vi-location-arrow-circle-o:before, .vi-location-arrow-circle-o .v-button-caption:before {
content: "\e726";
}
.vi-lock:before, .vi-lock .v-button-caption:before {
content: "\e7f2";
}
.vi-magic:before, .vi-magic .v-button-caption:before {
content: "\e6b1";
}
.vi-magnet:before, .vi-magnet .v-button-caption:before {
content: "\e787";
}
.vi-mailbox:before, .vi-mailbox .v-button-caption:before {
content: "\e729";
}
.vi-male:before, .vi-male .v-button-caption:before {
content: "\e6b2";
}
.vi-map-marker:before, .vi-map-marker .v-button-caption:before {
content: "\e788";
}
.vi-margin:before, .vi-margin .v-button-caption:before {
content: "\e65b";
}
.vi-margin-bottom:before, .vi-margin-bottom .v-button-caption:before {
content: "\e657";
}
.vi-margin-left:before, .vi-margin-left .v-button-caption:before {
content: "\e658";
}
.vi-margin-right:before, .vi-margin-right .v-button-caption:before {
content: "\e659";
}
.vi-margin-top:before, .vi-margin-top .v-button-caption:before {
content: "\e65a";
}
.vi-medal:before, .vi-medal .v-button-caption:before {
content: "\e6b3";
}
.vi-megafone:before, .vi-megafone .v-button-caption:before {
content: "\e6b4";
}
.vi-meh-o:before, .vi-meh-o .v-button-caption:before {
content: "\e6b5";
}
.vi-microphone:before, .vi-microphone .v-button-caption:before {
content: "\e72a";
}
.vi-minus:before, .vi-minus .v-button-caption:before {
content: "\e7f6";
}
.vi-minus-circle:before, .vi-minus-circle .v-button-caption:before {
content: "\e7f4";
}
.vi-minus-circle-o:before, .vi-minus-circle-o .v-button-caption:before {
content: "\e7f3";
}
.vi-minus-square-o:before, .vi-minus-square-o .v-button-caption:before {
content: "\e7f5";
}
.vi-mobile:before, .vi-mobile .v-button-caption:before {
content: "\e7f7";
}
.vi-modal:before, .vi-modal .v-button-caption:before {
content: "\e7f8";
}
.vi-modal-list:before, .vi-modal-list .v-button-caption:before {
content: "\e72b";
}
.vi-money:before, .vi-money .v-button-caption:before {
content: "\e6b6";
}
.vi-moon:before, .vi-moon .v-button-caption:before {
content: "\e78a";
}
.vi-moon-o:before, .vi-moon-o .v-button-caption:before {
content: "\e789";
}
.vi-movie:before, .vi-movie .v-button-caption:before {
content: "\e78b";
}
.vi-music:before, .vi-music .v-button-caption:before {
content: "\e78c";
}
.vi-mute:before, .vi-mute .v-button-caption:before {
content: "\e72c";
}
.vi-native-button:before, .vi-native-button .v-button-caption:before {
content: "\e65c";
}
.vi-notebook:before, .vi-notebook .v-button-caption:before {
content: "\e65d";
}
.vi-open-book:before, .vi-open-book .v-button-caption:before {
content: "\e7f9";
}
.vi-options:before, .vi-options .v-button-caption:before {
content: "\e65e";
}
.vi-orientation:before, .vi-orientation .v-button-caption:before {
content: "\e65f";
}
.vi-out:before, .vi-out .v-button-caption:before {
content: "\e614";
}
.vi-outbox:before, .vi-outbox .v-button-caption:before {
content: "\e660";
}
.vi-package:before, .vi-package .v-button-caption:before {
content: "\e6b7";
}
.vi-padding:before, .vi-padding .v-button-caption:before {
content: "\e665";
}
.vi-padding-bottom:before, .vi-padding-bottom .v-button-caption:before {
content: "\e661";
}
.vi-padding-left:before, .vi-padding-left .v-button-caption:before {
content: "\e662";
}
.vi-padding-right:before, .vi-padding-right .v-button-caption:before {
content: "\e663";
}
.vi-padding-top:before, .vi-padding-top .v-button-caption:before {
content: "\e664";
}
.vi-paint-roll:before, .vi-paint-roll .v-button-caption:before {
content: "\e666";
}
.vi-paintbrush:before, .vi-paintbrush .v-button-caption:before {
content: "\e6b8";
}
.vi-palete:before, .vi-palete .v-button-caption:before {
content: "\e667";
}
.vi-panel:before, .vi-panel .v-button-caption:before {
content: "\e668";
}
.vi-paperclip:before, .vi-paperclip .v-button-caption:before {
content: "\e72d";
}
.vi-paperplane:before, .vi-paperplane .v-button-caption:before {
content: "\e6b9";
}
.vi-paperplane-o:before, .vi-paperplane-o .v-button-caption:before {
content: "\e6ba";
}
.vi-paragraph:before, .vi-paragraph .v-button-caption:before {
content: "\e6bb";
}
.vi-password:before, .vi-password .v-button-caption:before {
content: "\e669";
}
.vi-paste:before, .vi-paste .v-button-caption:before {
content: "\e6bc";
}
.vi-pause:before, .vi-pause .v-button-caption:before {
content: "\e78d";
}
.vi-pencil:before, .vi-pencil .v-button-caption:before {
content: "\e7fa";
}
.vi-phone:before, .vi-phone .v-button-caption:before {
content: "\e7fb";
}
.vi-picture:before, .vi-picture .v-button-caption:before {
content: "\e7fc";
}
.vi-pie-chart:before, .vi-pie-chart .v-button-caption:before {
content: "\e6bd";
}
.vi-pill:before, .vi-pill .v-button-caption:before {
content: "\e615";
}
.vi-pills:before, .vi-pills .v-button-caption:before {
content: "\e616";
}
.vi-pin:before, .vi-pin .v-button-caption:before {
content: "\e7fd";
}
.vi-pin-post:before, .vi-pin-post .v-button-caption:before {
content: "\e6be";
}
.vi-play:before, .vi-play .v-button-caption:before {
content: "\e78e";
}
.vi-play-circle:before, .vi-play-circle .v-button-caption:before {
content: "\e731";
}
.vi-play-circle-o:before, .vi-play-circle-o .v-button-caption:before {
content: "\e72e";
}
.vi-plug:before, .vi-plug .v-button-caption:before {
content: "\e66a";
}
.vi-plus:before, .vi-plus .v-button-caption:before {
content: "\e801";
}
.vi-plus-circle:before, .vi-plus-circle .v-button-caption:before {
content: "\e7ff";
}
.vi-plus-circle-o:before, .vi-plus-circle-o .v-button-caption:before {
content: "\e7fe";
}
.vi-plus-minus:before, .vi-plus-minus .v-button-caption:before {
content: "\e603";
}
.vi-plus-square-o:before, .vi-plus-square-o .v-button-caption:before {
content: "\e800";
}
.vi-pointer:before, .vi-pointer .v-button-caption:before {
content: "\e66b";
}
.vi-power-off:before, .vi-power-off .v-button-caption:before {
content: "\e78f";
}
.vi-presentation:before, .vi-presentation .v-button-caption:before {
content: "\e6bf";
}
.vi-print:before, .vi-print .v-button-caption:before {
content: "\e802";
}
.vi-progressbar:before, .vi-progressbar .v-button-caption:before {
content: "\e66c";
}
.vi-puzzle-piece:before, .vi-puzzle-piece .v-button-caption:before {
content: "\e6c0";
}
.vi-qrcode:before, .vi-qrcode .v-button-caption:before {
content: "\e6c1";
}
.vi-question:before, .vi-question .v-button-caption:before {
content: "\e732";
}
.vi-question-circle:before, .vi-question-circle .v-button-caption:before {
content: "\e730";
}
.vi-question-circle-o:before, .vi-question-circle-o .v-button-caption:before {
content: "\e72f";
}
.vi-quote-left:before, .vi-quote-left .v-button-caption:before {
content: "\e6c2";
}
.vi-quote-right:before, .vi-quote-right .v-button-caption:before {
content: "\e6c3";
}
.vi-random:before, .vi-random .v-button-caption:before {
content: "\e733";
}
.vi-raster:before, .vi-raster .v-button-caption:before {
content: "\e6c5";
}
.vi-raster-lower-left:before, .vi-raster-lower-left .v-button-caption:before {
content: "\e6c4";
}
.vi-recycle:before, .vi-recycle .v-button-caption:before {
content: "\e6c6";
}
.vi-refresh:before, .vi-refresh .v-button-caption:before {
content: "\e790";
}
.vi-reply:before, .vi-reply .v-button-caption:before {
content: "\e792";
}
.vi-reply-all:before, .vi-reply-all .v-button-caption:before {
content: "\e791";
}
.vi-resize-h:before, .vi-resize-h .v-button-caption:before {
content: "\e66d";
}
.vi-resize-v:before, .vi-resize-v .v-button-caption:before {
content: "\e66e";
}
.vi-retweet:before, .vi-retweet .v-button-caption:before {
content: "\e793";
}
.vi-rhombus:before, .vi-rhombus .v-button-caption:before {
content: "\e66f";
}
.vi-road:before, .vi-road .v-button-caption:before {
content: "\e6c7";
}
.vi-road-branch:before, .vi-road-branch .v-button-caption:before {
content: "\e670";
}
.vi-road-branches:before, .vi-road-branches .v-button-caption:before {
content: "\e671";
}
.vi-road-split:before, .vi-road-split .v-button-caption:before {
content: "\e672";
}
.vi-rocket:before, .vi-rocket .v-button-caption:before {
content: "\e6c8";
}
.vi-rotate-left:before, .vi-rotate-left .v-button-caption:before {
content: "\e794";
}
.vi-rotate-right:before, .vi-rotate-right .v-button-caption:before {
content: "\e795";
}
.vi-rss:before, .vi-rss .v-button-caption:before {
content: "\e6ca";
}
.vi-rss-square:before, .vi-rss-square .v-button-caption:before {
content: "\e6c9";
}
.vi-safe:before, .vi-safe .v-button-caption:before {
content: "\e6cc";
}
.vi-safe-lock:before, .vi-safe-lock .v-button-caption:before {
content: "\e6cb";
}
.vi-scissors:before, .vi-scissors .v-button-caption:before {
content: "\e734";
}
.vi-screwdriver:before, .vi-screwdriver .v-button-caption:before {
content: "\e735";
}
.vi-search:before, .vi-search .v-button-caption:before {
content: "\e805";
}
.vi-search-minus:before, .vi-search-minus .v-button-caption:before {
content: "\e804";
}
.vi-search-plus:before, .vi-search-plus .v-button-caption:before {
content: "\e803";
}
.vi-select:before, .vi-select .v-button-caption:before {
content: "\e673";
}
.vi-database:before, .vi-database .v-button-caption:before {
content: "\e737";
}
.vi-server:before, .vi-server .v-button-caption:before {
content: "\e736";
}
.vi-share:before, .vi-share .v-button-caption:before {
content: "\e796";
}
.vi-share-square:before, .vi-share-square .v-button-caption:before {
content: "\e6cd";
}
.vi-shield:before, .vi-shield .v-button-caption:before {
content: "\e6ce";
}
.vi-sign-in:before, .vi-sign-in .v-button-caption:before {
content: "\e797";
}
.vi-sign-in-alt:before, .vi-sign-in-alt .v-button-caption:before {
content: "\e6b0";
}
.vi-sign-out:before, .vi-sign-out .v-button-caption:before {
content: "\e798";
}
.vi-sign-out-alt:before, .vi-sign-out-alt .v-button-caption:before {
content: "\e6af";
}
.vi-signal:before, .vi-signal .v-button-caption:before {
content: "\e738";
}
.vi-sitemap:before, .vi-sitemap .v-button-caption:before {
content: "\e739";
}
.vi-slider:before, .vi-slider .v-button-caption:before {
content: "\e674";
}
.vi-sliders:before, .vi-sliders .v-button-caption:before {
content: "\e6cf";
}
.vi-smiley-o:before, .vi-smiley-o .v-button-caption:before {
content: "\e6d0";
}
.vi-sort:before, .vi-sort .v-button-caption:before {
content: "\e799";
}
.vi-sound-disable:before, .vi-sound-disable .v-button-caption:before {
content: "\e79a";
}
.vi-specialist:before, .vi-specialist .v-button-caption:before {
content: "\e617";
}
.vi-spinner:before, .vi-spinner .v-button-caption:before {
content: "\e6d3";
}
.vi-spinner-arc:before, .vi-spinner-arc .v-button-caption:before {
content: "\e6d1";
}
.vi-spinner-third:before, .vi-spinner-third .v-button-caption:before {
content: "\e6d2";
}
.vi-split:before, .vi-split .v-button-caption:before {
content: "\e675";
}
.vi-split-h:before, .vi-split-h .v-button-caption:before {
content: "\e807";
}
.vi-split-v:before, .vi-split-v .v-button-caption:before {
content: "\e808";
}
.vi-spoon:before, .vi-spoon .v-button-caption:before {
content: "\e73a";
}
.vi-square-shadow:before, .vi-square-shadow .v-button-caption:before {
content: "\e79b";
}
.vi-star:before, .vi-star .v-button-caption:before {
content: "\e7a1";
}
.vi-star-half-left:before, .vi-star-half-left .v-button-caption:before {
content: "\e79d";
}
.vi-star-half-left-o:before, .vi-star-half-left-o .v-button-caption:before {
content: "\e79c";
}
.vi-star-half-right:before, .vi-star-half-right .v-button-caption:before {
content: "\e79f";
}
.vi-star-half-right-o:before, .vi-star-half-right-o .v-button-caption:before {
content: "\e79e";
}
.vi-star-o:before, .vi-star-o .v-button-caption:before {
content: "\e7a0";
}
.vi-start-cog:before, .vi-start-cog .v-button-caption:before {
content: "\e676";
}
.vi-step-backward:before, .vi-step-backward .v-button-caption:before {
content: "\e7a2";
}
.vi-step-forward:before, .vi-step-forward .v-button-caption:before {
content: "\e7a3";
}
.vi-stethoscope:before, .vi-stethoscope .v-button-caption:before {
content: "\e618";
}
.vi-stop:before, .vi-stop .v-button-caption:before {
content: "\e7a4";
}
.vi-stop-cog:before, .vi-stop-cog .v-button-caption:before {
content: "\e677";
}
.vi-strikethrough:before, .vi-strikethrough .v-button-caption:before {
content: "\e73b";
}
.vi-subscript:before, .vi-subscript .v-button-caption:before {
content: "\e6d4";
}
.vi-suitcase:before, .vi-suitcase .v-button-caption:before {
content: "\e809";
}
.vi-sun-o:before, .vi-sun-o .v-button-caption:before {
content: "\e73c";
}
.vi-superscript:before, .vi-superscript .v-button-caption:before {
content: "\e6d5";
}
.vi-sword:before, .vi-sword .v-button-caption:before {
content: "\e678";
}
.vi-table:before, .vi-table .v-button-caption:before {
content: "\e7a5";
}
.vi-tablet:before, .vi-tablet .v-button-caption:before {
content: "\e80a";
}
.vi-tabs:before, .vi-tabs .v-button-caption:before {
content: "\e679";
}
.vi-tag:before, .vi-tag .v-button-caption:before {
content: "\e6d6";
}
.vi-tags:before, .vi-tags .v-button-caption:before {
content: "\e6d7";
}
.vi-tasks:before, .vi-tasks .v-button-caption:before {
content: "\e73d";
}
.vi-taxi:before, .vi-taxi .v-button-caption:before {
content: "\e67a";
}
.vi-terminal:before, .vi-terminal .v-button-caption:before {
content: "\e6d8";
}
.vi-text-height:before, .vi-text-height .v-button-caption:before {
content: "\e73e";
}
.vi-text-input:before, .vi-text-input .v-button-caption:before {
content: "\e67b";
}
.vi-text-label:before, .vi-text-label .v-button-caption:before {
content: "\e67c";
}
.vi-text-width:before, .vi-text-width .v-button-caption:before {
content: "\e73f";
}
.vi-teeth:before, .vi-teeth .v-button-caption:before {
content: "\e619";
}
.vi-thin-square:before, .vi-thin-square .v-button-caption:before {
content: "\e7a6";
}
.vi-tooth:before, .vi-tooth .v-button-caption:before {
content: "\e67d";
}
.vi-thumbs-down:before, .vi-thumbs-down .v-button-caption:before {
content: "\e6da";
}
.vi-thumbs-down-o:before, .vi-thumbs-down-o .v-button-caption:before {
content: "\e6d9";
}
.vi-thumbs-up:before, .vi-thumbs-up .v-button-caption:before {
content: "\e6dc";
}
.vi-thumbs-up-o:before, .vi-thumbs-up-o .v-button-caption:before {
content: "\e6db";
}
.vi-ticket:before, .vi-ticket .v-button-caption:before {
content: "\e740";
}
.vi-time-backward:before, .vi-time-backward .v-button-caption:before {
content: "\e7a7";
}
.vi-time-forward:before, .vi-time-forward .v-button-caption:before {
content: "\e7a8";
}
.vi-toolbox:before, .vi-toolbox .v-button-caption:before {
content: "\e741";
}
.vi-tools:before, .vi-tools .v-button-caption:before {
content: "\e742";
}
.vi-train:before, .vi-train .v-button-caption:before {
content: "\e67e";
}
.vi-trash:before, .vi-trash .v-button-caption:before {
content: "\e80b";
}
.vi-tree-table:before, .vi-tree-table .v-button-caption:before {
content: "\e67f";
}
.vi-trophy:before, .vi-trophy .v-button-caption:before {
content: "\e743";
}
.vi-truck:before, .vi-truck .v-button-caption:before {
content: "\e6dd";
}
.vi-twin-col-select:before, .vi-twin-col-select .v-button-caption:before {
content: "\e680";
}
.vi-twitter:before, .vi-twitter .v-button-caption:before {
content: "\e6df";
}
.vi-twitter-square:before, .vi-twitter-square .v-button-caption:before {
content: "\e6de";
}
.vi-umbrella:before, .vi-umbrella .v-button-caption:before {
content: "\e6e0";
}
.vi-underline:before, .vi-underline .v-button-caption:before {
content: "\e744";
}
.vi-unlink:before, .vi-unlink .v-button-caption:before {
content: "\e745";
}
.vi-unlock:before, .vi-unlock .v-button-caption:before {
content: "\e80c";
}
.vi-upload:before, .vi-upload .v-button-caption:before {
content: "\e746";
}
.vi-upload-alt:before, .vi-upload-alt .v-button-caption:before {
content: "\e6e1";
}
.vi-user:before, .vi-user .v-button-caption:before {
content: "\e80d";
}
.vi-user-card:before, .vi-user-card .v-button-caption:before {
content: "\e61a";
}
.vi-user-check:before, .vi-user-check .v-button-caption:before {
content: "\e61b";
}
.vi-user-clock:before, .vi-user-clock .v-button-caption:before {
content: "\e61c";
}
.vi-user-heart:before, .vi-user-heart .v-button-caption:before {
content: "\e61d";
}
.vi-users:before, .vi-users .v-button-caption:before {
content: "\e747";
}
.vi-vaadin-h:before, .vi-vaadin-h .v-button-caption:before {
content: "\e80e";
}
.vi-vaadin-v:before, .vi-vaadin-v .v-button-caption:before {
content: "\e80f";
}
.vi-viewport:before, .vi-viewport .v-button-caption:before {
content: "\e681";
}
.vi-vimeo:before, .vi-vimeo .v-button-caption:before {
content: "\e6e3";
}
.vi-vimeo-square:before, .vi-vimeo-square .v-button-caption:before {
content: "\e6e2";
}
.vi-volume:before, .vi-volume .v-button-caption:before {
content: "\e7ac";
}
.vi-volume-down:before, .vi-volume-down .v-button-caption:before {
content: "\e7a9";
}
.vi-volume-off:before, .vi-volume-off .v-button-caption:before {
content: "\e7aa";
}
.vi-volume-up:before, .vi-volume-up .v-button-caption:before {
content: "\e7ab";
}
.vi-warning:before, .vi-warning .v-button-caption:before {
content: "\e748";
}
.vi-wrench:before, .vi-wrench .v-button-caption:before {
content: "\e749";
}
.vi-close:before, .vi-close .v-button-caption:before {
content: "\e7ad";
}
.vi-close-circle:before, .vi-close-circle .v-button-caption:before {
content: "\e811";
}
.vi-close-circle-o:before, .vi-close-circle-o .v-button-caption:before {
content: "\e810";
}
.vi-youtube:before, .vi-youtube .v-button-caption:before {
content: "\e6e5";
}
.vi-youtube-square:before, .vi-youtube-square .v-button-caption:before {
content: "\e6e4";
}
.vi-diploma:before, .vi-diploma .v-button-caption:before {
content: "\e964";
}
.vi-chevron-down-small:before, .vi-chevron-down-small .v-button-caption:before {
content: "\e965";
}
.vi-chevron-left-small:before, .vi-chevron-left-small .v-button-caption:before {
content: "\e966";
}
.vi-chevron-right-small:before, .vi-chevron-right-small .v-button-caption:before {
content: "\e967";
}
.vi-chevron-up-small:before, .vi-chevron-up-small .v-button-caption:before {
content: "\e968";
}
.vi-diploma-scroll:before, .vi-diploma-scroll .v-button-caption:before {
content: "\e969";
}
.vi-workplace:before, .vi-workplace .v-button-caption:before {
content: "\e900";
}
.vi-cash:before, .vi-cash .v-button-caption:before {
content: "\e901";
}
.vi-academy-cap:before, .vi-academy-cap .v-button-caption:before {
content: "\e902";
}
.vi-alarm:before, .vi-alarm .v-button-caption:before {
content: "\e903";
}
.vi-alt-a:before, .vi-alt-a .v-button-caption:before {
content: "\e904";
}
.vi-alt:before, .vi-alt .v-button-caption:before {
content: "\e905";
}
.vi-ambulance:before, .vi-ambulance .v-button-caption:before {
content: "\e906";
}
.vi-backspace-a:before, .vi-backspace-a .v-button-caption:before {
content: "\e907";
}
.vi-backspace:before, .vi-backspace .v-button-caption:before {
content: "\e908";
}
.vi-bar-chart-h:before, .vi-bar-chart-h .v-button-caption:before {
content: "\e909";
}
.vi-bar-chart-v:before, .vi-bar-chart-v .v-button-caption:before {
content: "\e90a";
}
.vi-bed:before, .vi-bed .v-button-caption:before {
content: "\e90b";
}
.vi-buss:before, .vi-buss .v-button-caption:before {
content: "\e90c";
}
.vi-chart-3d:before, .vi-chart-3d .v-button-caption:before {
content: "\e90d";
}
.vi-chart-grid:before, .vi-chart-grid .v-button-caption:before {
content: "\e90e";
}
.vi-chart-timeline:before, .vi-chart-timeline .v-button-caption:before {
content: "\e90f";
}
.vi-clipboard-check:before, .vi-clipboard-check .v-button-caption:before {
content: "\e910";
}
.vi-close-small:before, .vi-close-small .v-button-caption:before {
content: "\e911";
}
.vi-cluster:before, .vi-cluster .v-button-caption:before {
content: "\e912";
}
.vi-coin-piles:before, .vi-coin-piles .v-button-caption:before {
content: "\e913";
}
.vi-coins:before, .vi-coins .v-button-caption:before {
content: "\e914";
}
.vi-compile:before, .vi-compile .v-button-caption:before {
content: "\e915";
}
.vi-close-big:before, .vi-close-big .v-button-caption:before {
content: "\e916";
}
.vi-ctrl-a:before, .vi-ctrl-a .v-button-caption:before {
content: "\e917";
}
.vi-ctrl:before, .vi-ctrl .v-button-caption:before {
content: "\e918";
}
.vi-cursor-o:before, .vi-cursor-o .v-button-caption:before {
content: "\e919";
}
.vi-cursor:before, .vi-cursor .v-button-caption:before {
content: "\e91a";
}
.vi-del-a:before, .vi-del-a .v-button-caption:before {
content: "\e91b";
}
.vi-del:before, .vi-del .v-button-caption:before {
content: "\e91c";
}
.vi-diamond-o:before, .vi-diamond-o .v-button-caption:before {
content: "\e91d";
}
.vi-diamond:before, .vi-diamond .v-button-caption:before {
content: "\e91e";
}
.vi-ellipsis-dots-h:before, .vi-ellipsis-dots-h .v-button-caption:before {
content: "\e91f";
}
.vi-ellipsis-dots-v:before, .vi-ellipsis-dots-v .v-button-caption:before {
content: "\e920";
}
.vi-enter-arrow:before, .vi-enter-arrow .v-button-caption:before {
content: "\e921";
}
.vi-enter:before, .vi-enter .v-button-caption:before {
content: "\e922";
}
.vi-envelopes-o:before, .vi-envelopes-o .v-button-caption:before {
content: "\e923";
}
.vi-envelopes:before, .vi-envelopes .v-button-caption:before {
content: "\e924";
}
.vi-esc-a:before, .vi-esc-a .v-button-caption:before {
content: "\e925";
}
.vi-esc:before, .vi-esc .v-button-caption:before {
content: "\e926";
}
.vi-euro:before, .vi-euro .v-button-caption:before {
content: "\e927";
}
.vi-family:before, .vi-family .v-button-caption:before {
content: "\e928";
}
.vi-file-add:before, .vi-file-add .v-button-caption:before {
content: "\e929";
}
.vi-file-remove:before, .vi-file-remove .v-button-caption:before {
content: "\e92a";
}
.vi-file-search:before, .vi-file-search .v-button-caption:before {
content: "\e92b";
}
.vi-flight-landing:before, .vi-flight-landing .v-button-caption:before {
content: "\e92c";
}
.vi-flight-takeoff:before, .vi-flight-takeoff .v-button-caption:before {
content: "\e92d";
}
.vi-folder-add:before, .vi-folder-add .v-button-caption:before {
content: "\e92e";
}
.vi-folder-remove:before, .vi-folder-remove .v-button-caption:before {
content: "\e92f";
}
.vi-folder-search:before, .vi-folder-search .v-button-caption:before {
content: "\e930";
}
.vi-funnel:before, .vi-funnel .v-button-caption:before {
content: "\e931";
}
.vi-globe-wire:before, .vi-globe-wire .v-button-caption:before {
content: "\e932";
}
.vi-hammer:before, .vi-hammer .v-button-caption:before {
content: "\e933";
}
.vi-handshake:before, .vi-handshake .v-button-caption:before {
content: "\e934";
}
.vi-headset:before, .vi-headset .v-button-caption:before {
content: "\e935";
}
.vi-hospital:before, .vi-hospital .v-button-caption:before {
content: "\e936";
}
.vi-hourglass-empty:before, .vi-hourglass-empty .v-button-caption:before {
content: "\e937";
}
.vi-hourglass-end:before, .vi-hourglass-end .v-button-caption:before {
content: "\e938";
}
.vi-hourglass-start:before, .vi-hourglass-start .v-button-caption:before {
content: "\e939";
}
.vi-hourglass:before, .vi-hourglass .v-button-caption:before {
content: "\e93a";
}
.vi-line-bar-chart:before, .vi-line-bar-chart .v-button-caption:before {
content: "\e93b";
}
.vi-line-chart:before, .vi-line-chart .v-button-caption:before {
content: "\e93c";
}
.vi-mobile-browser:before, .vi-mobile-browser .v-button-caption:before {
content: "\e93d";
}
.vi-mobile-retro:before, .vi-mobile-retro .v-button-caption:before {
content: "\e93e";
}
.vi-money-deposit:before, .vi-money-deposit .v-button-caption:before {
content: "\e93f";
}
.vi-money-exchange:before, .vi-money-exchange .v-button-caption:before {
content: "\e940";
}
.vi-money-withdraw:before, .vi-money-withdraw .v-button-caption:before {
content: "\e941";
}
.vi-morning:before, .vi-morning .v-button-caption:before {
content: "\e942";
}
.vi-newspaper:before, .vi-newspaper .v-button-caption:before {
content: "\e943";
}
.vi-nurse:before, .vi-nurse .v-button-caption:before {
content: "\e944";
}
.vi-office:before, .vi-office .v-button-caption:before {
content: "\e945";
}
.vi-option-a:before, .vi-option-a .v-button-caption:before {
content: "\e946";
}
.vi-option:before, .vi-option .v-button-caption:before {
content: "\e947";
}
.vi-phone-landline:before, .vi-phone-landline .v-button-caption:before {
content: "\e948";
}
.vi-pie-bar-chart:before, .vi-pie-bar-chart .v-button-caption:before {
content: "\e949";
}
.vi-piggy-bank-coin:before, .vi-piggy-bank-coin .v-button-caption:before {
content: "\e94a";
}
.vi-piggy-bank:before, .vi-piggy-bank .v-button-caption:before {
content: "\e94b";
}
.vi-pyramid-chart:before, .vi-pyramid-chart .v-button-caption:before {
content: "\e94c";
}
.vi-records:before, .vi-records .v-button-caption:before {
content: "\e94d";
}
.vi-scale-unbalance:before, .vi-scale-unbalance .v-button-caption:before {
content: "\e94e";
}
.vi-scale:before, .vi-scale .v-button-caption:before {
content: "\e94f";
}
.vi-scatter-chart:before, .vi-scatter-chart .v-button-caption:before {
content: "\e950";
}
.vi-shift-arrow:before, .vi-shift-arrow .v-button-caption:before {
content: "\e951";
}
.vi-shift:before, .vi-shift .v-button-caption:before {
content: "\e952";
}
.vi-shop:before, .vi-shop .v-button-caption:before {
content: "\e953";
}
.vi-spark-line:before, .vi-spark-line .v-button-caption:before {
content: "\e954";
}
.vi-spline-area-chart:before, .vi-spline-area-chart .v-button-caption:before {
content: "\e955";
}
.vi-spline-chart:before, .vi-spline-chart .v-button-caption:before {
content: "\e956";
}
.vi-stock:before, .vi-stock .v-button-caption:before {
content: "\e957";
}
.vi-stopwatch:before, .vi-stopwatch .v-button-caption:before {
content: "\e958";
}
.vi-storage:before, .vi-storage .v-button-caption:before {
content: "\e959";
}
.vi-sun-down:before, .vi-sun-down .v-button-caption:before {
content: "\e95a";
}
.vi-sun-rise:before, .vi-sun-rise .v-button-caption:before {
content: "\e95b";
}
.vi-tab-a:before, .vi-tab-a .v-button-caption:before {
content: "\e95c";
}
.vi-tab:before, .vi-tab .v-button-caption:before {
content: "\e95d";
}
.vi-timer:before, .vi-timer .v-button-caption:before {
content: "\e95e";
}
.vi-touch:before, .vi-touch .v-button-caption:before {
content: "\e95f";
}
.vi-trendind-down:before, .vi-trendind-down .v-button-caption:before {
content: "\e960";
}
.vi-trending-up:before, .vi-trending-up .v-button-caption:before {
content: "\e961";
}
.vi-user-star:before, .vi-user-star .v-button-caption:before {
content: "\e962";
}
.vi-wallet:before, .vi-wallet .v-button-caption:before {
content: "\e963";
}
.fa, .fas, .far, .fal, .fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -0.0667em;
}
.fa-xs {
font-size: 0.75em;
}
.fa-sm {
font-size: 0.875em;
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.fa-ul > li {
position: relative;
}
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.fa-border {
border: solid 0.08em #eee;
border-radius: 0.1em;
padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
margin-left: 0.3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
-webkit-filter: none;
filter: none;
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em;
}
.fa-stack-1x, .fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
.fa-500px:before {
content: "\f26e";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-card:before {
content: "\f2bb";
}
.fa-adjust:before {
content: "\f042";
}
.fa-adn:before {
content: "\f170";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-right:before {
content: "\f038";
}
.fa-allergies:before {
content: "\f461";
}
.fa-amazon:before {
content: "\f270";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-android:before {
content: "\f17b";
}
.fa-angellist:before {
content: "\f209";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angry:before {
content: "\f556";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-angular:before {
content: "\f420";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-apper:before {
content: "\f371";
}
.fa-apple:before {
content: "\f179";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-archive:before {
content: "\f187";
}
.fa-archway:before {
content: "\f557";
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-arrows-alt-h:before {
content: "\f337";
}
.fa-arrows-alt-v:before {
content: "\f338";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-at:before {
content: "\f1fa";
}
.fa-atlas:before {
content: "\f558";
}
.fa-audible:before {
content: "\f373";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-avianex:before {
content: "\f374";
}
.fa-aviato:before {
content: "\f421";
}
.fa-award:before {
content: "\f559";
}
.fa-aws:before {
content: "\f375";
}
.fa-backspace:before {
content: "\f55a";
}
.fa-backward:before {
content: "\f04a";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-ban:before {
content: "\f05e";
}
.fa-band-aid:before {
content: "\f462";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-baseball-ball:before {
content: "\f433";
}
.fa-basketball-ball:before {
content: "\f434";
}
.fa-bath:before {
content: "\f2cd";
}
.fa-battery-empty:before {
content: "\f244";
}
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-bed:before {
content: "\f236";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bezier-curve:before {
content: "\f55b";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-bity:before {
content: "\f37a";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-blender:before {
content: "\f517";
}
.fa-blind:before {
content: "\f29d";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-bold:before {
content: "\f032";
}
.fa-bolt:before {
content: "\f0e7";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-bong:before {
content: "\f55c";
}
.fa-book:before {
content: "\f02d";
}
.fa-book-open:before {
content: "\f518";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-bowling-ball:before {
content: "\f436";
}
.fa-box:before {
content: "\f466";
}
.fa-box-open:before {
content: "\f49e";
}
.fa-boxes:before {
content: "\f468";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-briefcase-medical:before {
content: "\f469";
}
.fa-broadcast-tower:before {
content: "\f519";
}
.fa-broom:before {
content: "\f51a";
}
.fa-brush:before {
content: "\f55d";
}
.fa-btc:before {
content: "\f15a";
}
.fa-bug:before {
content: "\f188";
}
.fa-building:before {
content: "\f1ad";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-burn:before {
content: "\f46a";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-bus:before {
content: "\f207";
}
.fa-bus-alt:before {
content: "\f55e";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-calendar:before {
content: "\f133";
}
.fa-calendar-alt:before {
content: "\f073";
}
.fa-calendar-check:before {
content: "\f274";
}
.fa-calendar-minus:before {
content: "\f272";
}
.fa-calendar-plus:before {
content: "\f271";
}
.fa-calendar-times:before {
content: "\f273";
}
.fa-camera:before {
content: "\f030";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-cannabis:before {
content: "\f55f";
}
.fa-capsules:before {
content: "\f46b";
}
.fa-car:before {
content: "\f1b9";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-caret-square-down:before {
content: "\f150";
}
.fa-caret-square-left:before {
content: "\f191";
}
.fa-caret-square-right:before {
content: "\f152";
}
.fa-caret-square-up:before {
content: "\f151";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-centercode:before {
content: "\f380";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-chalkboard:before {
content: "\f51b";
}
.fa-chalkboard-teacher:before {
content: "\f51c";
}
.fa-chart-area:before {
content: "\f1fe";
}
.fa-chart-bar:before {
content: "\f080";
}
.fa-chart-line:before {
content: "\f201";
}
.fa-chart-pie:before {
content: "\f200";
}
.fa-check:before {
content: "\f00c";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-check-double:before {
content: "\f560";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-chess:before {
content: "\f439";
}
.fa-chess-bishop:before {
content: "\f43a";
}
.fa-chess-board:before {
content: "\f43c";
}
.fa-chess-king:before {
content: "\f43f";
}
.fa-chess-knight:before {
content: "\f441";
}
.fa-chess-pawn:before {
content: "\f443";
}
.fa-chess-queen:before {
content: "\f445";
}
.fa-chess-rook:before {
content: "\f447";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-child:before {
content: "\f1ae";
}
.fa-chrome:before {
content: "\f268";
}
.fa-church:before {
content: "\f51d";
}
.fa-circle:before {
content: "\f111";
}
.fa-circle-notch:before {
content: "\f1ce";
}
.fa-clipboard:before {
content: "\f328";
}
.fa-clipboard-check:before {
content: "\f46c";
}
.fa-clipboard-list:before {
content: "\f46d";
}
.fa-clock:before {
content: "\f017";
}
.fa-clone:before {
content: "\f24d";
}
.fa-closed-captioning:before {
content: "\f20a";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-cloud-download-alt:before {
content: "\f381";
}
.fa-cloud-upload-alt:before {
content: "\f382";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa-cocktail:before {
content: "\f561";
}
.fa-code:before {
content: "\f121";
}
.fa-code-branch:before {
content: "\f126";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cog:before {
content: "\f013";
}
.fa-cogs:before {
content: "\f085";
}
.fa-coins:before {
content: "\f51e";
}
.fa-columns:before {
content: "\f0db";
}
.fa-comment:before {
content: "\f075";
}
.fa-comment-alt:before {
content: "\f27a";
}
.fa-comment-dots:before {
content: "\f4ad";
}
.fa-comment-slash:before {
content: "\f4b3";
}
.fa-comments:before {
content: "\f086";
}
.fa-compact-disc:before {
content: "\f51f";
}
.fa-compass:before {
content: "\f14e";
}
.fa-compress:before {
content: "\f066";
}
.fa-concierge-bell:before {
content: "\f562";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-contao:before {
content: "\f26d";
}
.fa-cookie:before {
content: "\f563";
}
.fa-cookie-bite:before {
content: "\f564";
}
.fa-copy:before {
content: "\f0c5";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-couch:before {
content: "\f4b8";
}
.fa-cpanel:before {
content: "\f388";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-creative-commons-by:before {
content: "\f4e7";
}
.fa-creative-commons-nc:before {
content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea";
}
.fa-creative-commons-nd:before {
content: "\f4eb";
}
.fa-creative-commons-pd:before {
content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed";
}
.fa-creative-commons-remix:before {
content: "\f4ee";
}
.fa-creative-commons-sa:before {
content: "\f4ef";
}
.fa-creative-commons-sampling:before {
content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1";
}
.fa-creative-commons-share:before {
content: "\f4f2";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-crop:before {
content: "\f125";
}
.fa-crop-alt:before {
content: "\f565";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-crow:before {
content: "\f520";
}
.fa-crown:before {
content: "\f521";
}
.fa-css3:before {
content: "\f13c";
}
.fa-css3-alt:before {
content: "\f38b";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-cut:before {
content: "\f0c4";
}
.fa-cuttlefish:before {
content: "\f38c";
}
.fa-d-and-d:before {
content: "\f38d";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-database:before {
content: "\f1c0";
}
.fa-deaf:before {
content: "\f2a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-deploydog:before {
content: "\f38e";
}
.fa-deskpro:before {
content: "\f38f";
}
.fa-desktop:before {
content: "\f108";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-diagnoses:before {
content: "\f470";
}
.fa-dice:before {
content: "\f522";
}
.fa-dice-five:before {
content: "\f523";
}
.fa-dice-four:before {
content: "\f524";
}
.fa-dice-one:before {
content: "\f525";
}
.fa-dice-six:before {
content: "\f526";
}
.fa-dice-three:before {
content: "\f527";
}
.fa-dice-two:before {
content: "\f528";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-digital-ocean:before {
content: "\f391";
}
.fa-digital-tachograph:before {
content: "\f566";
}
.fa-discord:before {
content: "\f392";
}
.fa-discourse:before {
content: "\f393";
}
.fa-divide:before {
content: "\f529";
}
.fa-dizzy:before {
content: "\f567";
}
.fa-dna:before {
content: "\f471";
}
.fa-dochub:before {
content: "\f394";
}
.fa-docker:before {
content: "\f395";
}
.fa-dollar-sign:before {
content: "\f155";
}
.fa-dolly:before {
content: "\f472";
}
.fa-dolly-flatbed:before {
content: "\f474";
}
.fa-donate:before {
content: "\f4b9";
}
.fa-door-closed:before {
content: "\f52a";
}
.fa-door-open:before {
content: "\f52b";
}
.fa-dot-circle:before {
content: "\f192";
}
.fa-dove:before {
content: "\f4ba";
}
.fa-download:before {
content: "\f019";
}
.fa-draft2digital:before {
content: "\f396";
}
.fa-drafting-compass:before {
content: "\f568";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-dribbble-square:before {
content: "\f397";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-drum:before {
content: "\f569";
}
.fa-drum-steelpan:before {
content: "\f56a";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-dumbbell:before {
content: "\f44b";
}
.fa-dyalog:before {
content: "\f399";
}
.fa-earlybirds:before {
content: "\f39a";
}
.fa-ebay:before {
content: "\f4f4";
}
.fa-edge:before {
content: "\f282";
}
.fa-edit:before {
content: "\f044";
}
.fa-eject:before {
content: "\f052";
}
.fa-elementor:before {
content: "\f430";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-ember:before {
content: "\f423";
}
.fa-empire:before {
content: "\f1d1";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-envira:before {
content: "\f299";
}
.fa-equals:before {
content: "\f52c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-erlang:before {
content: "\f39d";
}
.fa-ethereum:before {
content: "\f42e";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-euro-sign:before {
content: "\f153";
}
.fa-exchange-alt:before {
content: "\f362";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-expand:before {
content: "\f065";
}
.fa-expand-arrows-alt:before {
content: "\f31e";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-external-link-alt:before {
content: "\f35d";
}
.fa-external-link-square-alt:before {
content: "\f360";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-dropper:before {
content: "\f1fb";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-facebook-messenger:before {
content: "\f39f";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-feather:before {
content: "\f52d";
}
.fa-feather-alt:before {
content: "\f56b";
}
.fa-female:before {
content: "\f182";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-alt:before {
content: "\f15c";
}
.fa-file-archive:before {
content: "\f1c6";
}
.fa-file-audio:before {
content: "\f1c7";
}
.fa-file-code:before {
content: "\f1c9";
}
.fa-file-contract:before {
content: "\f56c";
}
.fa-file-download:before {
content: "\f56d";
}
.fa-file-excel:before {
content: "\f1c3";
}
.fa-file-export:before {
content: "\f56e";
}
.fa-file-image:before {
content: "\f1c5";
}
.fa-file-import:before {
content: "\f56f";
}
.fa-file-invoice:before {
content: "\f570";
}
.fa-file-invoice-dollar:before {
content: "\f571";
}
.fa-file-medical:before {
content: "\f477";
}
.fa-file-medical-alt:before {
content: "\f478";
}
.fa-file-pdf:before {
content: "\f1c1";
}
.fa-file-powerpoint:before {
content: "\f1c4";
}
.fa-file-prescription:before {
content: "\f572";
}
.fa-file-signature:before {
content: "\f573";
}
.fa-file-upload:before {
content: "\f574";
}
.fa-file-video:before {
content: "\f1c8";
}
.fa-file-word:before {
content: "\f1c2";
}
.fa-fill:before {
content: "\f575";
}
.fa-fill-drip:before {
content: "\f576";
}
.fa-film:before {
content: "\f008";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-fingerprint:before {
content: "\f577";
}
.fa-fire:before {
content: "\f06d";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-firefox:before {
content: "\f269";
}
.fa-first-aid:before {
content: "\f479";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-first-order-alt:before {
content: "\f50a";
}
.fa-firstdraft:before {
content: "\f3a1";
}
.fa-fish:before {
content: "\f578";
}
.fa-flag:before {
content: "\f024";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-flipboard:before {
content: "\f44d";
}
.fa-flushed:before {
content: "\f579";
}
.fa-fly:before {
content: "\f417";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-font:before {
content: "\f031";
}
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-font-awesome-alt:before {
content: "\f35c";
}
.fa-font-awesome-flag:before {
content: "\f425";
}
.fa-font-awesome-logo-full:before {
content: "\f4e6";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-fonticons-fi:before {
content: "\f3a2";
}
.fa-football-ball:before {
content: "\f44e";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-forward:before {
content: "\f04e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-freebsd:before {
content: "\f3a4";
}
.fa-frog:before {
content: "\f52e";
}
.fa-frown:before {
content: "\f119";
}
.fa-frown-open:before {
content: "\f57a";
}
.fa-fulcrum:before {
content: "\f50b";
}
.fa-futbol:before {
content: "\f1e3";
}
.fa-galactic-republic:before {
content: "\f50c";
}
.fa-galactic-senate:before {
content: "\f50d";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-gas-pump:before {
content: "\f52f";
}
.fa-gavel:before {
content: "\f0e3";
}
.fa-gem:before {
content: "\f3a5";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-gift:before {
content: "\f06b";
}
.fa-git:before {
content: "\f1d3";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-github:before {
content: "\f09b";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-github-square:before {
content: "\f092";
}
.fa-gitkraken:before {
content: "\f3a6";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-gitter:before {
content: "\f426";
}
.fa-glass-martini:before {
content: "\f000";
}
.fa-glass-martini-alt:before {
content: "\f57b";
}
.fa-glasses:before {
content: "\f530";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-globe-africa:before {
content: "\f57c";
}
.fa-globe-americas:before {
content: "\f57d";
}
.fa-globe-asia:before {
content: "\f57e";
}
.fa-gofore:before {
content: "\f3a7";
}
.fa-golf-ball:before {
content: "\f450";
}
.fa-goodreads:before {
content: "\f3a8";
}
.fa-goodreads-g:before {
content: "\f3a9";
}
.fa-google:before {
content: "\f1a0";
}
.fa-google-drive:before {
content: "\f3aa";
}
.fa-google-play:before {
content: "\f3ab";
}
.fa-google-plus:before {
content: "\f2b3";
}
.fa-google-plus-g:before {
content: "\f0d5";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-gratipay:before {
content: "\f184";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-greater-than:before {
content: "\f531";
}
.fa-greater-than-equal:before {
content: "\f532";
}
.fa-grimace:before {
content: "\f57f";
}
.fa-grin:before {
content: "\f580";
}
.fa-grin-alt:before {
content: "\f581";
}
.fa-grin-beam:before {
content: "\f582";
}
.fa-grin-beam-sweat:before {
content: "\f583";
}
.fa-grin-hearts:before {
content: "\f584";
}
.fa-grin-squint:before {
content: "\f585";
}
.fa-grin-squint-tears:before {
content: "\f586";
}
.fa-grin-stars:before {
content: "\f587";
}
.fa-grin-tears:before {
content: "\f588";
}
.fa-grin-tongue:before {
content: "\f589";
}
.fa-grin-tongue-squint:before {
content: "\f58a";
}
.fa-grin-tongue-wink:before {
content: "\f58b";
}
.fa-grin-wink:before {
content: "\f58c";
}
.fa-grip-horizontal:before {
content: "\f58d";
}
.fa-grip-vertical:before {
content: "\f58e";
}
.fa-gripfire:before {
content: "\f3ac";
}
.fa-grunt:before {
content: "\f3ad";
}
.fa-gulp:before {
content: "\f3ae";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-hacker-news-square:before {
content: "\f3af";
}
.fa-hand-holding:before {
content: "\f4bd";
}
.fa-hand-holding-heart:before {
content: "\f4be";
}
.fa-hand-holding-usd:before {
content: "\f4c0";
}
.fa-hand-lizard:before {
content: "\f258";
}
.fa-hand-paper:before {
content: "\f256";
}
.fa-hand-peace:before {
content: "\f25b";
}
.fa-hand-point-down:before {
content: "\f0a7";
}
.fa-hand-point-left:before {
content: "\f0a5";
}
.fa-hand-point-right:before {
content: "\f0a4";
}
.fa-hand-point-up:before {
content: "\f0a6";
}
.fa-hand-pointer:before {
content: "\f25a";
}
.fa-hand-rock:before {
content: "\f255";
}
.fa-hand-scissors:before {
content: "\f257";
}
.fa-hand-spock:before {
content: "\f259";
}
.fa-hands:before {
content: "\f4c2";
}
.fa-hands-helping:before {
content: "\f4c4";
}
.fa-handshake:before {
content: "\f2b5";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-hdd:before {
content: "\f0a0";
}
.fa-heading:before {
content: "\f1dc";
}
.fa-headphones:before {
content: "\f025";
}
.fa-headphones-alt:before {
content: "\f58f";
}
.fa-headset:before {
content: "\f590";
}
.fa-heart:before {
content: "\f004";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-helicopter:before {
content: "\f533";
}
.fa-highlighter:before {
content: "\f591";
}
.fa-hips:before {
content: "\f452";
}
.fa-hire-a-helper:before {
content: "\f3b0";
}
.fa-history:before {
content: "\f1da";
}
.fa-hockey-puck:before {
content: "\f453";
}
.fa-home:before {
content: "\f015";
}
.fa-hooli:before {
content: "\f427";
}
.fa-hornbill:before {
content: "\f592";
}
.fa-hospital:before {
content: "\f0f8";
}
.fa-hospital-alt:before {
content: "\f47d";
}
.fa-hospital-symbol:before {
content: "\f47e";
}
.fa-hot-tub:before {
content: "\f593";
}
.fa-hotel:before {
content: "\f594";
}
.fa-hotjar:before {
content: "\f3b1";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-start:before {
content: "\f251";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-html5:before {
content: "\f13b";
}
.fa-hubspot:before {
content: "\f3b2";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-id-card:before {
content: "\f2c2";
}
.fa-id-card-alt:before {
content: "\f47f";
}
.fa-image:before {
content: "\f03e";
}
.fa-images:before {
content: "\f302";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-indent:before {
content: "\f03c";
}
.fa-industry:before {
content: "\f275";
}
.fa-infinity:before {
content: "\f534";
}
.fa-info:before {
content: "\f129";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-italic:before {
content: "\f033";
}
.fa-itunes:before {
content: "\f3b4";
}
.fa-itunes-note:before {
content: "\f3b5";
}
.fa-java:before {
content: "\f4e4";
}
.fa-jedi-order:before {
content: "\f50e";
}
.fa-jenkins:before {
content: "\f3b6";
}
.fa-joget:before {
content: "\f3b7";
}
.fa-joint:before {
content: "\f595";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-js:before {
content: "\f3b8";
}
.fa-js-square:before {
content: "\f3b9";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-key:before {
content: "\f084";
}
.fa-keybase:before {
content: "\f4f5";
}
.fa-keyboard:before {
content: "\f11c";
}
.fa-keycdn:before {
content: "\f3ba";
}
.fa-kickstarter:before {
content: "\f3bb";
}
.fa-kickstarter-k:before {
content: "\f3bc";
}
.fa-kiss:before {
content: "\f596";
}
.fa-kiss-beam:before {
content: "\f597";
}
.fa-kiss-wink-heart:before {
content: "\f598";
}
.fa-kiwi-bird:before {
content: "\f535";
}
.fa-korvue:before {
content: "\f42f";
}
.fa-language:before {
content: "\f1ab";
}
.fa-laptop:before {
content: "\f109";
}
.fa-laravel:before {
content: "\f3bd";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-laugh:before {
content: "\f599";
}
.fa-laugh-beam:before {
content: "\f59a";
}
.fa-laugh-squint:before {
content: "\f59b";
}
.fa-laugh-wink:before {
content: "\f59c";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-lemon:before {
content: "\f094";
}
.fa-less:before {
content: "\f41d";
}
.fa-less-than:before {
content: "\f536";
}
.fa-less-than-equal:before {
content: "\f537";
}
.fa-level-down-alt:before {
content: "\f3be";
}
.fa-level-up-alt:before {
content: "\f3bf";
}
.fa-life-ring:before {
content: "\f1cd";
}
.fa-lightbulb:before {
content: "\f0eb";
}
.fa-line:before {
content: "\f3c0";
}
.fa-link:before {
content: "\f0c1";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-linkedin-in:before {
content: "\f0e1";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-linux:before {
content: "\f17c";
}
.fa-lira-sign:before {
content: "\f195";
}
.fa-list:before {
content: "\f03a";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-lock:before {
content: "\f023";
}
.fa-lock-open:before {
content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
content: "\f309";
}
.fa-long-arrow-alt-left:before {
content: "\f30a";
}
.fa-long-arrow-alt-right:before {
content: "\f30b";
}
.fa-long-arrow-alt-up:before {
content: "\f30c";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-luggage-cart:before {
content: "\f59d";
}
.fa-lyft:before {
content: "\f3c3";
}
.fa-magento:before {
content: "\f3c4";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-magnet:before {
content: "\f076";
}
.fa-mailchimp:before {
content: "\f59e";
}
.fa-male:before {
content: "\f183";
}
.fa-mandalorian:before {
content: "\f50f";
}
.fa-map:before {
content: "\f279";
}
.fa-map-marked:before {
content: "\f59f";
}
.fa-map-marked-alt:before {
content: "\f5a0";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-map-marker-alt:before {
content: "\f3c5";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-marker:before {
content: "\f5a1";
}
.fa-mars:before {
content: "\f222";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mastodon:before {
content: "\f4f6";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-medal:before {
content: "\f5a2";
}
.fa-medapps:before {
content: "\f3c6";
}
.fa-medium:before {
content: "\f23a";
}
.fa-medium-m:before {
content: "\f3c7";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-medrt:before {
content: "\f3c8";
}
.fa-meetup:before {
content: "\f2e0";
}
.fa-megaport:before {
content: "\f5a3";
}
.fa-meh:before {
content: "\f11a";
}
.fa-meh-blank:before {
content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
content: "\f5a5";
}
.fa-memory:before {
content: "\f538";
}
.fa-mercury:before {
content: "\f223";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-alt:before {
content: "\f3c9";
}
.fa-microphone-alt-slash:before {
content: "\f539";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-microsoft:before {
content: "\f3ca";
}
.fa-minus:before {
content: "\f068";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-mix:before {
content: "\f3cb";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-mizuni:before {
content: "\f3cc";
}
.fa-mobile:before {
content: "\f10b";
}
.fa-mobile-alt:before {
content: "\f3cd";
}
.fa-modx:before {
content: "\f285";
}
.fa-monero:before {
content: "\f3d0";
}
.fa-money-bill:before {
content: "\f0d6";
}
.fa-money-bill-alt:before {
content: "\f3d1";
}
.fa-money-bill-wave:before {
content: "\f53a";
}
.fa-money-bill-wave-alt:before {
content: "\f53b";
}
.fa-money-check:before {
content: "\f53c";
}
.fa-money-check-alt:before {
content: "\f53d";
}
.fa-monument:before {
content: "\f5a6";
}
.fa-moon:before {
content: "\f186";
}
.fa-mortar-pestle:before {
content: "\f5a7";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-music:before {
content: "\f001";
}
.fa-napster:before {
content: "\f3d2";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-newspaper:before {
content: "\f1ea";
}
.fa-nimblr:before {
content: "\f5a8";
}
.fa-nintendo-switch:before {
content: "\f418";
}
.fa-node:before {
content: "\f419";
}
.fa-node-js:before {
content: "\f3d3";
}
.fa-not-equal:before {
content: "\f53e";
}
.fa-notes-medical:before {
content: "\f481";
}
.fa-npm:before {
content: "\f3d4";
}
.fa-ns8:before {
content: "\f3d5";
}
.fa-nutritionix:before {
content: "\f3d6";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-old-republic:before {
content: "\f510";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-openid:before {
content: "\f19b";
}
.fa-opera:before {
content: "\f26a";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-osi:before {
content: "\f41a";
}
.fa-outdent:before {
content: "\f03b";
}
.fa-page4:before {
content: "\f3d7";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-paint-roller:before {
content: "\f5aa";
}
.fa-palette:before {
content: "\f53f";
}
.fa-palfed:before {
content: "\f3d8";
}
.fa-pallet:before {
content: "\f482";
}
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-parachute-box:before {
content: "\f4cd";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-parking:before {
content: "\f540";
}
.fa-passport:before {
content: "\f5ab";
}
.fa-paste:before {
content: "\f0ea";
}
.fa-patreon:before {
content: "\f3d9";
}
.fa-pause:before {
content: "\f04c";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-pen:before {
content: "\f304";
}
.fa-pen-alt:before {
content: "\f305";
}
.fa-pen-fancy:before {
content: "\f5ac";
}
.fa-pen-nib:before {
content: "\f5ad";
}
.fa-pen-square:before {
content: "\f14b";
}
.fa-pencil-alt:before {
content: "\f303";
}
.fa-pencil-ruler:before {
content: "\f5ae";
}
.fa-people-carry:before {
content: "\f4ce";
}
.fa-percent:before {
content: "\f295";
}
.fa-percentage:before {
content: "\f541";
}
.fa-periscope:before {
content: "\f3da";
}
.fa-phabricator:before {
content: "\f3db";
}
.fa-phoenix-framework:before {
content: "\f3dc";
}
.fa-phoenix-squadron:before {
content: "\f511";
}
.fa-phone:before {
content: "\f095";
}
.fa-phone-slash:before {
content: "\f3dd";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-phone-volume:before {
content: "\f2a0";
}
.fa-php:before {
content: "\f457";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-pied-piper-hat:before {
content: "\f4e5";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-piggy-bank:before {
content: "\f4d3";
}
.fa-pills:before {
content: "\f484";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-plane:before {
content: "\f072";
}
.fa-plane-arrival:before {
content: "\f5af";
}
.fa-plane-departure:before {
content: "\f5b0";
}
.fa-play:before {
content: "\f04b";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-playstation:before {
content: "\f3df";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-plus:before {
content: "\f067";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-poo:before {
content: "\f2fe";
}
.fa-portrait:before {
content: "\f3e0";
}
.fa-pound-sign:before {
content: "\f154";
}
.fa-power-off:before {
content: "\f011";
}
.fa-prescription:before {
content: "\f5b1";
}
.fa-prescription-bottle:before {
content: "\f485";
}
.fa-prescription-bottle-alt:before {
content: "\f486";
}
.fa-print:before {
content: "\f02f";
}
.fa-procedures:before {
content: "\f487";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-project-diagram:before {
content: "\f542";
}
.fa-pushed:before {
content: "\f3e1";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-python:before {
content: "\f3e2";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-question:before {
content: "\f128";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-quidditch:before {
content: "\f458";
}
.fa-quinscape:before {
content: "\f459";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-r-project:before {
content: "\f4f7";
}
.fa-random:before {
content: "\f074";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-react:before {
content: "\f41b";
}
.fa-readme:before {
content: "\f4d5";
}
.fa-rebel:before {
content: "\f1d0";
}
.fa-receipt:before {
content: "\f543";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-red-river:before {
content: "\f3e3";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-redo:before {
content: "\f01e";
}
.fa-redo-alt:before {
content: "\f2f9";
}
.fa-registered:before {
content: "\f25d";
}
.fa-rendact:before {
content: "\f3e4";
}
.fa-renren:before {
content: "\f18b";
}
.fa-reply:before {
content: "\f3e5";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-replyd:before {
content: "\f3e6";
}
.fa-researchgate:before {
content: "\f4f8";
}
.fa-resolving:before {
content: "\f3e7";
}
.fa-retweet:before {
content: "\f079";
}
.fa-rev:before {
content: "\f5b2";
}
.fa-ribbon:before {
content: "\f4d6";
}
.fa-road:before {
content: "\f018";
}
.fa-robot:before {
content: "\f544";
}
.fa-rocket:before {
content: "\f135";
}
.fa-rocketchat:before {
content: "\f3e8";
}
.fa-rockrms:before {
content: "\f3e9";
}
.fa-rss:before {
content: "\f09e";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-ruble-sign:before {
content: "\f158";
}
.fa-ruler:before {
content: "\f545";
}
.fa-ruler-combined:before {
content: "\f546";
}
.fa-ruler-horizontal:before {
content: "\f547";
}
.fa-ruler-vertical:before {
content: "\f548";
}
.fa-rupee-sign:before {
content: "\f156";
}
.fa-sad-cry:before {
content: "\f5b3";
}
.fa-sad-tear:before {
content: "\f5b4";
}
.fa-safari:before {
content: "\f267";
}
.fa-sass:before {
content: "\f41e";
}
.fa-save:before {
content: "\f0c7";
}
.fa-schlix:before {
content: "\f3ea";
}
.fa-school:before {
content: "\f549";
}
.fa-screwdriver:before {
content: "\f54a";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-search:before {
content: "\f002";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-searchengin:before {
content: "\f3eb";
}
.fa-seedling:before {
content: "\f4d8";
}
.fa-sellcast:before {
content: "\f2da";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-server:before {
content: "\f233";
}
.fa-servicestack:before {
content: "\f3ec";
}
.fa-share:before {
content: "\f064";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-shekel-sign:before {
content: "\f20b";
}
.fa-shield-alt:before {
content: "\f3ed";
}
.fa-ship:before {
content: "\f21a";
}
.fa-shipping-fast:before {
content: "\f48b";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-shoe-prints:before {
content: "\f54b";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-shopware:before {
content: "\f5b5";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-shuttle-van:before {
content: "\f5b6";
}
.fa-sign:before {
content: "\f4d9";
}
.fa-sign-in-alt:before {
content: "\f2f6";
}
.fa-sign-language:before {
content: "\f2a7";
}
.fa-sign-out-alt:before {
content: "\f2f5";
}
.fa-signal:before {
content: "\f012";
}
.fa-signature:before {
content: "\f5b7";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-sistrix:before {
content: "\f3ee";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-sith:before {
content: "\f512";
}
.fa-skull:before {
content: "\f54c";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-skype:before {
content: "\f17e";
}
.fa-slack:before {
content: "\f198";
}
.fa-slack-hash:before {
content: "\f3ef";
}
.fa-sliders-h:before {
content: "\f1de";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-smile:before {
content: "\f118";
}
.fa-smile-beam:before {
content: "\f5b8";
}
.fa-smile-wink:before {
content: "\f4da";
}
.fa-smoking:before {
content: "\f48d";
}
.fa-smoking-ban:before {
content: "\f54d";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-snowflake:before {
content: "\f2dc";
}
.fa-solar-panel:before {
content: "\f5ba";
}
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-alpha-down:before {
content: "\f15d";
}
.fa-sort-alpha-up:before {
content: "\f15e";
}
.fa-sort-amount-down:before {
content: "\f160";
}
.fa-sort-amount-up:before {
content: "\f161";
}
.fa-sort-down:before {
content: "\f0dd";
}
.fa-sort-numeric-down:before {
content: "\f162";
}
.fa-sort-numeric-up:before {
content: "\f163";
}
.fa-sort-up:before {
content: "\f0de";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-spa:before {
content: "\f5bb";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-speakap:before {
content: "\f3f3";
}
.fa-spinner:before {
content: "\f110";
}
.fa-splotch:before {
content: "\f5bc";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-spray-can:before {
content: "\f5bd";
}
.fa-square:before {
content: "\f0c8";
}
.fa-square-full:before {
content: "\f45c";
}
.fa-squarespace:before {
content: "\f5be";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-stamp:before {
content: "\f5bf";
}
.fa-star:before {
content: "\f005";
}
.fa-star-half:before {
content: "\f089";
}
.fa-star-half-alt:before {
content: "\f5c0";
}
.fa-staylinked:before {
content: "\f3f5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-steam-symbol:before {
content: "\f3f6";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-sticker-mule:before {
content: "\f3f7";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-stop:before {
content: "\f04d";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stopwatch:before {
content: "\f2f2";
}
.fa-store:before {
content: "\f54e";
}
.fa-store-alt:before {
content: "\f54f";
}
.fa-strava:before {
content: "\f428";
}
.fa-stream:before {
content: "\f550";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-stripe:before {
content: "\f429";
}
.fa-stripe-s:before {
content: "\f42a";
}
.fa-stroopwafel:before {
content: "\f551";
}
.fa-studiovinari:before {
content: "\f3f8";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-subway:before {
content: "\f239";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-suitcase-rolling:before {
content: "\f5c1";
}
.fa-sun:before {
content: "\f185";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-supple:before {
content: "\f3f9";
}
.fa-surprise:before {
content: "\f5c2";
}
.fa-swatchbook:before {
content: "\f5c3";
}
.fa-swimmer:before {
content: "\f5c4";
}
.fa-swimming-pool:before {
content: "\f5c5";
}
.fa-sync:before {
content: "\f021";
}
.fa-sync-alt:before {
content: "\f2f1";
}
.fa-syringe:before {
content: "\f48e";
}
.fa-table:before {
content: "\f0ce";
}
.fa-table-tennis:before {
content: "\f45d";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-tablet-alt:before {
content: "\f3fa";
}
.fa-tablets:before {
content: "\f490";
}
.fa-tachometer-alt:before {
content: "\f3fd";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-tape:before {
content: "\f4db";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-taxi:before {
content: "\f1ba";
}
.fa-teamspeak:before {
content: "\f4f9";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-telegram-plane:before {
content: "\f3fe";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-terminal:before {
content: "\f120";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-themeco:before {
content: "\f5c6";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-thermometer:before {
content: "\f491";
}
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbtack:before {
content: "\f08d";
}
.fa-ticket-alt:before {
content: "\f3ff";
}
.fa-times:before {
content: "\f00d";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-tint:before {
content: "\f043";
}
.fa-tint-slash:before {
content: "\f5c7";
}
.fa-tired:before {
content: "\f5c8";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-toolbox:before {
content: "\f552";
}
.fa-tooth:before {
content: "\f5c9";
}
.fa-trade-federation:before {
content: "\f513";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-train:before {
content: "\f238";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-trash-alt:before {
content: "\f2ed";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-trello:before {
content: "\f181";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-trophy:before {
content: "\f091";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-truck-loading:before {
content: "\f4de";
}
.fa-truck-moving:before {
content: "\f4df";
}
.fa-tshirt:before {
content: "\f553";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-tv:before {
content: "\f26c";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-twitter:before {
content: "\f099";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-typo3:before {
content: "\f42b";
}
.fa-uber:before {
content: "\f402";
}
.fa-uikit:before {
content: "\f403";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-umbrella-beach:before {
content: "\f5ca";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-undo:before {
content: "\f0e2";
}
.fa-undo-alt:before {
content: "\f2ea";
}
.fa-uniregistry:before {
content: "\f404";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-university:before {
content: "\f19c";
}
.fa-unlink:before {
content: "\f127";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-untappd:before {
content: "\f405";
}
.fa-upload:before {
content: "\f093";
}
.fa-usb:before {
content: "\f287";
}
.fa-user:before {
content: "\f007";
}
.fa-user-alt:before {
content: "\f406";
}
.fa-user-alt-slash:before {
content: "\f4fa";
}
.fa-user-astronaut:before {
content: "\f4fb";
}
.fa-user-check:before {
content: "\f4fc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-clock:before {
content: "\f4fd";
}
.fa-user-cog:before {
content: "\f4fe";
}
.fa-user-edit:before {
content: "\f4ff";
}
.fa-user-friends:before {
content: "\f500";
}
.fa-user-graduate:before {
content: "\f501";
}
.fa-user-lock:before {
content: "\f502";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-user-minus:before {
content: "\f503";
}
.fa-user-ninja:before {
content: "\f504";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-user-shield:before {
content: "\f505";
}
.fa-user-slash:before {
content: "\f506";
}
.fa-user-tag:before {
content: "\f507";
}
.fa-user-tie:before {
content: "\f508";
}
.fa-user-times:before {
content: "\f235";
}
.fa-users:before {
content: "\f0c0";
}
.fa-users-cog:before {
content: "\f509";
}
.fa-ussunnah:before {
content: "\f407";
}
.fa-utensil-spoon:before {
content: "\f2e5";
}
.fa-utensils:before {
content: "\f2e7";
}
.fa-vaadin:before {
content: "\f408";
}
.fa-vector-square:before {
content: "\f5cb";
}
.fa-venus:before {
content: "\f221";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-vial:before {
content: "\f492";
}
.fa-vials:before {
content: "\f493";
}
.fa-viber:before {
content: "\f409";
}
.fa-video:before {
content: "\f03d";
}
.fa-video-slash:before {
content: "\f4e2";
}
.fa-vimeo:before {
content: "\f40a";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-vimeo-v:before {
content: "\f27d";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-vk:before {
content: "\f189";
}
.fa-vnv:before {
content: "\f40b";
}
.fa-volleyball-ball:before {
content: "\f45f";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-vuejs:before {
content: "\f41f";
}
.fa-walking:before {
content: "\f554";
}
.fa-wallet:before {
content: "\f555";
}
.fa-warehouse:before {
content: "\f494";
}
.fa-weebly:before {
content: "\f5cc";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-weight:before {
content: "\f496";
}
.fa-weight-hanging:before {
content: "\f5cd";
}
.fa-weixin:before {
content: "\f1d7";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-whatsapp-square:before {
content: "\f40c";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-whmcs:before {
content: "\f40d";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-window-close:before {
content: "\f410";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-windows:before {
content: "\f17a";
}
.fa-wine-glass:before {
content: "\f4e3";
}
.fa-wine-glass-alt:before {
content: "\f5ce";
}
.fa-wix:before {
content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
content: "\f514";
}
.fa-won-sign:before {
content: "\f159";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-wordpress-simple:before {
content: "\f411";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-x-ray:before {
content: "\f497";
}
.fa-xbox:before {
content: "\f412";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-y-combinator:before {
content: "\f23b";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-yandex:before {
content: "\f413";
}
.fa-yandex-international:before {
content: "\f414";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-yen-sign:before {
content: "\f157";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-youtube:before {
content: "\f167";
}
.fa-youtube-square:before {
content: "\f431";
}
.fa-500px .v-button-caption:before {
content: "\f26e";
}
.fa-accessible-icon .v-button-caption:before {
content: "\f368";
}
.fa-accusoft .v-button-caption:before {
content: "\f369";
}
.fa-address-book .v-button-caption:before {
content: "\f2b9";
}
.fa-address-card .v-button-caption:before {
content: "\f2bb";
}
.fa-adjust .v-button-caption:before {
content: "\f042";
}
.fa-adn .v-button-caption:before {
content: "\f170";
}
.fa-adversal .v-button-caption:before {
content: "\f36a";
}
.fa-affiliatetheme .v-button-caption:before {
content: "\f36b";
}
.fa-algolia .v-button-caption:before {
content: "\f36c";
}
.fa-align-center .v-button-caption:before {
content: "\f037";
}
.fa-align-justify .v-button-caption:before {
content: "\f039";
}
.fa-align-left .v-button-caption:before {
content: "\f036";
}
.fa-align-right .v-button-caption:before {
content: "\f038";
}
.fa-allergies .v-button-caption:before {
content: "\f461";
}
.fa-amazon .v-button-caption:before {
content: "\f270";
}
.fa-amazon-pay .v-button-caption:before {
content: "\f42c";
}
.fa-ambulance .v-button-caption:before {
content: "\f0f9";
}
.fa-american-sign-language-interpreting .v-button-caption:before {
content: "\f2a3";
}
.fa-amilia .v-button-caption:before {
content: "\f36d";
}
.fa-anchor .v-button-caption:before {
content: "\f13d";
}
.fa-android .v-button-caption:before {
content: "\f17b";
}
.fa-angellist .v-button-caption:before {
content: "\f209";
}
.fa-angle-double-down .v-button-caption:before {
content: "\f103";
}
.fa-angle-double-left .v-button-caption:before {
content: "\f100";
}
.fa-angle-double-right .v-button-caption:before {
content: "\f101";
}
.fa-angle-double-up .v-button-caption:before {
content: "\f102";
}
.fa-angle-down .v-button-caption:before {
content: "\f107";
}
.fa-angle-left .v-button-caption:before {
content: "\f104";
}
.fa-angle-right .v-button-caption:before {
content: "\f105";
}
.fa-angle-up .v-button-caption:before {
content: "\f106";
}
.fa-angry .v-button-caption:before {
content: "\f556";
}
.fa-angrycreative .v-button-caption:before {
content: "\f36e";
}
.fa-angular .v-button-caption:before {
content: "\f420";
}
.fa-app-store .v-button-caption:before {
content: "\f36f";
}
.fa-app-store-ios .v-button-caption:before {
content: "\f370";
}
.fa-apper .v-button-caption:before {
content: "\f371";
}
.fa-apple .v-button-caption:before {
content: "\f179";
}
.fa-apple-pay .v-button-caption:before {
content: "\f415";
}
.fa-archive .v-button-caption:before {
content: "\f187";
}
.fa-archway .v-button-caption:before {
content: "\f557";
}
.fa-arrow-alt-circle-down .v-button-caption:before {
content: "\f358";
}
.fa-arrow-alt-circle-left .v-button-caption:before {
content: "\f359";
}
.fa-arrow-alt-circle-right .v-button-caption:before {
content: "\f35a";
}
.fa-arrow-alt-circle-up .v-button-caption:before {
content: "\f35b";
}
.fa-arrow-circle-down .v-button-caption:before {
content: "\f0ab";
}
.fa-arrow-circle-left .v-button-caption:before {
content: "\f0a8";
}
.fa-arrow-circle-right .v-button-caption:before {
content: "\f0a9";
}
.fa-arrow-circle-up .v-button-caption:before {
content: "\f0aa";
}
.fa-arrow-down .v-button-caption:before {
content: "\f063";
}
.fa-arrow-left .v-button-caption:before {
content: "\f060";
}
.fa-arrow-right .v-button-caption:before {
content: "\f061";
}
.fa-arrow-up .v-button-caption:before {
content: "\f062";
}
.fa-arrows-alt .v-button-caption:before {
content: "\f0b2";
}
.fa-arrows-alt-h .v-button-caption:before {
content: "\f337";
}
.fa-arrows-alt-v .v-button-caption:before {
content: "\f338";
}
.fa-assistive-listening-systems .v-button-caption:before {
content: "\f2a2";
}
.fa-asterisk .v-button-caption:before {
content: "\f069";
}
.fa-asymmetrik .v-button-caption:before {
content: "\f372";
}
.fa-at .v-button-caption:before {
content: "\f1fa";
}
.fa-atlas .v-button-caption:before {
content: "\f558";
}
.fa-audible .v-button-caption:before {
content: "\f373";
}
.fa-audio-description .v-button-caption:before {
content: "\f29e";
}
.fa-autoprefixer .v-button-caption:before {
content: "\f41c";
}
.fa-avianex .v-button-caption:before {
content: "\f374";
}
.fa-aviato .v-button-caption:before {
content: "\f421";
}
.fa-award .v-button-caption:before {
content: "\f559";
}
.fa-aws .v-button-caption:before {
content: "\f375";
}
.fa-backspace .v-button-caption:before {
content: "\f55a";
}
.fa-backward .v-button-caption:before {
content: "\f04a";
}
.fa-balance-scale .v-button-caption:before {
content: "\f24e";
}
.fa-ban .v-button-caption:before {
content: "\f05e";
}
.fa-band-aid .v-button-caption:before {
content: "\f462";
}
.fa-bandcamp .v-button-caption:before {
content: "\f2d5";
}
.fa-barcode .v-button-caption:before {
content: "\f02a";
}
.fa-bars .v-button-caption:before {
content: "\f0c9";
}
.fa-baseball-ball .v-button-caption:before {
content: "\f433";
}
.fa-basketball-ball .v-button-caption:before {
content: "\f434";
}
.fa-bath .v-button-caption:before {
content: "\f2cd";
}
.fa-battery-empty .v-button-caption:before {
content: "\f244";
}
.fa-battery-full .v-button-caption:before {
content: "\f240";
}
.fa-battery-half .v-button-caption:before {
content: "\f242";
}
.fa-battery-quarter .v-button-caption:before {
content: "\f243";
}
.fa-battery-three-quarters .v-button-caption:before {
content: "\f241";
}
.fa-bed .v-button-caption:before {
content: "\f236";
}
.fa-beer .v-button-caption:before {
content: "\f0fc";
}
.fa-behance .v-button-caption:before {
content: "\f1b4";
}
.fa-behance-square .v-button-caption:before {
content: "\f1b5";
}
.fa-bell .v-button-caption:before {
content: "\f0f3";
}
.fa-bell-slash .v-button-caption:before {
content: "\f1f6";
}
.fa-bezier-curve .v-button-caption:before {
content: "\f55b";
}
.fa-bicycle .v-button-caption:before {
content: "\f206";
}
.fa-bimobject .v-button-caption:before {
content: "\f378";
}
.fa-binoculars .v-button-caption:before {
content: "\f1e5";
}
.fa-birthday-cake .v-button-caption:before {
content: "\f1fd";
}
.fa-bitbucket .v-button-caption:before {
content: "\f171";
}
.fa-bitcoin .v-button-caption:before {
content: "\f379";
}
.fa-bity .v-button-caption:before {
content: "\f37a";
}
.fa-black-tie .v-button-caption:before {
content: "\f27e";
}
.fa-blackberry .v-button-caption:before {
content: "\f37b";
}
.fa-blender .v-button-caption:before {
content: "\f517";
}
.fa-blind .v-button-caption:before {
content: "\f29d";
}
.fa-blogger .v-button-caption:before {
content: "\f37c";
}
.fa-blogger-b .v-button-caption:before {
content: "\f37d";
}
.fa-bluetooth .v-button-caption:before {
content: "\f293";
}
.fa-bluetooth-b .v-button-caption:before {
content: "\f294";
}
.fa-bold .v-button-caption:before {
content: "\f032";
}
.fa-bolt .v-button-caption:before {
content: "\f0e7";
}
.fa-bomb .v-button-caption:before {
content: "\f1e2";
}
.fa-bong .v-button-caption:before {
content: "\f55c";
}
.fa-book .v-button-caption:before {
content: "\f02d";
}
.fa-book-open .v-button-caption:before {
content: "\f518";
}
.fa-bookmark .v-button-caption:before {
content: "\f02e";
}
.fa-bowling-ball .v-button-caption:before {
content: "\f436";
}
.fa-box .v-button-caption:before {
content: "\f466";
}
.fa-box-open .v-button-caption:before {
content: "\f49e";
}
.fa-boxes .v-button-caption:before {
content: "\f468";
}
.fa-braille .v-button-caption:before {
content: "\f2a1";
}
.fa-briefcase .v-button-caption:before {
content: "\f0b1";
}
.fa-briefcase-medical .v-button-caption:before {
content: "\f469";
}
.fa-broadcast-tower .v-button-caption:before {
content: "\f519";
}
.fa-broom .v-button-caption:before {
content: "\f51a";
}
.fa-brush .v-button-caption:before {
content: "\f55d";
}
.fa-btc .v-button-caption:before {
content: "\f15a";
}
.fa-bug .v-button-caption:before {
content: "\f188";
}
.fa-building .v-button-caption:before {
content: "\f1ad";
}
.fa-bullhorn .v-button-caption:before {
content: "\f0a1";
}
.fa-bullseye .v-button-caption:before {
content: "\f140";
}
.fa-burn .v-button-caption:before {
content: "\f46a";
}
.fa-buromobelexperte .v-button-caption:before {
content: "\f37f";
}
.fa-bus .v-button-caption:before {
content: "\f207";
}
.fa-bus-alt .v-button-caption:before {
content: "\f55e";
}
.fa-buysellads .v-button-caption:before {
content: "\f20d";
}
.fa-calculator .v-button-caption:before {
content: "\f1ec";
}
.fa-calendar .v-button-caption:before {
content: "\f133";
}
.fa-calendar-alt .v-button-caption:before {
content: "\f073";
}
.fa-calendar-check .v-button-caption:before {
content: "\f274";
}
.fa-calendar-minus .v-button-caption:before {
content: "\f272";
}
.fa-calendar-plus .v-button-caption:before {
content: "\f271";
}
.fa-calendar-times .v-button-caption:before {
content: "\f273";
}
.fa-camera .v-button-caption:before {
content: "\f030";
}
.fa-camera-retro .v-button-caption:before {
content: "\f083";
}
.fa-cannabis .v-button-caption:before {
content: "\f55f";
}
.fa-capsules .v-button-caption:before {
content: "\f46b";
}
.fa-car .v-button-caption:before {
content: "\f1b9";
}
.fa-caret-down .v-button-caption:before {
content: "\f0d7";
}
.fa-caret-left .v-button-caption:before {
content: "\f0d9";
}
.fa-caret-right .v-button-caption:before {
content: "\f0da";
}
.fa-caret-square-down .v-button-caption:before {
content: "\f150";
}
.fa-caret-square-left .v-button-caption:before {
content: "\f191";
}
.fa-caret-square-right .v-button-caption:before {
content: "\f152";
}
.fa-caret-square-up .v-button-caption:before {
content: "\f151";
}
.fa-caret-up .v-button-caption:before {
content: "\f0d8";
}
.fa-cart-arrow-down .v-button-caption:before {
content: "\f218";
}
.fa-cart-plus .v-button-caption:before {
content: "\f217";
}
.fa-cc-amazon-pay .v-button-caption:before {
content: "\f42d";
}
.fa-cc-amex .v-button-caption:before {
content: "\f1f3";
}
.fa-cc-apple-pay .v-button-caption:before {
content: "\f416";
}
.fa-cc-diners-club .v-button-caption:before {
content: "\f24c";
}
.fa-cc-discover .v-button-caption:before {
content: "\f1f2";
}
.fa-cc-jcb .v-button-caption:before {
content: "\f24b";
}
.fa-cc-mastercard .v-button-caption:before {
content: "\f1f1";
}
.fa-cc-paypal .v-button-caption:before {
content: "\f1f4";
}
.fa-cc-stripe .v-button-caption:before {
content: "\f1f5";
}
.fa-cc-visa .v-button-caption:before {
content: "\f1f0";
}
.fa-centercode .v-button-caption:before {
content: "\f380";
}
.fa-certificate .v-button-caption:before {
content: "\f0a3";
}
.fa-chalkboard .v-button-caption:before {
content: "\f51b";
}
.fa-chalkboard-teacher .v-button-caption:before {
content: "\f51c";
}
.fa-chart-area .v-button-caption:before {
content: "\f1fe";
}
.fa-chart-bar .v-button-caption:before {
content: "\f080";
}
.fa-chart-line .v-button-caption:before {
content: "\f201";
}
.fa-chart-pie .v-button-caption:before {
content: "\f200";
}
.fa-check .v-button-caption:before {
content: "\f00c";
}
.fa-check-circle .v-button-caption:before {
content: "\f058";
}
.fa-check-double .v-button-caption:before {
content: "\f560";
}
.fa-check-square .v-button-caption:before {
content: "\f14a";
}
.fa-chess .v-button-caption:before {
content: "\f439";
}
.fa-chess-bishop .v-button-caption:before {
content: "\f43a";
}
.fa-chess-board .v-button-caption:before {
content: "\f43c";
}
.fa-chess-king .v-button-caption:before {
content: "\f43f";
}
.fa-chess-knight .v-button-caption:before {
content: "\f441";
}
.fa-chess-pawn .v-button-caption:before {
content: "\f443";
}
.fa-chess-queen .v-button-caption:before {
content: "\f445";
}
.fa-chess-rook .v-button-caption:before {
content: "\f447";
}
.fa-chevron-circle-down .v-button-caption:before {
content: "\f13a";
}
.fa-chevron-circle-left .v-button-caption:before {
content: "\f137";
}
.fa-chevron-circle-right .v-button-caption:before {
content: "\f138";
}
.fa-chevron-circle-up .v-button-caption:before {
content: "\f139";
}
.fa-chevron-down .v-button-caption:before {
content: "\f078";
}
.fa-chevron-left .v-button-caption:before {
content: "\f053";
}
.fa-chevron-right .v-button-caption:before {
content: "\f054";
}
.fa-chevron-up .v-button-caption:before {
content: "\f077";
}
.fa-child .v-button-caption:before {
content: "\f1ae";
}
.fa-chrome .v-button-caption:before {
content: "\f268";
}
.fa-church .v-button-caption:before {
content: "\f51d";
}
.fa-circle .v-button-caption:before {
content: "\f111";
}
.fa-circle-notch .v-button-caption:before {
content: "\f1ce";
}
.fa-clipboard .v-button-caption:before {
content: "\f328";
}
.fa-clipboard-check .v-button-caption:before {
content: "\f46c";
}
.fa-clipboard-list .v-button-caption:before {
content: "\f46d";
}
.fa-clock .v-button-caption:before {
content: "\f017";
}
.fa-clone .v-button-caption:before {
content: "\f24d";
}
.fa-closed-captioning .v-button-caption:before {
content: "\f20a";
}
.fa-cloud .v-button-caption:before {
content: "\f0c2";
}
.fa-cloud-download-alt .v-button-caption:before {
content: "\f381";
}
.fa-cloud-upload-alt .v-button-caption:before {
content: "\f382";
}
.fa-cloudscale .v-button-caption:before {
content: "\f383";
}
.fa-cloudsmith .v-button-caption:before {
content: "\f384";
}
.fa-cloudversify .v-button-caption:before {
content: "\f385";
}
.fa-cocktail .v-button-caption:before {
content: "\f561";
}
.fa-code .v-button-caption:before {
content: "\f121";
}
.fa-code-branch .v-button-caption:before {
content: "\f126";
}
.fa-codepen .v-button-caption:before {
content: "\f1cb";
}
.fa-codiepie .v-button-caption:before {
content: "\f284";
}
.fa-coffee .v-button-caption:before {
content: "\f0f4";
}
.fa-cog .v-button-caption:before {
content: "\f013";
}
.fa-cogs .v-button-caption:before {
content: "\f085";
}
.fa-coins .v-button-caption:before {
content: "\f51e";
}
.fa-columns .v-button-caption:before {
content: "\f0db";
}
.fa-comment .v-button-caption:before {
content: "\f075";
}
.fa-comment-alt .v-button-caption:before {
content: "\f27a";
}
.fa-comment-dots .v-button-caption:before {
content: "\f4ad";
}
.fa-comment-slash .v-button-caption:before {
content: "\f4b3";
}
.fa-comments .v-button-caption:before {
content: "\f086";
}
.fa-compact-disc .v-button-caption:before {
content: "\f51f";
}
.fa-compass .v-button-caption:before {
content: "\f14e";
}
.fa-compress .v-button-caption:before {
content: "\f066";
}
.fa-concierge-bell .v-button-caption:before {
content: "\f562";
}
.fa-connectdevelop .v-button-caption:before {
content: "\f20e";
}
.fa-contao .v-button-caption:before {
content: "\f26d";
}
.fa-cookie .v-button-caption:before {
content: "\f563";
}
.fa-cookie-bite .v-button-caption:before {
content: "\f564";
}
.fa-copy .v-button-caption:before {
content: "\f0c5";
}
.fa-copyright .v-button-caption:before {
content: "\f1f9";
}
.fa-couch .v-button-caption:before {
content: "\f4b8";
}
.fa-cpanel .v-button-caption:before {
content: "\f388";
}
.fa-creative-commons .v-button-caption:before {
content: "\f25e";
}
.fa-creative-commons-by .v-button-caption:before {
content: "\f4e7";
}
.fa-creative-commons-nc .v-button-caption:before {
content: "\f4e8";
}
.fa-creative-commons-nc-eu .v-button-caption:before {
content: "\f4e9";
}
.fa-creative-commons-nc-jp .v-button-caption:before {
content: "\f4ea";
}
.fa-creative-commons-nd .v-button-caption:before {
content: "\f4eb";
}
.fa-creative-commons-pd .v-button-caption:before {
content: "\f4ec";
}
.fa-creative-commons-pd-alt .v-button-caption:before {
content: "\f4ed";
}
.fa-creative-commons-remix .v-button-caption:before {
content: "\f4ee";
}
.fa-creative-commons-sa .v-button-caption:before {
content: "\f4ef";
}
.fa-creative-commons-sampling .v-button-caption:before {
content: "\f4f0";
}
.fa-creative-commons-sampling-plus .v-button-caption:before {
content: "\f4f1";
}
.fa-creative-commons-share .v-button-caption:before {
content: "\f4f2";
}
.fa-credit-card .v-button-caption:before {
content: "\f09d";
}
.fa-crop .v-button-caption:before {
content: "\f125";
}
.fa-crop-alt .v-button-caption:before {
content: "\f565";
}
.fa-crosshairs .v-button-caption:before {
content: "\f05b";
}
.fa-crow .v-button-caption:before {
content: "\f520";
}
.fa-crown .v-button-caption:before {
content: "\f521";
}
.fa-css3 .v-button-caption:before {
content: "\f13c";
}
.fa-css3-alt .v-button-caption:before {
content: "\f38b";
}
.fa-cube .v-button-caption:before {
content: "\f1b2";
}
.fa-cubes .v-button-caption:before {
content: "\f1b3";
}
.fa-cut .v-button-caption:before {
content: "\f0c4";
}
.fa-cuttlefish .v-button-caption:before {
content: "\f38c";
}
.fa-d-and-d .v-button-caption:before {
content: "\f38d";
}
.fa-dashcube .v-button-caption:before {
content: "\f210";
}
.fa-database .v-button-caption:before {
content: "\f1c0";
}
.fa-deaf .v-button-caption:before {
content: "\f2a4";
}
.fa-delicious .v-button-caption:before {
content: "\f1a5";
}
.fa-deploydog .v-button-caption:before {
content: "\f38e";
}
.fa-deskpro .v-button-caption:before {
content: "\f38f";
}
.fa-desktop .v-button-caption:before {
content: "\f108";
}
.fa-deviantart .v-button-caption:before {
content: "\f1bd";
}
.fa-diagnoses .v-button-caption:before {
content: "\f470";
}
.fa-dice .v-button-caption:before {
content: "\f522";
}
.fa-dice-five .v-button-caption:before {
content: "\f523";
}
.fa-dice-four .v-button-caption:before {
content: "\f524";
}
.fa-dice-one .v-button-caption:before {
content: "\f525";
}
.fa-dice-six .v-button-caption:before {
content: "\f526";
}
.fa-dice-three .v-button-caption:before {
content: "\f527";
}
.fa-dice-two .v-button-caption:before {
content: "\f528";
}
.fa-digg .v-button-caption:before {
content: "\f1a6";
}
.fa-digital-ocean .v-button-caption:before {
content: "\f391";
}
.fa-digital-tachograph .v-button-caption:before {
content: "\f566";
}
.fa-discord .v-button-caption:before {
content: "\f392";
}
.fa-discourse .v-button-caption:before {
content: "\f393";
}
.fa-divide .v-button-caption:before {
content: "\f529";
}
.fa-dizzy .v-button-caption:before {
content: "\f567";
}
.fa-dna .v-button-caption:before {
content: "\f471";
}
.fa-dochub .v-button-caption:before {
content: "\f394";
}
.fa-docker .v-button-caption:before {
content: "\f395";
}
.fa-dollar-sign .v-button-caption:before {
content: "\f155";
}
.fa-dolly .v-button-caption:before {
content: "\f472";
}
.fa-dolly-flatbed .v-button-caption:before {
content: "\f474";
}
.fa-donate .v-button-caption:before {
content: "\f4b9";
}
.fa-door-closed .v-button-caption:before {
content: "\f52a";
}
.fa-door-open .v-button-caption:before {
content: "\f52b";
}
.fa-dot-circle .v-button-caption:before {
content: "\f192";
}
.fa-dove .v-button-caption:before {
content: "\f4ba";
}
.fa-download .v-button-caption:before {
content: "\f019";
}
.fa-draft2digital .v-button-caption:before {
content: "\f396";
}
.fa-drafting-compass .v-button-caption:before {
content: "\f568";
}
.fa-dribbble .v-button-caption:before {
content: "\f17d";
}
.fa-dribbble-square .v-button-caption:before {
content: "\f397";
}
.fa-dropbox .v-button-caption:before {
content: "\f16b";
}
.fa-drum .v-button-caption:before {
content: "\f569";
}
.fa-drum-steelpan .v-button-caption:before {
content: "\f56a";
}
.fa-drupal .v-button-caption:before {
content: "\f1a9";
}
.fa-dumbbell .v-button-caption:before {
content: "\f44b";
}
.fa-dyalog .v-button-caption:before {
content: "\f399";
}
.fa-earlybirds .v-button-caption:before {
content: "\f39a";
}
.fa-ebay .v-button-caption:before {
content: "\f4f4";
}
.fa-edge .v-button-caption:before {
content: "\f282";
}
.fa-edit .v-button-caption:before {
content: "\f044";
}
.fa-eject .v-button-caption:before {
content: "\f052";
}
.fa-elementor .v-button-caption:before {
content: "\f430";
}
.fa-ellipsis-h .v-button-caption:before {
content: "\f141";
}
.fa-ellipsis-v .v-button-caption:before {
content: "\f142";
}
.fa-ember .v-button-caption:before {
content: "\f423";
}
.fa-empire .v-button-caption:before {
content: "\f1d1";
}
.fa-envelope .v-button-caption:before {
content: "\f0e0";
}
.fa-envelope-open .v-button-caption:before {
content: "\f2b6";
}
.fa-envelope-square .v-button-caption:before {
content: "\f199";
}
.fa-envira .v-button-caption:before {
content: "\f299";
}
.fa-equals .v-button-caption:before {
content: "\f52c";
}
.fa-eraser .v-button-caption:before {
content: "\f12d";
}
.fa-erlang .v-button-caption:before {
content: "\f39d";
}
.fa-ethereum .v-button-caption:before {
content: "\f42e";
}
.fa-etsy .v-button-caption:before {
content: "\f2d7";
}
.fa-euro-sign .v-button-caption:before {
content: "\f153";
}
.fa-exchange-alt .v-button-caption:before {
content: "\f362";
}
.fa-exclamation .v-button-caption:before {
content: "\f12a";
}
.fa-exclamation-circle .v-button-caption:before {
content: "\f06a";
}
.fa-exclamation-triangle .v-button-caption:before {
content: "\f071";
}
.fa-expand .v-button-caption:before {
content: "\f065";
}
.fa-expand-arrows-alt .v-button-caption:before {
content: "\f31e";
}
.fa-expeditedssl .v-button-caption:before {
content: "\f23e";
}
.fa-external-link-alt .v-button-caption:before {
content: "\f35d";
}
.fa-external-link-square-alt .v-button-caption:before {
content: "\f360";
}
.fa-eye .v-button-caption:before {
content: "\f06e";
}
.fa-eye-dropper .v-button-caption:before {
content: "\f1fb";
}
.fa-eye-slash .v-button-caption:before {
content: "\f070";
}
.fa-facebook .v-button-caption:before {
content: "\f09a";
}
.fa-facebook-f .v-button-caption:before {
content: "\f39e";
}
.fa-facebook-messenger .v-button-caption:before {
content: "\f39f";
}
.fa-facebook-square .v-button-caption:before {
content: "\f082";
}
.fa-fast-backward .v-button-caption:before {
content: "\f049";
}
.fa-fast-forward .v-button-caption:before {
content: "\f050";
}
.fa-fax .v-button-caption:before {
content: "\f1ac";
}
.fa-feather .v-button-caption:before {
content: "\f52d";
}
.fa-feather-alt .v-button-caption:before {
content: "\f56b";
}
.fa-female .v-button-caption:before {
content: "\f182";
}
.fa-fighter-jet .v-button-caption:before {
content: "\f0fb";
}
.fa-file .v-button-caption:before {
content: "\f15b";
}
.fa-file-alt .v-button-caption:before {
content: "\f15c";
}
.fa-file-archive .v-button-caption:before {
content: "\f1c6";
}
.fa-file-audio .v-button-caption:before {
content: "\f1c7";
}
.fa-file-code .v-button-caption:before {
content: "\f1c9";
}
.fa-file-contract .v-button-caption:before {
content: "\f56c";
}
.fa-file-download .v-button-caption:before {
content: "\f56d";
}
.fa-file-excel .v-button-caption:before {
content: "\f1c3";
}
.fa-file-export .v-button-caption:before {
content: "\f56e";
}
.fa-file-image .v-button-caption:before {
content: "\f1c5";
}
.fa-file-import .v-button-caption:before {
content: "\f56f";
}
.fa-file-invoice .v-button-caption:before {
content: "\f570";
}
.fa-file-invoice-dollar .v-button-caption:before {
content: "\f571";
}
.fa-file-medical .v-button-caption:before {
content: "\f477";
}
.fa-file-medical-alt .v-button-caption:before {
content: "\f478";
}
.fa-file-pdf .v-button-caption:before {
content: "\f1c1";
}
.fa-file-powerpoint .v-button-caption:before {
content: "\f1c4";
}
.fa-file-prescription .v-button-caption:before {
content: "\f572";
}
.fa-file-signature .v-button-caption:before {
content: "\f573";
}
.fa-file-upload .v-button-caption:before {
content: "\f574";
}
.fa-file-video .v-button-caption:before {
content: "\f1c8";
}
.fa-file-word .v-button-caption:before {
content: "\f1c2";
}
.fa-fill .v-button-caption:before {
content: "\f575";
}
.fa-fill-drip .v-button-caption:before {
content: "\f576";
}
.fa-film .v-button-caption:before {
content: "\f008";
}
.fa-filter .v-button-caption:before {
content: "\f0b0";
}
.fa-fingerprint .v-button-caption:before {
content: "\f577";
}
.fa-fire .v-button-caption:before {
content: "\f06d";
}
.fa-fire-extinguisher .v-button-caption:before {
content: "\f134";
}
.fa-firefox .v-button-caption:before {
content: "\f269";
}
.fa-first-aid .v-button-caption:before {
content: "\f479";
}
.fa-first-order .v-button-caption:before {
content: "\f2b0";
}
.fa-first-order-alt .v-button-caption:before {
content: "\f50a";
}
.fa-firstdraft .v-button-caption:before {
content: "\f3a1";
}
.fa-fish .v-button-caption:before {
content: "\f578";
}
.fa-flag .v-button-caption:before {
content: "\f024";
}
.fa-flag-checkered .v-button-caption:before {
content: "\f11e";
}
.fa-flask .v-button-caption:before {
content: "\f0c3";
}
.fa-flickr .v-button-caption:before {
content: "\f16e";
}
.fa-flipboard .v-button-caption:before {
content: "\f44d";
}
.fa-flushed .v-button-caption:before {
content: "\f579";
}
.fa-fly .v-button-caption:before {
content: "\f417";
}
.fa-folder .v-button-caption:before {
content: "\f07b";
}
.fa-folder-open .v-button-caption:before {
content: "\f07c";
}
.fa-font .v-button-caption:before {
content: "\f031";
}
.fa-font-awesome .v-button-caption:before {
content: "\f2b4";
}
.fa-font-awesome-alt .v-button-caption:before {
content: "\f35c";
}
.fa-font-awesome-flag .v-button-caption:before {
content: "\f425";
}
.fa-font-awesome-logo-full .v-button-caption:before {
content: "\f4e6";
}
.fa-fonticons .v-button-caption:before {
content: "\f280";
}
.fa-fonticons-fi .v-button-caption:before {
content: "\f3a2";
}
.fa-football-ball .v-button-caption:before {
content: "\f44e";
}
.fa-fort-awesome .v-button-caption:before {
content: "\f286";
}
.fa-fort-awesome-alt .v-button-caption:before {
content: "\f3a3";
}
.fa-forumbee .v-button-caption:before {
content: "\f211";
}
.fa-forward .v-button-caption:before {
content: "\f04e";
}
.fa-foursquare .v-button-caption:before {
content: "\f180";
}
.fa-free-code-camp .v-button-caption:before {
content: "\f2c5";
}
.fa-freebsd .v-button-caption:before {
content: "\f3a4";
}
.fa-frog .v-button-caption:before {
content: "\f52e";
}
.fa-frown .v-button-caption:before {
content: "\f119";
}
.fa-frown-open .v-button-caption:before {
content: "\f57a";
}
.fa-fulcrum .v-button-caption:before {
content: "\f50b";
}
.fa-futbol .v-button-caption:before {
content: "\f1e3";
}
.fa-galactic-republic .v-button-caption:before {
content: "\f50c";
}
.fa-galactic-senate .v-button-caption:before {
content: "\f50d";
}
.fa-gamepad .v-button-caption:before {
content: "\f11b";
}
.fa-gas-pump .v-button-caption:before {
content: "\f52f";
}
.fa-gavel .v-button-caption:before {
content: "\f0e3";
}
.fa-gem .v-button-caption:before {
content: "\f3a5";
}
.fa-genderless .v-button-caption:before {
content: "\f22d";
}
.fa-get-pocket .v-button-caption:before {
content: "\f265";
}
.fa-gg .v-button-caption:before {
content: "\f260";
}
.fa-gg-circle .v-button-caption:before {
content: "\f261";
}
.fa-gift .v-button-caption:before {
content: "\f06b";
}
.fa-git .v-button-caption:before {
content: "\f1d3";
}
.fa-git-square .v-button-caption:before {
content: "\f1d2";
}
.fa-github .v-button-caption:before {
content: "\f09b";
}
.fa-github-alt .v-button-caption:before {
content: "\f113";
}
.fa-github-square .v-button-caption:before {
content: "\f092";
}
.fa-gitkraken .v-button-caption:before {
content: "\f3a6";
}
.fa-gitlab .v-button-caption:before {
content: "\f296";
}
.fa-gitter .v-button-caption:before {
content: "\f426";
}
.fa-glass-martini .v-button-caption:before {
content: "\f000";
}
.fa-glass-martini-alt .v-button-caption:before {
content: "\f57b";
}
.fa-glasses .v-button-caption:before {
content: "\f530";
}
.fa-glide .v-button-caption:before {
content: "\f2a5";
}
.fa-glide-g .v-button-caption:before {
content: "\f2a6";
}
.fa-globe .v-button-caption:before {
content: "\f0ac";
}
.fa-globe-africa .v-button-caption:before {
content: "\f57c";
}
.fa-globe-americas .v-button-caption:before {
content: "\f57d";
}
.fa-globe-asia .v-button-caption:before {
content: "\f57e";
}
.fa-gofore .v-button-caption:before {
content: "\f3a7";
}
.fa-golf-ball .v-button-caption:before {
content: "\f450";
}
.fa-goodreads .v-button-caption:before {
content: "\f3a8";
}
.fa-goodreads-g .v-button-caption:before {
content: "\f3a9";
}
.fa-google .v-button-caption:before {
content: "\f1a0";
}
.fa-google-drive .v-button-caption:before {
content: "\f3aa";
}
.fa-google-play .v-button-caption:before {
content: "\f3ab";
}
.fa-google-plus .v-button-caption:before {
content: "\f2b3";
}
.fa-google-plus-g .v-button-caption:before {
content: "\f0d5";
}
.fa-google-plus-square .v-button-caption:before {
content: "\f0d4";
}
.fa-google-wallet .v-button-caption:before {
content: "\f1ee";
}
.fa-graduation-cap .v-button-caption:before {
content: "\f19d";
}
.fa-gratipay .v-button-caption:before {
content: "\f184";
}
.fa-grav .v-button-caption:before {
content: "\f2d6";
}
.fa-greater-than .v-button-caption:before {
content: "\f531";
}
.fa-greater-than-equal .v-button-caption:before {
content: "\f532";
}
.fa-grimace .v-button-caption:before {
content: "\f57f";
}
.fa-grin .v-button-caption:before {
content: "\f580";
}
.fa-grin-alt .v-button-caption:before {
content: "\f581";
}
.fa-grin-beam .v-button-caption:before {
content: "\f582";
}
.fa-grin-beam-sweat .v-button-caption:before {
content: "\f583";
}
.fa-grin-hearts .v-button-caption:before {
content: "\f584";
}
.fa-grin-squint .v-button-caption:before {
content: "\f585";
}
.fa-grin-squint-tears .v-button-caption:before {
content: "\f586";
}
.fa-grin-stars .v-button-caption:before {
content: "\f587";
}
.fa-grin-tears .v-button-caption:before {
content: "\f588";
}
.fa-grin-tongue .v-button-caption:before {
content: "\f589";
}
.fa-grin-tongue-squint .v-button-caption:before {
content: "\f58a";
}
.fa-grin-tongue-wink .v-button-caption:before {
content: "\f58b";
}
.fa-grin-wink .v-button-caption:before {
content: "\f58c";
}
.fa-grip-horizontal .v-button-caption:before {
content: "\f58d";
}
.fa-grip-vertical .v-button-caption:before {
content: "\f58e";
}
.fa-gripfire .v-button-caption:before {
content: "\f3ac";
}
.fa-grunt .v-button-caption:before {
content: "\f3ad";
}
.fa-gulp .v-button-caption:before {
content: "\f3ae";
}
.fa-h-square .v-button-caption:before {
content: "\f0fd";
}
.fa-hacker-news .v-button-caption:before {
content: "\f1d4";
}
.fa-hacker-news-square .v-button-caption:before {
content: "\f3af";
}
.fa-hand-holding .v-button-caption:before {
content: "\f4bd";
}
.fa-hand-holding-heart .v-button-caption:before {
content: "\f4be";
}
.fa-hand-holding-usd .v-button-caption:before {
content: "\f4c0";
}
.fa-hand-lizard .v-button-caption:before {
content: "\f258";
}
.fa-hand-paper .v-button-caption:before {
content: "\f256";
}
.fa-hand-peace .v-button-caption:before {
content: "\f25b";
}
.fa-hand-point-down .v-button-caption:before {
content: "\f0a7";
}
.fa-hand-point-left .v-button-caption:before {
content: "\f0a5";
}
.fa-hand-point-right .v-button-caption:before {
content: "\f0a4";
}
.fa-hand-point-up .v-button-caption:before {
content: "\f0a6";
}
.fa-hand-pointer .v-button-caption:before {
content: "\f25a";
}
.fa-hand-rock .v-button-caption:before {
content: "\f255";
}
.fa-hand-scissors .v-button-caption:before {
content: "\f257";
}
.fa-hand-spock .v-button-caption:before {
content: "\f259";
}
.fa-hands .v-button-caption:before {
content: "\f4c2";
}
.fa-hands-helping .v-button-caption:before {
content: "\f4c4";
}
.fa-handshake .v-button-caption:before {
content: "\f2b5";
}
.fa-hashtag .v-button-caption:before {
content: "\f292";
}
.fa-hdd .v-button-caption:before {
content: "\f0a0";
}
.fa-heading .v-button-caption:before {
content: "\f1dc";
}
.fa-headphones .v-button-caption:before {
content: "\f025";
}
.fa-headphones-alt .v-button-caption:before {
content: "\f58f";
}
.fa-headset .v-button-caption:before {
content: "\f590";
}
.fa-heart .v-button-caption:before {
content: "\f004";
}
.fa-heartbeat .v-button-caption:before {
content: "\f21e";
}
.fa-helicopter .v-button-caption:before {
content: "\f533";
}
.fa-highlighter .v-button-caption:before {
content: "\f591";
}
.fa-hips .v-button-caption:before {
content: "\f452";
}
.fa-hire-a-helper .v-button-caption:before {
content: "\f3b0";
}
.fa-history .v-button-caption:before {
content: "\f1da";
}
.fa-hockey-puck .v-button-caption:before {
content: "\f453";
}
.fa-home .v-button-caption:before {
content: "\f015";
}
.fa-hooli .v-button-caption:before {
content: "\f427";
}
.fa-hornbill .v-button-caption:before {
content: "\f592";
}
.fa-hospital .v-button-caption:before {
content: "\f0f8";
}
.fa-hospital-alt .v-button-caption:before {
content: "\f47d";
}
.fa-hospital-symbol .v-button-caption:before {
content: "\f47e";
}
.fa-hot-tub .v-button-caption:before {
content: "\f593";
}
.fa-hotel .v-button-caption:before {
content: "\f594";
}
.fa-hotjar .v-button-caption:before {
content: "\f3b1";
}
.fa-hourglass .v-button-caption:before {
content: "\f254";
}
.fa-hourglass-end .v-button-caption:before {
content: "\f253";
}
.fa-hourglass-half .v-button-caption:before {
content: "\f252";
}
.fa-hourglass-start .v-button-caption:before {
content: "\f251";
}
.fa-houzz .v-button-caption:before {
content: "\f27c";
}
.fa-html5 .v-button-caption:before {
content: "\f13b";
}
.fa-hubspot .v-button-caption:before {
content: "\f3b2";
}
.fa-i-cursor .v-button-caption:before {
content: "\f246";
}
.fa-id-badge .v-button-caption:before {
content: "\f2c1";
}
.fa-id-card .v-button-caption:before {
content: "\f2c2";
}
.fa-id-card-alt .v-button-caption:before {
content: "\f47f";
}
.fa-image .v-button-caption:before {
content: "\f03e";
}
.fa-images .v-button-caption:before {
content: "\f302";
}
.fa-imdb .v-button-caption:before {
content: "\f2d8";
}
.fa-inbox .v-button-caption:before {
content: "\f01c";
}
.fa-indent .v-button-caption:before {
content: "\f03c";
}
.fa-industry .v-button-caption:before {
content: "\f275";
}
.fa-infinity .v-button-caption:before {
content: "\f534";
}
.fa-info .v-button-caption:before {
content: "\f129";
}
.fa-info-circle .v-button-caption:before {
content: "\f05a";
}
.fa-instagram .v-button-caption:before {
content: "\f16d";
}
.fa-internet-explorer .v-button-caption:before {
content: "\f26b";
}
.fa-ioxhost .v-button-caption:before {
content: "\f208";
}
.fa-italic .v-button-caption:before {
content: "\f033";
}
.fa-itunes .v-button-caption:before {
content: "\f3b4";
}
.fa-itunes-note .v-button-caption:before {
content: "\f3b5";
}
.fa-java .v-button-caption:before {
content: "\f4e4";
}
.fa-jedi-order .v-button-caption:before {
content: "\f50e";
}
.fa-jenkins .v-button-caption:before {
content: "\f3b6";
}
.fa-joget .v-button-caption:before {
content: "\f3b7";
}
.fa-joint .v-button-caption:before {
content: "\f595";
}
.fa-joomla .v-button-caption:before {
content: "\f1aa";
}
.fa-js .v-button-caption:before {
content: "\f3b8";
}
.fa-js-square .v-button-caption:before {
content: "\f3b9";
}
.fa-jsfiddle .v-button-caption:before {
content: "\f1cc";
}
.fa-key .v-button-caption:before {
content: "\f084";
}
.fa-keybase .v-button-caption:before {
content: "\f4f5";
}
.fa-keyboard .v-button-caption:before {
content: "\f11c";
}
.fa-keycdn .v-button-caption:before {
content: "\f3ba";
}
.fa-kickstarter .v-button-caption:before {
content: "\f3bb";
}
.fa-kickstarter-k .v-button-caption:before {
content: "\f3bc";
}
.fa-kiss .v-button-caption:before {
content: "\f596";
}
.fa-kiss-beam .v-button-caption:before {
content: "\f597";
}
.fa-kiss-wink-heart .v-button-caption:before {
content: "\f598";
}
.fa-kiwi-bird .v-button-caption:before {
content: "\f535";
}
.fa-korvue .v-button-caption:before {
content: "\f42f";
}
.fa-language .v-button-caption:before {
content: "\f1ab";
}
.fa-laptop .v-button-caption:before {
content: "\f109";
}
.fa-laravel .v-button-caption:before {
content: "\f3bd";
}
.fa-lastfm .v-button-caption:before {
content: "\f202";
}
.fa-lastfm-square .v-button-caption:before {
content: "\f203";
}
.fa-laugh .v-button-caption:before {
content: "\f599";
}
.fa-laugh-beam .v-button-caption:before {
content: "\f59a";
}
.fa-laugh-squint .v-button-caption:before {
content: "\f59b";
}
.fa-laugh-wink .v-button-caption:before {
content: "\f59c";
}
.fa-leaf .v-button-caption:before {
content: "\f06c";
}
.fa-leanpub .v-button-caption:before {
content: "\f212";
}
.fa-lemon .v-button-caption:before {
content: "\f094";
}
.fa-less .v-button-caption:before {
content: "\f41d";
}
.fa-less-than .v-button-caption:before {
content: "\f536";
}
.fa-less-than-equal .v-button-caption:before {
content: "\f537";
}
.fa-level-down-alt .v-button-caption:before {
content: "\f3be";
}
.fa-level-up-alt .v-button-caption:before {
content: "\f3bf";
}
.fa-life-ring .v-button-caption:before {
content: "\f1cd";
}
.fa-lightbulb .v-button-caption:before {
content: "\f0eb";
}
.fa-line .v-button-caption:before {
content: "\f3c0";
}
.fa-link .v-button-caption:before {
content: "\f0c1";
}
.fa-linkedin .v-button-caption:before {
content: "\f08c";
}
.fa-linkedin-in .v-button-caption:before {
content: "\f0e1";
}
.fa-linode .v-button-caption:before {
content: "\f2b8";
}
.fa-linux .v-button-caption:before {
content: "\f17c";
}
.fa-lira-sign .v-button-caption:before {
content: "\f195";
}
.fa-list .v-button-caption:before {
content: "\f03a";
}
.fa-list-alt .v-button-caption:before {
content: "\f022";
}
.fa-list-ol .v-button-caption:before {
content: "\f0cb";
}
.fa-list-ul .v-button-caption:before {
content: "\f0ca";
}
.fa-location-arrow .v-button-caption:before {
content: "\f124";
}
.fa-lock .v-button-caption:before {
content: "\f023";
}
.fa-lock-open .v-button-caption:before {
content: "\f3c1";
}
.fa-long-arrow-alt-down .v-button-caption:before {
content: "\f309";
}
.fa-long-arrow-alt-left .v-button-caption:before {
content: "\f30a";
}
.fa-long-arrow-alt-right .v-button-caption:before {
content: "\f30b";
}
.fa-long-arrow-alt-up .v-button-caption:before {
content: "\f30c";
}
.fa-low-vision .v-button-caption:before {
content: "\f2a8";
}
.fa-luggage-cart .v-button-caption:before {
content: "\f59d";
}
.fa-lyft .v-button-caption:before {
content: "\f3c3";
}
.fa-magento .v-button-caption:before {
content: "\f3c4";
}
.fa-magic .v-button-caption:before {
content: "\f0d0";
}
.fa-magnet .v-button-caption:before {
content: "\f076";
}
.fa-mailchimp .v-button-caption:before {
content: "\f59e";
}
.fa-male .v-button-caption:before {
content: "\f183";
}
.fa-mandalorian .v-button-caption:before {
content: "\f50f";
}
.fa-map .v-button-caption:before {
content: "\f279";
}
.fa-map-marked .v-button-caption:before {
content: "\f59f";
}
.fa-map-marked-alt .v-button-caption:before {
content: "\f5a0";
}
.fa-map-marker .v-button-caption:before {
content: "\f041";
}
.fa-map-marker-alt .v-button-caption:before {
content: "\f3c5";
}
.fa-map-pin .v-button-caption:before {
content: "\f276";
}
.fa-map-signs .v-button-caption:before {
content: "\f277";
}
.fa-marker .v-button-caption:before {
content: "\f5a1";
}
.fa-mars .v-button-caption:before {
content: "\f222";
}
.fa-mars-double .v-button-caption:before {
content: "\f227";
}
.fa-mars-stroke .v-button-caption:before {
content: "\f229";
}
.fa-mars-stroke-h .v-button-caption:before {
content: "\f22b";
}
.fa-mars-stroke-v .v-button-caption:before {
content: "\f22a";
}
.fa-mastodon .v-button-caption:before {
content: "\f4f6";
}
.fa-maxcdn .v-button-caption:before {
content: "\f136";
}
.fa-medal .v-button-caption:before {
content: "\f5a2";
}
.fa-medapps .v-button-caption:before {
content: "\f3c6";
}
.fa-medium .v-button-caption:before {
content: "\f23a";
}
.fa-medium-m .v-button-caption:before {
content: "\f3c7";
}
.fa-medkit .v-button-caption:before {
content: "\f0fa";
}
.fa-medrt .v-button-caption:before {
content: "\f3c8";
}
.fa-meetup .v-button-caption:before {
content: "\f2e0";
}
.fa-megaport .v-button-caption:before {
content: "\f5a3";
}
.fa-meh .v-button-caption:before {
content: "\f11a";
}
.fa-meh-blank .v-button-caption:before {
content: "\f5a4";
}
.fa-meh-rolling-eyes .v-button-caption:before {
content: "\f5a5";
}
.fa-memory .v-button-caption:before {
content: "\f538";
}
.fa-mercury .v-button-caption:before {
content: "\f223";
}
.fa-microchip .v-button-caption:before {
content: "\f2db";
}
.fa-microphone .v-button-caption:before {
content: "\f130";
}
.fa-microphone-alt .v-button-caption:before {
content: "\f3c9";
}
.fa-microphone-alt-slash .v-button-caption:before {
content: "\f539";
}
.fa-microphone-slash .v-button-caption:before {
content: "\f131";
}
.fa-microsoft .v-button-caption:before {
content: "\f3ca";
}
.fa-minus .v-button-caption:before {
content: "\f068";
}
.fa-minus-circle .v-button-caption:before {
content: "\f056";
}
.fa-minus-square .v-button-caption:before {
content: "\f146";
}
.fa-mix .v-button-caption:before {
content: "\f3cb";
}
.fa-mixcloud .v-button-caption:before {
content: "\f289";
}
.fa-mizuni .v-button-caption:before {
content: "\f3cc";
}
.fa-mobile .v-button-caption:before {
content: "\f10b";
}
.fa-mobile-alt .v-button-caption:before {
content: "\f3cd";
}
.fa-modx .v-button-caption:before {
content: "\f285";
}
.fa-monero .v-button-caption:before {
content: "\f3d0";
}
.fa-money-bill .v-button-caption:before {
content: "\f0d6";
}
.fa-money-bill-alt .v-button-caption:before {
content: "\f3d1";
}
.fa-money-bill-wave .v-button-caption:before {
content: "\f53a";
}
.fa-money-bill-wave-alt .v-button-caption:before {
content: "\f53b";
}
.fa-money-check .v-button-caption:before {
content: "\f53c";
}
.fa-money-check-alt .v-button-caption:before {
content: "\f53d";
}
.fa-monument .v-button-caption:before {
content: "\f5a6";
}
.fa-moon .v-button-caption:before {
content: "\f186";
}
.fa-mortar-pestle .v-button-caption:before {
content: "\f5a7";
}
.fa-motorcycle .v-button-caption:before {
content: "\f21c";
}
.fa-mouse-pointer .v-button-caption:before {
content: "\f245";
}
.fa-music .v-button-caption:before {
content: "\f001";
}
.fa-napster .v-button-caption:before {
content: "\f3d2";
}
.fa-neuter .v-button-caption:before {
content: "\f22c";
}
.fa-newspaper .v-button-caption:before {
content: "\f1ea";
}
.fa-nimblr .v-button-caption:before {
content: "\f5a8";
}
.fa-nintendo-switch .v-button-caption:before {
content: "\f418";
}
.fa-node .v-button-caption:before {
content: "\f419";
}
.fa-node-js .v-button-caption:before {
content: "\f3d3";
}
.fa-not-equal .v-button-caption:before {
content: "\f53e";
}
.fa-notes-medical .v-button-caption:before {
content: "\f481";
}
.fa-npm .v-button-caption:before {
content: "\f3d4";
}
.fa-ns8 .v-button-caption:before {
content: "\f3d5";
}
.fa-nutritionix .v-button-caption:before {
content: "\f3d6";
}
.fa-object-group .v-button-caption:before {
content: "\f247";
}
.fa-object-ungroup .v-button-caption:before {
content: "\f248";
}
.fa-odnoklassniki .v-button-caption:before {
content: "\f263";
}
.fa-odnoklassniki-square .v-button-caption:before {
content: "\f264";
}
.fa-old-republic .v-button-caption:before {
content: "\f510";
}
.fa-opencart .v-button-caption:before {
content: "\f23d";
}
.fa-openid .v-button-caption:before {
content: "\f19b";
}
.fa-opera .v-button-caption:before {
content: "\f26a";
}
.fa-optin-monster .v-button-caption:before {
content: "\f23c";
}
.fa-osi .v-button-caption:before {
content: "\f41a";
}
.fa-outdent .v-button-caption:before {
content: "\f03b";
}
.fa-page4 .v-button-caption:before {
content: "\f3d7";
}
.fa-pagelines .v-button-caption:before {
content: "\f18c";
}
.fa-paint-brush .v-button-caption:before {
content: "\f1fc";
}
.fa-paint-roller .v-button-caption:before {
content: "\f5aa";
}
.fa-palette .v-button-caption:before {
content: "\f53f";
}
.fa-palfed .v-button-caption:before {
content: "\f3d8";
}
.fa-pallet .v-button-caption:before {
content: "\f482";
}
.fa-paper-plane .v-button-caption:before {
content: "\f1d8";
}
.fa-paperclip .v-button-caption:before {
content: "\f0c6";
}
.fa-parachute-box .v-button-caption:before {
content: "\f4cd";
}
.fa-paragraph .v-button-caption:before {
content: "\f1dd";
}
.fa-parking .v-button-caption:before {
content: "\f540";
}
.fa-passport .v-button-caption:before {
content: "\f5ab";
}
.fa-paste .v-button-caption:before {
content: "\f0ea";
}
.fa-patreon .v-button-caption:before {
content: "\f3d9";
}
.fa-pause .v-button-caption:before {
content: "\f04c";
}
.fa-pause-circle .v-button-caption:before {
content: "\f28b";
}
.fa-paw .v-button-caption:before {
content: "\f1b0";
}
.fa-paypal .v-button-caption:before {
content: "\f1ed";
}
.fa-pen .v-button-caption:before {
content: "\f304";
}
.fa-pen-alt .v-button-caption:before {
content: "\f305";
}
.fa-pen-fancy .v-button-caption:before {
content: "\f5ac";
}
.fa-pen-nib .v-button-caption:before {
content: "\f5ad";
}
.fa-pen-square .v-button-caption:before {
content: "\f14b";
}
.fa-pencil-alt .v-button-caption:before {
content: "\f303";
}
.fa-pencil-ruler .v-button-caption:before {
content: "\f5ae";
}
.fa-people-carry .v-button-caption:before {
content: "\f4ce";
}
.fa-percent .v-button-caption:before {
content: "\f295";
}
.fa-percentage .v-button-caption:before {
content: "\f541";
}
.fa-periscope .v-button-caption:before {
content: "\f3da";
}
.fa-phabricator .v-button-caption:before {
content: "\f3db";
}
.fa-phoenix-framework .v-button-caption:before {
content: "\f3dc";
}
.fa-phoenix-squadron .v-button-caption:before {
content: "\f511";
}
.fa-phone .v-button-caption:before {
content: "\f095";
}
.fa-phone-slash .v-button-caption:before {
content: "\f3dd";
}
.fa-phone-square .v-button-caption:before {
content: "\f098";
}
.fa-phone-volume .v-button-caption:before {
content: "\f2a0";
}
.fa-php .v-button-caption:before {
content: "\f457";
}
.fa-pied-piper .v-button-caption:before {
content: "\f2ae";
}
.fa-pied-piper-alt .v-button-caption:before {
content: "\f1a8";
}
.fa-pied-piper-hat .v-button-caption:before {
content: "\f4e5";
}
.fa-pied-piper-pp .v-button-caption:before {
content: "\f1a7";
}
.fa-piggy-bank .v-button-caption:before {
content: "\f4d3";
}
.fa-pills .v-button-caption:before {
content: "\f484";
}
.fa-pinterest .v-button-caption:before {
content: "\f0d2";
}
.fa-pinterest-p .v-button-caption:before {
content: "\f231";
}
.fa-pinterest-square .v-button-caption:before {
content: "\f0d3";
}
.fa-plane .v-button-caption:before {
content: "\f072";
}
.fa-plane-arrival .v-button-caption:before {
content: "\f5af";
}
.fa-plane-departure .v-button-caption:before {
content: "\f5b0";
}
.fa-play .v-button-caption:before {
content: "\f04b";
}
.fa-play-circle .v-button-caption:before {
content: "\f144";
}
.fa-playstation .v-button-caption:before {
content: "\f3df";
}
.fa-plug .v-button-caption:before {
content: "\f1e6";
}
.fa-plus .v-button-caption:before {
content: "\f067";
}
.fa-plus-circle .v-button-caption:before {
content: "\f055";
}
.fa-plus-square .v-button-caption:before {
content: "\f0fe";
}
.fa-podcast .v-button-caption:before {
content: "\f2ce";
}
.fa-poo .v-button-caption:before {
content: "\f2fe";
}
.fa-portrait .v-button-caption:before {
content: "\f3e0";
}
.fa-pound-sign .v-button-caption:before {
content: "\f154";
}
.fa-power-off .v-button-caption:before {
content: "\f011";
}
.fa-prescription .v-button-caption:before {
content: "\f5b1";
}
.fa-prescription-bottle .v-button-caption:before {
content: "\f485";
}
.fa-prescription-bottle-alt .v-button-caption:before {
content: "\f486";
}
.fa-print .v-button-caption:before {
content: "\f02f";
}
.fa-procedures .v-button-caption:before {
content: "\f487";
}
.fa-product-hunt .v-button-caption:before {
content: "\f288";
}
.fa-project-diagram .v-button-caption:before {
content: "\f542";
}
.fa-pushed .v-button-caption:before {
content: "\f3e1";
}
.fa-puzzle-piece .v-button-caption:before {
content: "\f12e";
}
.fa-python .v-button-caption:before {
content: "\f3e2";
}
.fa-qq .v-button-caption:before {
content: "\f1d6";
}
.fa-qrcode .v-button-caption:before {
content: "\f029";
}
.fa-question .v-button-caption:before {
content: "\f128";
}
.fa-question-circle .v-button-caption:before {
content: "\f059";
}
.fa-quidditch .v-button-caption:before {
content: "\f458";
}
.fa-quinscape .v-button-caption:before {
content: "\f459";
}
.fa-quora .v-button-caption:before {
content: "\f2c4";
}
.fa-quote-left .v-button-caption:before {
content: "\f10d";
}
.fa-quote-right .v-button-caption:before {
content: "\f10e";
}
.fa-r-project .v-button-caption:before {
content: "\f4f7";
}
.fa-random .v-button-caption:before {
content: "\f074";
}
.fa-ravelry .v-button-caption:before {
content: "\f2d9";
}
.fa-react .v-button-caption:before {
content: "\f41b";
}
.fa-readme .v-button-caption:before {
content: "\f4d5";
}
.fa-rebel .v-button-caption:before {
content: "\f1d0";
}
.fa-receipt .v-button-caption:before {
content: "\f543";
}
.fa-recycle .v-button-caption:before {
content: "\f1b8";
}
.fa-red-river .v-button-caption:before {
content: "\f3e3";
}
.fa-reddit .v-button-caption:before {
content: "\f1a1";
}
.fa-reddit-alien .v-button-caption:before {
content: "\f281";
}
.fa-reddit-square .v-button-caption:before {
content: "\f1a2";
}
.fa-redo .v-button-caption:before {
content: "\f01e";
}
.fa-redo-alt .v-button-caption:before {
content: "\f2f9";
}
.fa-registered .v-button-caption:before {
content: "\f25d";
}
.fa-rendact .v-button-caption:before {
content: "\f3e4";
}
.fa-renren .v-button-caption:before {
content: "\f18b";
}
.fa-reply .v-button-caption:before {
content: "\f3e5";
}
.fa-reply-all .v-button-caption:before {
content: "\f122";
}
.fa-replyd .v-button-caption:before {
content: "\f3e6";
}
.fa-researchgate .v-button-caption:before {
content: "\f4f8";
}
.fa-resolving .v-button-caption:before {
content: "\f3e7";
}
.fa-retweet .v-button-caption:before {
content: "\f079";
}
.fa-rev .v-button-caption:before {
content: "\f5b2";
}
.fa-ribbon .v-button-caption:before {
content: "\f4d6";
}
.fa-road .v-button-caption:before {
content: "\f018";
}
.fa-robot .v-button-caption:before {
content: "\f544";
}
.fa-rocket .v-button-caption:before {
content: "\f135";
}
.fa-rocketchat .v-button-caption:before {
content: "\f3e8";
}
.fa-rockrms .v-button-caption:before {
content: "\f3e9";
}
.fa-rss .v-button-caption:before {
content: "\f09e";
}
.fa-rss-square .v-button-caption:before {
content: "\f143";
}
.fa-ruble-sign .v-button-caption:before {
content: "\f158";
}
.fa-ruler .v-button-caption:before {
content: "\f545";
}
.fa-ruler-combined .v-button-caption:before {
content: "\f546";
}
.fa-ruler-horizontal .v-button-caption:before {
content: "\f547";
}
.fa-ruler-vertical .v-button-caption:before {
content: "\f548";
}
.fa-rupee-sign .v-button-caption:before {
content: "\f156";
}
.fa-sad-cry .v-button-caption:before {
content: "\f5b3";
}
.fa-sad-tear .v-button-caption:before {
content: "\f5b4";
}
.fa-safari .v-button-caption:before {
content: "\f267";
}
.fa-sass .v-button-caption:before {
content: "\f41e";
}
.fa-save .v-button-caption:before {
content: "\f0c7";
}
.fa-schlix .v-button-caption:before {
content: "\f3ea";
}
.fa-school .v-button-caption:before {
content: "\f549";
}
.fa-screwdriver .v-button-caption:before {
content: "\f54a";
}
.fa-scribd .v-button-caption:before {
content: "\f28a";
}
.fa-search .v-button-caption:before {
content: "\f002";
}
.fa-search-minus .v-button-caption:before {
content: "\f010";
}
.fa-search-plus .v-button-caption:before {
content: "\f00e";
}
.fa-searchengin .v-button-caption:before {
content: "\f3eb";
}
.fa-seedling .v-button-caption:before {
content: "\f4d8";
}
.fa-sellcast .v-button-caption:before {
content: "\f2da";
}
.fa-sellsy .v-button-caption:before {
content: "\f213";
}
.fa-server .v-button-caption:before {
content: "\f233";
}
.fa-servicestack .v-button-caption:before {
content: "\f3ec";
}
.fa-share .v-button-caption:before {
content: "\f064";
}
.fa-share-alt .v-button-caption:before {
content: "\f1e0";
}
.fa-share-alt-square .v-button-caption:before {
content: "\f1e1";
}
.fa-share-square .v-button-caption:before {
content: "\f14d";
}
.fa-shekel-sign .v-button-caption:before {
content: "\f20b";
}
.fa-shield-alt .v-button-caption:before {
content: "\f3ed";
}
.fa-ship .v-button-caption:before {
content: "\f21a";
}
.fa-shipping-fast .v-button-caption:before {
content: "\f48b";
}
.fa-shirtsinbulk .v-button-caption:before {
content: "\f214";
}
.fa-shoe-prints .v-button-caption:before {
content: "\f54b";
}
.fa-shopping-bag .v-button-caption:before {
content: "\f290";
}
.fa-shopping-basket .v-button-caption:before {
content: "\f291";
}
.fa-shopping-cart .v-button-caption:before {
content: "\f07a";
}
.fa-shopware .v-button-caption:before {
content: "\f5b5";
}
.fa-shower .v-button-caption:before {
content: "\f2cc";
}
.fa-shuttle-van .v-button-caption:before {
content: "\f5b6";
}
.fa-sign .v-button-caption:before {
content: "\f4d9";
}
.fa-sign-in-alt .v-button-caption:before {
content: "\f2f6";
}
.fa-sign-language .v-button-caption:before {
content: "\f2a7";
}
.fa-sign-out-alt .v-button-caption:before {
content: "\f2f5";
}
.fa-signal .v-button-caption:before {
content: "\f012";
}
.fa-signature .v-button-caption:before {
content: "\f5b7";
}
.fa-simplybuilt .v-button-caption:before {
content: "\f215";
}
.fa-sistrix .v-button-caption:before {
content: "\f3ee";
}
.fa-sitemap .v-button-caption:before {
content: "\f0e8";
}
.fa-sith .v-button-caption:before {
content: "\f512";
}
.fa-skull .v-button-caption:before {
content: "\f54c";
}
.fa-skyatlas .v-button-caption:before {
content: "\f216";
}
.fa-skype .v-button-caption:before {
content: "\f17e";
}
.fa-slack .v-button-caption:before {
content: "\f198";
}
.fa-slack-hash .v-button-caption:before {
content: "\f3ef";
}
.fa-sliders-h .v-button-caption:before {
content: "\f1de";
}
.fa-slideshare .v-button-caption:before {
content: "\f1e7";
}
.fa-smile .v-button-caption:before {
content: "\f118";
}
.fa-smile-beam .v-button-caption:before {
content: "\f5b8";
}
.fa-smile-wink .v-button-caption:before {
content: "\f4da";
}
.fa-smoking .v-button-caption:before {
content: "\f48d";
}
.fa-smoking-ban .v-button-caption:before {
content: "\f54d";
}
.fa-snapchat .v-button-caption:before {
content: "\f2ab";
}
.fa-snapchat-ghost .v-button-caption:before {
content: "\f2ac";
}
.fa-snapchat-square .v-button-caption:before {
content: "\f2ad";
}
.fa-snowflake .v-button-caption:before {
content: "\f2dc";
}
.fa-solar-panel .v-button-caption:before {
content: "\f5ba";
}
.fa-sort .v-button-caption:before {
content: "\f0dc";
}
.fa-sort-alpha-down .v-button-caption:before {
content: "\f15d";
}
.fa-sort-alpha-up .v-button-caption:before {
content: "\f15e";
}
.fa-sort-amount-down .v-button-caption:before {
content: "\f160";
}
.fa-sort-amount-up .v-button-caption:before {
content: "\f161";
}
.fa-sort-down .v-button-caption:before {
content: "\f0dd";
}
.fa-sort-numeric-down .v-button-caption:before {
content: "\f162";
}
.fa-sort-numeric-up .v-button-caption:before {
content: "\f163";
}
.fa-sort-up .v-button-caption:before {
content: "\f0de";
}
.fa-soundcloud .v-button-caption:before {
content: "\f1be";
}
.fa-spa .v-button-caption:before {
content: "\f5bb";
}
.fa-space-shuttle .v-button-caption:before {
content: "\f197";
}
.fa-speakap .v-button-caption:before {
content: "\f3f3";
}
.fa-spinner .v-button-caption:before {
content: "\f110";
}
.fa-splotch .v-button-caption:before {
content: "\f5bc";
}
.fa-spotify .v-button-caption:before {
content: "\f1bc";
}
.fa-spray-can .v-button-caption:before {
content: "\f5bd";
}
.fa-square .v-button-caption:before {
content: "\f0c8";
}
.fa-square-full .v-button-caption:before {
content: "\f45c";
}
.fa-squarespace .v-button-caption:before {
content: "\f5be";
}
.fa-stack-exchange .v-button-caption:before {
content: "\f18d";
}
.fa-stack-overflow .v-button-caption:before {
content: "\f16c";
}
.fa-stamp .v-button-caption:before {
content: "\f5bf";
}
.fa-star .v-button-caption:before {
content: "\f005";
}
.fa-star-half .v-button-caption:before {
content: "\f089";
}
.fa-star-half-alt .v-button-caption:before {
content: "\f5c0";
}
.fa-staylinked .v-button-caption:before {
content: "\f3f5";
}
.fa-steam .v-button-caption:before {
content: "\f1b6";
}
.fa-steam-square .v-button-caption:before {
content: "\f1b7";
}
.fa-steam-symbol .v-button-caption:before {
content: "\f3f6";
}
.fa-step-backward .v-button-caption:before {
content: "\f048";
}
.fa-step-forward .v-button-caption:before {
content: "\f051";
}
.fa-stethoscope .v-button-caption:before {
content: "\f0f1";
}
.fa-sticker-mule .v-button-caption:before {
content: "\f3f7";
}
.fa-sticky-note .v-button-caption:before {
content: "\f249";
}
.fa-stop .v-button-caption:before {
content: "\f04d";
}
.fa-stop-circle .v-button-caption:before {
content: "\f28d";
}
.fa-stopwatch .v-button-caption:before {
content: "\f2f2";
}
.fa-store .v-button-caption:before {
content: "\f54e";
}
.fa-store-alt .v-button-caption:before {
content: "\f54f";
}
.fa-strava .v-button-caption:before {
content: "\f428";
}
.fa-stream .v-button-caption:before {
content: "\f550";
}
.fa-street-view .v-button-caption:before {
content: "\f21d";
}
.fa-strikethrough .v-button-caption:before {
content: "\f0cc";
}
.fa-stripe .v-button-caption:before {
content: "\f429";
}
.fa-stripe-s .v-button-caption:before {
content: "\f42a";
}
.fa-stroopwafel .v-button-caption:before {
content: "\f551";
}
.fa-studiovinari .v-button-caption:before {
content: "\f3f8";
}
.fa-stumbleupon .v-button-caption:before {
content: "\f1a4";
}
.fa-stumbleupon-circle .v-button-caption:before {
content: "\f1a3";
}
.fa-subscript .v-button-caption:before {
content: "\f12c";
}
.fa-subway .v-button-caption:before {
content: "\f239";
}
.fa-suitcase .v-button-caption:before {
content: "\f0f2";
}
.fa-suitcase-rolling .v-button-caption:before {
content: "\f5c1";
}
.fa-sun .v-button-caption:before {
content: "\f185";
}
.fa-superpowers .v-button-caption:before {
content: "\f2dd";
}
.fa-superscript .v-button-caption:before {
content: "\f12b";
}
.fa-supple .v-button-caption:before {
content: "\f3f9";
}
.fa-surprise .v-button-caption:before {
content: "\f5c2";
}
.fa-swatchbook .v-button-caption:before {
content: "\f5c3";
}
.fa-swimmer .v-button-caption:before {
content: "\f5c4";
}
.fa-swimming-pool .v-button-caption:before {
content: "\f5c5";
}
.fa-sync .v-button-caption:before {
content: "\f021";
}
.fa-sync-alt .v-button-caption:before {
content: "\f2f1";
}
.fa-syringe .v-button-caption:before {
content: "\f48e";
}
.fa-table .v-button-caption:before {
content: "\f0ce";
}
.fa-table-tennis .v-button-caption:before {
content: "\f45d";
}
.fa-tablet .v-button-caption:before {
content: "\f10a";
}
.fa-tablet-alt .v-button-caption:before {
content: "\f3fa";
}
.fa-tablets .v-button-caption:before {
content: "\f490";
}
.fa-tachometer-alt .v-button-caption:before {
content: "\f3fd";
}
.fa-tag .v-button-caption:before {
content: "\f02b";
}
.fa-tags .v-button-caption:before {
content: "\f02c";
}
.fa-tape .v-button-caption:before {
content: "\f4db";
}
.fa-tasks .v-button-caption:before {
content: "\f0ae";
}
.fa-taxi .v-button-caption:before {
content: "\f1ba";
}
.fa-teamspeak .v-button-caption:before {
content: "\f4f9";
}
.fa-telegram .v-button-caption:before {
content: "\f2c6";
}
.fa-telegram-plane .v-button-caption:before {
content: "\f3fe";
}
.fa-tencent-weibo .v-button-caption:before {
content: "\f1d5";
}
.fa-terminal .v-button-caption:before {
content: "\f120";
}
.fa-text-height .v-button-caption:before {
content: "\f034";
}
.fa-text-width .v-button-caption:before {
content: "\f035";
}
.fa-th .v-button-caption:before {
content: "\f00a";
}
.fa-th-large .v-button-caption:before {
content: "\f009";
}
.fa-th-list .v-button-caption:before {
content: "\f00b";
}
.fa-themeco .v-button-caption:before {
content: "\f5c6";
}
.fa-themeisle .v-button-caption:before {
content: "\f2b2";
}
.fa-thermometer .v-button-caption:before {
content: "\f491";
}
.fa-thermometer-empty .v-button-caption:before {
content: "\f2cb";
}
.fa-thermometer-full .v-button-caption:before {
content: "\f2c7";
}
.fa-thermometer-half .v-button-caption:before {
content: "\f2c9";
}
.fa-thermometer-quarter .v-button-caption:before {
content: "\f2ca";
}
.fa-thermometer-three-quarters .v-button-caption:before {
content: "\f2c8";
}
.fa-thumbs-down .v-button-caption:before {
content: "\f165";
}
.fa-thumbs-up .v-button-caption:before {
content: "\f164";
}
.fa-thumbtack .v-button-caption:before {
content: "\f08d";
}
.fa-ticket-alt .v-button-caption:before {
content: "\f3ff";
}
.fa-times .v-button-caption:before {
content: "\f00d";
}
.fa-times-circle .v-button-caption:before {
content: "\f057";
}
.fa-tint .v-button-caption:before {
content: "\f043";
}
.fa-tint-slash .v-button-caption:before {
content: "\f5c7";
}
.fa-tired .v-button-caption:before {
content: "\f5c8";
}
.fa-toggle-off .v-button-caption:before {
content: "\f204";
}
.fa-toggle-on .v-button-caption:before {
content: "\f205";
}
.fa-toolbox .v-button-caption:before {
content: "\f552";
}
.fa-tooth .v-button-caption:before {
content: "\f5c9";
}
.fa-trade-federation .v-button-caption:before {
content: "\f513";
}
.fa-trademark .v-button-caption:before {
content: "\f25c";
}
.fa-train .v-button-caption:before {
content: "\f238";
}
.fa-transgender .v-button-caption:before {
content: "\f224";
}
.fa-transgender-alt .v-button-caption:before {
content: "\f225";
}
.fa-trash .v-button-caption:before {
content: "\f1f8";
}
.fa-trash-alt .v-button-caption:before {
content: "\f2ed";
}
.fa-tree .v-button-caption:before {
content: "\f1bb";
}
.fa-trello .v-button-caption:before {
content: "\f181";
}
.fa-tripadvisor .v-button-caption:before {
content: "\f262";
}
.fa-trophy .v-button-caption:before {
content: "\f091";
}
.fa-truck .v-button-caption:before {
content: "\f0d1";
}
.fa-truck-loading .v-button-caption:before {
content: "\f4de";
}
.fa-truck-moving .v-button-caption:before {
content: "\f4df";
}
.fa-tshirt .v-button-caption:before {
content: "\f553";
}
.fa-tty .v-button-caption:before {
content: "\f1e4";
}
.fa-tumblr .v-button-caption:before {
content: "\f173";
}
.fa-tumblr-square .v-button-caption:before {
content: "\f174";
}
.fa-tv .v-button-caption:before {
content: "\f26c";
}
.fa-twitch .v-button-caption:before {
content: "\f1e8";
}
.fa-twitter .v-button-caption:before {
content: "\f099";
}
.fa-twitter-square .v-button-caption:before {
content: "\f081";
}
.fa-typo3 .v-button-caption:before {
content: "\f42b";
}
.fa-uber .v-button-caption:before {
content: "\f402";
}
.fa-uikit .v-button-caption:before {
content: "\f403";
}
.fa-umbrella .v-button-caption:before {
content: "\f0e9";
}
.fa-umbrella-beach .v-button-caption:before {
content: "\f5ca";
}
.fa-underline .v-button-caption:before {
content: "\f0cd";
}
.fa-undo .v-button-caption:before {
content: "\f0e2";
}
.fa-undo-alt .v-button-caption:before {
content: "\f2ea";
}
.fa-uniregistry .v-button-caption:before {
content: "\f404";
}
.fa-universal-access .v-button-caption:before {
content: "\f29a";
}
.fa-university .v-button-caption:before {
content: "\f19c";
}
.fa-unlink .v-button-caption:before {
content: "\f127";
}
.fa-unlock .v-button-caption:before {
content: "\f09c";
}
.fa-unlock-alt .v-button-caption:before {
content: "\f13e";
}
.fa-untappd .v-button-caption:before {
content: "\f405";
}
.fa-upload .v-button-caption:before {
content: "\f093";
}
.fa-usb .v-button-caption:before {
content: "\f287";
}
.fa-user .v-button-caption:before {
content: "\f007";
}
.fa-user-alt .v-button-caption:before {
content: "\f406";
}
.fa-user-alt-slash .v-button-caption:before {
content: "\f4fa";
}
.fa-user-astronaut .v-button-caption:before {
content: "\f4fb";
}
.fa-user-check .v-button-caption:before {
content: "\f4fc";
}
.fa-user-circle .v-button-caption:before {
content: "\f2bd";
}
.fa-user-clock .v-button-caption:before {
content: "\f4fd";
}
.fa-user-cog .v-button-caption:before {
content: "\f4fe";
}
.fa-user-edit .v-button-caption:before {
content: "\f4ff";
}
.fa-user-friends .v-button-caption:before {
content: "\f500";
}
.fa-user-graduate .v-button-caption:before {
content: "\f501";
}
.fa-user-lock .v-button-caption:before {
content: "\f502";
}
.fa-user-md .v-button-caption:before {
content: "\f0f0";
}
.fa-user-minus .v-button-caption:before {
content: "\f503";
}
.fa-user-ninja .v-button-caption:before {
content: "\f504";
}
.fa-user-plus .v-button-caption:before {
content: "\f234";
}
.fa-user-secret .v-button-caption:before {
content: "\f21b";
}
.fa-user-shield .v-button-caption:before {
content: "\f505";
}
.fa-user-slash .v-button-caption:before {
content: "\f506";
}
.fa-user-tag .v-button-caption:before {
content: "\f507";
}
.fa-user-tie .v-button-caption:before {
content: "\f508";
}
.fa-user-times .v-button-caption:before {
content: "\f235";
}
.fa-users .v-button-caption:before {
content: "\f0c0";
}
.fa-users-cog .v-button-caption:before {
content: "\f509";
}
.fa-ussunnah .v-button-caption:before {
content: "\f407";
}
.fa-utensil-spoon .v-button-caption:before {
content: "\f2e5";
}
.fa-utensils .v-button-caption:before {
content: "\f2e7";
}
.fa-vaadin .v-button-caption:before {
content: "\f408";
}
.fa-vector-square .v-button-caption:before {
content: "\f5cb";
}
.fa-venus .v-button-caption:before {
content: "\f221";
}
.fa-venus-double .v-button-caption:before {
content: "\f226";
}
.fa-venus-mars .v-button-caption:before {
content: "\f228";
}
.fa-viacoin .v-button-caption:before {
content: "\f237";
}
.fa-viadeo .v-button-caption:before {
content: "\f2a9";
}
.fa-viadeo-square .v-button-caption:before {
content: "\f2aa";
}
.fa-vial .v-button-caption:before {
content: "\f492";
}
.fa-vials .v-button-caption:before {
content: "\f493";
}
.fa-viber .v-button-caption:before {
content: "\f409";
}
.fa-video .v-button-caption:before {
content: "\f03d";
}
.fa-video-slash .v-button-caption:before {
content: "\f4e2";
}
.fa-vimeo .v-button-caption:before {
content: "\f40a";
}
.fa-vimeo-square .v-button-caption:before {
content: "\f194";
}
.fa-vimeo-v .v-button-caption:before {
content: "\f27d";
}
.fa-vine .v-button-caption:before {
content: "\f1ca";
}
.fa-vk .v-button-caption:before {
content: "\f189";
}
.fa-vnv .v-button-caption:before {
content: "\f40b";
}
.fa-volleyball-ball .v-button-caption:before {
content: "\f45f";
}
.fa-volume-down .v-button-caption:before {
content: "\f027";
}
.fa-volume-off .v-button-caption:before {
content: "\f026";
}
.fa-volume-up .v-button-caption:before {
content: "\f028";
}
.fa-vuejs .v-button-caption:before {
content: "\f41f";
}
.fa-walking .v-button-caption:before {
content: "\f554";
}
.fa-wallet .v-button-caption:before {
content: "\f555";
}
.fa-warehouse .v-button-caption:before {
content: "\f494";
}
.fa-weebly .v-button-caption:before {
content: "\f5cc";
}
.fa-weibo .v-button-caption:before {
content: "\f18a";
}
.fa-weight .v-button-caption:before {
content: "\f496";
}
.fa-weight-hanging .v-button-caption:before {
content: "\f5cd";
}
.fa-weixin .v-button-caption:before {
content: "\f1d7";
}
.fa-whatsapp .v-button-caption:before {
content: "\f232";
}
.fa-whatsapp-square .v-button-caption:before {
content: "\f40c";
}
.fa-wheelchair .v-button-caption:before {
content: "\f193";
}
.fa-whmcs .v-button-caption:before {
content: "\f40d";
}
.fa-wifi .v-button-caption:before {
content: "\f1eb";
}
.fa-wikipedia-w .v-button-caption:before {
content: "\f266";
}
.fa-window-close .v-button-caption:before {
content: "\f410";
}
.fa-window-maximize .v-button-caption:before {
content: "\f2d0";
}
.fa-window-minimize .v-button-caption:before {
content: "\f2d1";
}
.fa-window-restore .v-button-caption:before {
content: "\f2d2";
}
.fa-windows .v-button-caption:before {
content: "\f17a";
}
.fa-wine-glass .v-button-caption:before {
content: "\f4e3";
}
.fa-wine-glass-alt .v-button-caption:before {
content: "\f5ce";
}
.fa-wix .v-button-caption:before {
content: "\f5cf";
}
.fa-wolf-pack-battalion .v-button-caption:before {
content: "\f514";
}
.fa-won-sign .v-button-caption:before {
content: "\f159";
}
.fa-wordpress .v-button-caption:before {
content: "\f19a";
}
.fa-wordpress-simple .v-button-caption:before {
content: "\f411";
}
.fa-wpbeginner .v-button-caption:before {
content: "\f297";
}
.fa-wpexplorer .v-button-caption:before {
content: "\f2de";
}
.fa-wpforms .v-button-caption:before {
content: "\f298";
}
.fa-wrench .v-button-caption:before {
content: "\f0ad";
}
.fa-x-ray .v-button-caption:before {
content: "\f497";
}
.fa-xbox .v-button-caption:before {
content: "\f412";
}
.fa-xing .v-button-caption:before {
content: "\f168";
}
.fa-xing-square .v-button-caption:before {
content: "\f169";
}
.fa-y-combinator .v-button-caption:before {
content: "\f23b";
}
.fa-yahoo .v-button-caption:before {
content: "\f19e";
}
.fa-yandex .v-button-caption:before {
content: "\f413";
}
.fa-yandex-international .v-button-caption:before {
content: "\f414";
}
.fa-yelp .v-button-caption:before {
content: "\f1e9";
}
.fa-yen-sign .v-button-caption:before {
content: "\f157";
}
.fa-yoast .v-button-caption:before {
content: "\f2b1";
}
.fa-youtube .v-button-caption:before {
content: "\f167";
}
.fa-youtube-square .v-button-caption:before {
content: "\f431";
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.osbp-tea.v-app, .osbp-tea.v-app-loading {
font: 300 12px/21px Arial;
color: #474747;
background-color: #fff;
cursor: default;
}
.osbp-tea .v-app-loading {
width: 100%;
height: 100%;
background: #fff;
}
.osbp-tea .v-app-loading:before {
content: "";
position: fixed;
z-index: 100;
top: 45%;
left: 50%;
width: 28px;
height: 28px;
padding: 6px;
margin-top: -20px;
margin-left: -20px;
background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50%;
border-radius: 0px;
}
.osbp-tea .v-app-loading:after {
position: fixed;
z-index: 100;
top: 45%;
padding-top: 39px;
text-align: center;
left: 0;
right: 0;
content: "OSBP";
}
.osbp-tea .v-loading-indicator {
position: fixed !important;
z-index: 99999;
left: 0;
right: auto;
top: 0;
width: 50%;
opacity: 1;
height: 22px;
background-color: transparent;
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;
}
.osbp-tea .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;
}
.osbp-tea .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 .osbp-tea .v-loading-indicator-delay {
width: 50%;
}
.osbp-tea .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 .osbp-tea .v-loading-indicator-wait {
width: 90%;
}
.v-ie8 .osbp-tea .v-loading-indicator, .v-ie8 .osbp-tea .v-loading-indicator-delay, .v-ie8 .osbp-tea .v-loading-indicator-wait, .v-ie9 .osbp-tea .v-loading-indicator, .v-ie9 .osbp-tea .v-loading-indicator-delay, .v-ie9 .osbp-tea .v-loading-indicator-wait {
width: 28px !important;
height: 28px;
padding: 6px;
background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50%;
border-radius: 0px;
top: 6px;
right: 6px;
left: auto;
filter: alpha(opacity=50);
}
.v-ie8 .osbp-tea .v-loading-indicator[style*="none"], .v-ie8 .osbp-tea .v-loading-indicator-delay[style*="none"], .v-ie8 .osbp-tea .v-loading-indicator-wait[style*="none"], .v-ie9 .osbp-tea .v-loading-indicator[style*="none"], .v-ie9 .osbp-tea .v-loading-indicator-delay[style*="none"], .v-ie9 .osbp-tea .v-loading-indicator-wait[style*="none"] {
display: none !important;
}
.v-ie8 .osbp-tea .v-loading-indicator-wait, .v-ie9 .osbp-tea .v-loading-indicator-wait {
filter: alpha(opacity=100);
}
.osbp-tea .v-scrollable:focus {
outline: none;
}
.osbp-tea img.v-icon {
vertical-align: middle;
}
.osbp-tea .v-caption {
font-size: 11px;
font-weight: 400;
padding-bottom: 0.3em;
}
.osbp-tea .v-caption-on-left .v-caption, .osbp-tea .v-caption-on-right .v-caption {
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-icon + .v-captiontext, .osbp-tea .v-icon + span {
margin-left: 4px;
}
.osbp-tea .v-icon + .v-captiontext:empty, .osbp-tea .v-icon + span:empty {
margin-left: 0;
}
.osbp-tea .v-errorindicator {
color: #ed473b;
font-weight: 600;
width: 11px;
text-align: center;
}
.osbp-tea .v-errorindicator:before {
content: "!";
}
.osbp-tea .v-required-field-indicator {
color: #ed473b;
padding: 0 0.2em;
}
.osbp-tea select {
font: inherit;
font-weight: 400;
line-height: inherit;
padding: 3px;
margin: 0;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
color: #464646;
}
.osbp-tea select:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea button {
font: inherit;
font-weight: 400;
line-height: 21px;
}
.osbp-tea a {
cursor: pointer;
color: #9ea93f;
text-decoration: underline;
font-weight: inherit;
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea a:hover {
color: #b7c15a;
}
.osbp-tea a.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-disabled {
cursor: default !important;
}
.osbp-tea .v-drag-element {
background: #fff;
color: #474747;
-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: 0px;
overflow: hidden;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-tooltip {
background-color: #323232;
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: 3px 6px;
border-radius: -1px;
max-width: 35em;
overflow: hidden !important;
font-size: 12px;
}
.osbp-tea .v-tooltip div[style*="width"] {
width: auto !important;
}
.osbp-tea .v-tooltip .v-errormessage {
background-color: white;
background-color: #fff;
color: #ed473b;
margin: -3px -6px;
padding: 3px 6px;
max-height: 10em;
overflow: auto;
font-weight: 400;
}
.osbp-tea .v-tooltip .v-errormessage h2:only-child {
font: inherit;
line-height: inherit;
}
.osbp-tea .v-tooltip .v-tooltip-text {
max-height: 10em;
overflow: auto;
margin-top: 6px;
}
.osbp-tea .v-tooltip .v-errormessage[aria-hidden="true"] + .v-tooltip-text {
margin-top: 0;
}
.osbp-tea .v-tooltip h1, .osbp-tea .v-tooltip h2, .osbp-tea .v-tooltip h3, .osbp-tea .v-tooltip h4 {
color: inherit;
}
.osbp-tea .v-contextmenu {
padding: 2px 2px;
border-radius: 0px;
background-color: white;
color: #474747;
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
padding: 2px 2px;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-contextmenu table {
border-spacing: 0;
}
.osbp-tea .v-contextmenu .gwt-MenuItem {
cursor: pointer;
line-height: 16px;
padding: 0 12px 0 6px;
font-weight: 400;
white-space: nowrap;
position: relative;
display: block;
}
.osbp-tea .v-contextmenu .gwt-MenuItem:active:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #808c16;
opacity: 0.15;
filter: alpha(opacity=15.0) ;
pointer-events: none;
border-radius: inherit;
}
.osbp-tea .v-contextmenu .gwt-MenuItem .v-icon {
max-height: 16px;
margin-right: 3px;
min-width: 1em;
}
.osbp-tea .v-contextmenu .gwt-MenuItem-selected {
background: #9ea93f;
color: #0e0f09;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-reconnect-dialog {
color: white;
top: 8px;
right: 8px;
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: 7px 9px;
background-color: #444;
background-color: rgba(68, 68, 68, 0.9);
line-height: 17px;
text-align: center;
}
.osbp-tea .v-reconnect-dialog .text {
display: inline-block;
padding-left: 10px;
}
.osbp-tea .v-reconnect-dialog .spinner {
height: 24px !important;
width: 24px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid rgba(158, 169, 63, 0.2);
border-top-color: #9ea93f;
border-right-color: #9ea93f;
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;
}
.v-ie8 .osbp-tea .v-reconnect-dialog .spinner, .v-ie9 .osbp-tea .v-reconnect-dialog .spinner {
border: none;
border-radius: 0px;
background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50% 50%;
background-size: 80%;
}
.v-ie8 .osbp-tea .v-reconnect-dialog .spinner {
min-width: 30px;
min-height: 30px;
}
.osbp-tea .v-reconnect-dialog.active .spinner {
display: inline-block;
}
.osbp-tea .v-absolutelayout-wrapper {
position: absolute;
}
.osbp-tea .v-absolutelayout-margin, .osbp-tea .v-absolutelayout-canvas {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.osbp-tea .v-absolutelayout.v-has-height > div, .osbp-tea .v-absolutelayout.v-has-height .v-absolutelayout-margin {
height: 100%;
}
.osbp-tea .v-absolutelayout.v-has-height > div, .osbp-tea .v-absolutelayout.v-has-width .v-absolutelayout-margin {
width: 100%;
}
.osbp-tea .v-margin-top {
padding-top: 11px;
}
.osbp-tea .v-margin-right {
padding-right: 11px;
}
.osbp-tea .v-margin-bottom {
padding-bottom: 11px;
}
.osbp-tea .v-margin-left {
padding-left: 11px;
}
.osbp-tea .v-spacing {
width: 8px;
height: 8px;
}
.osbp-tea .v-verticallayout-well, .osbp-tea .v-horizontallayout-well {
background: #f5f5f5;
color: #454545;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 3px 7px rgba(0, 0, 0, 0.1);
border-radius: 0px;
border: 1px solid #d4d4d4;
}
.osbp-tea .v-verticallayout-well > div > [class*="-caption"], .osbp-tea .v-horizontallayout-well > div > [class*="-caption"] {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-verticallayout-well > .v-margin-top, .osbp-tea .v-horizontallayout-well > .v-margin-top {
padding-top: 7px;
}
.osbp-tea .v-verticallayout-well > .v-margin-right, .osbp-tea .v-horizontallayout-well > .v-margin-right {
padding-right: 7px;
}
.osbp-tea .v-verticallayout-well > .v-margin-bottom, .osbp-tea .v-horizontallayout-well > .v-margin-bottom {
padding-bottom: 7px;
}
.osbp-tea .v-verticallayout-well > .v-margin-left, .osbp-tea .v-horizontallayout-well > .v-margin-left {
padding-left: 7px;
}
.osbp-tea .v-verticallayout-card, .osbp-tea .v-horizontallayout-card {
background: white;
color: #474747;
border-radius: 0px;
border: 1px solid #d4d4d4;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
}
.osbp-tea .v-verticallayout-card > .v-margin-top, .osbp-tea .v-horizontallayout-card > .v-margin-top {
padding-top: 7px;
}
.osbp-tea .v-verticallayout-card > .v-margin-right, .osbp-tea .v-horizontallayout-card > .v-margin-right {
padding-right: 7px;
}
.osbp-tea .v-verticallayout-card > .v-margin-bottom, .osbp-tea .v-horizontallayout-card > .v-margin-bottom {
padding-bottom: 7px;
}
.osbp-tea .v-verticallayout-card > .v-margin-left, .osbp-tea .v-horizontallayout-card > .v-margin-left {
padding-left: 7px;
}
.osbp-tea .v-horizontallayout-wrapping {
white-space: normal !important;
}
.osbp-tea .v-horizontallayout-wrapping > .v-spacing + .v-slot, .osbp-tea .v-horizontallayout-wrapping > .v-slot:first-child {
margin-bottom: 8px;
}
.osbp-tea .v-horizontallayout-wrapping > .v-slot:first-child:last-child {
margin-bottom: 0;
}
.osbp-tea .v-button {
position: relative;
text-align: center;
white-space: nowrap;
outline: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
}
.osbp-tea .v-button:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
}
.osbp-tea .v-button > div {
vertical-align: middle;
}
.v-sa .osbp-tea .v-button:before {
height: 110%;
}
.v-ff .osbp-tea .v-button:before {
height: 107%;
}
.v-ie .osbp-tea .v-button:before {
margin-top: 4px;
}
.osbp-tea .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;
}
.osbp-tea .v-button:focus:after {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.osbp-tea .v-button.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-button.v-disabled:after {
display: none;
}
.osbp-tea .v-button:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-button:hover:after {
background-color: rgba(186, 186, 186, 0.1);
}
.osbp-tea .v-button:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-button:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-button-primary {
height: 22px;
padding: 0 9px;
color: #0e0f09;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #9ea93f;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0 11px;
font-weight: bold;
min-width: 48px;
}
.osbp-tea .v-button-primary:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-button-primary:hover:after {
background-color: rgba(71, 76, 28, 0.1);
}
.osbp-tea .v-button-primary:focus:after {
border: inherit;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-button-primary:active:after {
background-color: rgba(90, 99, 17, 0.2);
}
.v-ie8 .osbp-tea .v-button-primary {
min-width: 26px;
}
.osbp-tea .v-button-friendly {
height: 22px;
padding: 0 9px;
color: #eaf4e9;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #2c9720;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
}
.osbp-tea .v-button-friendly:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-button-friendly:hover:after {
background-color: rgba(65, 211, 48, 0.1);
}
.osbp-tea .v-button-friendly:focus:after {
border: inherit;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-button-friendly:active:after {
background-color: rgba(14, 86, 6, 0.2);
}
.osbp-tea .v-button-danger {
height: 22px;
padding: 0 9px;
color: #f9f0ef;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #ed473b;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
}
.osbp-tea .v-button-danger:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-button-danger:hover:after {
background-color: rgba(243, 137, 129, 0.1);
}
.osbp-tea .v-button-danger:focus:after {
border: inherit;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-button-danger:active:after {
background-color: rgba(146, 12, 2, 0.2);
}
.osbp-tea .v-button-borderless {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
color: inherit;
}
.osbp-tea .v-button-borderless:hover:after {
background: transparent;
}
.osbp-tea .v-button-borderless:active {
opacity: 0.7;
filter: alpha(opacity=70) ;
}
.osbp-tea .v-button-borderless:active:after {
background: transparent;
}
.osbp-tea .v-button-borderless-colored {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
color: #9ea93f;
}
.osbp-tea .v-button-borderless-colored:hover {
color: #b7c15a;
}
.osbp-tea .v-button-borderless-colored:hover:after {
background: transparent;
}
.osbp-tea .v-button-borderless-colored:active {
opacity: 0.7;
filter: alpha(opacity=70) ;
}
.osbp-tea .v-button-borderless-colored:active:after {
background: transparent;
}
.osbp-tea .v-button-quiet {
visibility: hidden;
}
.osbp-tea .v-button-quiet:focus, .osbp-tea .v-button-quiet:hover {
visibility: visible;
}
.osbp-tea .v-button-quiet [class*="wrap"] {
visibility: visible;
}
.osbp-tea .v-button-quiet [class*="caption"] {
display: inline-block;
}
.osbp-tea .v-button-link {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
color: inherit;
cursor: pointer;
color: #9ea93f;
text-decoration: underline;
font-weight: inherit;
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-button-link:hover:after {
background: transparent;
}
.osbp-tea .v-button-link:active {
opacity: 0.7;
filter: alpha(opacity=70) ;
}
.osbp-tea .v-button-link:active:after {
background: transparent;
}
.osbp-tea .v-button-link:hover {
color: #b7c15a;
}
.osbp-tea .v-button-link.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-button-tiny {
height: 22px;
padding: 0 9px;
font-size: 12px;
border-radius: 0px;
}
.osbp-tea .v-button-tiny:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-button-small {
height: 19px;
padding: 0 8px;
font-size: 11px;
border-radius: 0px;
}
.osbp-tea .v-button-small:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-button-large {
height: 31px;
padding: 0 13px;
font-size: 17px;
border-radius: 0px;
}
.osbp-tea .v-button-large:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-button-huge {
height: 40px;
padding: 0 17px;
font-size: 22px;
border-radius: 0px;
}
.osbp-tea .v-button-huge:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-button-icon-align-right [class*="wrap"] {
display: inline-block;
}
.osbp-tea .v-button-icon-align-right .v-icon {
float: right;
margin-left: 8px;
}
.osbp-tea .v-button-icon-align-right .v-icon + span:not(:empty) {
margin-left: 0;
}
.osbp-tea .v-button-icon-align-top {
height: auto;
padding-top: 3px;
padding-bottom: 3px;
}
.osbp-tea .v-button-icon-align-top [class*="wrap"] {
display: inline-block;
}
.osbp-tea .v-button-icon-align-top .v-icon {
display: block;
margin-left: auto;
margin-right: auto;
}
.osbp-tea .v-button-icon-align-top .v-icon + span:not(:empty) {
margin-top: 4px;
margin-left: 0;
}
.osbp-tea .v-button-icon-only {
width: 22px;
padding: 0;
}
.osbp-tea .v-button-icon-only.v-button-tiny {
width: 22px;
}
.osbp-tea .v-button-icon-only.v-button-small {
width: 19px;
}
.osbp-tea .v-button-icon-only.v-button-large {
width: 31px;
}
.osbp-tea .v-button-icon-only.v-button-huge {
width: 40px;
}
.osbp-tea .v-button-icon-only .v-button-caption {
display: none;
}
.osbp-tea .v-checkbox {
position: relative;
line-height: 11px;
white-space: nowrap;
}
.osbp-tea .v-checkbox.v-has-width label {
white-space: normal;
}
:root .osbp-tea .v-checkbox {
padding-left: 15px;
}
:root .osbp-tea .v-checkbox label {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
display: inline-block;
}
:root .osbp-tea .v-checkbox > input {
position: absolute;
clip: rect(0, 0, 0, 0);
left: 0.2em;
top: 0.2em;
z-index: 0;
margin: 0;
}
:root .osbp-tea .v-checkbox > input:focus ~ label:before {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
}
:root .osbp-tea .v-checkbox > input ~ label:before, :root .osbp-tea .v-checkbox > input ~ label:after {
content: "";
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 11px;
height: 11px;
position: absolute;
top: 0;
left: 0;
border-radius: 0px;
font-size: 10px;
text-align: center;
}
:root .osbp-tea .v-checkbox > input ~ label:before {
height: 11px;
padding: 0 5px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0;
height: 11px;
}
:root .osbp-tea .v-checkbox > input ~ label:after {
content: "\f00c";
font-family: ThemeIcons;
color: transparent;
-webkit-transition: color 100ms;
-moz-transition: color 100ms;
transition: color 100ms;
}
:root .osbp-tea .v-checkbox > input:active ~ label:after {
background-color: rgba(125, 125, 125, 0.2);
}
:root .osbp-tea .v-checkbox > input:checked ~ label:after {
color: #9ea93f;
}
.osbp-tea .v-checkbox > .v-icon, .osbp-tea .v-checkbox > label .v-icon {
margin: 0 4px 0 2px;
min-width: 1em;
cursor: pointer;
}
.osbp-tea .v-checkbox.v-disabled > label, .osbp-tea .v-checkbox.v-disabled > .v-icon {
cursor: default;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-checkbox.v-disabled > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-checkbox.v-disabled > input:active ~ label:after {
background: transparent;
}
.osbp-tea .v-checkbox.v-readonly > label, .osbp-tea .v-checkbox.v-readonly > .v-icon {
cursor: default;
}
.osbp-tea .v-checkbox.v-readonly > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-checkbox.v-readonly > input:active ~ label:after {
background: transparent;
}
:root .osbp-tea .v-checkbox.v-readonly > input ~ label:after {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-checkbox-small {
position: relative;
line-height: 10px;
white-space: nowrap;
font-size: 11px;
}
.osbp-tea .v-checkbox-small.v-has-width label {
white-space: normal;
}
:root .osbp-tea .v-checkbox-small {
padding-left: 13px;
}
:root .osbp-tea .v-checkbox-small label {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
display: inline-block;
}
:root .osbp-tea .v-checkbox-small > input {
position: absolute;
clip: rect(0, 0, 0, 0);
left: 0.2em;
top: 0.2em;
z-index: 0;
margin: 0;
}
:root .osbp-tea .v-checkbox-small > input:focus ~ label:before {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
}
:root .osbp-tea .v-checkbox-small > input ~ label:before, :root .osbp-tea .v-checkbox-small > input ~ label:after {
content: "";
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 10px;
height: 10px;
position: absolute;
top: 0;
left: 0;
border-radius: 0px;
font-size: 8px;
text-align: center;
}
:root .osbp-tea .v-checkbox-small > input ~ label:before {
height: 9.5px;
padding: 0 4px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0;
height: 10px;
}
:root .osbp-tea .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 .osbp-tea .v-checkbox-small > input:active ~ label:after {
background-color: rgba(125, 125, 125, 0.2);
}
:root .osbp-tea .v-checkbox-small > input:checked ~ label:after {
color: #9ea93f;
}
.osbp-tea .v-checkbox-small > .v-icon, .osbp-tea .v-checkbox-small > label .v-icon {
margin: 0 3px 0 2px;
min-width: 1em;
cursor: pointer;
}
.osbp-tea .v-checkbox-small.v-disabled > label, .osbp-tea .v-checkbox-small.v-disabled > .v-icon {
cursor: default;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-checkbox-small.v-disabled > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-checkbox-small.v-disabled > input:active ~ label:after {
background: transparent;
}
.osbp-tea .v-checkbox-small.v-readonly > label, .osbp-tea .v-checkbox-small.v-readonly > .v-icon {
cursor: default;
}
.osbp-tea .v-checkbox-small.v-readonly > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-checkbox-small.v-readonly > input:active ~ label:after {
background: transparent;
}
:root .osbp-tea .v-checkbox-small.v-readonly > input ~ label:after {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-checkbox-large {
position: relative;
line-height: 16px;
white-space: nowrap;
font-size: 17px;
}
.osbp-tea .v-checkbox-large.v-has-width label {
white-space: normal;
}
:root .osbp-tea .v-checkbox-large {
padding-left: 21px;
}
:root .osbp-tea .v-checkbox-large label {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
display: inline-block;
}
:root .osbp-tea .v-checkbox-large > input {
position: absolute;
clip: rect(0, 0, 0, 0);
left: 0.2em;
top: 0.2em;
z-index: 0;
margin: 0;
}
:root .osbp-tea .v-checkbox-large > input:focus ~ label:before {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
}
:root .osbp-tea .v-checkbox-large > input ~ label:before, :root .osbp-tea .v-checkbox-large > input ~ label:after {
content: "";
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 16px;
height: 16px;
position: absolute;
top: 0;
left: 0;
border-radius: 0px;
font-size: 14px;
text-align: center;
}
:root .osbp-tea .v-checkbox-large > input ~ label:before {
height: 15.5px;
padding: 0 6px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0;
height: 16px;
}
:root .osbp-tea .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 .osbp-tea .v-checkbox-large > input:active ~ label:after {
background-color: rgba(125, 125, 125, 0.2);
}
:root .osbp-tea .v-checkbox-large > input:checked ~ label:after {
color: #9ea93f;
}
.osbp-tea .v-checkbox-large > .v-icon, .osbp-tea .v-checkbox-large > label .v-icon {
margin: 0 5px 0 3px;
min-width: 1em;
cursor: pointer;
}
.osbp-tea .v-checkbox-large.v-disabled > label, .osbp-tea .v-checkbox-large.v-disabled > .v-icon {
cursor: default;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-checkbox-large.v-disabled > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-checkbox-large.v-disabled > input:active ~ label:after {
background: transparent;
}
.osbp-tea .v-checkbox-large.v-readonly > label, .osbp-tea .v-checkbox-large.v-readonly > .v-icon {
cursor: default;
}
.osbp-tea .v-checkbox-large.v-readonly > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-checkbox-large.v-readonly > input:active ~ label:after {
background: transparent;
}
:root .osbp-tea .v-checkbox-large.v-readonly > input ~ label:after {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-filterselect {
position: relative;
width: 250px;
height: 22px;
border-radius: 0px;
white-space: nowrap;
}
.osbp-tea .v-filterselect [class*="input"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 22px;
border-radius: 0px;
padding: 2px 4px;
border: 1px solid #d4d4d4;
background: white;
color: #474747;
-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: 23px;
border-radius: inherit;
}
.v-ie8 .osbp-tea .v-filterselect [class*="input"], .v-ie9 .osbp-tea .v-filterselect [class*="input"] {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-filterselect [class*="input"].v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-filterselect [class*="input"]:focus {
outline: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-filterselect [class*="input"][class*="prompt"] {
color: #a3a3a3;
}
.osbp-tea .v-filterselect .v-icon + [class*="input"] {
padding-left: 22px;
}
.osbp-tea .v-filterselect img.v-icon {
max-height: 22px;
margin-left: 4px;
}
.osbp-tea .v-filterselect span.v-icon {
color: #474747;
width: 22px;
line-height: 1;
padding-top: 0.12em;
}
.osbp-tea .v-filterselect[class*="prompt"] > [class*="input"] {
color: #a3a3a3;
}
.osbp-tea .v-filterselect [class$="button"] {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
position: absolute;
width: 22px;
top: 1px;
right: 1px;
bottom: 1px;
border-left: 1px solid #d4d4d4;
color: #a3a3a3;
}
.v-ie8 .osbp-tea .v-filterselect [class$="button"] {
background-color: white;
}
.osbp-tea .v-filterselect [class$="button"]:before {
font-family: ThemeIcons;
content: "\f078";
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
position: absolute;
width: 22px;
text-align: center;
top: 50%;
line-height: 1;
margin-top: -0.47em;
}
.osbp-tea .v-filterselect [class$="button"]:hover:before {
color: #474747;
}
.osbp-tea .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);
}
.osbp-tea .v-filterselect.v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-filterselect.v-disabled [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect.v-disabled [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-filterselect.v-readonly [class*="input"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-filterselect.v-readonly [class*="input"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-filterselect.v-readonly [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect.v-readonly [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-filterselect .v-icon {
position: absolute;
pointer-events: none;
}
.osbp-tea .v-filterselect-error .v-filterselect-input {
border-color: #ed473b !important;
background: #fffbfb;
color: #6c2621;
}
.osbp-tea .v-filterselect-error .v-filterselect-button {
color: #ed473b;
border-color: #ed473b;
}
.osbp-tea .v-filterselect-suggestpopup {
margin-top: 3px !important;
}
.osbp-tea .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;
}
.osbp-tea .v-filterselect-suggestpopup [class$="suggestmenu"] {
padding: 2px 2px;
border-radius: 0px;
background-color: white;
color: #474747;
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
padding: 2px 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
z-index: 1;
}
.osbp-tea .v-filterselect-suggestpopup [class$="suggestmenu"][style*="height"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.osbp-tea .v-filterselect-suggestpopup table, .osbp-tea .v-filterselect-suggestpopup tbody, .osbp-tea .v-filterselect-suggestpopup tr, .osbp-tea .v-filterselect-suggestpopup td {
display: block;
}
.osbp-tea .v-filterselect-suggestpopup .gwt-MenuItem {
cursor: pointer;
line-height: 16px;
padding: 0 12px 0 6px;
font-weight: 400;
white-space: nowrap;
position: relative;
}
.osbp-tea .v-filterselect-suggestpopup .gwt-MenuItem:active:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #808c16;
opacity: 0.15;
filter: alpha(opacity=15.0) ;
pointer-events: none;
border-radius: inherit;
}
.osbp-tea .v-filterselect-suggestpopup .gwt-MenuItem .v-icon {
max-height: 16px;
margin-right: 3px;
min-width: 1em;
}
.osbp-tea .v-filterselect-suggestpopup .gwt-MenuItem-selected {
background: #9ea93f;
color: #0e0f09;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-filterselect-suggestpopup [class$="status"] {
position: absolute;
right: 0px;
background: rgba(212, 212, 212, 0.9);
color: #3b3b3b;
border-radius: 0 0 0px 0px;
height: 14px;
bottom: -14px;
font-size: 9px;
line-height: 14px;
padding: 0 4px;
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;
}
.osbp-tea .v-filterselect-suggestpopup [class$="status"] > * {
color: #3b3b3b;
text-decoration: none;
}
.osbp-tea .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: 15px;
height: 15px;
line-height: 15px;
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;
}
.osbp-tea .v-filterselect-suggestpopup div[class*="page"]:after {
content: "";
position: absolute;
display: block;
border-radius: 50%;
}
.osbp-tea .v-filterselect-suggestpopup div[class*="page"]:hover {
opacity: 1;
filter: none ;
background: rgba(250, 250, 250, 0.5);
}
.osbp-tea .v-filterselect-suggestpopup div[class*="page"]:hover:after {
top: -10px;
bottom: -10px;
left: -20px;
right: -20px;
}
.osbp-tea .v-filterselect-suggestpopup div[class*="page"] span {
display: none;
}
.osbp-tea .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);
}
.osbp-tea .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 0px 0 0px;
}
.osbp-tea .v-filterselect-suggestpopup div[class*="prev"]:before {
content: "\f0d8";
}
.osbp-tea .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: 0px 0 0px 0;
}
.osbp-tea .v-filterselect-suggestpopup div[class*="next"]:before {
content: "\f0d7";
}
.osbp-tea .v-filterselect-suggestpopup div[class*="-off"] {
display: none;
}
.osbp-tea .v-filterselect-no-input {
cursor: pointer;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-filterselect-no-input [class*="input"] {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #fafafa;
cursor: inherit;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
border: 1px solid #d4d4d4;
text-shadow: inherit;
text-overflow: ellipsis;
border-radius: inherit;
}
.osbp-tea .v-filterselect-no-input [class*="input"]:focus {
outline: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-filterselect-no-input [class$="button"] {
border-left: none !important;
}
.osbp-tea .v-filterselect-no-input:hover [class$="button"]:before {
color: inherit;
}
.osbp-tea .v-filterselect-borderless .v-filterselect-input {
border: none;
border-radius: 0;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: inherit;
}
.osbp-tea .v-filterselect-borderless .v-filterselect-input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-filterselect-borderless .v-filterselect-input[class*="prompt"] {
color: inherit;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-filterselect-borderless .v-filterselect-button {
border: none;
color: inherit;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-filterselect-borderless.v-filterselect-prompt .v-filterselect-input {
color: inherit;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-filterselect-align-right input {
text-align: right;
}
.osbp-tea .v-filterselect-align-center input {
text-align: center;
}
.osbp-tea .v-filterselect-tiny {
height: 22px;
font-size: 12px;
}
.osbp-tea .v-filterselect-tiny [class*="input"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 22px;
padding: 2px 4px;
-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: 23px;
border-radius: inherit;
}
.v-ie8 .osbp-tea .v-filterselect-tiny [class*="input"], .v-ie9 .osbp-tea .v-filterselect-tiny [class*="input"] {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-filterselect-tiny .v-icon + [class*="input"] {
padding-left: 22px;
}
.osbp-tea .v-filterselect-tiny img.v-icon {
max-height: 22px;
margin-left: 4px;
}
.osbp-tea .v-filterselect-tiny span.v-icon {
width: 22px;
line-height: 1;
padding-top: 0.12em;
}
.osbp-tea .v-filterselect-tiny [class$="button"] {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
position: absolute;
width: 22px;
}
.osbp-tea .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: 22px;
text-align: center;
top: 50%;
line-height: 1;
margin-top: -0.47em;
}
.osbp-tea .v-filterselect-tiny [class$="button"]:active:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-filterselect-tiny.v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-filterselect-tiny.v-disabled [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect-tiny.v-disabled [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-filterselect-tiny.v-readonly [class*="input"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-filterselect-tiny.v-readonly [class*="input"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-filterselect-tiny.v-readonly [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect-tiny.v-readonly [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-filterselect-compact, .osbp-tea .v-filterselect-small {
height: 19px;
}
.osbp-tea .v-filterselect-compact [class*="input"], .osbp-tea .v-filterselect-small [class*="input"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 19px;
padding: 2px 4px;
-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: 20px;
border-radius: inherit;
}
.v-ie8 .osbp-tea .v-filterselect-compact [class*="input"], .v-ie9 .osbp-tea .v-filterselect-compact [class*="input"], .v-ie8 .osbp-tea .v-filterselect-small [class*="input"], .v-ie9 .osbp-tea .v-filterselect-small [class*="input"] {
line-height: 19px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-filterselect-compact .v-icon + [class*="input"], .osbp-tea .v-filterselect-small .v-icon + [class*="input"] {
padding-left: 19px;
}
.osbp-tea .v-filterselect-compact img.v-icon, .osbp-tea .v-filterselect-small img.v-icon {
max-height: 19px;
margin-left: 4px;
}
.osbp-tea .v-filterselect-compact span.v-icon, .osbp-tea .v-filterselect-small span.v-icon {
width: 19px;
line-height: 1;
padding-top: 0.12em;
}
.osbp-tea .v-filterselect-compact [class$="button"], .osbp-tea .v-filterselect-small [class$="button"] {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
position: absolute;
width: 19px;
}
.osbp-tea .v-filterselect-compact [class$="button"]:before, .osbp-tea .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: 19px;
text-align: center;
top: 50%;
line-height: 1;
margin-top: -0.47em;
}
.osbp-tea .v-filterselect-compact [class$="button"]:active:after, .osbp-tea .v-filterselect-small [class$="button"]:active:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-filterselect-compact.v-disabled, .osbp-tea .v-filterselect-small.v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-filterselect-compact.v-disabled [class$="button"], .osbp-tea .v-filterselect-small.v-disabled [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect-compact.v-disabled [class$="button"]:active:after, .osbp-tea .v-filterselect-small.v-disabled [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-filterselect-compact.v-readonly [class*="input"], .osbp-tea .v-filterselect-small.v-readonly [class*="input"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-filterselect-compact.v-readonly [class*="input"]:focus, .osbp-tea .v-filterselect-small.v-readonly [class*="input"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-filterselect-compact.v-readonly [class$="button"], .osbp-tea .v-filterselect-small.v-readonly [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect-compact.v-readonly [class$="button"]:active:after, .osbp-tea .v-filterselect-small.v-readonly [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-filterselect-small {
font-size: 11px;
}
.osbp-tea .v-filterselect-large {
height: 31px;
font-size: 17px;
}
.osbp-tea .v-filterselect-large [class*="input"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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;
}
.v-ie8 .osbp-tea .v-filterselect-large [class*="input"], .v-ie9 .osbp-tea .v-filterselect-large [class*="input"] {
line-height: 31px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-filterselect-large .v-icon + [class*="input"] {
padding-left: 31px;
}
.osbp-tea .v-filterselect-large img.v-icon {
max-height: 31px;
margin-left: 6px;
}
.osbp-tea .v-filterselect-large span.v-icon {
width: 31px;
line-height: 1;
padding-top: 0.12em;
}
.osbp-tea .v-filterselect-large [class$="button"] {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
position: absolute;
width: 31px;
}
.osbp-tea .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: 31px;
text-align: center;
top: 50%;
line-height: 1;
margin-top: -0.47em;
}
.osbp-tea .v-filterselect-large [class$="button"]:active:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-filterselect-large.v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-filterselect-large.v-disabled [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect-large.v-disabled [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-filterselect-large.v-readonly [class*="input"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-filterselect-large.v-readonly [class*="input"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-filterselect-large.v-readonly [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect-large.v-readonly [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-filterselect-huge {
height: 40px;
font-size: 22px;
}
.osbp-tea .v-filterselect-huge [class*="input"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 40px;
padding: 4px 7px;
-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: 41px;
border-radius: inherit;
}
.v-ie8 .osbp-tea .v-filterselect-huge [class*="input"], .v-ie9 .osbp-tea .v-filterselect-huge [class*="input"] {
line-height: 40px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-filterselect-huge .v-icon + [class*="input"] {
padding-left: 40px;
}
.osbp-tea .v-filterselect-huge img.v-icon {
max-height: 40px;
margin-left: 7px;
}
.osbp-tea .v-filterselect-huge span.v-icon {
width: 40px;
line-height: 1;
padding-top: 0.12em;
}
.osbp-tea .v-filterselect-huge [class$="button"] {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
position: absolute;
width: 40px;
}
.osbp-tea .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: 40px;
text-align: center;
top: 50%;
line-height: 1;
margin-top: -0.47em;
}
.osbp-tea .v-filterselect-huge [class$="button"]:active:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-filterselect-huge.v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-filterselect-huge.v-disabled [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect-huge.v-disabled [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-filterselect-huge.v-readonly [class*="input"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-filterselect-huge.v-readonly [class*="input"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-filterselect-huge.v-readonly [class$="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-filterselect-huge.v-readonly [class$="button"]:active:after {
display: none;
}
.osbp-tea .v-csslayout-well {
background: #f5f5f5;
color: #454545;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 3px 7px rgba(0, 0, 0, 0.1);
border-radius: 0px;
border: 1px solid #d4d4d4;
}
.osbp-tea .v-csslayout-well > div > [class*="-caption"] {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-csslayout-well > .v-margin-top {
padding-top: 7px;
}
.osbp-tea .v-csslayout-well > .v-margin-right {
padding-right: 7px;
}
.osbp-tea .v-csslayout-well > .v-margin-bottom {
padding-bottom: 7px;
}
.osbp-tea .v-csslayout-well > .v-margin-left {
padding-left: 7px;
}
.osbp-tea .v-csslayout-card {
background: white;
color: #474747;
border-radius: 0px;
border: 1px solid #d4d4d4;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
}
.osbp-tea .v-csslayout-card > .v-margin-top {
padding-top: 7px;
}
.osbp-tea .v-csslayout-card > .v-margin-right {
padding-right: 7px;
}
.osbp-tea .v-csslayout-card > .v-margin-bottom {
padding-bottom: 7px;
}
.osbp-tea .v-csslayout-card > .v-margin-left {
padding-left: 7px;
}
.osbp-tea .v-csslayout-v-component-group {
white-space: nowrap;
position: relative;
}
.osbp-tea .v-csslayout-v-component-group .v-widget {
vertical-align: middle;
margin-left: -1px;
}
.osbp-tea .v-csslayout-v-component-group .v-widget:first-child {
margin-left: 0;
}
.osbp-tea .v-csslayout-v-component-group .v-widget:focus, .osbp-tea .v-csslayout-v-component-group .v-widget[class*="focus"], .osbp-tea .v-csslayout-v-component-group .v-widget [class*="focus"] {
position: relative;
z-index: 5;
}
.osbp-tea .v-form fieldset {
border: none;
padding: 0;
margin: 0;
height: 100%;
}
.osbp-tea .v-form-content {
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.osbp-tea [class*="spacing"] > tbody > [class*="row"] > td {
padding-top: 8px;
}
.osbp-tea [class*="spacing"] > tbody > [class*="firstrow"] > td {
padding-top: 0;
}
.osbp-tea [class*="margin-top"] > tbody > [class*="firstrow"] > td {
padding-top: 11px;
}
.osbp-tea [class*="margin-bottom"] > tbody > [class*="lastrow"] > td {
padding-bottom: 11px;
}
.osbp-tea [class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] {
padding-left: 11px;
}
.osbp-tea [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .osbp-tea [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .osbp-tea [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 {
left: 11px;
}
.osbp-tea [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] {
padding-right: 11px;
}
.osbp-tea [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .osbp-tea [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .osbp-tea [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 {
right: 11px;
}
.osbp-tea .v-formlayout > table {
border-spacing: 0;
position: relative;
}
.osbp-tea .v-formlayout.v-has-width > table, .osbp-tea .v-formlayout.v-has-width .v-formlayout-contentcell {
width: 100%;
}
.osbp-tea .v-formlayout-error-indicator {
width: 11px;
}
.osbp-tea .v-formlayout-captioncell {
vertical-align: top;
line-height: 21px;
}
.osbp-tea .v-formlayout-captioncell .v-caption {
padding-bottom: 0;
}
.osbp-tea .v-formlayout-captioncell .v-caption-h2, .osbp-tea .v-formlayout-captioncell .v-caption-h3, .osbp-tea .v-formlayout-captioncell .v-caption-h4 {
height: 3em;
}
.osbp-tea .v-formlayout-contentcell .v-checkbox, .osbp-tea .v-formlayout-contentcell .v-radiobutton {
font-weight: 400;
}
.osbp-tea .v-formlayout-contentcell > .v-label-h2, .osbp-tea .v-formlayout-contentcell > .v-label-h3, .osbp-tea .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 #d4d4d4;
}
.osbp-tea .v-formlayout.light > table {
padding: 0;
}
.osbp-tea .v-formlayout.light > table > tbody > tr > td {
padding-top: 0;
height: 22px;
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="lastrow"] > td {
border-bottom: none;
}
.osbp-tea .v-formlayout.light > table > tbody > tr > [class*="captioncell"] {
color: #7d7d7d;
text-align: right;
padding-left: 8px;
line-height: 22px;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] {
padding-right: 0;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect-input, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield-textfield {
width: 100%;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input, .osbp-tea .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: 22px;
border-radius: 0;
padding: 2px 4px;
-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;
}
.v-ie8 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield, .v-ie9 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield, .v-ie8 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .v-ie9 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .v-ie8 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input, .v-ie9 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input, .v-ie8 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input, .v-ie9 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input, .v-ie8 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea, .v-ie9 .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield.v-disabled, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea.v-disabled, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input.v-disabled, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input.v-disabled, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea.v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield:focus, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea:focus, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input:focus, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input:focus, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea:focus {
outline: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent, none;
box-shadow: 0 0 0 1px transparent, none;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield:focus, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea:focus, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect input:focus, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield input:focus, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea:focus {
box-shadow: none;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textfield-prompt, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea-prompt, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-filterselect-prompt input, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-datefield-prompt input {
color: #a3a3a3;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-textarea, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-richtextarea {
height: auto;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 {
border-bottom: none;
left: 0;
right: 0;
}
.osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .osbp-tea .v-formlayout.light > table > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 {
margin-top: 0;
}
.osbp-tea .v-formlayout.light .v-richtextarea {
margin: 3px 0;
}
.osbp-tea .v-formlayout.light .v-filterselect-button, .osbp-tea .v-formlayout.light .v-datefield-button {
border: none;
}
.osbp-tea .v-formlayout.light .v-filterselect-button:active:after, .osbp-tea .v-formlayout.light .v-datefield-button:active:after {
display: none;
}
.osbp-tea .v-formlayout.light .v-datefield-button {
right: 0;
left: auto;
}
.osbp-tea .v-formlayout.light .v-checkbox {
margin-left: 4px;
}
.osbp-tea .v-grid {
position: relative;
}
.osbp-tea .v-grid-scroller {
position: absolute;
z-index: 1;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.osbp-tea .v-grid-scroller-horizontal {
left: 0;
right: 0;
bottom: 0;
overflow-y: hidden;
-ms-overflow-y: hidden;
}
.osbp-tea .v-grid-scroller-vertical {
right: 0;
top: 0;
bottom: 0;
overflow-x: hidden;
-ms-overflow-x: hidden;
}
.osbp-tea .v-grid-tablewrapper {
position: absolute;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 5;
}
.osbp-tea .v-grid-tablewrapper > table {
border-spacing: 0;
table-layout: fixed;
width: inherit;
}
.osbp-tea .v-grid-header-deco, .osbp-tea .v-grid-footer-deco {
position: absolute;
right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.osbp-tea .v-grid-horizontal-scrollbar-deco {
position: absolute;
bottom: 0;
left: 0;
right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.osbp-tea .v-grid-header, .osbp-tea .v-grid-body, .osbp-tea .v-grid-footer {
position: absolute;
left: 0;
width: inherit;
z-index: 10;
}
.osbp-tea .v-grid-header, .osbp-tea .v-grid-header-deco {
top: 0;
}
.osbp-tea .v-grid-footer, .osbp-tea .v-grid-footer-deco {
bottom: 0;
}
.osbp-tea .v-grid-body {
z-index: 0;
top: 0;
}
.osbp-tea .v-grid-body .v-grid-row {
position: absolute;
top: 0;
left: 0;
}
.osbp-tea .v-grid-row {
display: block;
}
.v-ie8 .osbp-tea .v-grid-row, .v-ie9 .osbp-tea .v-grid-row {
float: left;
clear: left;
margin-top: 0;
}
.osbp-tea .v-grid-row > td, .osbp-tea .v-grid-row > th {
background-color: white;
}
.osbp-tea .v-grid-row {
width: inherit;
}
.osbp-tea .v-grid-cell {
display: block;
float: left;
padding: 2px;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
font-size: 12px;
}
.osbp-tea .v-grid-cell.frozen {
position: relative;
z-index: 1;
}
.osbp-tea .v-grid-spacer {
position: absolute;
display: block;
background-color: white;
}
.osbp-tea .v-grid-spacer > td {
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.v-ie8 .osbp-tea .v-grid-spacer, .v-ie9 .osbp-tea .v-grid-spacer {
margin-top: 0;
}
.osbp-tea .v-grid {
outline: none;
}
.osbp-tea .v-grid-scroller-vertical, .osbp-tea .v-grid-scroller-horizontal {
border: 1px solid #d4d4d4;
}
.osbp-tea .v-grid-scroller-vertical {
border-left: none;
}
.osbp-tea .v-grid-scroller-horizontal {
border-top: none;
}
.osbp-tea .v-grid-tablewrapper {
border: 1px solid #d4d4d4;
}
.osbp-tea .v-grid .header-drag-table {
border-spacing: 0;
position: relative;
table-layout: fixed;
width: inherit;
}
.osbp-tea .v-grid .header-drag-table .v-grid-header {
position: absolute;
}
.osbp-tea .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;
}
.osbp-tea .v-grid .header-drag-table .v-grid-header > .v-grid-drop-marker {
background-color: #9ea93f;
position: absolute;
width: 3px;
}
.osbp-tea .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;
}
.osbp-tea .v-grid-sidebar.v-contextmenu.v-grid-sidebar-popup {
right: auto;
}
.osbp-tea .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;
}
.osbp-tea .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button[disabled] {
cursor: default;
}
.osbp-tea .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button::-moz-focus-inner {
border: 0;
}
.osbp-tea .v-grid-sidebar.v-contextmenu .v-grid-sidebar-button:after {
content: "\f0c9";
display: block;
font-family: ThemeIcons, sans-serif;
font-size: 10px;
}
.osbp-tea .v-grid-sidebar.v-contextmenu.closed {
border-radius: 0;
}
.osbp-tea .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button {
width: 100%;
}
.osbp-tea .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button:after {
content: "\f0c9";
font-size: 10px;
line-height: 1;
}
.v-ie .osbp-tea .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button {
vertical-align: middle;
}
.v-ie8 .osbp-tea .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button:after {
vertical-align: middle;
text-align: center;
display: inline;
}
.osbp-tea .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content {
padding: 4px 0;
}
.osbp-tea .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle {
text-shadow: none;
}
.osbp-tea .v-grid-cell {
background-color: white;
padding: 0 10.5px;
line-height: 22px;
text-overflow: ellipsis;
}
.osbp-tea .v-grid-cell > * {
line-height: 21px;
vertical-align: middle;
}
.osbp-tea .v-grid-cell > div {
display: inline-block;
}
.osbp-tea .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;
}
.osbp-tea .v-grid-cell.frozen + th, .osbp-tea .v-grid-cell.frozen + td {
border-left: none;
}
.osbp-tea .v-grid-row > td, .osbp-tea .v-grid-editor-cells > div {
border-left: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .v-grid-row > td:first-child, .osbp-tea .v-grid-editor-cells > div:first-child {
border-left: none;
}
.osbp-tea .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;
}
.osbp-tea .v-grid-row-stripe > td {
background-color: #f5f5f5;
}
.osbp-tea .v-grid-row-selected > td {
background: #9ea93f;
}
.osbp-tea .v-grid-row-focused > td {
}
.osbp-tea .v-grid-header th {
position: relative;
background-color: #fafafa;
font-size: 10px;
font-weight: inherit;
border-left: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
text-align: left;
}
.osbp-tea .v-grid-header th:first-child {
border-left: none;
}
.osbp-tea .v-grid-header .sort-asc, .osbp-tea .v-grid-header .sort-desc {
padding-right: 22.5px;
}
.osbp-tea .v-grid-header .sort-asc:after, .osbp-tea .v-grid-header .sort-desc:after {
font-family: ThemeIcons, sans-serif;
content: "\f0de" " " attr(sort-order);
position: absolute;
right: 10.5px;
font-size: 9px;
}
.osbp-tea .v-grid-header .sort-desc:after {
content: "\f0dd" " " attr(sort-order);
}
.osbp-tea .v-grid-column-resize-handle {
position: absolute;
width: 21px;
right: -10.5px;
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;
}
.osbp-tea .v-grid-footer td {
background-color: #fafafa;
font-size: 10px;
font-weight: inherit;
border-left: 1px solid #d4d4d4;
border-top: 1px solid #d4d4d4;
border-bottom: none;
}
.osbp-tea .v-grid-footer td:first-child {
border-left: none;
}
.osbp-tea .v-grid-header .v-grid-cell, .osbp-tea .v-grid-footer .v-grid-cell {
overflow: visible;
}
.osbp-tea .v-grid-column-header-content, .osbp-tea .v-grid-column-footer-content {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
line-height: 22px;
vertical-align: baseline;
}
.osbp-tea .v-grid-header-deco {
border-top: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
background-color: #fafafa;
}
.osbp-tea .v-grid-footer-deco {
border-bottom: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
background-color: #fafafa;
}
.osbp-tea .v-grid-horizontal-scrollbar-deco {
background-color: #fafafa;
border: 1px solid #d4d4d4;
border-top: none;
}
.osbp-tea .v-grid-cell-focused {
position: relative;
}
.osbp-tea .v-grid-cell-focused:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 2px solid #9ea93f;
display: none;
pointer-events: none;
}
.ie8 .osbp-tea .v-grid-cell-focused:before, .ie9 .osbp-tea .v-grid-cell-focused:before, .ie10 .osbp-tea .v-grid-cell-focused:before {
content: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==);
}
.osbp-tea .v-grid:focus .v-grid-cell-focused:before {
display: block;
}
.osbp-tea .v-grid.v-disabled:focus .v-grid-cell-focused:before {
display: none;
}
.osbp-tea .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);
}
.osbp-tea .v-grid-editor.unbuffered .v-grid-editor-footer {
width: 100%;
}
.osbp-tea .v-grid-editor-cells {
position: relative;
white-space: nowrap;
}
.osbp-tea .v-grid-editor-cells.frozen {
z-index: 2;
}
.osbp-tea .v-grid-editor-cells > div {
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
background: white;
}
.osbp-tea .v-grid-editor-cells > div:first-child {
border-left: none;
}
.osbp-tea .v-grid-editor-cells > div > * {
vertical-align: middle;
display: inline-block;
}
.osbp-tea .v-grid-editor-cells > div .v-filterselect {
padding-left: 0;
}
.osbp-tea .v-grid-editor-cells > div input[type="text"], .osbp-tea .v-grid-editor-cells > div input[type="text"].v-filterselect-input, .osbp-tea .v-grid-editor-cells > div input[type="password"] {
padding-left: 10.5px;
}
.osbp-tea .v-grid-editor-cells > div input[type="text"]:not(.v-filterselect-input), .osbp-tea .v-grid-editor-cells > div input[type="password"] {
padding-right: 5.25px;
}
.osbp-tea .v-grid-editor-cells > div input[type="checkbox"] {
margin-left: 10.5px;
}
.osbp-tea .v-grid-editor-cells > div .v-textfield, .osbp-tea .v-grid-editor-cells > div .v-datefield, .osbp-tea .v-grid-editor-cells > div .v-filterselect {
min-width: 100%;
max-width: 100%;
min-height: 100%;
max-height: 100%;
}
.v-ie8 .osbp-tea .v-grid-editor-cells > div .v-datefield-button {
margin-left: -37px;
}
.v-ie8 .osbp-tea .v-grid-editor-cells > div .v-filterselect-button {
margin-left: -25px;
}
.osbp-tea .v-grid-editor-cells > div .v-select, .osbp-tea .v-grid-editor-cells > div .v-select-select {
min-width: 100%;
max-width: 100%;
}
.osbp-tea .v-grid-editor-cells > div.not-editable.v-grid-cell {
float: none;
}
.osbp-tea .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;
}
.osbp-tea .v-grid-editor-cells .error, .osbp-tea .v-grid-editor-cells .error > input {
background-color: #fee;
}
.osbp-tea .v-grid-editor-footer {
display: table;
height: 22px;
border-top: 1px solid #d4d4d4;
margin-top: -1px;
background: white;
padding: 0 5px;
}
.osbp-tea .v-grid-editor-footer + .v-grid-editor-cells > div {
border-bottom: none;
border-top: 1px solid #d4d4d4;
}
.osbp-tea .v-grid-editor-footer:first-child {
border-top: none;
margin-top: 0;
border-bottom: 1px solid #d4d4d4;
margin-bottom: -1px;
}
.osbp-tea .v-grid-editor-message, .osbp-tea .v-grid-editor-buttons {
display: table-cell;
white-space: nowrap;
vertical-align: middle;
}
.osbp-tea .v-grid-editor-message {
width: 100%;
position: relative;
}
.osbp-tea .v-grid-editor-message > div {
position: absolute;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
line-height: 22px;
top: 0;
}
.osbp-tea .v-grid-editor-save {
margin-right: 4px;
}
.osbp-tea .v-grid-spacer {
padding-left: 1px;
}
.osbp-tea .v-grid-spacer > td {
display: block;
padding: 0;
background-color: white;
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .v-grid-spacer.stripe > td {
background-color: #f5f5f5;
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .v-grid-spacer-deco-container {
border-top: 1px solid transparent;
position: relative;
top: 0;
z-index: 5;
}
.osbp-tea .v-grid-spacer-deco {
top: 0;
left: 0;
width: 2px;
background-color: #9ea93f;
position: absolute;
height: 100%;
pointer-events: none;
}
.ie8 .osbp-tea .v-grid-spacer-deco:before, .ie9 .osbp-tea .v-grid-spacer-deco:before, .ie10 .osbp-tea .v-grid-spacer-deco:before {
content: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==);
}
.osbp-tea .v-grid-cell > .v-progressbar {
width: 100%;
}
.osbp-tea .v-grid {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
background-color: #fafafa;
}
.osbp-tea .v-grid.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-grid-header .v-grid-cell {
background: #fafafa;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .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;
}
.osbp-tea .v-grid-header .v-grid-cell.dragged-column-header {
margin-top: -11px;
}
.osbp-tea .v-grid-footer .v-grid-cell {
background: #fafafa;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-grid-header-deco {
background: #fafafa;
}
.osbp-tea .v-grid-footer-deco, .osbp-tea .v-grid-horizontal-scrollbar-deco {
background: #fafafa;
}
.osbp-tea .v-grid-row-selected > .v-grid-cell {
background: #9ea93f;
color: #282a17;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
border-color: #7c843c;
}
.osbp-tea .v-grid-row-selected > .v-grid-cell-focused:before {
border-color: #c7cf7f;
}
.osbp-tea .v-grid-editor {
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
border-color: #9ea93f;
}
.osbp-tea .v-grid-editor-footer {
font-size: 11px;
padding: 0 4px;
background: #fff;
-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;
}
.osbp-tea .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;
}
.osbp-tea .v-grid-editor-cells {
z-index: 1;
}
.osbp-tea .v-grid-editor-cells > div:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.osbp-tea .v-grid-editor-cells > div.not-editable.v-grid-cell {
float: none;
}
.osbp-tea .v-grid-editor-cells > div .error::before {
border-top: 6px solid #ed473b;
border-right: 6px solid transparent;
}
.osbp-tea .v-grid-editor-cells > div .error, .osbp-tea .v-grid-editor-cells > div .error > input {
background-color: #fffbfb;
}
.osbp-tea .v-grid-editor-cells > div .v-textfield, .osbp-tea .v-grid-editor-cells > div .v-textfield-focus, .osbp-tea .v-grid-editor-cells > div .v-datefield, .osbp-tea .v-grid-editor-cells > div .v-datefield .v-textfield-focus, .osbp-tea .v-grid-editor-cells > div .v-filterselect-input, .osbp-tea .v-grid-editor-cells > div .v-filterselect-input:focus {
border: none;
border-radius: 0;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-grid-editor-cells > div input[type="text"].v-datefield-textfield {
padding-left: 26.4px;
}
.v-ie8 .osbp-tea .v-grid-editor-cells > div .v-datefield-button {
margin-left: 0px;
}
.v-ie8 .osbp-tea .v-grid-editor-cells > div .v-filterselect-button {
margin-left: 0px;
}
.osbp-tea .v-grid-editor-cells > div .v-textfield-focus, .osbp-tea .v-grid-editor-cells > div .v-datefield .v-textfield-focus, .osbp-tea .v-grid-editor-cells > div .v-filterselect-input:focus {
position: relative;
}
.osbp-tea .v-grid-editor-cells > div .v-select {
padding-left: 5px;
padding-right: 5px;
}
.osbp-tea .v-grid-editor-cells > div .v-checkbox {
margin: 0 5px 0 10.5px;
}
.osbp-tea .v-grid-editor-cells > div .v-checkbox > input[type="checkbox"] {
margin-left: 0;
}
.osbp-tea .v-grid-editor-cells > div .v-checkbox > label {
white-space: nowrap;
}
.osbp-tea .v-grid-editor-message > div:before {
display: inline-block;
color: #ed473b;
font-weight: 600;
width: 11px;
text-align: center;
content: "!";
}
.osbp-tea .v-grid-editor-save, .osbp-tea .v-grid-editor-cancel {
cursor: pointer;
color: #9ea93f;
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: 4px 4px;
margin: 0;
outline: none;
}
.osbp-tea .v-grid-editor-save:hover, .osbp-tea .v-grid-editor-cancel:hover {
color: #b7c15a;
}
.osbp-tea .v-grid-editor-save.v-disabled, .osbp-tea .v-grid-editor-cancel.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-grid-spacer {
margin-top: -1px;
}
.osbp-tea .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-content {
margin: 0 0 2px;
padding: 4px 4px 2px;
}
.osbp-tea .v-grid-sidebar.v-contextmenu.closed {
background: #fafafa;
}
.osbp-tea .v-grid-scroller::-webkit-scrollbar {
border: none;
}
.osbp-tea .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;
}
.osbp-tea .v-grid-scroller-vertical::-webkit-scrollbar-thumb {
min-height: 30px;
}
.osbp-tea .v-grid-scroller-horizontal::-webkit-scrollbar-thumb {
min-width: 30px;
}
.osbp-tea .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: 22px;
border-radius: 0px;
padding: 2px 4px;
border: 1px solid #d4d4d4;
background: white;
color: #474747;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
width: 250px;
}
.v-ie8 .osbp-tea .v-textfield, .v-ie9 .osbp-tea .v-textfield {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-textfield.v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-textfield:focus {
outline: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-textfield[class*="prompt"] {
color: #a3a3a3;
}
.osbp-tea .v-textfield-readonly {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-textfield-readonly:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-textfield-error {
border-color: #ed473b !important;
background: #fffbfb;
color: #6c2621;
}
.osbp-tea .v-textfield-borderless {
border: none;
border-radius: 0;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: inherit;
}
.osbp-tea .v-textfield-borderless:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-textfield-borderless[class*="prompt"] {
color: inherit;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .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: 22px;
border-radius: 0px;
padding: 2px 4px;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
font-size: 12px;
}
.v-ie8 .osbp-tea .v-textfield-tiny, .v-ie9 .osbp-tea .v-textfield-tiny {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-textfield-compact, .osbp-tea .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: 19px;
border-radius: 0px;
padding: 2px 4px;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
}
.v-ie8 .osbp-tea .v-textfield-compact, .v-ie9 .osbp-tea .v-textfield-compact, .v-ie8 .osbp-tea .v-textfield-small, .v-ie9 .osbp-tea .v-textfield-small {
line-height: 19px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-textfield-small {
font-size: 11px;
}
.osbp-tea .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: 31px;
border-radius: 0px;
padding: 3px 6px;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
font-size: 17px;
}
.v-ie8 .osbp-tea .v-textfield-large, .v-ie9 .osbp-tea .v-textfield-large {
line-height: 31px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .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: 40px;
border-radius: 0px;
padding: 4px 7px;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
font-size: 22px;
}
.v-ie8 .osbp-tea .v-textfield-huge, .v-ie9 .osbp-tea .v-textfield-huge {
line-height: 40px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-slot-inline-icon {
position: relative;
}
.osbp-tea .v-caption-inline-icon {
padding: 0;
}
.osbp-tea .v-caption-inline-icon .v-captiontext {
font-size: 11px;
font-weight: 400;
padding-bottom: 0.3em;
margin: 0;
}
.osbp-tea .v-caption-inline-icon .v-icon {
position: absolute;
z-index: 10;
}
.osbp-tea .v-caption-inline-icon span.v-icon {
left: 1px;
bottom: 1px;
width: 22px;
line-height: 20px;
text-align: center;
font-size: 12px;
}
.osbp-tea .v-caption-inline-icon img.v-icon {
left: 3px;
bottom: 3px;
}
.osbp-tea .v-textfield-inline-icon {
padding-left: 22px;
}
.osbp-tea .v-slot-inline-icon.v-slot-tiny {
position: relative;
}
.osbp-tea .v-caption-inline-icon.v-caption-tiny {
padding: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-tiny .v-captiontext {
font-size: 11px;
font-weight: 400;
padding-bottom: 0.3em;
margin: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-tiny .v-icon {
position: absolute;
z-index: 10;
}
.osbp-tea .v-caption-inline-icon.v-caption-tiny span.v-icon {
left: 1px;
bottom: 1px;
width: 22px;
line-height: 20px;
text-align: center;
font-size: 12px;
}
.osbp-tea .v-caption-inline-icon.v-caption-tiny img.v-icon {
left: 3px;
bottom: 3px;
}
.osbp-tea .v-textfield-inline-icon.v-textfield-tiny {
padding-left: 22px;
}
.osbp-tea .v-slot-inline-icon.v-slot-compact {
position: relative;
}
.osbp-tea .v-caption-inline-icon.v-caption-compact {
padding: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-compact .v-captiontext {
font-size: 11px;
font-weight: 400;
padding-bottom: 0.3em;
margin: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-compact .v-icon {
position: absolute;
z-index: 10;
}
.osbp-tea .v-caption-inline-icon.v-caption-compact span.v-icon {
left: 1px;
bottom: 1px;
width: 19px;
line-height: 17px;
text-align: center;
font-size: 12px;
}
.osbp-tea .v-caption-inline-icon.v-caption-compact img.v-icon {
left: 2px;
bottom: 2px;
}
.osbp-tea .v-textfield-inline-icon.v-textfield-compact {
padding-left: 19px;
}
.osbp-tea .v-slot-inline-icon.v-slot-small {
position: relative;
}
.osbp-tea .v-caption-inline-icon.v-caption-small {
padding: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-small .v-captiontext {
font-size: 11px;
font-weight: 400;
padding-bottom: 0.3em;
margin: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-small .v-icon {
position: absolute;
z-index: 10;
}
.osbp-tea .v-caption-inline-icon.v-caption-small span.v-icon {
left: 1px;
bottom: 1px;
width: 19px;
line-height: 17px;
text-align: center;
font-size: 11px;
}
.osbp-tea .v-caption-inline-icon.v-caption-small img.v-icon {
left: 2px;
bottom: 2px;
}
.osbp-tea .v-textfield-inline-icon.v-textfield-small {
padding-left: 19px;
}
.osbp-tea .v-slot-inline-icon.v-slot-large {
position: relative;
}
.osbp-tea .v-caption-inline-icon.v-caption-large {
padding: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-large .v-captiontext {
font-size: 11px;
font-weight: 400;
padding-bottom: 0.3em;
margin: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-large .v-icon {
position: absolute;
z-index: 10;
}
.osbp-tea .v-caption-inline-icon.v-caption-large span.v-icon {
left: 1px;
bottom: 1px;
width: 31px;
line-height: 29px;
text-align: center;
font-size: 17px;
}
.osbp-tea .v-caption-inline-icon.v-caption-large img.v-icon {
left: 8px;
bottom: 8px;
}
.osbp-tea .v-textfield-inline-icon.v-textfield-large {
padding-left: 31px;
}
.osbp-tea .v-slot-inline-icon.v-slot-huge {
position: relative;
}
.osbp-tea .v-caption-inline-icon.v-caption-huge {
padding: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-huge .v-captiontext {
font-size: 11px;
font-weight: 400;
padding-bottom: 0.3em;
margin: 0;
}
.osbp-tea .v-caption-inline-icon.v-caption-huge .v-icon {
position: absolute;
z-index: 10;
}
.osbp-tea .v-caption-inline-icon.v-caption-huge span.v-icon {
left: 1px;
bottom: 1px;
width: 40px;
line-height: 38px;
text-align: center;
font-size: 22px;
}
.osbp-tea .v-caption-inline-icon.v-caption-huge img.v-icon {
left: 12px;
bottom: 12px;
}
.osbp-tea .v-textfield-inline-icon.v-textfield-huge {
padding-left: 40px;
}
.osbp-tea .v-textfield-align-right {
text-align: right;
}
.osbp-tea .v-textfield-align-center {
text-align: center;
}
.osbp-tea .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: 22px;
border-radius: 0px;
padding: 4px;
border: 1px solid #d4d4d4;
background: white;
color: #474747;
-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: 250px;
}
.v-ie8 .osbp-tea .v-textarea, .v-ie9 .osbp-tea .v-textarea {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-textarea.v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-textarea:focus {
outline: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-textarea[class*="prompt"] {
color: #a3a3a3;
}
.v-ie8 .osbp-tea .v-textarea, .v-ie9 .osbp-tea .v-textarea {
line-height: inherit;
padding-top: 2px;
padding-bottom: 2px;
}
.osbp-tea .v-textarea-readonly {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-textarea-readonly:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-textarea-error {
border-color: #ed473b !important;
background: #fffbfb;
color: #6c2621;
}
.osbp-tea .v-textarea-borderless {
border: none;
border-radius: 0;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: inherit;
}
.osbp-tea .v-textarea-borderless:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-textarea-borderless[class*="prompt"] {
color: inherit;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .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: 22px;
border-radius: 0px;
padding: 4px;
-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;
}
.v-ie8 .osbp-tea .v-textarea-tiny, .v-ie9 .osbp-tea .v-textarea-tiny {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.v-ie8 .osbp-tea .v-textarea-tiny, .v-ie9 .osbp-tea .v-textarea-tiny {
line-height: inherit;
padding-top: 2px;
padding-bottom: 2px;
}
.osbp-tea .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: 19px;
border-radius: 0px;
padding: 4px;
-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: 11px;
}
.v-ie8 .osbp-tea .v-textarea-small, .v-ie9 .osbp-tea .v-textarea-small {
line-height: 19px;
padding-top: 0;
padding-bottom: 0;
}
.v-ie8 .osbp-tea .v-textarea-small, .v-ie9 .osbp-tea .v-textarea-small {
line-height: inherit;
padding-top: 2px;
padding-bottom: 2px;
}
.osbp-tea .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: 31px;
border-radius: 0px;
padding: 4px;
-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: 17px;
}
.v-ie8 .osbp-tea .v-textarea-large, .v-ie9 .osbp-tea .v-textarea-large {
line-height: 31px;
padding-top: 0;
padding-bottom: 0;
}
.v-ie8 .osbp-tea .v-textarea-large, .v-ie9 .osbp-tea .v-textarea-large {
line-height: inherit;
padding-top: 3px;
padding-bottom: 3px;
}
.osbp-tea .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: 40px;
border-radius: 0px;
padding: 4px;
-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: 22px;
}
.v-ie8 .osbp-tea .v-textarea-huge, .v-ie9 .osbp-tea .v-textarea-huge {
line-height: 40px;
padding-top: 0;
padding-bottom: 0;
}
.v-ie8 .osbp-tea .v-textarea-huge, .v-ie9 .osbp-tea .v-textarea-huge {
line-height: inherit;
padding-top: 4px;
padding-bottom: 4px;
}
.osbp-tea .v-textarea-align-right {
text-align: right;
}
.osbp-tea .v-textarea-align-center {
text-align: center;
}
.osbp-tea .v-datefield {
position: relative;
width: 250px;
height: 22px;
border-radius: 0px;
}
.osbp-tea .v-datefield [class*="textfield"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 22px;
border-radius: 0px;
padding: 2px 4px;
border: 1px solid #d4d4d4;
background: white;
color: #474747;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
padding-left: 26.4px;
width: 100%;
height: 100%;
border-radius: inherit;
}
.v-ie8 .osbp-tea .v-datefield [class*="textfield"], .v-ie9 .osbp-tea .v-datefield [class*="textfield"] {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-datefield [class*="textfield"].v-disabled {
opacity: 1;
filter: none ;
}
.osbp-tea .v-datefield [class*="textfield"]:focus {
outline: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-datefield [class*="textfield"][class*="prompt"] {
color: #a3a3a3;
}
.osbp-tea .v-datefield[class*="prompt"] > [class*="textfield"] {
color: #a3a3a3;
}
.osbp-tea .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: 22px;
line-height: 20px;
text-align: center;
font: inherit;
outline: none;
margin: 0;
top: 1px;
bottom: 1px;
left: 1px;
border: none;
border-right: 1px solid #d4d4d4;
color: #a3a3a3;
}
.osbp-tea .v-datefield [class*="button"]:hover {
color: #474747;
}
.osbp-tea .v-datefield [class*="button"]:before {
font-family: ThemeIcons;
content: "\f073";
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .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;
}
.osbp-tea .v-datefield.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-datefield.v-disabled [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield.v-disabled [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-datefield.v-readonly [class*="textfield"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-datefield.v-readonly [class*="textfield"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-datefield.v-readonly [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield.v-readonly [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-datefield-error .v-datefield-textfield {
border-color: #ed473b !important;
background: #fffbfb;
color: #6c2621;
}
.osbp-tea .v-datefield-error .v-datefield-button {
color: #ed473b;
border-color: #ed473b;
}
.osbp-tea .v-datefield-full {
width: 180px;
}
.osbp-tea .v-datefield-day {
width: 250px;
}
.osbp-tea .v-datefield-month {
width: 90px;
}
.osbp-tea .v-datefield-year {
width: 78px;
}
.osbp-tea .v-datefield-popup {
padding: 2px 2px;
border-radius: 0px;
background-color: white;
color: #474747;
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
margin-top: 3px !important;
margin-bottom: 3px !important;
margin-right: 3px !important;
cursor: default;
width: auto;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-datefield-popup table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 auto;
}
.osbp-tea .v-datefield-popup td {
padding: 1px;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel {
font-size: 12px;
text-align: center;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel:focus {
outline: none;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 18px;
height: 15px;
border: 1px solid transparent;
line-height: 15px;
text-align: center;
font-size: 11px;
background: #fafafa;
-webkit-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day:hover {
color: #9ea93f;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day-offmonth {
color: #a0a0a0;
background: transparent;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day-today {
color: #191919;
font-weight: 600;
border-color: #afafaf;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover {
color: #282a17;
background: #9ea93f;
border: none;
font-weight: 600;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
position: relative;
}
.v-ie8 .osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
border-color: #9ea93f;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .osbp-tea .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover {
color: #a0a0a0;
cursor: not-allowed;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-weekdays {
height: 15px;
color: rgba(133, 133, 133, 0.85);
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-weekdays strong {
font: inherit;
font-size: 11px;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-header {
white-space: nowrap;
}
.osbp-tea .v-datefield-popup td[class*="year"] button, .osbp-tea .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: 11px;
height: 15px;
outline: none;
position: relative;
vertical-align: middle;
}
.osbp-tea .v-datefield-popup td[class*="year"] button:before, .osbp-tea .v-datefield-popup td[class*="month"] button:before {
color: #a0a0a0;
font-size: 16px;
line-height: 18px;
-webkit-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms;
}
.osbp-tea .v-datefield-popup td[class*="year"] button:hover:before, .osbp-tea .v-datefield-popup td[class*="month"] button:hover:before {
color: #9ea93f;
}
.osbp-tea .v-datefield-popup td[class*="year"] button.outside-range, .osbp-tea .v-datefield-popup td[class*="month"] button.outside-range {
cursor: default;
opacity: 0.3;
filter: alpha(opacity=30.0) ;
}
.osbp-tea .v-datefield-popup td[class*="year"] button.outside-range:hover:before, .osbp-tea .v-datefield-popup td[class*="month"] button.outside-range:hover:before {
color: #a0a0a0;
}
.osbp-tea .v-datefield-popup .v-button-prevyear:before {
font-family: ThemeIcons;
content: "\f100";
}
.osbp-tea .v-datefield-popup .v-button-prevmonth:before {
font-family: ThemeIcons;
content: "\f104";
}
.osbp-tea .v-datefield-popup .v-button-nextyear:before {
font-family: ThemeIcons;
content: "\f101";
}
.osbp-tea .v-datefield-popup .v-button-nextmonth:before {
font-family: ThemeIcons;
content: "\f105";
}
.osbp-tea .v-datefield-popup td.v-datefield-calendarpanel-month {
width: 88px;
color: #9ea93f;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month {
width: 44px;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-weeknumber, .osbp-tea .v-datefield-popup .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child {
width: 18px;
color: rgba(133, 133, 133, 0.85);
font-size: 11px;
display: inline-block;
text-align: left;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-weeknumber {
position: relative;
}
.osbp-tea .v-datefield-popup .v-datefield-calendarpanel-weeknumbers .v-first:before {
content: "";
position: absolute;
top: 21px;
bottom: 0;
left: 0;
width: 19px;
border-top: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
background: #fff;
}
.osbp-tea .v-datefield-popup td.v-datefield-calendarpanel-time {
width: 100%;
font-size: 11px;
}
.osbp-tea .v-datefield-popup td.v-datefield-calendarpanel-time .v-label {
display: inline;
margin: 0 0.1em;
font-weight: 400;
}
.osbp-tea .v-datefield-calendarpanel {
font-size: 12px;
text-align: center;
}
.osbp-tea .v-datefield-calendarpanel:focus {
outline: none;
}
.osbp-tea .v-datefield-calendarpanel-day {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 18px;
height: 15px;
border: 1px solid transparent;
line-height: 15px;
text-align: center;
font-size: 11px;
background: #fafafa;
-webkit-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.osbp-tea .v-datefield-calendarpanel-day:hover {
color: #9ea93f;
}
.osbp-tea .v-datefield-calendarpanel-day-offmonth {
color: #a0a0a0;
background: transparent;
}
.osbp-tea .v-datefield-calendarpanel-day-today {
color: #191919;
font-weight: 600;
border-color: #afafaf;
}
.osbp-tea .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .osbp-tea .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover {
color: #282a17;
background: #9ea93f;
border: none;
font-weight: 600;
}
.osbp-tea .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
position: relative;
}
.v-ie8 .osbp-tea .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
border-color: #9ea93f;
}
.osbp-tea .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .osbp-tea .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover {
color: #a0a0a0;
cursor: not-allowed;
}
.osbp-tea .v-datefield-calendarpanel-weekdays {
height: 15px;
color: rgba(133, 133, 133, 0.85);
}
.osbp-tea .v-datefield-calendarpanel-weekdays strong {
font: inherit;
font-size: 11px;
}
.osbp-tea .v-datefield-calendarpanel-header {
white-space: nowrap;
}
.osbp-tea td[class*="year"] button, .osbp-tea 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: 11px;
height: 15px;
outline: none;
position: relative;
vertical-align: middle;
}
.osbp-tea td[class*="year"] button:before, .osbp-tea td[class*="month"] button:before {
color: #a0a0a0;
font-size: 16px;
line-height: 18px;
-webkit-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms;
}
.osbp-tea td[class*="year"] button:hover:before, .osbp-tea td[class*="month"] button:hover:before {
color: #9ea93f;
}
.osbp-tea td[class*="year"] button.outside-range, .osbp-tea td[class*="month"] button.outside-range {
cursor: default;
opacity: 0.3;
filter: alpha(opacity=30.0) ;
}
.osbp-tea td[class*="year"] button.outside-range:hover:before, .osbp-tea td[class*="month"] button.outside-range:hover:before {
color: #a0a0a0;
}
.osbp-tea .v-button-prevyear:before {
font-family: ThemeIcons;
content: "\f100";
}
.osbp-tea .v-button-prevmonth:before {
font-family: ThemeIcons;
content: "\f104";
}
.osbp-tea .v-button-nextyear:before {
font-family: ThemeIcons;
content: "\f101";
}
.osbp-tea .v-button-nextmonth:before {
font-family: ThemeIcons;
content: "\f105";
}
.osbp-tea td.v-datefield-calendarpanel-month {
width: 88px;
color: #9ea93f;
}
.osbp-tea .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month {
width: 44px;
}
.osbp-tea .v-datefield-calendarpanel-weeknumber, .osbp-tea .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child {
width: 18px;
color: rgba(133, 133, 133, 0.85);
font-size: 11px;
display: inline-block;
text-align: left;
}
.osbp-tea .v-datefield-calendarpanel-weeknumber {
position: relative;
}
.osbp-tea .v-datefield-calendarpanel-weeknumbers .v-first:before {
content: "";
position: absolute;
top: 21px;
bottom: 0;
left: 0;
width: 19px;
border-top: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
background: #fff;
}
.osbp-tea td.v-datefield-calendarpanel-time {
width: 100%;
font-size: 11px;
}
.osbp-tea td.v-datefield-calendarpanel-time .v-label {
display: inline;
margin: 0 0.1em;
font-weight: 400;
}
.osbp-tea .v-datefield-borderless .v-datefield-textfield {
border: none;
border-radius: 0;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: inherit;
}
.osbp-tea .v-datefield-borderless .v-datefield-textfield:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-datefield-borderless .v-datefield-textfield[class*="prompt"] {
color: inherit;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-datefield-borderless .v-datefield-button {
border: none;
color: inherit;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-datefield-align-right input {
text-align: right;
}
.osbp-tea .v-datefield-align-center input {
text-align: center;
}
.osbp-tea .v-datefield-tiny {
height: 22px;
border-radius: 0px;
font-size: 12px;
}
.osbp-tea .v-datefield-tiny [class*="textfield"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 22px;
border-radius: 0px;
padding: 2px 4px;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
padding-left: 26.4px;
width: 100%;
height: 100%;
border-radius: inherit;
}
.v-ie8 .osbp-tea .v-datefield-tiny [class*="textfield"], .v-ie9 .osbp-tea .v-datefield-tiny [class*="textfield"] {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .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: 22px;
line-height: 22px;
text-align: center;
font: inherit;
outline: none;
margin: 0;
}
.osbp-tea .v-datefield-tiny [class*="button"]:before {
font-family: ThemeIcons;
content: "\f073";
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-datefield-tiny [class*="button"]:active:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-datefield-tiny.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-datefield-tiny.v-disabled [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield-tiny.v-disabled [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-datefield-tiny.v-readonly [class*="textfield"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-datefield-tiny.v-readonly [class*="textfield"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-datefield-tiny.v-readonly [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield-tiny.v-readonly [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-datefield-compact, .osbp-tea .v-datefield-small {
height: 19px;
border-radius: 0px;
}
.osbp-tea .v-datefield-compact [class*="textfield"], .osbp-tea .v-datefield-small [class*="textfield"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 19px;
border-radius: 0px;
padding: 2px 4px;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
padding-left: 22.8px;
width: 100%;
height: 100%;
border-radius: inherit;
}
.v-ie8 .osbp-tea .v-datefield-compact [class*="textfield"], .v-ie9 .osbp-tea .v-datefield-compact [class*="textfield"], .v-ie8 .osbp-tea .v-datefield-small [class*="textfield"], .v-ie9 .osbp-tea .v-datefield-small [class*="textfield"] {
line-height: 19px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-datefield-compact [class*="button"], .osbp-tea .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: 19px;
line-height: 19px;
text-align: center;
font: inherit;
outline: none;
margin: 0;
}
.osbp-tea .v-datefield-compact [class*="button"]:before, .osbp-tea .v-datefield-small [class*="button"]:before {
font-family: ThemeIcons;
content: "\f073";
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-datefield-compact [class*="button"]:active:after, .osbp-tea .v-datefield-small [class*="button"]:active:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-datefield-compact.v-disabled, .osbp-tea .v-datefield-small.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-datefield-compact.v-disabled [class*="button"], .osbp-tea .v-datefield-small.v-disabled [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield-compact.v-disabled [class*="button"]:active:after, .osbp-tea .v-datefield-small.v-disabled [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-datefield-compact.v-readonly [class*="textfield"], .osbp-tea .v-datefield-small.v-readonly [class*="textfield"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-datefield-compact.v-readonly [class*="textfield"]:focus, .osbp-tea .v-datefield-small.v-readonly [class*="textfield"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-datefield-compact.v-readonly [class*="button"], .osbp-tea .v-datefield-small.v-readonly [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield-compact.v-readonly [class*="button"]:active:after, .osbp-tea .v-datefield-small.v-readonly [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-datefield-small {
font-size: 11px;
}
.osbp-tea .v-datefield-large {
height: 31px;
border-radius: 0px;
font-size: 17px;
}
.osbp-tea .v-datefield-large [class*="textfield"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 0px;
padding: 3px 6px;
-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;
}
.v-ie8 .osbp-tea .v-datefield-large [class*="textfield"], .v-ie9 .osbp-tea .v-datefield-large [class*="textfield"] {
line-height: 31px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .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: 31px;
line-height: 31px;
text-align: center;
font: inherit;
outline: none;
margin: 0;
}
.osbp-tea .v-datefield-large [class*="button"]:before {
font-family: ThemeIcons;
content: "\f073";
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-datefield-large [class*="button"]:active:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-datefield-large.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-datefield-large.v-disabled [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield-large.v-disabled [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-datefield-large.v-readonly [class*="textfield"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-datefield-large.v-readonly [class*="textfield"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-datefield-large.v-readonly [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield-large.v-readonly [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-datefield-huge {
height: 40px;
border-radius: 0px;
font-size: 22px;
}
.osbp-tea .v-datefield-huge [class*="textfield"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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: 40px;
border-radius: 0px;
padding: 4px 7px;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
padding-left: 48px;
width: 100%;
height: 100%;
border-radius: inherit;
}
.v-ie8 .osbp-tea .v-datefield-huge [class*="textfield"], .v-ie9 .osbp-tea .v-datefield-huge [class*="textfield"] {
line-height: 40px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .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: 40px;
line-height: 40px;
text-align: center;
font: inherit;
outline: none;
margin: 0;
}
.osbp-tea .v-datefield-huge [class*="button"]:before {
font-family: ThemeIcons;
content: "\f073";
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-datefield-huge [class*="button"]:active:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-datefield-huge.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-datefield-huge.v-disabled [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield-huge.v-disabled [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-datefield-huge.v-readonly [class*="textfield"] {
background: #fafafa;
color: #464646;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-datefield-huge.v-readonly [class*="textfield"]:focus {
box-shadow: none;
border-color: #d4d4d4;
}
.osbp-tea .v-datefield-huge.v-readonly [class*="button"] {
cursor: default;
pointer-events: none;
}
.osbp-tea .v-datefield-huge.v-readonly [class*="button"]:active:after {
display: none;
}
.osbp-tea .v-inline-datefield-calendarpanel {
font-size: 12px;
text-align: center;
}
.osbp-tea .v-inline-datefield-calendarpanel:focus {
outline: none;
}
.osbp-tea .v-inline-datefield-calendarpanel-day {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 18px;
height: 15px;
border: 1px solid transparent;
line-height: 15px;
text-align: center;
font-size: 11px;
background: #fafafa;
-webkit-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.osbp-tea .v-inline-datefield-calendarpanel-day:hover {
color: #9ea93f;
}
.osbp-tea .v-inline-datefield-calendarpanel-day-offmonth {
color: #a0a0a0;
background: transparent;
}
.osbp-tea .v-inline-datefield-calendarpanel-day-today {
color: #191919;
font-weight: 600;
border-color: #afafaf;
}
.osbp-tea .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected, .osbp-tea .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected:hover {
color: #282a17;
background: #9ea93f;
border: none;
font-weight: 600;
}
.osbp-tea .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-focused {
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
position: relative;
}
.v-ie8 .osbp-tea .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-focused {
border-color: #9ea93f;
}
.osbp-tea .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range, .osbp-tea .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range:hover {
color: #a0a0a0;
cursor: not-allowed;
}
.osbp-tea .v-inline-datefield-calendarpanel-weekdays {
height: 15px;
color: rgba(133, 133, 133, 0.85);
}
.osbp-tea .v-inline-datefield-calendarpanel-weekdays strong {
font: inherit;
font-size: 11px;
}
.osbp-tea .v-inline-datefield-calendarpanel-header {
white-space: nowrap;
}
.osbp-tea td[class*="year"] button, .osbp-tea 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: 11px;
height: 15px;
outline: none;
position: relative;
vertical-align: middle;
}
.osbp-tea td[class*="year"] button:before, .osbp-tea td[class*="month"] button:before {
color: #a0a0a0;
font-size: 16px;
line-height: 18px;
-webkit-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms;
}
.osbp-tea td[class*="year"] button:hover:before, .osbp-tea td[class*="month"] button:hover:before {
color: #9ea93f;
}
.osbp-tea td[class*="year"] button.outside-range, .osbp-tea td[class*="month"] button.outside-range {
cursor: default;
opacity: 0.3;
filter: alpha(opacity=30.0) ;
}
.osbp-tea td[class*="year"] button.outside-range:hover:before, .osbp-tea td[class*="month"] button.outside-range:hover:before {
color: #a0a0a0;
}
.osbp-tea .v-button-prevyear:before {
font-family: ThemeIcons;
content: "\f100";
}
.osbp-tea .v-button-prevmonth:before {
font-family: ThemeIcons;
content: "\f104";
}
.osbp-tea .v-button-nextyear:before {
font-family: ThemeIcons;
content: "\f101";
}
.osbp-tea .v-button-nextmonth:before {
font-family: ThemeIcons;
content: "\f105";
}
.osbp-tea td.v-inline-datefield-calendarpanel-month {
width: 88px;
color: #9ea93f;
}
.osbp-tea .v-inline-datefield-calendarpanel-year td.v-inline-datefield-calendarpanel-month {
width: 44px;
}
.osbp-tea .v-inline-datefield-calendarpanel-weeknumber, .osbp-tea .v-inline-datefield-calendarpanel-weekdays.v-inline-datefield-calendarpanel-weeknumbers td:first-child {
width: 18px;
color: rgba(133, 133, 133, 0.85);
font-size: 11px;
display: inline-block;
text-align: left;
}
.osbp-tea .v-inline-datefield-calendarpanel-weeknumber {
position: relative;
}
.osbp-tea .v-inline-datefield-calendarpanel-weeknumbers .v-first:before {
content: "";
position: absolute;
top: 21px;
bottom: 0;
left: 0;
width: 19px;
border-top: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
background: #fff;
}
.osbp-tea td.v-inline-datefield-calendarpanel-time {
width: 100%;
font-size: 11px;
}
.osbp-tea td.v-inline-datefield-calendarpanel-time .v-label {
display: inline;
margin: 0 0.1em;
font-weight: 400;
}
.osbp-tea .v-inline-datefield-calendarpanel {
position: relative;
background: white;
padding: 4px;
}
.osbp-tea .v-gridlayout-margin-top {
padding-top: 11px;
}
.osbp-tea .v-gridlayout-margin-bottom {
padding-bottom: 11px;
}
.osbp-tea .v-gridlayout-margin-left {
padding-left: 11px;
}
.osbp-tea .v-gridlayout-margin-right {
padding-right: 11px;
}
.osbp-tea .v-gridlayout-spacing-on {
padding-left: 8px;
padding-top: 8px;
}
.osbp-tea .v-menubar {
position: relative;
text-align: center;
white-space: nowrap;
outline: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
cursor: default;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0;
text-align: left;
line-height: 20px;
}
.osbp-tea .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;
}
.osbp-tea .v-menubar:focus:after {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.osbp-tea .v-menubar.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-menubar.v-disabled:after {
display: none;
}
.osbp-tea .v-menubar:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-menubar:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-menubar > .v-menubar-menuitem {
padding: 0 8px;
}
.osbp-tea .v-menubar > .v-menubar-menuitem[class*="-icon-only"] {
width: 22px;
}
.osbp-tea .v-menubar:active:after {
background: transparent;
}
.osbp-tea .v-menubar > .v-menubar-menuitem {
position: relative;
z-index: 1;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 22px;
padding: 0 9px;
color: inherit;
font-weight: 400;
cursor: pointer;
border-radius: 0;
border: 1px solid #d4d4d4;
background: #fafafa;
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;
}
.osbp-tea .v-menubar > .v-menubar-menuitem:first-child {
border-left-width: 0;
}
.osbp-tea .v-menubar > .v-menubar-menuitem:last-child {
border-right-width: 0;
}
.osbp-tea .v-menubar > .v-menubar-menuitem:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-menubar > .v-menubar-menuitem:hover {
zoom: 1;
}
.osbp-tea .v-menubar > .v-menubar-menuitem:hover:before {
background-color: rgba(186, 186, 186, 0.1);
border: none;
}
.osbp-tea .v-menubar > .v-menubar-menuitem:active:before {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-menubar > .v-menubar-menuitem .v-icon {
margin: 0 2px 0 -2px;
cursor: inherit;
}
.osbp-tea .v-menubar > .v-menubar-menuitem[class*="-icon-only"] {
width: 22px;
padding: 0;
}
.osbp-tea .v-menubar > .v-menubar-menuitem[class*="-icon-only"] .v-icon {
margin: 0;
}
.osbp-tea .v-menubar > .v-menubar-menuitem-checked {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #ededed;
background-image: -webkit-linear-gradient(bottom, #ededed 0%, #ededed 100%);
background-image: linear-gradient(to top,#ededed 0%, #ededed 100%);
color: #181818;
}
.osbp-tea .v-disabled > .v-menubar-menuitem, .osbp-tea .v-menubar > .v-menubar-menuitem-disabled {
cursor: default;
}
.osbp-tea .v-disabled > .v-menubar-menuitem:before, .osbp-tea .v-menubar > .v-menubar-menuitem-disabled:before {
display: none;
}
.osbp-tea .v-menubar-menuitem-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-menubar > .v-menubar-menuitem-selected {
color: #0e0f09;
border-radius: 0;
border: 1px solid #d4d4d4;
background: #9ea93f;
border-top-width: 0;
border-left-width: 0;
border-bottom-width: 0;
z-index: 2;
}
.osbp-tea .v-menubar > .v-menubar-menuitem-selected:hover:before {
background: none;
}
.osbp-tea .v-menubar .v-menubar-submenu-indicator {
display: none;
}
.osbp-tea .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;
}
.osbp-tea .v-menubar .v-menubar-submenu-indicator + .v-menubar-menuitem-caption:empty:after {
margin-left: -0.2em;
}
.osbp-tea .v-menubar-popup {
padding: 2px 2px;
border-radius: 0px;
background-color: white;
color: #474747;
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
padding: 2px 2px;
margin: 3px 0 0 1px !important;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-menubar-popup .v-menubar-submenu {
outline: none;
}
.osbp-tea .v-menubar-popup .v-menubar-menuitem {
display: block;
cursor: pointer;
line-height: 16px;
padding: 0 12px 0 6px;
font-weight: 400;
white-space: nowrap;
position: relative;
padding-left: 19px;
padding-right: 22px;
position: relative;
}
.osbp-tea .v-menubar-popup .v-menubar-menuitem:active:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #808c16;
opacity: 0.15;
filter: alpha(opacity=15.0) ;
pointer-events: none;
border-radius: inherit;
}
.osbp-tea .v-menubar-popup .v-menubar-menuitem .v-icon {
max-height: 16px;
margin-right: 3px;
min-width: 1em;
}
.osbp-tea .v-menubar-popup .v-menubar-submenu-indicator {
display: none;
}
.osbp-tea .v-menubar-popup .v-menubar-submenu-indicator + .v-menubar-menuitem-caption:after {
position: absolute;
right: 6px;
font-family: ThemeIcons;
content: "\f054";
line-height: 18px;
}
.osbp-tea .v-menubar-popup .v-menubar-menuitem-selected {
background: #9ea93f;
color: #0e0f09;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-menubar-popup .v-menubar-separator {
display: block;
margin: 2px 0;
height: 0;
overflow: hidden;
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .v-menubar-popup [class*="checked"] .v-menubar-menuitem-caption:before {
content: "\f00c";
font-family: ThemeIcons;
position: absolute;
left: 6px;
}
.osbp-tea .v-menubar-popup [class*="unchecked"] .v-menubar-menuitem-caption:before {
content: "";
}
.osbp-tea .v-menubar-popup [class*="disabled"] {
cursor: default;
}
.osbp-tea .v-menubar-small {
height: 19px;
padding: 0 8px;
font-weight: 400;
cursor: default;
border-radius: 0px;
padding: 0;
text-align: left;
line-height: 17px;
font-size: 11px;
}
.osbp-tea .v-menubar-small:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-menubar-small > .v-menubar-menuitem {
padding: 0 7px;
}
.osbp-tea .v-menubar-small > .v-menubar-menuitem[class*="-icon-only"] {
width: 19px;
}
.osbp-tea .v-menubar-borderless {
border: none;
border-radius: 0;
padding: 1px;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
background: transparent;
color: inherit;
}
.osbp-tea .v-menubar-borderless:focus:after {
display: none;
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
margin-right: 1px;
border-radius: 0px;
color: #9ea93f;
padding: 0 7px;
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem:first-child, .osbp-tea .v-menubar-borderless .v-menubar-menuitem:last-child, .osbp-tea .v-menubar-borderless .v-menubar-menuitem:first-child:last-child {
border-radius: 0px;
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem:before {
content: none;
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem:hover {
color: #b7c15a;
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem:active {
color: inherit;
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem-checked, .osbp-tea .v-menubar-borderless .v-menubar-menuitem-checked:first-child {
border: 1px solid #d4d4d4;
color: #9ea93f;
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .osbp-tea .v-menubar-borderless .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption {
position: relative;
top: -1px;
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem-selected {
color: #0e0f09;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem-selected:hover {
color: #0e0f09;
}
.osbp-tea .v-menubar-borderless .v-menubar-menuitem-disabled, .osbp-tea .v-menubar-borderless .v-menubar-menuitem-disabled:hover {
color: inherit;
}
.osbp-tea .v-radiobutton {
position: relative;
line-height: 11px;
white-space: nowrap;
}
.osbp-tea .v-radiobutton.v-has-width label {
white-space: normal;
}
:root .osbp-tea .v-radiobutton {
padding-left: 15px;
}
:root .osbp-tea .v-radiobutton label {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
display: inline-block;
}
:root .osbp-tea .v-radiobutton > input {
position: absolute;
clip: rect(0, 0, 0, 0);
left: 0.2em;
top: 0.2em;
z-index: 0;
margin: 0;
}
:root .osbp-tea .v-radiobutton > input:focus ~ label:before {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
}
:root .osbp-tea .v-radiobutton > input ~ label:before, :root .osbp-tea .v-radiobutton > input ~ label:after {
content: "";
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 11px;
height: 11px;
position: absolute;
top: 0;
left: 0;
border-radius: 0px;
font-size: 10px;
text-align: center;
}
:root .osbp-tea .v-radiobutton > input ~ label:before {
height: 11px;
padding: 0 5px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0;
height: 11px;
}
:root .osbp-tea .v-radiobutton > input ~ label:after {
content: "\f00c";
font-family: ThemeIcons;
color: transparent;
-webkit-transition: color 100ms;
-moz-transition: color 100ms;
transition: color 100ms;
}
:root .osbp-tea .v-radiobutton > input:active ~ label:after {
background-color: rgba(125, 125, 125, 0.2);
}
:root .osbp-tea .v-radiobutton > input:checked ~ label:after {
color: #9ea93f;
}
.osbp-tea .v-radiobutton > .v-icon, .osbp-tea .v-radiobutton > label .v-icon {
margin: 0 4px 0 2px;
min-width: 1em;
cursor: pointer;
}
.osbp-tea .v-radiobutton.v-disabled > label, .osbp-tea .v-radiobutton.v-disabled > .v-icon {
cursor: default;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-radiobutton.v-disabled > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-radiobutton.v-disabled > input:active ~ label:after {
background: transparent;
}
.osbp-tea .v-radiobutton.v-readonly > label, .osbp-tea .v-radiobutton.v-readonly > .v-icon {
cursor: default;
}
.osbp-tea .v-radiobutton.v-readonly > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-radiobutton.v-readonly > input:active ~ label:after {
background: transparent;
}
:root .osbp-tea .v-radiobutton.v-readonly > input ~ label:after {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
:root .osbp-tea .v-radiobutton > input:checked ~ label:after {
width: 4px;
height: 4px;
top: 4px;
left: 4px;
background: #9ea93f;
}
:root .osbp-tea .v-radiobutton > input ~ label:before, :root .osbp-tea .v-radiobutton > input ~ label:after {
border-radius: 50%;
content: "";
}
.osbp-tea .v-select-optiongroup .v-radiobutton, .osbp-tea .v-select-optiongroup .v-checkbox {
display: block;
margin: 6px 12px 0 0;
}
.osbp-tea .v-select-optiongroup .v-radiobutton:first-child, .osbp-tea .v-select-optiongroup .v-checkbox:first-child {
margin-top: 4px;
}
.osbp-tea .v-select-optiongroup .v-radiobutton:last-child, .osbp-tea .v-select-optiongroup .v-checkbox:last-child {
margin-bottom: 4px;
}
.osbp-tea .v-select-optiongroup.v-has-width label {
white-space: normal;
}
.osbp-tea .v-select-optiongroup-small {
font-size: 11px;
}
.osbp-tea .v-select-optiongroup-small .v-checkbox {
position: relative;
line-height: 10px;
white-space: nowrap;
}
.osbp-tea .v-select-optiongroup-small .v-checkbox.v-has-width label {
white-space: normal;
}
:root .osbp-tea .v-select-optiongroup-small .v-checkbox {
padding-left: 13px;
}
:root .osbp-tea .v-select-optiongroup-small .v-checkbox label {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
display: inline-block;
}
:root .osbp-tea .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 .osbp-tea .v-select-optiongroup-small .v-checkbox > input:focus ~ label:before {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
}
:root .osbp-tea .v-select-optiongroup-small .v-checkbox > input ~ label:before, :root .osbp-tea .v-select-optiongroup-small .v-checkbox > input ~ label:after {
content: "";
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 10px;
height: 10px;
position: absolute;
top: 0;
left: 0;
border-radius: 0px;
font-size: 8px;
text-align: center;
}
:root .osbp-tea .v-select-optiongroup-small .v-checkbox > input ~ label:before {
height: 9.5px;
padding: 0 4px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0;
height: 10px;
}
:root .osbp-tea .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 .osbp-tea .v-select-optiongroup-small .v-checkbox > input:active ~ label:after {
background-color: rgba(125, 125, 125, 0.2);
}
:root .osbp-tea .v-select-optiongroup-small .v-checkbox > input:checked ~ label:after {
color: #9ea93f;
}
.osbp-tea .v-select-optiongroup-small .v-checkbox > .v-icon, .osbp-tea .v-select-optiongroup-small .v-checkbox > label .v-icon {
margin: 0 3px 0 2px;
min-width: 1em;
cursor: pointer;
}
.osbp-tea .v-select-optiongroup-small .v-checkbox.v-disabled > label, .osbp-tea .v-select-optiongroup-small .v-checkbox.v-disabled > .v-icon {
cursor: default;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-select-optiongroup-small .v-checkbox.v-disabled > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-select-optiongroup-small .v-checkbox.v-disabled > input:active ~ label:after {
background: transparent;
}
.osbp-tea .v-select-optiongroup-small .v-checkbox.v-readonly > label, .osbp-tea .v-select-optiongroup-small .v-checkbox.v-readonly > .v-icon {
cursor: default;
}
.osbp-tea .v-select-optiongroup-small .v-checkbox.v-readonly > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-select-optiongroup-small .v-checkbox.v-readonly > input:active ~ label:after {
background: transparent;
}
:root .osbp-tea .v-select-optiongroup-small .v-checkbox.v-readonly > input ~ label:after {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton {
position: relative;
line-height: 10px;
white-space: nowrap;
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton.v-has-width label {
white-space: normal;
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton {
padding-left: 13px;
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton label {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
display: inline-block;
}
:root .osbp-tea .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 .osbp-tea .v-select-optiongroup-small .v-radiobutton > input:focus ~ label:before {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .osbp-tea .v-select-optiongroup-small .v-radiobutton > input ~ label:after {
content: "";
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 10px;
height: 10px;
position: absolute;
top: 0;
left: 0;
border-radius: 0px;
font-size: 8px;
text-align: center;
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton > input ~ label:before {
height: 9.5px;
padding: 0 4px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0;
height: 10px;
}
:root .osbp-tea .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 .osbp-tea .v-select-optiongroup-small .v-radiobutton > input:active ~ label:after {
background-color: rgba(125, 125, 125, 0.2);
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after {
color: #9ea93f;
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton > .v-icon, .osbp-tea .v-select-optiongroup-small .v-radiobutton > label .v-icon {
margin: 0 3px 0 2px;
min-width: 1em;
cursor: pointer;
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton.v-disabled > label, .osbp-tea .v-select-optiongroup-small .v-radiobutton.v-disabled > .v-icon {
cursor: default;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton.v-disabled > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton.v-disabled > input:active ~ label:after {
background: transparent;
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton.v-readonly > label, .osbp-tea .v-select-optiongroup-small .v-radiobutton.v-readonly > .v-icon {
cursor: default;
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton.v-readonly > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton.v-readonly > input:active ~ label:after {
background: transparent;
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton.v-readonly > input ~ label:after {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after {
width: 4px;
height: 4px;
top: 3px;
left: 3px;
background: #9ea93f;
}
:root .osbp-tea .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .osbp-tea .v-select-optiongroup-small .v-radiobutton > input ~ label:after {
border-radius: 50%;
content: "";
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton, .osbp-tea .v-select-optiongroup-small .v-checkbox {
display: block;
margin: 5px 12px 0 0;
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton:first-child, .osbp-tea .v-select-optiongroup-small .v-checkbox:first-child {
margin-top: 3px;
}
.osbp-tea .v-select-optiongroup-small .v-radiobutton:last-child, .osbp-tea .v-select-optiongroup-small .v-checkbox:last-child {
margin-bottom: 3px;
}
.osbp-tea .v-select-optiongroup-small.v-has-width label {
white-space: normal;
}
.osbp-tea .v-select-optiongroup-large {
font-size: 17px;
}
.osbp-tea .v-select-optiongroup-large .v-checkbox {
position: relative;
line-height: 16px;
white-space: nowrap;
}
.osbp-tea .v-select-optiongroup-large .v-checkbox.v-has-width label {
white-space: normal;
}
:root .osbp-tea .v-select-optiongroup-large .v-checkbox {
padding-left: 21px;
}
:root .osbp-tea .v-select-optiongroup-large .v-checkbox label {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
display: inline-block;
}
:root .osbp-tea .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 .osbp-tea .v-select-optiongroup-large .v-checkbox > input:focus ~ label:before {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
}
:root .osbp-tea .v-select-optiongroup-large .v-checkbox > input ~ label:before, :root .osbp-tea .v-select-optiongroup-large .v-checkbox > input ~ label:after {
content: "";
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 16px;
height: 16px;
position: absolute;
top: 0;
left: 0;
border-radius: 0px;
font-size: 14px;
text-align: center;
}
:root .osbp-tea .v-select-optiongroup-large .v-checkbox > input ~ label:before {
height: 15.5px;
padding: 0 6px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0;
height: 16px;
}
:root .osbp-tea .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 .osbp-tea .v-select-optiongroup-large .v-checkbox > input:active ~ label:after {
background-color: rgba(125, 125, 125, 0.2);
}
:root .osbp-tea .v-select-optiongroup-large .v-checkbox > input:checked ~ label:after {
color: #9ea93f;
}
.osbp-tea .v-select-optiongroup-large .v-checkbox > .v-icon, .osbp-tea .v-select-optiongroup-large .v-checkbox > label .v-icon {
margin: 0 5px 0 3px;
min-width: 1em;
cursor: pointer;
}
.osbp-tea .v-select-optiongroup-large .v-checkbox.v-disabled > label, .osbp-tea .v-select-optiongroup-large .v-checkbox.v-disabled > .v-icon {
cursor: default;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-select-optiongroup-large .v-checkbox.v-disabled > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-select-optiongroup-large .v-checkbox.v-disabled > input:active ~ label:after {
background: transparent;
}
.osbp-tea .v-select-optiongroup-large .v-checkbox.v-readonly > label, .osbp-tea .v-select-optiongroup-large .v-checkbox.v-readonly > .v-icon {
cursor: default;
}
.osbp-tea .v-select-optiongroup-large .v-checkbox.v-readonly > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-select-optiongroup-large .v-checkbox.v-readonly > input:active ~ label:after {
background: transparent;
}
:root .osbp-tea .v-select-optiongroup-large .v-checkbox.v-readonly > input ~ label:after {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton {
position: relative;
line-height: 16px;
white-space: nowrap;
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton.v-has-width label {
white-space: normal;
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton {
padding-left: 21px;
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton label {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
cursor: pointer;
display: inline-block;
}
:root .osbp-tea .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 .osbp-tea .v-select-optiongroup-large .v-radiobutton > input:focus ~ label:before {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px transparent, 1px 3px 7px rgba(0, 0, 0, 0.1);
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .osbp-tea .v-select-optiongroup-large .v-radiobutton > input ~ label:after {
content: "";
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 16px;
height: 16px;
position: absolute;
top: 0;
left: 0;
border-radius: 0px;
font-size: 14px;
text-align: center;
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton > input ~ label:before {
height: 15.5px;
padding: 0 6px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
padding: 0;
height: 16px;
}
:root .osbp-tea .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 .osbp-tea .v-select-optiongroup-large .v-radiobutton > input:active ~ label:after {
background-color: rgba(125, 125, 125, 0.2);
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after {
color: #9ea93f;
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton > .v-icon, .osbp-tea .v-select-optiongroup-large .v-radiobutton > label .v-icon {
margin: 0 5px 0 3px;
min-width: 1em;
cursor: pointer;
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton.v-disabled > label, .osbp-tea .v-select-optiongroup-large .v-radiobutton.v-disabled > .v-icon {
cursor: default;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton.v-disabled > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton.v-disabled > input:active ~ label:after {
background: transparent;
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton.v-readonly > label, .osbp-tea .v-select-optiongroup-large .v-radiobutton.v-readonly > .v-icon {
cursor: default;
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton.v-readonly > label > .v-icon {
cursor: default;
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton.v-readonly > input:active ~ label:after {
background: transparent;
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton.v-readonly > input ~ label:after {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after {
width: 6px;
height: 6px;
top: 5px;
left: 5px;
background: #9ea93f;
}
:root .osbp-tea .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .osbp-tea .v-select-optiongroup-large .v-radiobutton > input ~ label:after {
border-radius: 50%;
content: "";
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton, .osbp-tea .v-select-optiongroup-large .v-checkbox {
display: block;
margin: 8px 12px 0 0;
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton:first-child, .osbp-tea .v-select-optiongroup-large .v-checkbox:first-child {
margin-top: 5px;
}
.osbp-tea .v-select-optiongroup-large .v-radiobutton:last-child, .osbp-tea .v-select-optiongroup-large .v-checkbox:last-child {
margin-bottom: 5px;
}
.osbp-tea .v-select-optiongroup-large.v-has-width label {
white-space: normal;
}
.osbp-tea .v-select-optiongroup-horizontal {
white-space: nowrap;
}
.osbp-tea .v-select-optiongroup-horizontal .v-radiobutton, .osbp-tea .v-select-optiongroup-horizontal .v-checkbox {
display: inline-block;
}
.osbp-tea .v-select-optiongroup-horizontal.v-has-width {
white-space: normal;
}
.osbp-tea .v-select-optiongroup-horizontal.v-has-width label {
white-space: nowrap;
}
.osbp-tea .v-link {
cursor: pointer;
color: #9ea93f;
text-decoration: underline;
font-weight: inherit;
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-link:hover {
color: #b7c15a;
}
.osbp-tea .v-link.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-link a {
cursor: inherit;
color: inherit;
text-decoration: inherit;
-webkit-transition: inherit;
-moz-transition: inherit;
transition: inherit;
}
.osbp-tea .v-link .v-icon {
cursor: inherit;
}
.osbp-tea .v-link-small {
font-size: 11px;
}
.osbp-tea .v-link-large {
font-size: 17px;
}
.osbp-tea .v-window {
padding: 2px 2px;
border-radius: 0px;
background-color: white;
color: #474747;
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
-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.3), 0 16px 80px -6px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.27294);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 16px 80px -6px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.27294);
padding: 0;
min-width: 88px !important;
min-height: 22px !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;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-window.v-window-animate-in {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.osbp-tea .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, #222222);
background-image: radial-gradient( circle at 50% 50%, #222, #222222);
opacity: 0.8;
filter: alpha(opacity=80) ;
-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 .osbp-tea .v-window-modalitycurtain {
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
.osbp-tea .v-window-draggingCurtain {
position: fixed !important;
}
.osbp-tea .v-window-resizingCurtain + .v-window, .osbp-tea .v-window-draggingCurtain + .v-window {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.osbp-tea .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);
}
.osbp-tea .v-window-outerheader:after {
content: "";
position: absolute;
bottom: -1px;
right: 0;
left: 0;
height: 0;
border-top: 1px solid #d4d4d4;
border-color: rgba(212, 212, 212, 0.5);
}
.osbp-tea .v-window-header {
line-height: 21px;
padding-left: 7px;
margin-right: 44px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #7e7e7e;
}
.osbp-tea .v-window-restorebox-disabled ~ .v-window-closebox ~ .v-window-header, .osbp-tea .v-window-maximizebox-disabled ~ .v-window-closebox ~ .v-window-header {
margin-right: 22px;
}
.osbp-tea .v-window-restorebox-disabled ~ .v-window-closebox-disabled ~ .v-window-header, .osbp-tea .v-window-maximizebox-disabled ~ .v-window-closebox-disabled ~ .v-window-header {
margin-right: 7px;
}
.osbp-tea .v-window-closebox, .osbp-tea .v-window-maximizebox, .osbp-tea .v-window-restorebox {
position: absolute;
z-index: 3;
top: 0;
right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 20px;
height: 21px;
background-color: white;
line-height: 19px;
text-align: center;
cursor: pointer;
font-size: 16px;
color: #999999;
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-window-closebox:focus, .osbp-tea .v-window-maximizebox:focus, .osbp-tea .v-window-restorebox:focus {
outline: none;
}
.osbp-tea .v-window-closebox:hover, .osbp-tea .v-window-maximizebox:hover, .osbp-tea .v-window-restorebox:hover {
opacity: 1;
filter: none ;
color: #9ea93f;
}
.osbp-tea .v-window-closebox:active, .osbp-tea .v-window-maximizebox:active, .osbp-tea .v-window-restorebox:active {
color: inherit;
}
.osbp-tea .v-window-closebox {
padding-right: 2px;
}
.osbp-tea .v-window-closebox:before {
content: "\00d7";
}
.osbp-tea .v-window-maximizebox, .osbp-tea .v-window-restorebox {
right: 20px;
padding-left: 2px;
}
.osbp-tea .v-window-closebox-disabled, .osbp-tea .v-window-resizebox-disabled, .osbp-tea .v-window-restorebox-disabled, .osbp-tea .v-window-maximizebox-disabled {
display: none;
}
.osbp-tea .v-window-closebox-disabled + .v-window-closebox, .osbp-tea .v-window-resizebox-disabled + .v-window-closebox, .osbp-tea .v-window-restorebox-disabled + .v-window-closebox, .osbp-tea .v-window-maximizebox-disabled + .v-window-closebox {
width: 22px;
padding-right: 0;
border-bottom-left-radius: 0px;
}
.osbp-tea .v-window-maximizebox:before {
content: "+";
}
.osbp-tea .v-window-restorebox:before {
content: "\2013";
}
.osbp-tea .v-window > .popupContent, .osbp-tea .v-window-wrap, .osbp-tea .v-window-contents, .osbp-tea .v-window-contents > .v-scrollable {
height: 100%;
}
.osbp-tea .v-window-contents {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0px;
margin-top: 0 !important;
}
.osbp-tea .v-window-contents > .v-scrollable {
position: relative;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-margin-top {
padding-top: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-margin-right {
padding-right: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-margin-bottom {
padding-bottom: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-margin-left {
padding-left: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-top"] > tbody > [class*="firstrow"] > td {
padding-top: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-bottom"] > tbody > [class*="lastrow"] > td {
padding-bottom: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] {
padding-left: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 {
left: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] {
padding-right: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h2, .osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h3, .osbp-tea .v-window-contents > .v-scrollable > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] > .v-label-h4 {
right: 7px;
}
.osbp-tea .v-window-contents > .v-scrollable:focus {
outline: none;
}
.osbp-tea .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;
}
.osbp-tea .v-window-contents > .v-scrollable .v-panel-captionwrap:after {
border-color: #d4d4d4;
}
.osbp-tea .v-window-contents > .v-scrollable .v-panel-content:before {
border-color: white;
}
.osbp-tea .v-window-footer {
height: 0;
}
.osbp-tea .v-window-resizebox {
position: absolute;
z-index: 1000;
right: 0;
bottom: 0;
width: 11px;
height: 11px;
cursor: nwse-resize;
}
.v-ie8 .osbp-tea .v-window-resizebox {
background: #000;
filter: alpha(opacity=0.1);
}
.v-ie8 .osbp-tea .v-window-resizebox, .v-ie9 .osbp-tea .v-window-resizebox {
cursor: se-resize;
}
.osbp-tea .v-window-modalitycurtain:active ~ .v-window {
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
.osbp-tea .v-window-top-toolbar > .v-widget, .osbp-tea .v-window-bottom-toolbar > .v-widget {
vertical-align: top;
}
.osbp-tea .v-window-top-toolbar .v-label, .osbp-tea .v-window-bottom-toolbar .v-label {
line-height: 21px;
}
.osbp-tea .v-window-top-toolbar .v-spacing, .osbp-tea .v-window-bottom-toolbar .v-spacing {
width: 4px;
}
.osbp-tea .v-window-top-toolbar.v-layout {
padding: 4px 7px;
position: relative;
z-index: 2;
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
background-color: #fafafa;
}
.osbp-tea .v-window-top-toolbar.v-menubar {
margin: 7px 7px 4px;
}
.osbp-tea .v-window-top-toolbar.v-menubar-borderless {
padding-left: 4px;
padding-right: 4px;
margin: 3px 0;
}
.osbp-tea .v-window-bottom-toolbar.v-layout {
padding: 4px 7px;
background-color: #fafafa;
background-image: -webkit-linear-gradient(top, #fafafa 0, #fafafa 2px);
background-image: linear-gradient(to bottom,#fafafa 0, #fafafa 2px);
border-top: 1px solid #d4d4d4;
border-radius: 0 0 0px 0px;
}
.osbp-tea .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-layout {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
margin: -7px -7px 0;
}
.osbp-tea .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar {
margin: 0;
}
.osbp-tea .v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar-borderless {
margin: -3px -3px 0;
padding: 0;
}
.osbp-tea .v-margin-left.v-margin-right.v-margin-bottom .v-window-bottom-toolbar.v-layout {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
margin: 0 -7px -7px;
}
.osbp-tea .v-tree {
position: relative;
white-space: nowrap;
}
.osbp-tea .v-tree:focus {
outline: none;
}
.osbp-tea .v-tree-node:before {
content: "";
position: absolute;
display: inline-block;
z-index: 3;
width: 1.9em;
height: 17px;
cursor: pointer;
background: red;
opacity: 0;
}
.v-ie8 .osbp-tea .v-tree-node:before {
position: static;
margin-left: -1.9em;
vertical-align: top;
content: "\f0da";
font-family: ThemeIcons;
text-align: center;
background: transparent;
}
.v-ie8 .osbp-tea .v-tree-node {
padding-left: 1.9em;
}
.osbp-tea .v-tree-node-caption {
height: 17px;
line-height: 16px;
overflow: hidden;
white-space: nowrap;
vertical-align: top;
}
.osbp-tea .v-tree-node-caption > div {
display: inline-block;
width: 100%;
position: relative;
z-index: 2;
}
.osbp-tea .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;
}
.v-ie8 .osbp-tea .v-tree-node-caption > div:before {
display: none;
}
.osbp-tea .v-tree-node-caption span {
padding-right: 17px;
cursor: pointer;
display: inline-block;
width: 100%;
}
.v-ie .osbp-tea .v-tree-node-caption span {
width: auto;
}
.osbp-tea .v-tree-node-caption .v-icon {
padding-right: 0;
width: auto;
min-width: 1em;
}
.osbp-tea .v-tree-node-caption:after {
content: "";
display: block;
vertical-align: top;
position: absolute;
z-index: 1;
left: 0;
margin-top: -17px;
width: 100%;
height: 17px;
border-radius: 0px;
opacity: 0;
-webkit-transition: opacity 120ms;
-moz-transition: opacity 120ms;
transition: opacity 120ms;
}
.v-ie8 .osbp-tea .v-tree-node-caption:after {
content: none;
}
.v-ie8 .osbp-tea .v-tree-node-caption {
display: inline-block;
}
.osbp-tea .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;
}
.v-ie8 .osbp-tea .v-tree-node-expanded:before {
content: "\f0d7";
font-family: ThemeIcons;
}
.osbp-tea .v-tree-node-leaf:before, .osbp-tea .v-tree-node-leaf > .v-tree-node-caption > div:before {
visibility: hidden;
}
.osbp-tea .v-tree-node-focused:after {
opacity: 1;
border: 1px solid #9ea93f;
}
.v-ie8 .osbp-tea .v-tree-node-focused {
outline: 1px dotted #9ea93f;
}
.osbp-tea .v-tree-node-selected {
color: #0e0f09;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-tree-node-selected:after {
opacity: 1;
background: #9ea93f;
border: none;
}
.v-ie8 .osbp-tea .v-tree-node-selected {
background: #9ea93f;
}
.osbp-tea .v-tree-node-children {
padding-left: 11px;
}
.v-ie8 .osbp-tea .v-tree-node-children {
padding-left: 0;
}
.osbp-tea .v-tree-node-drag-top:before, .osbp-tea .v-tree-node-drag-bottom:after, .osbp-tea .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: #9ea93f;
font-size: 24px;
line-height: 2px;
color: #9ea93f;
text-indent: -3px;
text-shadow: 0 0 1px #fafafa, 0 0 1px #fafafa;
opacity: 1;
visibility: visible;
}
.osbp-tea .v-tree-node-drag-bottom.v-tree-node-dragfolder.v-tree-node-expanded:after {
content: none;
}
.osbp-tea .v-tree-node-caption-drag-center {
-webkit-box-shadow: 0 0 0 2px #9ea93f;
box-shadow: 0 0 0 2px #9ea93f;
position: relative;
border-radius: 0px;
}
.v-ie8 .osbp-tea .v-tree-node-caption-drag-center {
outline: 2px solid #9ea93f;
}
.v-ff .osbp-tea .v-tree-node-drag-top:before, .v-ff .osbp-tea .v-tree-node-drag-bottom:after {
line-height: 1px;
}
.v-ie8 .osbp-tea .v-tree-node-drag-top:before, .v-ie8 .osbp-tea .v-tree-node-drag-bottom:after {
line-height: 0;
}
.osbp-tea .v-table {
position: relative;
background: #fafafa;
color: #464646;
overflow: hidden;
}
.osbp-tea .v-table-header table, .osbp-tea .v-table-footer table, .osbp-tea .v-table-table {
-webkit-box-shadow: 0 0 0 1px #d4d4d4;
box-shadow: 0 0 0 1px #d4d4d4;
}
.v-ie8 .osbp-tea .v-table-header table, .v-ie8 .osbp-tea .v-table-footer table, .v-ie8 .osbp-tea .v-table-table {
outline: 1px solid #d4d4d4;
}
.osbp-tea .v-table-header-wrap, .osbp-tea .v-table-footer-wrap, .osbp-tea .v-table-header-drag {
border: 1px solid #d4d4d4;
background: #fafafa;
white-space: nowrap;
font-size: 10px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-table-header-wrap {
position: relative;
border-bottom: none;
}
.osbp-tea .v-table-footer-wrap {
border-top: none;
}
.osbp-tea .v-table-footer td {
border-left: 1px solid #d4d4d4;
}
.osbp-tea .v-table-footer-container, .osbp-tea .v-table-caption-container {
overflow: hidden;
line-height: 1;
min-height: 22px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.v-ie8 .osbp-tea .v-table-footer-container, .v-ie8 .osbp-tea .v-table-caption-container {
min-height: 11px;
}
.osbp-tea .v-table-footer-container {
padding: 5px 7px 6px;
float: right;
}
.osbp-tea [class^="v-table-header-cell"] {
position: relative;
}
.osbp-tea .v-table-caption-container, .osbp-tea .v-table-header-drag {
padding: 6px 7px 5px;
border-left: 1px solid #d4d4d4;
}
.osbp-tea .v-table-caption-container-align-right {
padding-right: 2px;
}
.osbp-tea .v-table-resizer {
height: 22px;
width: 5px;
cursor: e-resize;
cursor: col-resize;
position: relative;
right: -3px;
z-index: 1;
margin-left: -5px;
}
.osbp-tea .v-table-cell-content {
border-left: 1px solid #d4d4d4;
overflow: hidden;
height: 22px;
vertical-align: middle;
}
.osbp-tea .v-table-cell-content:first-child {
border-left: none;
padding-left: 1px;
}
.osbp-tea .v-table-header td:first-child .v-table-caption-container, .osbp-tea .v-table-footer td:first-child {
border-left-color: transparent;
}
.osbp-tea .v-table-cell-wrapper {
line-height: 1;
padding: 0 7px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0 !important;
}
.osbp-tea .v-table-cell-wrapper > .v-widget {
margin: 2px -4px;
}
.osbp-tea .v-table-cell-wrapper > .v-widget.v-label, .osbp-tea .v-table-cell-wrapper > .v-widget.v-checkbox, .osbp-tea .v-table-cell-wrapper > .v-widget.v-select-optiongroup {
margin: 0;
}
.osbp-tea .v-table-cell-wrapper > .v-widget.v-progressbar {
margin-left: 0;
margin-right: 0;
}
.osbp-tea .v-table-body {
border: 1px solid #d4d4d4;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.osbp-tea .v-table-table {
background-color: #fff;
white-space: nowrap;
}
.osbp-tea .v-table-table td {
border-top: 1px solid #d4d4d4;
}
.osbp-tea .v-table-table tr:first-child > td {
border-top: none;
}
.osbp-tea .v-table-row {
background-color: #fff;
cursor: pointer;
}
.osbp-tea .v-table-row-odd {
background-color: #f5f5f5;
cursor: pointer;
}
.osbp-tea .v-table-body-noselection .v-table-row, .osbp-tea .v-table-body-noselection .v-table-row-odd {
cursor: default;
}
.osbp-tea .v-table [class*="-row"].v-selected {
background: #9ea93f;
background-origin: border-box;
color: #0e0f09;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-table [class*="-row"].v-selected + .v-selected {
background: #9ea93f;
}
.osbp-tea .v-table [class*="-row"].v-selected + .v-selected td {
border-top-color: #9ea93f;
}
.osbp-tea .v-table [class*="-row"].v-selected .v-table-cell-content {
border-color: transparent;
border-left-color: #7c843c;
}
.osbp-tea .v-table [class*="-row"].v-selected .v-table-cell-content:first-child {
border-left-color: transparent;
}
.osbp-tea .v-table-header-cell-asc .v-table-sort-indicator, .osbp-tea .v-table-header-cell-desc .v-table-sort-indicator {
background: transparent;
width: 11px;
height: 22px;
line-height: 22px;
margin-left: -11px;
}
.osbp-tea .v-table-header-cell-asc .v-table-sort-indicator:before, .osbp-tea .v-table-header-cell-desc .v-table-sort-indicator:before {
font-style: normal;
font-weight: normal;
display: inline-block;
}
.osbp-tea .v-table-header-cell-asc .v-table-sort-indicator:before {
content: "\f0de";
font-family: ThemeIcons;
}
.osbp-tea .v-table-header-cell-desc .v-table-sort-indicator:before {
content: "\f0dd";
font-family: ThemeIcons;
}
.osbp-tea [class*="rowheader"] span.v-icon {
min-width: 1em;
}
.osbp-tea .v-table-focus {
outline: 1px solid #9ea93f;
outline-offset: -1px;
}
.osbp-tea .v-drag-element.v-table-focus, .osbp-tea .v-drag-element .v-table-focus {
outline: none;
}
.osbp-tea .v-table-header-drag {
position: absolute;
opacity: 0.9;
filter: alpha(opacity=90) ;
margin-top: -11px;
z-index: 30000;
line-height: 1;
}
.osbp-tea .v-table-focus-slot-right {
border-right: 3px solid #9ea93f;
right: -2px;
margin-left: -8px !important;
}
.osbp-tea .v-table-focus-slot-left {
float: left;
border-left: 3px solid #9ea93f;
left: -1px;
right: auto;
margin-left: 0 !important;
margin-right: -8px;
}
.osbp-tea .v-table-column-selector {
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
position: absolute;
z-index: 2;
top: 0;
right: 0;
width: 11px;
height: 11px;
line-height: 11px;
padding: 0;
border-top-width: 0;
border-right-width: 0;
border-radius: 0 0 0 0px;
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;
}
.osbp-tea .v-table-column-selector:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-table-column-selector:hover:after {
background-color: rgba(186, 186, 186, 0.1);
}
.osbp-tea .v-table-column-selector:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-table-column-selector:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-table-column-selector:after {
content: "";
position: absolute;
border: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.osbp-tea .v-table-column-selector:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-table-column-selector:before {
font-family: ThemeIcons;
content: "\f013";
}
.osbp-tea .v-table-header-wrap:hover .v-table-column-selector {
opacity: 1;
filter: none ;
-webkit-transition-delay: 200ms;
-moz-transition-delay: 200ms;
transition-delay: 200ms;
}
.osbp-tea .v-on:before, .osbp-tea .v-off:before {
content: "\f00c";
font-family: ThemeIcons;
font-size: 0.9em;
margin-right: 4px;
}
.osbp-tea .v-on div, .osbp-tea .v-off div {
display: inline;
}
.osbp-tea .v-off:before {
visibility: hidden;
}
.osbp-tea tbody.v-drag-element {
display: block;
overflow: visible;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
opacity: 1;
filter: none ;
}
.osbp-tea 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: 0px;
overflow: hidden;
opacity: 0.5;
filter: alpha(opacity=50) ;
background: #fff;
}
.osbp-tea .v-table-body {
position: relative;
z-index: 1;
}
.osbp-tea .v-table-scrollposition {
position: absolute;
top: 50%;
width: 100%;
height: 22px;
line-height: 22px;
margin: -11px 0 0 !important;
text-align: center;
}
.osbp-tea .v-table-drag {
overflow: visible;
}
.osbp-tea .v-table-drag .v-table-body {
-webkit-box-shadow: 0 0 0 2px rgba(158, 169, 63, 0.5);
box-shadow: 0 0 0 2px rgba(158, 169, 63, 0.5);
border-color: #9ea93f;
}
.v-ie8 .osbp-tea .v-table-drag .v-table-body {
border-color: #9ea93f;
}
.osbp-tea .v-table-drag .v-table-body .v-table-focus {
outline: none;
}
.osbp-tea .v-table-row-drag-middle .v-table-cell-content {
background-color: #ebedd8;
color: #4c4e30;
}
.osbp-tea .v-table-row-drag-bottom td.v-table-cell-content {
border-bottom: 2px solid #9ea93f;
height: 20px;
}
.osbp-tea .v-table-row-drag-bottom .v-table-cell-wrapper {
margin-bottom: -2px;
}
.osbp-tea .v-table-row-drag-top td.v-table-cell-content {
border-top: 2px solid #9ea93f;
height: 21px;
}
.osbp-tea .v-table-row-drag-top .v-table-cell-wrapper {
margin-top: -1px;
}
.osbp-tea .v-table-no-stripes .v-table-row, .osbp-tea .v-table-no-stripes .v-table-row-odd {
background: transparent;
}
.osbp-tea .v-table-no-vertical-lines .v-table-cell-content {
border-left: none;
padding-left: 1px;
}
.osbp-tea .v-table-no-vertical-lines.v-treetable .v-table-cell-content {
padding-left: 8px;
}
.osbp-tea .v-table-no-horizontal-lines .v-table-cell-content {
border-top: none;
border-bottom: none;
}
.osbp-tea .v-table-no-horizontal-lines .v-table-row-drag-top .v-table-cell-content, .osbp-tea .v-table-no-horizontal-lines .v-table-row-drag-bottom .v-table-cell-content {
height: 21px;
}
.osbp-tea .v-table-no-header .v-table-header-wrap {
display: none;
}
.osbp-tea .v-table-borderless .v-table-header-wrap, .osbp-tea .v-table-borderless .v-table-footer-wrap, .osbp-tea .v-table-borderless .v-table-header-drag, .osbp-tea .v-table-borderless .v-table-body {
border: none;
}
.osbp-tea .v-table-borderless .v-table-header-wrap {
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .v-table-borderless .v-table-footer-wrap {
border-top: 1px solid #d4d4d4;
}
.osbp-tea .v-table-compact .v-table-header-wrap, .osbp-tea .v-table-compact .v-table-footer-wrap, .osbp-tea .v-table-compact .v-table-header-drag, .osbp-tea .v-table-small .v-table-header-wrap, .osbp-tea .v-table-small .v-table-footer-wrap, .osbp-tea .v-table-small .v-table-header-drag {
font-size: 10px;
}
.osbp-tea .v-table-compact .v-table-footer-container, .osbp-tea .v-table-small .v-table-footer-container {
padding: 4px 5px 5px;
}
.osbp-tea .v-table-compact .v-table-caption-container, .osbp-tea .v-table-compact .v-table-header-drag, .osbp-tea .v-table-small .v-table-caption-container, .osbp-tea .v-table-small .v-table-header-drag {
padding-top: 5px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
}
.osbp-tea .v-table-compact .v-table-caption-container-align-right, .osbp-tea .v-table-small .v-table-caption-container-align-right {
padding-right: 0;
}
.osbp-tea .v-table-compact .v-table-resizer, .osbp-tea .v-table-small .v-table-resizer {
height: 19px;
}
.osbp-tea .v-table-compact .v-table-cell-content, .osbp-tea .v-table-small .v-table-cell-content {
height: 19px;
}
.osbp-tea .v-table-compact .v-table-cell-wrapper, .osbp-tea .v-table-small .v-table-cell-wrapper {
padding-left: 4px;
padding-right: 4px;
}
.osbp-tea .v-table-compact .v-table-cell-wrapper > .v-widget, .osbp-tea .v-table-small .v-table-cell-wrapper > .v-widget {
margin: 1px -2px;
}
.osbp-tea .v-table-compact .v-table-cell-wrapper > .v-widget.v-label, .osbp-tea .v-table-compact .v-table-cell-wrapper > .v-widget.v-checkbox, .osbp-tea .v-table-compact .v-table-cell-wrapper > .v-widget.v-select-optiongroup, .osbp-tea .v-table-small .v-table-cell-wrapper > .v-widget.v-label, .osbp-tea .v-table-small .v-table-cell-wrapper > .v-widget.v-checkbox, .osbp-tea .v-table-small .v-table-cell-wrapper > .v-widget.v-select-optiongroup {
margin: 0;
}
.osbp-tea .v-table-compact .v-table-cell-wrapper > .v-widget.v-progressbar, .osbp-tea .v-table-small .v-table-cell-wrapper > .v-widget.v-progressbar {
margin-left: 0;
margin-right: 0;
}
.osbp-tea .v-table-compact .v-table-header-cell-asc .v-table-sort-indicator, .osbp-tea .v-table-compact .v-table-header-cell-desc .v-table-sort-indicator, .osbp-tea .v-table-small .v-table-header-cell-asc .v-table-sort-indicator, .osbp-tea .v-table-small .v-table-header-cell-desc .v-table-sort-indicator {
height: 19px;
line-height: 19px;
}
.osbp-tea .v-table-compact .v-table-header-drag, .osbp-tea .v-table-small .v-table-header-drag {
margin-top: -10px;
}
.osbp-tea .v-table-compact.v-treetable .v-table-cell-wrapper, .osbp-tea .v-table-small.v-treetable .v-table-cell-wrapper {
padding-left: 0;
padding-right: 0;
min-height: 12px;
}
.osbp-tea .v-table-compact.v-treetable .v-table-cell-content, .osbp-tea .v-table-small.v-treetable .v-table-cell-content {
padding-left: 4px;
padding-right: 4px;
}
.osbp-tea .v-table-compact.v-treetable .v-table-cell-content:first-child, .osbp-tea .v-table-small.v-treetable .v-table-cell-content:first-child {
padding-left: 5px;
}
.osbp-tea .v-table-compact.v-treetable .v-table-footer-container, .osbp-tea .v-table-small.v-treetable .v-table-footer-container {
padding-left: 4px;
padding-right: 4px;
}
.osbp-tea .v-table-compact .v-table-row-drag-top .v-table-cell-content, .osbp-tea .v-table-compact .v-table-row-drag-bottom .v-table-cell-content, .osbp-tea .v-table-small .v-table-row-drag-top .v-table-cell-content, .osbp-tea .v-table-small .v-table-row-drag-bottom .v-table-cell-content {
height: 18px;
}
.osbp-tea .v-table-small {
font-size: 11px;
}
.osbp-tea .v-table-small.v-treetable .v-table-cell-wrapper {
min-height: 11px;
}
.osbp-tea .v-treetable [class*="caption-container"], .osbp-tea .v-treetable [class*="footer-container"], .osbp-tea .v-treetable [class*="cell-wrapper"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding-left: 0;
padding-right: 0;
}
.osbp-tea .v-treetable [class*="caption-container"], .osbp-tea .v-treetable [class*="footer-container"] {
min-height: 11px;
}
.osbp-tea .v-treetable [class*="cell-wrapper"] {
min-height: 12px;
}
.osbp-tea .v-treetable [class*="caption-container"] {
padding-left: 7px;
}
.osbp-tea .v-treetable [class*="caption-container-align-right"] {
padding-left: 12px;
}
.osbp-tea .v-treetable [class*="footer-container"] {
padding-right: 7px;
}
.osbp-tea .v-treetable [class*="cell-content"] {
padding-left: 7px;
padding-right: 7px;
}
.osbp-tea .v-treetable [class*="cell-content"]:first-child {
padding-left: 8px;
}
.osbp-tea .v-treetable-treespacer {
display: inline-block;
position: absolute;
width: 11px !important;
margin-left: -15px;
text-align: center;
cursor: pointer;
}
.osbp-tea .v-treetable-node-closed:before {
content: "\f0da";
font-family: ThemeIcons;
}
.osbp-tea .v-treetable-node-open:before {
content: "\f0d7";
font-family: ThemeIcons;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter {
width: 1px;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter:after {
left: -3px;
right: -3px;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before {
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
padding: 0;
border-radius: 0;
background: #fafafa;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:hover:after {
background-color: rgba(186, 186, 186, 0.1);
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-second-container {
margin-left: 1px;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter {
height: 1px;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter:after {
top: -3px;
bottom: -3px;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before {
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
padding: 0;
border-radius: 0;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:hover:after {
background-color: rgba(186, 186, 186, 0.1);
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter {
width: 7px;
}
.osbp-tea .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter:after {
left: 0px;
right: 0px;
}
.osbp-tea .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before {
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
padding: 0;
border-radius: 0;
background: #fafafa;
}
.osbp-tea .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:hover:after {
background-color: rgba(186, 186, 186, 0.1);
}
.osbp-tea .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:before:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-splitpanel-horizontal.large > div > .v-splitpanel-hsplitter div:after {
content: "";
border: 1px solid #d4d4d4;
border-top-color: #d4d4d4;
border-left-color: #d4d4d4;
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 22px;
margin-left: -1px;
margin-top: -11px;
}
.osbp-tea .v-splitpanel-horizontal.large > div > .v-splitpanel-second-container {
margin-left: 7px;
}
.osbp-tea .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter {
height: 7px;
}
.osbp-tea .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter:after {
top: 0px;
bottom: 0px;
}
.osbp-tea .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before {
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
padding: 0;
border-radius: 0;
}
.osbp-tea .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:hover:after {
background-color: rgba(186, 186, 186, 0.1);
}
.osbp-tea .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:before:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-splitpanel-vertical.large > div > .v-splitpanel-vsplitter div:after {
content: "";
border: 1px solid #d4d4d4;
border-top-color: #d4d4d4;
border-left-color: #d4d4d4;
position: absolute;
top: 50%;
left: 50%;
width: 22px;
height: 0;
margin-left: -11px;
margin-top: -1px;
}
.osbp-tea .v-progressbar-wrapper {
border-radius: 0px;
height: 6px;
background: #d4d4d4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 44px;
}
.osbp-tea .v-progressbar-indicator {
border-radius: 0px;
height: inherit;
background: #9ea93f;
border: 1px solid #d4d4d4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
min-width: 3px;
-webkit-transition: width 160ms;
-moz-transition: width 160ms;
transition: width 160ms;
}
.osbp-tea .v-progressbar-point .v-progressbar-indicator {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
text-align: right;
overflow: hidden;
}
.osbp-tea .v-progressbar-point .v-progressbar-indicator:before {
content: "";
display: inline-block;
border-radius: 0px;
height: inherit;
background: #9ea93f;
border: 1px solid #d4d4d4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
width: 6px;
vertical-align: top;
}
.osbp-tea .v-progressbar-indeterminate {
height: 24px !important;
width: 24px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid rgba(158, 169, 63, 0.2);
border-top-color: #9ea93f;
border-right-color: #9ea93f;
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;
}
.v-ie8 .osbp-tea .v-progressbar-indeterminate, .v-ie9 .osbp-tea .v-progressbar-indeterminate {
border: none;
border-radius: 0px;
background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50% 50%;
background-size: 80%;
}
.v-ie8 .osbp-tea .v-progressbar-indeterminate {
min-width: 30px;
min-height: 30px;
}
.osbp-tea .v-progressbar-indeterminate .v-progressbar-wrapper {
display: none;
}
.osbp-tea .v-slider {
position: relative;
}
.osbp-tea .v-slider:focus {
outline: none;
}
.osbp-tea .v-slider:focus .v-slider-handle:after {
opacity: 1;
}
.v-ie8 .osbp-tea .v-slider:focus .v-slider-handle:after {
visibility: visible;
}
.osbp-tea .v-slider.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-slider-base {
border-radius: 0px;
height: 6px;
background: #d4d4d4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 44px;
height: 4px;
margin: 10px 6px;
white-space: nowrap;
overflow: hidden;
}
.osbp-tea .v-slider-base:before {
content: "";
position: absolute;
top: 10px;
bottom: 10px;
left: 6px;
width: 0px;
border-radius: 0px;
border-left: 1px solid #d4d4d4;
}
.osbp-tea .v-slider-base:after {
border-radius: 0px;
height: inherit;
background: #9ea93f;
border: 1px solid #d4d4d4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
content: "";
display: inline-block;
margin-left: -100%;
width: 100%;
vertical-align: top;
}
.v-ie8 .osbp-tea .v-slider-base:after {
position: relative;
left: -6px;
}
.osbp-tea .v-has-width > .v-slider-base {
min-width: 0;
}
.osbp-tea .v-slider-handle {
margin-top: -9px;
width: 0.1px;
display: inline-block;
vertical-align: top;
}
.osbp-tea .v-slider-handle:before {
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
}
.osbp-tea .v-slider-handle:before:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-slider-handle:before:hover:after {
background-color: rgba(186, 186, 186, 0.1);
}
.osbp-tea .v-slider-handle:before:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-slider-handle:before:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-slider-handle:after {
border: 1px solid #d4d4d4;
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
opacity: 0;
-webkit-transition: opacity 200ms;
-moz-transition: opacity 200ms;
transition: opacity 200ms;
}
.v-ie8 .osbp-tea .v-slider-handle:after {
visibility: hidden;
}
.osbp-tea .v-slider-handle:before, .osbp-tea .v-slider-handle:after {
content: "";
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
width: 12px;
height: 12px;
border-radius: 6px;
position: absolute;
z-index: 1;
margin-top: 5px;
margin-left: -6px;
}
.osbp-tea .v-slider-feedback {
background-color: #323232;
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: 3px 6px;
border-radius: -1px;
max-width: 35em;
overflow: hidden !important;
font-size: 12px;
}
.osbp-tea .v-slider-vertical {
padding: 6px 0;
height: 56px;
}
.osbp-tea .v-slider-vertical .v-slider-base {
background: #d4d4d4;
width: 4px;
height: 100% !important;
min-width: 0;
margin: 0 9px;
}
.osbp-tea .v-slider-vertical .v-slider-base:before {
top: auto;
bottom: 6px;
left: 10px;
right: 10px;
width: auto;
height: 0px;
border-left: none;
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .v-slider-vertical .v-slider-base:after {
height: 101%;
margin-left: 0;
background: #9ea93f;
}
.v-ie8 .osbp-tea .v-slider-vertical .v-slider-base:after {
top: 6px;
left: 0;
height: 130%;
}
.osbp-tea .v-slider-vertical .v-slider-handle {
width: 0;
height: 0.1px;
width: 22px;
display: block;
}
.osbp-tea .v-slider-vertical .v-slider-handle:before, .osbp-tea .v-slider-vertical .v-slider-handle:after {
width: 12px;
height: 12px;
margin-top: -6px;
margin-left: -4px;
}
.osbp-tea .v-slider-no-indicator .v-slider-base:before, .osbp-tea .v-slider-no-indicator .v-slider-base:after {
display: none;
}
.osbp-tea .v-tabsheet:not(.v-has-width) {
width: auto !important;
}
.osbp-tea .v-tabsheet-spacertd {
display: none !important;
}
.osbp-tea .v-tabsheet-tabcontainer {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.osbp-tea .v-tabsheet-tabcontainer:before {
content: "";
position: absolute;
height: 0;
border-top: 1px solid #d4d4d4;
bottom: 0;
left: 0;
right: 0;
}
.osbp-tea .v-tabsheet-tabcontainer .v-tabsheet-tabs {
position: relative;
}
.osbp-tea .v-tabsheet-tabitemcell {
vertical-align: bottom;
}
.osbp-tea .v-tabsheet-tabitemcell .v-tabsheet-tabitem {
line-height: 0;
overflow: hidden;
}
.osbp-tea .v-tabsheet-tabitemcell .v-caption {
margin-left: 11px;
padding: 0 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
text-align: center;
line-height: 22px;
font-size: 11px;
font-weight: 300;
color: #6b6b6b;
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;
}
.osbp-tea .v-tabsheet-tabitemcell .v-caption .v-captiontext {
display: inline;
}
.osbp-tea .v-tabsheet-tabitemcell .v-caption .v-icon + .v-captiontext {
margin-left: 6px;
}
.osbp-tea .v-tabsheet-tabitemcell .v-caption:hover {
color: #9ea93f;
}
.osbp-tea .v-tabsheet-tabitemcell .v-caption.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
cursor: default;
color: inherit !important;
}
.osbp-tea .v-tabsheet-tabitemcell:first-child .v-caption, .osbp-tea .v-tabsheet-tabitemcell[aria-hidden="true"] + td .v-caption {
margin-left: 0;
}
.osbp-tea .v-tabsheet-tabitemcell:focus {
outline: none;
}
.osbp-tea .v-tabsheet-tabitemcell:focus .v-caption {
color: #9ea93f;
}
.osbp-tea .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-caption.v-caption {
border-bottom-color: #9ea93f;
color: #9ea93f;
}
.osbp-tea .v-tabsheet-tabitemcell .v-caption-closable {
padding-right: 15px;
}
.osbp-tea .v-tabsheet-tabitemcell.icons-on-top .v-caption-closable {
padding-right: 2px;
}
.osbp-tea .v-tabsheet-tabitemcell .v-tabsheet-caption-close {
position: absolute;
right: 0;
top: 50%;
margin: -6px 0 0;
font-size: 13px;
line-height: 13px;
width: 13px;
text-align: center;
border-radius: 0px;
color: #999999;
}
.osbp-tea .v-tabsheet-tabitemcell .v-tabsheet-caption-close:hover {
background: rgba(0, 0, 0, 0.03);
color: #9ea93f;
}
.osbp-tea .v-tabsheet-tabitemcell .v-tabsheet-caption-close:active {
background: #9ea93f;
color: #282a17;
}
.osbp-tea .v-tabsheet-scroller {
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding-left: 11px;
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;
}
.osbp-tea .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, #d4d4d4 70%, rgba(212, 212, 212, 0) 100%);
background-image: linear-gradient(to left,#d4d4d4 70%, rgba(212, 212, 212, 0) 100%);
}
.v-ie8 .osbp-tea .v-tabsheet-scroller, .v-ie9 .osbp-tea .v-tabsheet-scroller {
background-color: #fafafa;
}
.v-ie8 .osbp-tea .v-tabsheet-scroller:after, .v-ie9 .osbp-tea .v-tabsheet-scroller:after {
background-color: #d4d4d4;
}
.osbp-tea .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 6px;
outline: none;
cursor: pointer;
pointer-events: auto;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-tabsheet-scroller button:hover {
opacity: 1;
filter: none ;
color: #9ea93f;
}
.osbp-tea .v-tabsheet-scroller button:active {
opacity: 0.7;
filter: alpha(opacity=70) ;
color: #9ea93f;
}
.osbp-tea .v-tabsheet-scroller button::-moz-focus-inner {
padding: 0;
border: 0;
}
.osbp-tea .v-tabsheet-scroller [class*="Next"] {
padding-left: 3px;
}
.osbp-tea .v-tabsheet-scroller [class*="Next"]:before {
font-family: ThemeIcons;
content: "\f054";
}
.osbp-tea .v-tabsheet-scroller [class*="Prev"] {
padding-right: 3px;
}
.osbp-tea .v-tabsheet-scroller [class*="Prev"]:before {
font-family: ThemeIcons;
content: "\f053";
}
.osbp-tea .v-tabsheet-scroller [class*="disabled"] {
cursor: default;
color: inherit !important;
opacity: 0.1 !important;
filter: alpha(opacity=10) !important;
}
.osbp-tea .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer table, .osbp-tea .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tbody, .osbp-tea .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tr {
width: 100%;
}
.osbp-tea .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tr {
display: table;
table-layout: fixed;
}
.osbp-tea .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer td {
display: table-cell;
}
.osbp-tea .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer .v-caption {
margin: 0;
display: block;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption {
margin-left: 2px;
padding: 0 8px;
background-color: #fff;
border: 1px solid transparent;
line-height: 21px;
border-radius: 0px 0px 0 0;
font-weight: 400;
-webkit-transition: background-color 160ms;
-moz-transition: background-color 160ms;
transition: background-color 160ms;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption:hover {
background-color: #f7f7f7;
border-bottom-color: #d4d4d4;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption.v-disabled:hover {
background-color: #fff;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption-closable {
padding-right: 21px;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
top: 3px;
right: 3px;
margin-top: 0;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-tabcontainer td:first-child .v-caption, .osbp-tea .v-tabsheet-framed > .v-tabsheet-tabcontainer [aria-hidden="true"] + td .v-caption {
margin-left: 0;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-tabitem .v-caption {
border-color: #d4d4d4;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption {
background: white;
border-color: #d4d4d4;
border-bottom: none;
padding-bottom: 1px;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-content {
border: 1px solid #d4d4d4;
border-top: none;
}
.osbp-tea .v-tabsheet-framed > .v-tabsheet-content > div {
background: white;
}
.osbp-tea .v-tabsheet-framed.padded-tabbar > .v-tabsheet-tabcontainer {
border: 1px solid #d4d4d4;
border-bottom: none;
background: #fafafa;
padding-top: 4px;
}
.osbp-tea .v-tabsheet-framed.icons-on-top > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption {
padding-bottom: 5px;
}
.osbp-tea .v-tabsheet-centered-tabs > .v-tabsheet-tabcontainer {
text-align: center;
}
.osbp-tea .v-tabsheet-right-aligned-tabs > .v-tabsheet-tabcontainer {
text-align: right;
}
.osbp-tea .v-tabsheet-padded-tabbar > .v-tabsheet-tabcontainer .v-tabsheet-tabs {
padding: 0 6px;
}
.osbp-tea .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-caption {
padding-top: 4px;
padding-bottom: 4px;
line-height: 1.2;
}
.osbp-tea .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-icon {
display: block;
}
.osbp-tea .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-icon + .v-captiontext.v-captiontext {
margin-left: 0;
}
.osbp-tea .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-caption-closable {
padding-right: 8px;
}
.osbp-tea .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
top: 3px;
margin-top: 0;
}
.osbp-tea .v-tabsheet-compact-tabbar > .v-tabsheet-tabcontainer-compact-tabbar .v-caption {
line-height: 1.8;
}
.osbp-tea .v-tabsheet-only-selected-closable > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
visibility: hidden;
}
.osbp-tea .v-tabsheet-only-selected-closable > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-tabsheet-caption-close {
visibility: visible;
}
.osbp-tea .v-colorpicker-popup.v-window {
min-width: 220px !important;
}
.osbp-tea .v-colorpicker-popup .v-tabsheet-tabs {
padding: 0 6px;
}
.osbp-tea .v-colorpicker-popup [class$="sliders"] {
padding: 7px;
}
.osbp-tea .v-colorpicker-popup [class$="sliders"] .v-widget {
width: 100% !important;
vertical-align: middle;
}
.osbp-tea .v-colorpicker-popup [class$="sliders"] .v-has-caption {
white-space: nowrap;
padding-left: 36px;
}
.osbp-tea .v-colorpicker-popup [class$="sliders"] .v-caption {
display: inline-block;
margin-left: -36px;
width: 36px;
}
.osbp-tea .v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-has-caption {
padding-left: 60px;
}
.osbp-tea .v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-caption {
margin-left: -60px;
width: 60px;
}
.osbp-tea .v-colorpicker-popup .v-slider-red .v-slider-base:after {
background: red;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-colorpicker-popup .v-slider-green .v-slider-base:after {
background: green;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-colorpicker-popup .v-slider-blue .v-slider-base:after {
background: blue;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-colorpicker-popup .v-margin-bottom {
padding-bottom: 0;
}
.osbp-tea .v-colorpicker-popup .resize-button {
width: 100% !important;
height: auto !important;
text-align: center;
outline: none;
}
.osbp-tea .v-colorpicker-popup .resize-button:before {
font-family: ThemeIcons;
content: "\f141";
}
.osbp-tea .v-colorpicker-popup .resize-button-caption {
display: none;
}
.osbp-tea .v-colorpicker-popup .v-horizontallayout {
height: auto !important;
padding: 6px 0;
background-color: #fafafa;
border-top: 1px solid #ededed;
}
.osbp-tea .v-colorpicker-popup .v-horizontallayout .v-expand {
overflow: visible;
}
.osbp-tea .v-colorpicker-popup .v-horizontallayout .v-button {
width: 80% !important;
}
.osbp-tea .v-colorpicker-preview {
width: 100% !important;
height: auto !important;
padding: 6px;
}
.osbp-tea .v-colorpicker-preview-textfield {
height: auto !important;
text-align: center;
border: none;
}
.osbp-tea .v-colorpicker {
width: auto;
}
.osbp-tea .v-colorpicker-button-color {
position: absolute;
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
border-radius: -1px;
border: 1px solid rgba(0, 0, 0, 0.5);
max-width: 13px;
}
.osbp-tea .v-colorpicker-button-color + .v-button-caption:not(:empty) {
margin-left: 11px;
}
.v-ie8 .osbp-tea .v-colorpicker-button-color {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
width: 12px;
height: 12px;
display: inline-block;
vertical-align: middle;
margin: 0 -6px;
}
.v-ie8 .osbp-tea .v-colorpicker-button-color + .v-button-caption {
margin-left: 11px;
}
.osbp-tea .v-panel {
background: white;
color: #474747;
border-radius: 0px;
border: 1px solid #d4d4d4;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
overflow: visible !important;
}
.osbp-tea .v-panel-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 7px;
line-height: 21px;
border-bottom: 1px solid #d4d4d4;
background-color: #fafafa;
background-image: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 100%);
background-image: linear-gradient(to bottom,#fafafa 0%, #fafafa 100%);
color: #464646;
font-weight: 400;
font-size: 11px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
border-radius: -1px -1px 0 0;
}
.osbp-tea .v-panel-content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.osbp-tea .v-panel-content > .v-margin-top {
padding-top: 7px;
}
.osbp-tea .v-panel-content > .v-margin-right {
padding-right: 7px;
}
.osbp-tea .v-panel-content > .v-margin-bottom {
padding-bottom: 7px;
}
.osbp-tea .v-panel-content > .v-margin-left {
padding-left: 7px;
}
.osbp-tea .v-panel-borderless {
background: transparent;
color: inherit;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-panel-borderless > div > [class*="-caption"] {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: inherit;
padding: 0;
margin: 0 7px;
border-bottom: none;
}
.osbp-tea .v-panel-well {
background: #f5f5f5;
color: #454545;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 3px 7px rgba(0, 0, 0, 0.1);
border-radius: 0px;
border: 1px solid #d4d4d4;
}
.osbp-tea .v-panel-well > div > [class*="-caption"] {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-panel-scroll-divider > [class*="-captionwrap"] {
position: relative;
z-index: 2;
}
.osbp-tea .v-panel-scroll-divider > [class*="-captionwrap"]:after {
content: "";
position: absolute;
bottom: -1px;
right: 0;
left: 0;
height: 0;
border-top: 1px solid #d4d4d4;
border-color: rgba(212, 212, 212, 0.5);
}
.osbp-tea .v-panel-scroll-divider > [class*="-content"]:before {
content: "";
position: absolute;
z-index: 2;
top: 0;
height: 0;
border-top: 1px solid #fff;
left: 0;
right: 0;
}
.osbp-tea .v-panel-caption.v-horizontallayout {
height: auto !important;
line-height: 0;
}
.osbp-tea .v-panel-caption.v-horizontallayout .v-slot {
vertical-align: middle;
}
.osbp-tea .v-panel-caption.v-horizontallayout .v-label {
line-height: 22px;
}
.osbp-tea .v-accordion {
background: white;
color: #474747;
border-radius: 0px;
border: 1px solid #d4d4d4;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
background-color: #fafafa;
background-image: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 100%);
background-image: linear-gradient(to bottom,#fafafa 0%, #fafafa 100%);
overflow: hidden;
}
.osbp-tea .v-accordion-item {
position: relative;
}
.osbp-tea .v-accordion-item[class*="item-open"]:last-child > div > .v-caption {
border-radius: 0;
}
.osbp-tea .v-accordion-item:not([class*="item-open"]):last-child > div > .v-caption {
border-bottom: none;
margin-bottom: 0;
}
.osbp-tea .v-accordion-item[class*="item-open"] + [class*="item"] {
border-top: 1px solid #d4d4d4;
}
.osbp-tea .v-accordion-item-caption {
border-radius: inherit;
}
.osbp-tea .v-accordion-item-caption > .v-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 7px;
line-height: 21px;
border-bottom: 1px solid #d4d4d4;
background-color: #fafafa;
background-image: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 100%);
background-image: linear-gradient(to bottom,#fafafa 0%, #fafafa 100%);
color: #464646;
font-weight: 400;
font-size: 11px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
display: block;
background: transparent;
border-bottom-color: #d4d4d4;
border-radius: inherit;
cursor: pointer;
position: relative;
}
.osbp-tea .v-accordion-item-caption > .v-caption:hover:before, .osbp-tea .v-accordion-item-caption > .v-caption:active:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
}
.osbp-tea .v-accordion-item-caption > .v-caption:hover:before {
background-color: rgba(186, 186, 186, 0.1);
border: none;
}
.osbp-tea .v-accordion-item-caption > .v-caption:active:before {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-accordion-item-content {
-webkit-box-shadow: inset 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 3px 7px rgba(0, 0, 0, 0.1);
background-color: white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.osbp-tea .v-accordion-item-content > .v-margin-top {
padding-top: 7px;
}
.osbp-tea .v-accordion-item-content > .v-margin-right {
padding-right: 7px;
}
.osbp-tea .v-accordion-item-content > .v-margin-bottom {
padding-bottom: 7px;
}
.osbp-tea .v-accordion-item-content > .v-margin-left {
padding-left: 7px;
}
.osbp-tea .v-accordion-borderless {
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-accordion-borderless > .v-accordion-item, .osbp-tea .v-accordion-borderless > .v-accordion-item > div > .v-caption, .osbp-tea .v-accordion-borderless > .v-accordion-item > .v-accordion-item-content {
border-radius: 0;
}
.osbp-tea .v-select-twincol {
white-space: normal;
}
.osbp-tea .v-select-twincol select {
border: 1px solid #d4d4d4;
background: #fafafa;
color: #464646;
}
.osbp-tea .v-select-twincol select:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-select-twincol .v-textfield, .osbp-tea .v-select-twincol .v-nativebutton {
width: auto !important;
margin-top: 6px;
}
.osbp-tea .v-select-twincol .v-nativebutton {
margin-left: 6px;
}
.osbp-tea .v-select-twincol-caption-left, .osbp-tea .v-select-twincol-caption-right {
font-size: 11px;
font-weight: 400;
padding-bottom: 0.3em;
}
.osbp-tea .v-select-twincol-buttons {
white-space: nowrap;
display: inline-block;
vertical-align: top;
position: relative;
min-width: 3.5em;
}
.osbp-tea .v-select-twincol-buttons .v-button {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
text-align: left;
white-space: normal;
position: absolute;
left: 6px;
right: 6px;
top: 21px;
padding: 0;
text-align: center;
}
.osbp-tea .v-select-twincol-buttons .v-button:first-child {
top: 0;
}
.osbp-tea .v-select-twincol-buttons .v-button-caption {
display: none;
}
.osbp-tea .v-select-twincol-buttons .v-button:focus {
z-index: 1;
}
.osbp-tea .v-select-twincol-buttons .v-button-wrap:before {
font-family: ThemeIcons;
content: "\f053";
}
.osbp-tea .v-select-twincol-buttons .v-button:first-child .v-button-wrap:before {
font-family: ThemeIcons;
content: "\f054";
}
.osbp-tea .v-select select {
border: 1px solid #d4d4d4;
background: #fafafa;
color: #464646;
}
.osbp-tea .v-select select:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-select-select {
display: block;
}
.osbp-tea .v-select-select + .v-textfield {
width: auto !important;
margin-top: 6px;
}
.osbp-tea .v-select-select + .v-textfield + .v-nativebutton {
margin-top: 6px;
margin-left: 6px;
}
.osbp-tea .v-calendar-header-day {
font-weight: 400;
text-align: center;
padding: 4px 0;
}
.osbp-tea .v-calendar-header-week .v-calendar-back, .osbp-tea .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) ;
}
.osbp-tea .v-calendar-header-week .v-calendar-back:focus, .osbp-tea .v-calendar-header-week .v-calendar-next:focus {
outline: none;
}
.osbp-tea .v-calendar-header-week .v-calendar-back:hover, .osbp-tea .v-calendar-header-week .v-calendar-next:hover {
opacity: 1;
filter: none ;
}
.osbp-tea .v-calendar-header-week .v-calendar-back:active, .osbp-tea .v-calendar-header-week .v-calendar-next:active {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-calendar-header-week .v-calendar-back:before {
font-family: ThemeIcons;
content: "\f053";
}
.osbp-tea .v-calendar-header-week .v-calendar-next:before {
font-family: ThemeIcons;
content: "\f054";
}
.osbp-tea .v-calendar-month {
outline: none;
overflow: hidden;
}
.osbp-tea .v-calendar-month td {
vertical-align: top;
}
.osbp-tea .v-calendar-week-number {
cursor: pointer;
width: 20px;
text-align: center;
font-size: 0.8em;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-calendar-week-number:hover {
opacity: 1;
filter: none ;
}
.osbp-tea .v-calendar-month-day {
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.2;
}
.osbp-tea .v-calendar-bottom-spacer, .osbp-tea .v-calendar-spacer, .osbp-tea .v-calendar-bottom-spacer-empty {
height: 14px;
margin-bottom: 2px;
}
.osbp-tea .v-calendar-bottom-spacer {
font-size: 0.8em;
padding: 0 3px;
cursor: pointer;
}
.osbp-tea .v-calendar-bottom-spacer:hover {
color: #9ea93f;
}
.osbp-tea .v-calendar-day-number {
line-height: 15px;
font-size: 12px;
text-align: right;
margin: 0 3px;
white-space: nowrap;
border-top: 1px solid #f2f2f2;
cursor: pointer;
}
.osbp-tea .v-calendar-day-number:hover {
color: #9ea93f;
}
.osbp-tea .v-calendar-month-day-today {
background: #f5f5f0;
}
.osbp-tea .v-calendar-month-day-today .v-calendar-day-number {
font-weight: 400;
color: #9ea93f;
border-top: 2px solid #9ea93f;
line-height: 14px;
margin: 0;
padding: 0 3px;
}
.osbp-tea .v-calendar-month-day-selected {
background-color: #f0f1e7;
}
.osbp-tea .v-calendar-month-day-dragemphasis {
background-color: #a8a8a8;
}
.osbp-tea .v-calendar-month-day-scrollable {
overflow-y: scroll;
}
.osbp-tea .v-calendar-weekly-longevents {
margin-left: 50px;
border-bottom: 2px solid #e0e0e0;
}
.osbp-tea .v-calendar-weekly-longevents .v-calendar-event-all-day {
height: 16px;
line-height: 1.6;
margin-bottom: 2px;
}
.osbp-tea .v-calendar-header-week td {
vertical-align: middle !important;
}
.osbp-tea .v-calendar-header-week .v-calendar-header-day {
cursor: pointer;
}
.osbp-tea .v-calendar-times {
width: 50px;
font-size: 0.77em;
line-height: 1;
white-space: nowrap;
}
.osbp-tea .v-calendar-time {
text-align: right;
padding-right: 6px;
margin-top: -5px;
padding-bottom: 5px;
}
.osbp-tea .v-calendar-day-times, .osbp-tea .v-calendar-day-times-today {
outline: none;
border-right: 1px solid transparent;
}
.osbp-tea .v-calendar-day-times:focus, .osbp-tea .v-calendar-day-times-today:focus {
outline: none;
}
.osbp-tea .v-calendar .v-datecellslot, .osbp-tea .v-calendar .v-datecellslot-even {
border-top: 1px solid #d4d4d4;
}
.osbp-tea .v-calendar .v-datecellslot:first-child, .osbp-tea .v-calendar .v-datecellslot-even:first-child {
border-top-color: transparent;
}
.osbp-tea .v-calendar .v-datecellslot {
border-top-style: dotted;
}
.osbp-tea .v-calendar .v-datecellslot, .osbp-tea .v-calendar .v-datecellslot-even {
margin-right: 3px;
}
.osbp-tea .v-calendar-current-time {
background: #9ea93f;
line-height: 1px;
pointer-events: none;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-calendar-current-time:before {
content: "\2022";
color: #9ea93f;
font-size: 22px;
margin-left: -0.07em;
}
.osbp-tea .v-calendar .v-daterange {
position: relative;
}
.osbp-tea .v-calendar .v-daterange:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: -1px;
left: 0;
background: #9ea93f;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-calendar .v-daterange + .v-daterange {
border-color: transparent;
}
.osbp-tea .v-calendar-event {
font-size: 0.85em;
overflow: hidden;
cursor: pointer;
outline: none;
border-radius: 0px;
}
.osbp-tea .v-calendar-event:focus {
outline: none;
}
.osbp-tea .v-calendar-event-month {
padding: 0 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 2px;
white-space: nowrap;
text-overflow: ellipsis;
height: 14px;
line-height: 14px;
}
.osbp-tea .v-calendar-event-month .v-calendar-event-time {
float: right;
font-size: 0.9em;
line-height: 14px;
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-calendar-event-month:before {
content: "\25cf";
margin-right: 0.2em;
}
.osbp-tea .v-calendar-event-all-day {
padding: 0 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 14px;
line-height: 14px;
border-radius: 0;
margin-left: -1px;
white-space: nowrap;
}
.osbp-tea .v-calendar-event-all-day:before {
content: "";
}
.osbp-tea .v-calendar-event-start {
overflow: visible;
margin-left: 0;
}
.osbp-tea .v-calendar-event-start.v-calendar-event-continued-to, .osbp-tea .v-calendar-event-start.v-calendar-event-end {
overflow: hidden;
text-overflow: ellipsis;
}
.osbp-tea .v-calendar-event-caption {
font-weight: 500;
line-height: 1.2;
padding: 3px 0;
position: absolute;
overflow: hidden;
right: 6px;
left: 3px;
bottom: 0;
top: 0;
}
.osbp-tea .v-calendar-event-caption span {
font-weight: 300;
white-space: nowrap;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event {
overflow: visible;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event-content {
margin-top: -1px;
border-radius: 1px;
border: 1px solid #fff;
padding-top: 3px;
margin-right: 3px;
}
.osbp-tea .v-calendar-event-month:before {
color: #00ace0;
}
.osbp-tea .v-calendar-event-all-day {
background-color: #c8eaf4;
background-color: rgba(200, 234, 244, 0.8);
color: #00ace0;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event {
color: #00ace0;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event .v-calendar-event-content {
background-color: #c8eaf4;
background-color: rgba(200, 234, 244, 0.8);
}
.osbp-tea .v-calendar-event-month[class*="color2"]:before {
color: #2d9f19;
}
.osbp-tea .v-calendar-event-all-day[class*="color2"] {
background-color: #d1e7cd;
background-color: rgba(209, 231, 205, 0.8);
color: #2d9f19;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event[class*="color2"] {
color: #2d9f19;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event[class*="color2"] .v-calendar-event-content {
background-color: #d1e7cd;
background-color: rgba(209, 231, 205, 0.8);
}
.osbp-tea .v-calendar-event-month[class*="color3"]:before {
color: #d18100;
}
.osbp-tea .v-calendar-event-all-day[class*="color3"] {
background-color: #f1e1c8;
background-color: rgba(241, 225, 200, 0.8);
color: #d18100;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event[class*="color3"] {
color: #d18100;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event[class*="color3"] .v-calendar-event-content {
background-color: #f1e1c8;
background-color: rgba(241, 225, 200, 0.8);
}
.osbp-tea .v-calendar-event-month[class*="color4"]:before {
color: #ce3812;
}
.osbp-tea .v-calendar-event-all-day[class*="color4"] {
background-color: #f1d3cb;
background-color: rgba(241, 211, 203, 0.8);
color: #ce3812;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event[class*="color4"] {
color: #ce3812;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event[class*="color4"] .v-calendar-event-content {
background-color: #f1d3cb;
background-color: rgba(241, 211, 203, 0.8);
}
.osbp-tea .v-calendar-event-month[class*="color5"]:before {
color: #2d55cd;
}
.osbp-tea .v-calendar-event-all-day[class*="color5"] {
background-color: #d1d9f1;
background-color: rgba(209, 217, 241, 0.8);
color: #2d55cd;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event[class*="color5"] {
color: #2d55cd;
}
.osbp-tea .v-calendar-week-wrapper .v-calendar-event[class*="color5"] .v-calendar-event-content {
background-color: #d1d9f1;
background-color: rgba(209, 217, 241, 0.8);
}
.osbp-tea .v-calendar.v-disabled * {
cursor: default;
}
.osbp-tea .v-label {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.osbp-tea .v-label-undef-w {
white-space: nowrap;
}
.osbp-tea h1, .osbp-tea .v-label-h1, .osbp-tea h2, .osbp-tea .v-label-h2, .osbp-tea h3, .osbp-tea .v-label-h3 {
line-height: 1.1;
font-weight: 200;
color: #141414;
}
.osbp-tea h1, .osbp-tea .v-label-h1 {
font-size: 2.4em;
margin-top: 1.4em;
margin-bottom: 1em;
letter-spacing: -0.03em;
}
.osbp-tea h2, .osbp-tea .v-label-h2 {
font-size: 1.6em;
margin-top: 1.6em;
margin-bottom: 0.77em;
letter-spacing: -0.02em;
}
.osbp-tea h3, .osbp-tea .v-label-h3 {
font-size: 1.2em;
margin-top: 1.8em;
margin-bottom: 0.77em;
letter-spacing: 0;
}
.osbp-tea h4, .osbp-tea .v-label-h4 {
line-height: 1.1;
font-weight: 500;
font-size: 11px;
color: #424242;
text-transform: uppercase;
letter-spacing: 0;
margin-top: 2.4em;
margin-bottom: 0.8em;
}
.osbp-tea .v-csslayout > h1:first-child, .osbp-tea .v-csslayout > h2:first-child, .osbp-tea .v-csslayout > h3:first-child, .osbp-tea .v-csslayout > h4 > .v-label-h1:first-child, .osbp-tea .v-csslayout > .v-label-h2:first-child, .osbp-tea .v-csslayout > .v-label-h3:first-child, .osbp-tea .v-csslayout > .v-label-h4:first-child {
margin-top: 12px;
}
.osbp-tea .v-verticallayout > .v-slot:first-child h1, .osbp-tea .v-verticallayout > .v-slot:first-child .v-label-h1, .osbp-tea .v-verticallayout > .v-slot:first-child h2, .osbp-tea .v-verticallayout > .v-slot:first-child .v-label-h2, .osbp-tea .v-verticallayout > .v-slot:first-child h3, .osbp-tea .v-verticallayout > .v-slot:first-child .v-label-h3, .osbp-tea .v-verticallayout > .v-slot:first-child h4, .osbp-tea .v-verticallayout > .v-slot:first-child .v-label-h4, .osbp-tea .v-verticallayout > div > .v-slot:first-child h1, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-label-h1, .osbp-tea .v-verticallayout > div > .v-slot:first-child h2, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-label-h2, .osbp-tea .v-verticallayout > div > .v-slot:first-child h3, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-label-h3, .osbp-tea .v-verticallayout > div > .v-slot:first-child h4, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-label-h4 {
margin-top: 12px;
}
.osbp-tea .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h1, .osbp-tea .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h1, .osbp-tea .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h2, .osbp-tea .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h2, .osbp-tea .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h3, .osbp-tea .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h3, .osbp-tea .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell h4, .osbp-tea .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell .v-label-h4, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h1, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h1, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h2, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h2, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h3, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h3, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell h4, .osbp-tea .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell .v-label-h4 {
margin-top: -0.5em;
}
.osbp-tea h1.no-margin, .osbp-tea .v-label-h1.no-margin, .osbp-tea h2.no-margin, .osbp-tea .v-label-h2.no-margin, .osbp-tea h3.no-margin, .osbp-tea .v-label-h3.no-margin, .osbp-tea h4.no-margin, .osbp-tea .v-label-h4.no-margin {
margin: 0 !important;
}
.osbp-tea .v-label-colored {
color: #9ea93f;
}
.osbp-tea .v-label-large {
font-size: 17px;
}
.osbp-tea .v-label-small {
font-size: 11px;
}
.osbp-tea .v-label-tiny {
font-size: 12px;
}
.osbp-tea .v-label-huge {
font-size: 22px;
}
.osbp-tea .v-label-bold {
font-weight: 500;
}
.osbp-tea .v-label-light {
font-weight: 200;
color: gray;
}
.osbp-tea .v-label-align-right {
text-align: right;
}
.osbp-tea .v-label-align-center {
text-align: center;
}
.osbp-tea .v-label-spinner {
height: 24px !important;
width: 24px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid rgba(158, 169, 63, 0.2);
border-top-color: #9ea93f;
border-right-color: #9ea93f;
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;
}
.v-ie8 .osbp-tea .v-label-spinner, .v-ie9 .osbp-tea .v-label-spinner {
border: none;
border-radius: 0px;
background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50% 50%;
background-size: 80%;
}
.v-ie8 .osbp-tea .v-label-spinner {
min-width: 30px;
min-height: 30px;
}
.osbp-tea .v-label-success, .osbp-tea .v-label-failure {
background: white;
color: #474747;
border: 2px solid #2c9720;
border-radius: 0px;
padding: 4px 11px 4px 22px;
font-weight: 400;
font-size: 11px;
}
.osbp-tea .v-label-success:before, .osbp-tea .v-label-failure:before {
font-family: ThemeIcons;
content: "\f00c";
margin-right: 0.5em;
margin-left: -11px;
color: #2c9720;
}
.osbp-tea .v-label-failure {
border-color: #ed473b;
}
.osbp-tea .v-label-failure:before {
content: "\f05e";
color: #ed473b;
}
.osbp-tea [draggable=true] {
-khtml-user-drag: element;
-webkit-user-drag: element;
}
.osbp-tea .v-ddwrapper {
position: relative;
}
.osbp-tea .v-ddwrapper-over:before, .osbp-tea .v-ddwrapper-over:after {
content: "";
position: absolute;
z-index: 10;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
border: 0 solid #9ea93f;
}
.osbp-tea .v-ddwrapper-over-top:before {
border-top-width: 2px;
}
.osbp-tea .v-ddwrapper-over-right:before {
border-right-width: 2px;
}
.osbp-tea .v-ddwrapper-over-bottom:before {
border-bottom-width: 2px;
}
.osbp-tea .v-ddwrapper-over-left:before {
border-left-width: 2px;
}
.osbp-tea .no-vertical-drag-hints .v-ddwrapper-over-top:before, .osbp-tea .no-vertical-drag-hints.v-ddwrapper-over-top:before {
border-top-width: 0;
}
.osbp-tea .no-vertical-drag-hints .v-ddwrapper-over-top:after, .osbp-tea .no-vertical-drag-hints.v-ddwrapper-over-top:after {
border-width: 2px;
border-radius: 0px;
opacity: 0.3;
filter: alpha(opacity=30.0) ;
background: #4f551f;
}
.osbp-tea .no-vertical-drag-hints .v-ddwrapper-over-bottom:before, .osbp-tea .no-vertical-drag-hints.v-ddwrapper-over-bottom:before {
border-bottom-width: 0;
}
.osbp-tea .no-vertical-drag-hints .v-ddwrapper-over-bottom:after, .osbp-tea .no-vertical-drag-hints.v-ddwrapper-over-bottom:after {
border-width: 2px;
border-radius: 0px;
opacity: 0.3;
filter: alpha(opacity=30.0) ;
background: #4f551f;
}
.osbp-tea .no-horizontal-drag-hints.v-ddwrapper-over-left:before, .osbp-tea .no-horizontal-drag-hints .v-ddwrapper-over-left:before {
border-left-width: 0;
}
.osbp-tea .no-horizontal-drag-hints.v-ddwrapper-over-left:after, .osbp-tea .no-horizontal-drag-hints .v-ddwrapper-over-left:after {
border-width: 2px;
border-radius: 0px;
opacity: 0.3;
filter: alpha(opacity=30.0) ;
background: #4f551f;
}
.osbp-tea .no-horizontal-drag-hints.v-ddwrapper-over-right:before, .osbp-tea .no-horizontal-drag-hints .v-ddwrapper-over-right:before {
border-right-width: 0;
}
.osbp-tea .no-horizontal-drag-hints.v-ddwrapper-over-right:after, .osbp-tea .no-horizontal-drag-hints .v-ddwrapper-over-right:after {
border-width: 2px;
border-radius: 0px;
opacity: 0.3;
filter: alpha(opacity=30.0) ;
background: #4f551f;
}
.osbp-tea .v-ddwrapper-over-middle:after, .osbp-tea .v-ddwrapper-over-center:after {
border-width: 2px;
border-radius: 0px;
opacity: 0.3;
filter: alpha(opacity=30.0) ;
background: #4f551f;
}
.osbp-tea .no-box-drag-hints.v-ddwrapper:after, .osbp-tea .no-box-drag-hints .v-ddwrapper:after {
display: none !important;
content: none;
}
.osbp-tea .v-nativebutton {
-webkit-touch-callout: none;
}
.osbp-tea .v-select select {
border: 1px solid #d4d4d4;
background: #fafafa;
color: #464646;
}
.osbp-tea .v-select select:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-select-select {
display: block;
}
.osbp-tea .v-select-select + .v-textfield {
width: auto !important;
margin-top: 6px;
}
.osbp-tea .v-select-select + .v-textfield + .v-nativebutton {
margin-top: 6px;
margin-left: 6px;
}
.osbp-tea .v-popupview {
cursor: pointer;
color: #9ea93f;
text-decoration: underline;
font-weight: inherit;
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-popupview:hover {
color: #b7c15a;
}
.osbp-tea .v-popupview.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}
.osbp-tea .v-popupview-popup {
padding: 2px 2px;
border-radius: 0px;
background-color: white;
color: #474747;
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-popupview-popup .popupContent > .v-margin-top {
padding-top: 7px;
}
.osbp-tea .v-popupview-popup .popupContent > .v-margin-right {
padding-right: 7px;
}
.osbp-tea .v-popupview-popup .popupContent > .v-margin-bottom {
padding-bottom: 7px;
}
.osbp-tea .v-popupview-popup .popupContent > .v-margin-left {
padding-left: 7px;
}
.osbp-tea .v-popupview-loading {
margin: 8px 8px;
height: 24px !important;
width: 24px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid rgba(158, 169, 63, 0.2);
border-top-color: #9ea93f;
border-right-color: #9ea93f;
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;
}
.v-ie8 .osbp-tea .v-popupview-loading, .v-ie9 .osbp-tea .v-popupview-loading {
border: none;
border-radius: 0px;
background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50% 50%;
background-size: 80%;
}
.v-ie8 .osbp-tea .v-popupview-loading {
min-width: 30px;
min-height: 30px;
}
.osbp-tea .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: 22px;
border-radius: 0px;
padding: 0;
border: 1px solid #d4d4d4;
background: white;
color: #474747;
-webkit-transition: box-shadow 180ms, border 180ms;
-moz-transition: box-shadow 180ms, border 180ms;
transition: box-shadow 180ms, border 180ms;
height: auto;
overflow: hidden;
}
.v-ie8 .osbp-tea .v-richtextarea, .v-ie9 .osbp-tea .v-richtextarea {
line-height: 22px;
padding-top: 0;
padding-bottom: 0;
}
.osbp-tea .v-richtextarea[class*="prompt"] {
color: #a3a3a3;
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar {
background: #fafafa;
border-bottom: 1px solid #d4d4d4;
color: #464646;
}
.osbp-tea .v-richtextarea .gwt-ToggleButton, .osbp-tea .v-richtextarea .gwt-PushButton {
display: inline-block;
line-height: 22px;
width: 22px;
text-align: center;
outline: none;
}
.osbp-tea .v-richtextarea .gwt-ToggleButton:hover, .osbp-tea .v-richtextarea .gwt-PushButton:hover {
color: black;
}
.osbp-tea .v-richtextarea .gwt-ToggleButton-down, .osbp-tea .v-richtextarea .gwt-ToggleButton-down-hovering {
background-color: #e0e0e0;
background-image: -webkit-linear-gradient(bottom, #e0e0e0 0%, #e0e0e0 100%);
background-image: linear-gradient(to top,#e0e0e0 0%, #e0e0e0 100%);
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top img {
display: none;
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div:before {
font-family: ThemeIcons;
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Bold"]:before {
content: "\f032";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Italic"]:before {
content: "\f033";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Underline"]:before {
content: "\f0cd";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Subscript"]:before {
content: "\f12c";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Superscript"]:before {
content: "\f12b";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Left Justify"]:before {
content: "\f036";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Center"]:before {
content: "\f037";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Right Justify"]:before {
content: "\f038";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Strikethrough"]:before {
content: "\f0cc";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Right"]:before {
content: "\f03c";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Left"]:before {
content: "\f03b";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Horizontal Rule"]:before {
content: "\2014";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Ordered List"]:before {
content: "\f0cb";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Unordered List"]:before {
content: "\f0ca";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Image"]:before {
content: "\f03e";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Create Link"]:before {
content: "\f0c1";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Link"]:before {
content: "\f127";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Formatting"]:before {
content: "\f12d";
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-bottom {
font-size: 10px;
padding: 0 6px 6px 0;
}
.osbp-tea .v-richtextarea .gwt-RichTextToolbar-bottom select {
margin: 6px 0 0 6px;
}
.osbp-tea .v-richtextarea .gwt-RichTextArea {
background: #fff;
border: none;
display: block;
}
.osbp-tea .v-richtextarea-readonly {
padding: 3px 4px;
background: transparent;
}
.osbp-tea .v-upload .v-button {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
text-align: left;
white-space: normal;
}
.osbp-tea .v-upload-immediate .v-button {
width: 100%;
}
.osbp-tea .v-upload-immediate input[type="file"] {
opacity: 0;
filter: alpha(opacity=0) ;
z-index: -1;
position: absolute;
right: 0;
height: 22px;
text-align: right;
border: none;
background: transparent;
}
.osbp-tea .v-Notification.v-position-top {
top: 8px;
}
.osbp-tea .v-Notification.v-position-right {
right: 8px;
}
.osbp-tea .v-Notification.v-position-bottom {
bottom: 8px;
}
.osbp-tea .v-Notification.v-position-left {
left: 8px;
}
.osbp-tea .v-Notification.v-position-assistive {
top: -9999px;
left: -9999px;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-Notification-animate-out {
-webkit-animation: valo-animate-out-fade 150ms;
-moz-animation: valo-animate-out-fade 150ms;
animation: valo-animate-out-fade 150ms;
}
.osbp-tea .v-Notification-animate-out.v-position-top, .osbp-tea .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;
}
.osbp-tea .v-Notification {
border-radius: 0px;
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: 11px 13px;
}
.osbp-tea .v-Notification .v-Notification-caption {
color: #9ea93f;
font-size: 14px;
line-height: 1;
}
.osbp-tea .v-Notification .v-Notification-description {
line-height: 1.4;
}
.osbp-tea .v-Notification-caption {
margin: 0;
display: inline-block;
text-align: left;
font-weight: inherit;
line-height: inherit;
white-space: nowrap;
letter-spacing: 0;
}
.osbp-tea .v-Notification-description, .osbp-tea .v-Notification-details {
margin: 0;
display: inline-block;
vertical-align: middle;
max-width: 30em;
text-align: left;
max-height: 20em;
overflow: auto;
}
.osbp-tea .v-Notification-caption ~ .v-Notification-description, .osbp-tea .v-Notification-caption ~ .v-Notification-details {
margin-left: 18px;
}
.osbp-tea .v-icon + .v-Notification-caption {
margin-left: 12px;
}
.osbp-tea .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: 7px 9px;
background-color: #444;
background-color: rgba(68, 68, 68, 0.9);
font-weight: 400;
line-height: 17px;
}
.osbp-tea .v-Notification-system .v-Notification-description, .osbp-tea .v-Notification-system .v-Notification-details {
max-width: 50em;
}
.osbp-tea .v-Notification-system.v-position-top {
top: 0;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-Notification-system.v-position-bottom {
bottom: 0;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-Notification-system .v-Notification-caption {
color: #fff;
vertical-align: middle;
}
.osbp-tea .v-Notification-system .v-Notification-description, .osbp-tea .v-Notification-system .v-Notification-details {
color: #e6e6e6;
}
.osbp-tea .v-Notification-system u {
text-decoration: none;
}
.osbp-tea .v-Notification.tray {
text-align: left;
}
.osbp-tea .v-Notification.tray .v-Notification-caption + .v-Notification-description {
display: block;
margin: 0.5em 0 0;
}
.osbp-tea .v-Notification.warning {
background: #FFF3D2;
}
.osbp-tea .v-Notification.warning .v-Notification-caption {
color: #AC7C00;
}
.osbp-tea .v-Notification.warning .v-Notification-description {
color: #9D874D;
}
.osbp-tea .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);
}
.osbp-tea .v-Notification.error .v-Notification-caption {
color: white;
}
.osbp-tea .v-Notification.error .v-Notification-description {
color: #f4e0df;
}
.osbp-tea .v-Notification.dark {
background-color: #444;
background-color: rgba(68, 68, 68, 0.9);
font-weight: 400;
line-height: 17px;
}
.osbp-tea .v-Notification.dark .v-Notification-caption {
color: #fff;
vertical-align: middle;
}
.osbp-tea .v-Notification.dark .v-Notification-description, .osbp-tea .v-Notification.dark .v-Notification-details {
color: #e6e6e6;
}
.osbp-tea .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: 7px 9px;
}
.osbp-tea .v-Notification.bar .v-Notification-description, .osbp-tea .v-Notification.bar .v-Notification-details {
max-width: 50em;
}
.osbp-tea .v-Notification.bar.v-position-top {
top: 0;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-Notification.bar.v-position-bottom {
bottom: 0;
}
.osbp-tea .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;
}
.osbp-tea .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;
}
.osbp-tea .v-Notification.small {
padding: 7px 8px;
}
.osbp-tea .v-Notification.small .v-Notification-caption {
font-size: 12px;
}
.osbp-tea .v-Notification.small .v-Notification-description {
font-size: 10px;
}
.osbp-tea .v-Notification.closable {
padding-right: 35px;
overflow: hidden !important;
cursor: pointer;
}
.osbp-tea .v-Notification.closable:after {
content: "\00d7";
font-size: 1.5em;
position: absolute;
top: 50%;
margin-top: -7px;
right: 7px;
width: 15px;
height: 15px;
line-height: 14px;
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;
}
.osbp-tea .v-Notification.closable:hover:after {
opacity: 1;
filter: none ;
}
.osbp-tea .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;
}
.osbp-tea .v-Notification.closable.dark:after, .osbp-tea .v-Notification.closable.error:after, .osbp-tea .v-Notification.closable.system:after {
color: #fff;
border-color: #fff;
border-color: rgba(255, 255, 255, 0.3);
}
.osbp-tea .v-Notification.closable.dark:active:after, .osbp-tea .v-Notification.closable.error:active:after, .osbp-tea .v-Notification.closable.system:active:after {
background-color: #fff;
color: #000;
}
.osbp-tea .v-Notification.closable.tray:after {
top: 10px;
margin-top: 0;
}
.osbp-tea .v-Notification.success, .osbp-tea .v-Notification.failure {
background: #fff;
color: #555;
border: 2px solid #2c9720;
}
.osbp-tea .v-Notification.success .v-Notification-caption, .osbp-tea .v-Notification.failure .v-Notification-caption {
color: #2c9720;
font-weight: 400;
}
.osbp-tea .v-Notification.success .v-Notification-caption:before, .osbp-tea .v-Notification.failure .v-Notification-caption:before {
font-family: ThemeIcons;
content: "\f00c";
margin-right: 0.5em;
}
.osbp-tea .v-Notification.success.bar, .osbp-tea .v-Notification.failure.bar {
margin: -2px !important;
}
.osbp-tea .v-Notification.failure {
border-color: #ed473b;
}
.osbp-tea .v-Notification.failure .v-Notification-caption {
color: #ed473b;
}
.osbp-tea .v-Notification.failure .v-Notification-caption:before {
content: "\f05e";
}
.osbp-tea .valo-menu {
height: 100%;
background-color: #323031;
background-image: -webkit-linear-gradient(right, #323031 0%, #323031 6px);
background-image: linear-gradient(to left,#323031 0%, #323031 6px);
color: #9a9698;
font-size: 11px;
line-height: 18px;
border-right: 1px solid #d4d4d4;
white-space: nowrap;
}
.osbp-tea .valo-menu-toggle {
display: none;
position: fixed;
z-index: 200;
top: 2px;
left: 2px;
min-width: 0;
}
.osbp-tea .valo-menu-part {
border-left: 1px solid #d4d4d4;
height: 100%;
padding-bottom: 22px;
overflow: auto;
}
.osbp-tea .valo-menu-part:first-child {
border-left: none;
}
.osbp-tea .valo-menu-title, .osbp-tea .valo-menu-subtitle, .osbp-tea .valo-menu-item {
display: block;
line-height: inherit;
white-space: nowrap;
position: relative;
}
.osbp-tea .valo-menu-title .valo-menu-badge, .osbp-tea .valo-menu-subtitle .valo-menu-badge, .osbp-tea .valo-menu-item .valo-menu-badge {
position: absolute;
right: 11px;
}
.osbp-tea .valo-menu-title {
line-height: 1.2;
background: #9ea93f;
color: black;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
padding: 7px 11px;
font-size: 11px;
border-bottom: 1px solid #d4d4d4;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
text-align: center;
}
.osbp-tea .valo-menu-title .v-menubar.v-menubar {
background: transparent;
border-color: #d4d4d4;
color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: inherit;
}
.osbp-tea .valo-menu-title .v-menubar-menuitem {
background: transparent;
text-shadow: inherit;
font-size: 12px;
border-color: inherit;
}
.osbp-tea .valo-menu-title h1, .osbp-tea .valo-menu-title .v-label-h1, .osbp-tea .valo-menu-title h2, .osbp-tea .valo-menu-title .v-label-h2, .osbp-tea .valo-menu-title h3, .osbp-tea .valo-menu-title .v-label-h3, .osbp-tea .valo-menu-title h4, .osbp-tea .valo-menu-title .v-label-h4 {
margin-top: 0;
margin-bottom: 0;
color: inherit;
}
.osbp-tea .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: 11px 4px;
display: block;
overflow: hidden;
text-align: center;
height: auto;
color: inherit;
}
.osbp-tea .v-menubar-user-menu:focus:after {
display: none;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
margin-right: 1px;
border-radius: 0px;
color: #9ea93f;
padding: 0 7px;
-webkit-transition: color 140ms;
-moz-transition: color 140ms;
transition: color 140ms;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem:first-child, .osbp-tea .v-menubar-user-menu .v-menubar-menuitem:last-child, .osbp-tea .v-menubar-user-menu .v-menubar-menuitem:first-child:last-child {
border-radius: 0px;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem:before {
content: none;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem:hover {
color: #b7c15a;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem:active {
color: inherit;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem-checked, .osbp-tea .v-menubar-user-menu .v-menubar-menuitem-checked:first-child {
border: 1px solid #d4d4d4;
color: #9ea93f;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem-checked .v-menubar-menuitem-caption, .osbp-tea .v-menubar-user-menu .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption {
position: relative;
top: -1px;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem-selected {
color: #0e0f09;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem-selected:hover {
color: #0e0f09;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem-disabled, .osbp-tea .v-menubar-user-menu .v-menubar-menuitem-disabled:hover {
color: inherit;
}
.osbp-tea .v-menubar-user-menu > .v-menubar-menuitem {
color: inherit;
white-space: normal;
line-height: 1.4;
margin: 0;
}
.osbp-tea .v-menubar-user-menu > .v-menubar-menuitem img.v-icon {
width: 33px;
height: 33px;
border-radius: 18px;
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
display: block;
margin: 0 auto 0.3em;
border: 1px solid #d4d4d4;
}
.osbp-tea .v-menubar-user-menu > .v-menubar-menuitem:after {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.osbp-tea .v-menubar-user-menu .v-menubar-menuitem-selected {
background: transparent;
}
.osbp-tea .valo-menu-subtitle {
color: #777375;
margin: 4px 0 4px 11px;
border-bottom: 1px solid #504f4f;
}
.osbp-tea .valo-menu-subtitle [class*="badge"] {
color: #b2b782;
}
.osbp-tea .valo-menuitems {
display: block;
}
.osbp-tea .valo-menu-item {
outline: none;
font-weight: 400;
padding: 0 22px 0 11px;
cursor: pointer;
position: relative;
overflow: hidden;
text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: background-color 300ms, color 60ms;
-moz-transition: background-color 300ms, color 60ms;
transition: background-color 300ms, color 60ms;
}
.osbp-tea .valo-menu-item [class*="caption"] {
vertical-align: middle;
display: inline-block;
width: 90%;
max-width: 15em;
padding-right: 11px;
text-overflow: ellipsis;
overflow: hidden;
}
.osbp-tea .valo-menu-item [class*="badge"] {
color: #9ea93f;
}
.osbp-tea .valo-menu-item.selected {
background: #2a2929;
}
.osbp-tea .valo-menu-item.selected .v-icon {
color: #9ea93f;
}
.osbp-tea .valo-menu-item.selected [class*="badge"] {
background: #9ea93f;
color: #282a17;
}
.osbp-tea .valo-menu-item:focus, .osbp-tea .valo-menu-item:hover, .osbp-tea .valo-menu-item.selected {
color: white;
}
.osbp-tea .valo-menu-item span.v-icon {
min-width: 1em;
margin-right: 11px;
text-align: center;
vertical-align: middle;
}
.osbp-tea .valo-menu-item span.v-icon + span {
margin-left: 0;
}
.osbp-tea .valo-menu-item [class*="badge"] {
background-color: #3f3c3e;
-webkit-transition: background-color 300ms;
-moz-transition: background-color 300ms;
transition: background-color 300ms;
line-height: 1;
padding: 2px 4px;
min-width: 8px;
text-align: center;
top: 1.5px;
border-radius: 0px;
}
.osbp-tea .valo-menu-part.large-icons {
background-color: #323031;
min-width: 44px;
max-width: 66px;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-title {
font-size: 9px;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-title .v-label-undef-w {
white-space: normal;
}
.osbp-tea .valo-menu-part.large-icons .v-menubar-user-menu {
margin-left: 0;
margin-right: 0;
font-size: 8px;
}
.osbp-tea .valo-menu-part.large-icons .v-menubar-user-menu img.v-icon {
width: 17px;
height: 17px;
}
.osbp-tea .valo-menu-part.large-icons [class*="subtitle"] {
margin: 6px 0 0;
padding: 4px 15px 4px 6px;
line-height: 1;
border: none;
text-overflow: ellipsis;
overflow: hidden;
background: #222122;
font-size: 10px;
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
}
.osbp-tea .valo-menu-part.large-icons [class*="subtitle"] [class*="badge"] {
right: 6px;
}
.osbp-tea .valo-menu-part.large-icons [class*="subtitle"] + .valo-menu-item {
border-top: none;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-item {
display: block;
font-size: 19px;
line-height: 1;
padding: 7px;
text-align: center;
border-top: 1px solid #3e3c3d;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-item:first-child {
border-top: none;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-item [class*="caption"] {
display: block;
width: auto;
margin: 0.3em 0 0;
padding: 0;
font-size: 8px;
line-height: 1.3;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-item .v-icon {
margin: 0;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-item span.v-icon {
opacity: 0.8;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-item.selected {
background: #2a2929;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-item.selected .v-icon {
opacity: 1;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-item.selected [class*="badge"] {
border-color: #2a2929;
}
.osbp-tea .valo-menu-part.large-icons .valo-menu-item [class*="badge"] {
padding-left: 2px;
padding-right: 2px;
top: 4px;
right: 4px;
border: 2px solid #323031;
}
.osbp-tea .valo-menu-logo {
display: block;
overflow: hidden;
width: 26px !important;
height: 26px;
border-radius: 0px;
text-align: center;
background: #9ea93f;
color: black;
font-size: 15px;
line-height: 26px;
margin: 11px auto;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
}
.osbp-tea .valo-menu-logo:focus {
outline: none;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part {
background-color: #323031;
min-width: 44px;
max-width: 66px;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title {
font-size: 9px;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title .v-label-undef-w {
white-space: normal;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu {
margin-left: 0;
margin-right: 0;
font-size: 8px;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu img.v-icon {
width: 17px;
height: 17px;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] {
margin: 6px 0 0;
padding: 4px 15px 4px 6px;
line-height: 1;
border: none;
text-overflow: ellipsis;
overflow: hidden;
background: #222122;
font-size: 10px;
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] [class*="badge"] {
right: 6px;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] + .valo-menu-item {
border-top: none;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item {
display: block;
font-size: 19px;
line-height: 1;
padding: 7px;
text-align: center;
border-top: 1px solid #3e3c3d;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item:first-child {
border-top: none;
}
.osbp-tea .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: 8px;
line-height: 1.3;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item .v-icon {
margin: 0;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item span.v-icon {
opacity: 0.8;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected {
background: #2a2929;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected .v-icon {
opacity: 1;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected [class*="badge"] {
border-color: #2a2929;
}
.osbp-tea .valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="badge"] {
padding-left: 2px;
padding-right: 2px;
top: 4px;
right: 4px;
border: 2px solid #323031;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] {
padding-top: 22px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] .v-loading-indicator {
top: 22px;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] > .v-widget {
position: relative !important;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] .valo-menu {
border-right: none;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] .valo-menu-part {
overflow: visible;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] .valo-menu-toggle {
display: inline-block;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] .valo-menu-title {
position: fixed;
z-index: 100;
top: 0;
left: 0;
right: 0;
height: 22px !important;
padding-top: 0;
padding-bottom: 0;
-webkit-backface-visibility: hidden;
}
.osbp-tea .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: 22px;
color: #4a4e26;
max-width: 30%;
-webkit-backface-visibility: hidden;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem {
line-height: 21px;
white-space: nowrap;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu img.v-icon {
display: inline-block;
margin: 0 4px 0 0;
width: 11px;
height: 11px;
border-radius: 6px;
border: none;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] .valo-menuitems {
height: 100%;
background-color: #323031;
background-image: -webkit-linear-gradient(right, #323031 0%, #323031 6px);
background-image: linear-gradient(to left,#323031 0%, #323031 6px);
color: #9a9698;
font-size: 11px;
line-height: 18px;
border-right: 1px solid #d4d4d4;
white-space: nowrap;
position: fixed;
z-index: 9000;
top: 22px;
bottom: 0;
height: auto;
max-width: 100%;
overflow: auto;
padding: 11px 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;
}
.osbp-tea .valo-menu-responsive[width-range~="0-800px"] .valo-menu-visible .valo-menuitems {
-webkit-transform: translatex(0%);
-moz-transform: translatex(0%);
-ms-transform: translatex(0%);
-o-transform: translatex(0%);
transform: translatex(0%);
}
.osbp-tea .valo-menu-responsive[width-range~="0-500px"] .valo-menu-toggle .v-button-caption {
display: none;
}
.osbp-tea .valo-menu-responsive[width-range~="0-500px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem-caption {
display: inline-block;
width: 11px;
overflow: hidden;
}
.osbp-tea .v-Notification .v-Notification-caption {
font-size: 24px;
}
.osbp-tea .v-Notification .v-Notification-description {
font-size: 14.4px;
display: block;
text-align: center;
margin-left: 0px;
margin: 0 auto;
}
.osbp-tea div.v-slider-base {
width: 220px;
}
.osbp-tea .v-verticallayout-os-welcome {
padding: 0px !important;
}
.osbp-tea iframe {
border-width: 0px;
}
.osbp-tea .v-label-os-dashboardtile {
color: #bad1e1;
font-size: 9px;
line-height: 1.2;
}
.osbp-tea .v-label-os-dashboardtile-number {
font-size: 25px;
}
.osbp-tea .v-slot-os-dashboardtile {
vertical-align: middle;
}
.osbp-tea .v-verticallayout-os-dashboardtile {
font-weight: 600;
background-color: #1f567d;
border: 0px;
border-radius: 0px;
bevel: false;
shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
states: normal disabled;
margin-left: 4px;
}
.osbp-tea .v-verticallayout-os-dashboardtile.v-pressed {
background-color: #bbc278 !important;
border-color: #bbc278 !important;
}
.osbp-tea .v-verticallayout-os-dashboardtile:after {
transition: none;
}
.osbp-tea .v-verticallayout-os-dashboardtile:hover, .osbp-tea .v-verticallayout-os-dashboardtile:focus, .osbp-tea .v-verticallayout-os-dashboardtile:active {
background-color: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .v-verticallayout-os-dashboardtile:focus:after {
border-color: transparent;
transition: none;
}
:root .osbp-tea .v-checkbox {
line-height: 22px;
padding-top: inherit;
}
:root .osbp-tea .v-checkbox label {
padding-left: 11px;
}
:root .osbp-tea .v-checkbox > input ~ label:before, :root .osbp-tea .v-checkbox > input ~ label:after {
width: 22px;
height: 21px;
position: absolute;
left: 0px !important;
font-size: 12px;
line-height: 22px;
}
:root .osbp-tea .v-checkbox > input ~ label:before {
height: 22px;
border: 0px;
border-bottom: 1px solid #d4d4d4 !important;
background: #ededed;
-webkit-box-shadow: none;
box-shadow: none;
}
:root .osbp-tea .v-checkbox > input:focus ~ label:before {
background-color: #ced49f;
border-bottom-color: #9ea93f;
}
:root .osbp-tea .v-checkbox > input ~ label:before, :root .osbp-tea .v-checkbox > input ~ label:after {
margin-top: inherit;
}
:root .osbp-tea .v-checkbox > input ~ label:before {
margin-top: inherit;
}
.osbp-tea .v-verticallayout-part {
border: 1px solid #d4d4d4;
}
.osbp-tea h1 {
background: #ededed;
padding: 5.5px 11px;
border: 1px solid #d4d4d4;
font-size: 21.6px;
font-weight: bold;
color: #424242;
text-align: center;
}
.osbp-tea.v-overlay-container > .v-window {
height: auto !important;
width: auto !important;
}
.osbp-tea.v-overlay-container > .v-window .v-widget {
position: relative !important;
}
.osbp-tea.v-overlay-container > .v-window .v-table-body-wrapper {
width: auto;
height: auto;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-header {
font-size: 16.8px;
padding: 7px;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: #424242;
line-height: 140%;
letter-spacing: 0em !important;
text-align: center;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-header .v-icon {
padding-right: 6.6px;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-outerheader:after {
border-top-width: 0px;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-contents {
padding-top: 45.4px !important;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-closebox {
background: transparent;
border: 0px;
float: right;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-closebox:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f410" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-closebox:before {
color: #ed473b;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-maximizebox {
background: transparent;
border: 0px;
float: right;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-maximizebox:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f2d0" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-restorebox {
background: transparent;
border: 0px;
float: right;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-restorebox:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 22px;
content: "\f24d" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-restorebox, .osbp-tea.v-overlay-container > .v-window .popupContent .v-window-closebox, .osbp-tea.v-overlay-container > .v-window .popupContent .v-window-maximizebox {
padding: 8px 8px 0px 0px;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-window-closebox-disabled {
display: block;
cursor: auto;
color: #a0a0a0;
}
.osbp-tea.v-overlay-container > .v-window .popupContent .v-table-cell-content {
height: 28px;
}
.osbp-tea.v-overlay-container > div[style*="left: 0px; top: 0px;"][style*="width: 100%; height: 100%"].v-window.v-has-width.v-has-height {
height: 100% !important;
width: 100% !important;
}
.osbp-tea.v-overlay-container .v-window-modalitycurtain {
opacity: 0;
}
.osbp-tea .v-panel {
border-width: 0px;
}
.osbp-tea .v-button, .osbp-tea .v-nativebutton {
height: 25px;
padding: 0 10px;
color: #bad1e1;
font-weight: 600;
border-radius: 0px;
border: none;
background: #1f567d;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
margin-left: 4px;
}
.osbp-tea .v-button.v-pressed, .osbp-tea .v-nativebutton.v-pressed {
background-color: #bbc278 !important;
border-color: #bbc278 !important;
}
.osbp-tea .v-button:after, .osbp-tea .v-nativebutton:after {
transition: none;
border: none;
}
.osbp-tea .v-button:hover, .osbp-tea .v-button:focus, .osbp-tea .v-button:active, .osbp-tea .v-nativebutton:hover, .osbp-tea .v-nativebutton:focus, .osbp-tea .v-nativebutton:active {
background-color: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .v-button:focus:after, .osbp-tea .v-nativebutton:focus:after {
border-color: transparent;
transition: none;
}
.osbp-tea .os-data-component > .v-button {
margin-right: 12px;
}
.osbp-tea .v-textfield {
background-color: #ededed;
border-top: transparent;
border-left: transparent;
border-right: transparent;
}
.osbp-tea .v-textfield:focus {
background-color: #ced49f;
color: #3e4127;
}
.osbp-tea .v-textfield:hover {
border-bottom-color: #9ea93f;
}
.osbp-tea .v-textarea {
background-color: #ededed;
border-top: transparent;
border-left: transparent;
border-right: transparent;
}
.osbp-tea .v-textarea:focus {
background-color: #ced49f;
color: #3e4127;
}
.osbp-tea .v-textarea:hover {
border-bottom-color: #9ea93f;
}
.osbp-tea .v-filterselect {
background-color: #ededed;
border-top: transparent;
border-left: transparent;
border-right: transparent;
}
.osbp-tea .v-filterselect:focus {
background-color: #ced49f;
color: #3e4127;
}
.osbp-tea .v-filterselect:hover {
border-bottom-color: #9ea93f;
}
.osbp-tea .os-view > .v-expand > .v-slot:nth-child(1) {
display: none;
}
.osbp-tea .os-view-header-h2, .osbp-tea .v-label-h2 {
font-size: 16.8px;
padding: 7px;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: #424242;
line-height: 140%;
letter-spacing: 0em !important;
}
.osbp-tea .os-org-container {
background: transparent !important;
}
.osbp-tea .os-multi-area .os-data-area {
overflow: inherit !important;
}
.osbp-tea input.gwt-FileUpload {
z-index: -1 !important;
}
.osbp-tea .v-customcomponent .v-button {
margin: 0px;
}
.osbp-tea .os-mparttoolbararea, .osbp-tea .os-embedded-toolbar {
width: 100%;
min-height: 22px;
border-bottom: 1px solid #d4d4d4;
background: #ededed;
color: #424242;
}
.osbp-tea .os-mparttoolbararea .v-button, .osbp-tea .os-embedded-toolbar .v-button {
height: 22px;
padding: 0 9px;
color: #2d2d2d;
font-weight: 600;
border-radius: 0px;
border: none;
background: #a1a1a1;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
margin-left: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-mparttoolbararea .v-button.v-pressed, .osbp-tea .os-embedded-toolbar .v-button.v-pressed {
background-color: #bbc278 !important;
border-color: #bbc278 !important;
}
.osbp-tea .os-mparttoolbararea .v-button:after, .osbp-tea .os-embedded-toolbar .v-button:after {
transition: none;
border: none;
}
.osbp-tea .os-mparttoolbararea .v-button:hover, .osbp-tea .os-mparttoolbararea .v-button:focus, .osbp-tea .os-mparttoolbararea .v-button:active, .osbp-tea .os-embedded-toolbar .v-button:hover, .osbp-tea .os-embedded-toolbar .v-button:focus, .osbp-tea .os-embedded-toolbar .v-button:active {
background-color: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-mparttoolbararea .v-button:focus:after, .osbp-tea .os-embedded-toolbar .v-button:focus:after {
border-color: transparent;
transition: none;
}
.osbp-tea .os-mparttoolbararea .v-button.v-spliter, .osbp-tea .os-embedded-toolbar .v-button.v-spliter {
background: inherit;
width: 0;
padding: 0;
}
.osbp-tea .os-mparttoolbararea span.v-button-caption, .osbp-tea .os-embedded-toolbar span.v-button-caption {
vertical-align: middle;
}
.osbp-tea .os-mparttoolbararea .v-slot-v-spliter, .osbp-tea .os-embedded-toolbar .v-slot-v-spliter {
width: 16px;
}
.osbp-tea .os-mparttoolbararea .os-toolbar-state-container, .osbp-tea .os-embedded-toolbar .os-toolbar-state-container {
min-height: $v-vunit-size;
}
.osbp-tea .os-mparttoolbararea .os-toolbar-state-container .v-caption-os-toolbar-state, .osbp-tea .os-embedded-toolbar .os-toolbar-state-container .v-caption-os-toolbar-state {
line-height: $v-vunit-size;
margin: 0px 4px 0px 4px;
padding-bottom: 0px;
}
.osbp-tea .os-mparttoolbararea .os-toolbar-state-container .v-image.os-toolbar-state, .osbp-tea .os-embedded-toolbar .os-toolbar-state-container .v-image.os-toolbar-state {
display: none;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter {
height: 4px;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter:after {
top: 0px;
bottom: 0px;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before {
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
padding: 0;
border-radius: 0;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:hover:after {
background-color: rgba(186, 186, 186, 0.1);
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:after {
content: "";
border: 1px solid #d4d4d4;
border-top-color: #d4d4d4;
border-left-color: #d4d4d4;
position: absolute;
top: 50%;
left: 50%;
width: 22px;
height: 0;
margin-left: -11px;
margin-top: -1px;
}
.osbp-tea .v-splitpanel-vertical > div {
height: 4px;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:before {
border: transparent;
background-color: #ededed;
}
.osbp-tea .v-splitpanel-vertical > div > .v-splitpanel-vsplitter div:after {
border-color: #ededed;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter {
width: 4px;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter:after {
left: 0px;
right: 0px;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before {
height: 22px;
padding: 0 9px;
color: #191919;
font-weight: 400;
border-radius: 0px;
border: 1px solid #d4d4d4;
background: #fafafa;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
padding: 0;
border-radius: 0;
background: #fafafa;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:after {
border: inherit;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:hover:after {
background-color: rgba(186, 186, 186, 0.1);
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:focus:after {
border-color: #9ea93f;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before:active:after {
background-color: rgba(125, 125, 125, 0.2);
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:after {
content: "";
border: 1px solid #d4d4d4;
border-top-color: #d4d4d4;
border-left-color: #d4d4d4;
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 22px;
margin-left: -1px;
margin-top: -11px;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-second-container {
margin-left: 4px;
}
.osbp-tea .v-splitpanel-horizontal > div {
width: 4px;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:before {
border: transparent;
background-color: #ededed;
}
.osbp-tea .v-splitpanel-horizontal > div > .v-splitpanel-hsplitter div:after {
border-color: #ededed;
}
.osbp-tea .os-important .v-progressbar-indicator {
background: #ed473b none;
}
.osbp-tea .v-loading-indicator {
opacity: 0;
}
.osbp-tea .v-app-loading:before {
left: auto;
width: 100%;
height: 32px;
padding: 0px;
margin-top: 0px;
margin-left: 0px;
background: transparent url('load_spinner_1.gif') no-repeat 50%;
border-radius: 0px;
}
.osbp-tea .v-menubar {
background-repeat: no-repeat;
background-position: 50%;
background-size: auto 22px;
background-color: #ededed;
border: 0px;
height: 24px;
}
.osbp-tea .v-ui > .v-panel > .v-panel-content > .v-verticallayout > .v-expand > .v-slot > .v-verticallayout > .v-expand > .v-slot:nth-child(1) {
background-color: #9ea93f;
background-image: -webkit-linear-gradient(top, #9ea93f 1px, #ededed 1px);
background-image: linear-gradient(to bottom,#9ea93f 1px, #ededed 1px);
}
.osbp-tea .v-ui > .v-panel > .v-panel-content > .v-verticallayout > .v-expand > .v-slot > .v-verticallayout > .v-expand > .v-slot:nth-child(1) .v-slot-os-perspective-stack-slot {
top: 1px;
height: calc(100% - 1px);
}
.osbp-tea .v-ui > .v-panel > .v-panel-content > .v-verticallayout > .v-expand > .v-slot > .v-verticallayout > .v-expand .v-slot-os-perspective-stack-slot .os-perspective-stack-slot {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-ui > .v-panel > .v-panel-content > .v-verticallayout > .v-expand > .v-slot > .v-verticallayout > .v-expand > .v-slot:nth-child(2) {
display: none;
}
.osbp-tea .v-slot-toptrimbar {
margin: 0px 22px 0px 22px;
}
.osbp-tea .toptrimbar {
overflow: hidden;
white-space: nowrap;
position: inherit;
bottom: 0px;
height: 49.4px;
height: 55px;
}
.osbp-tea .toptrimbar .ToolControlMenu {
position: relative;
top: 10%;
}
.osbp-tea .toptrimbar .ToolControlCombo {
position: relative;
top: 75%;
}
.osbp-tea .toptrimbar .os-mparttoolbar {
position: relative;
top: 1px;
padding-right: 22px;
}
.osbp-tea .toptrimbar .os-mparttoolbar .os-toolbar-button.v-button {
height: 22px;
padding: 0 9px;
color: #2d2d2d;
font-weight: 600;
border-radius: 0px;
border: none;
background: #a1a1a1;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
margin-left: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .toptrimbar .os-mparttoolbar .os-toolbar-button.v-button.v-pressed {
background-color: #bbc278 !important;
border-color: #bbc278 !important;
}
.osbp-tea .toptrimbar .os-mparttoolbar .os-toolbar-button.v-button:after {
transition: none;
border: none;
}
.osbp-tea .toptrimbar .os-mparttoolbar .os-toolbar-button.v-button:hover, .osbp-tea .toptrimbar .os-mparttoolbar .os-toolbar-button.v-button:focus, .osbp-tea .toptrimbar .os-mparttoolbar .os-toolbar-button.v-button:active {
background-color: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .toptrimbar .os-mparttoolbar .os-toolbar-button.v-button:focus:after {
border-color: transparent;
transition: none;
}
.osbp-tea .toptrimbar .v-button {
border: none;
}
.osbp-tea .toptrimbar td.v-formlayout-errorcell, .osbp-tea .toptrimbar td.v-formlayout-captioncell {
border-bottom: none;
}
.osbp-tea .perspectivepanel {
position: absolute;
top: 0px;
}
.osbp-tea .perspectivepanel .v-button {
height: 32px;
}
.osbp-tea .perspectivepanel .v-button-pushed {
background: #9ea93f !important;
border-color: #9ea93f !important;
}
.osbp-tea .perspectivepanel .v-button-pushed .v-button-caption {
color: #282a17 !important;
}
.osbp-tea .v-slot-loginPanelArea {
background-image: url('Top_view.jpg');
background-repeat: no-repeat;
background-color: #ededed;
background-size: 450px 120px;
background-position: 50% 100px;
}
.osbp-tea .loginPanelArea.v-panel {
border: 0px !important;
background: transparent;
position: relative;
top: 300px;
}
.osbp-tea .loginFullArea {
background: #fff;
}
.osbp-tea .osbpLoginForm {
background: transparent;
padding: 0px !important;
}
.osbp-tea .v-slot-loginTitleArea {
background: transparent;
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
border-top: 1px solid #d4d4d4;
}
.osbp-tea .v-slot-loginTitleArea .os-view-header-h2 {
text-align: center;
}
.osbp-tea .v-slot-loginTextArea {
background: transparent;
width: 100% !important;
}
.osbp-tea .v-slot-loginTextArea .v-textfield {
height: 33px;
background-color: #ededed;
margin-bottom: 5px;
border-radius: 4px;
}
.osbp-tea .v-slot-loginTextArea .v-textfield:focus {
background-color: #ced49f;
}
.osbp-tea .v-slot-loginTextArea .v-textfield:hover {
border-color: #9ea93f;
}
.osbp-tea div#loginUserArea {
background: transparent;
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
padding: 22px 44px 22px 44px;
}
.osbp-tea div#loginButtonArea {
background: transparent;
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
padding: 0px 44px 22px 44px;
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}
.osbp-tea div#loginTextArea {
background: transparent;
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
padding: 0px 44px 11px 44px;
}
.osbp-tea div#loginTextArea > .v-expand {
width: 90%;
margin: 0 auto;
}
.osbp-tea div#loginTextArea img.v-image.v-widget {
margin-top: -11px;
}
.osbp-tea div#loginImageArea {
padding: 0px;
width: 0px !important;
}
.osbp-tea div#loginImageArea img {
display: none;
}
.osbp-tea .loginLoginArea > .v-expand > .v-slot {
vertical-align: middle !important;
}
.osbp-tea .loginLoginArea > .v-expand > .v-slot .v-checkbox > input ~ label:before {
border-radius: 50%;
}
.osbp-tea div#loginRegisterArea button.v-nativebutton.v-widget.v-has-width {
border: none;
background: transparent;
color: #9ea93f;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
white-space: nowrap;
}
.osbp-tea div#loginRegisterArea .v-expand {
padding-top: 1px;
}
.osbp-tea .loginCopyrightArea .v-label.v-widget.v-has-width {
padding: 6.6px;
padding-bottom: 1px;
text-align: center;
background-color: rgba(255, 255, 255, 0.25);
color: #323031;
font-weight: bold;
}
.osbp-tea .loginCopyrightArea .v-label.v-widget.loginVersionField {
padding: 2.2px;
padding-right: 10px;
text-align: right;
font-size: 10px;
}
.osbp-tea .v-table-table td {
border-top: 0px;
}
.osbp-tea .v-table-body-wrapper {
border: 0px;
}
.osbp-tea .v-table-body {
background-color: #ededed;
}
.osbp-tea .v-table-cell-wrapper > .v-widget {
margin: inherit;
}
.osbp-tea .v-table-header {
font-size: 12px;
}
.osbp-tea .v-table-header .v-icon {
display: none;
}
.osbp-tea .v-table-header-wrap {
border: 0px;
font-weight: bold;
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .v-align-right > .v-table-cell-wrapper {
text-align: right !important;
}
.osbp-tea .v-align-center > .v-table-cell-wrapper {
text-align: center !important;
}
.osbp-tea .v-align-left > .v-table-cell-wrapper {
text-align: left !important;
}
.osbp-tea [class*="rowheader"] {
background-color: rgba(158, 169, 63, 0.1);
}
.osbp-tea .filters-wrap {
overflow: hidden;
background-color: #ededed;
height: 22px;
}
.osbp-tea .filters-wrap div {
height: 22px;
}
.osbp-tea .filters-panel {
width: 90000px;
overflow: hidden;
line-height: 21px;
color: #424242;
font-style: italic;
}
.osbp-tea .filters-panel > div, .osbp-tea .filters-panel > span, .osbp-tea .filters-panel > input {
float: left !important;
}
.osbp-tea .filters-panel .v.label, .osbp-tea .filters-panel .filterplaceholder {
height: 21px;
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .filters-panel .v-textfield {
text-align: center;
white-space: normal;
color: #424242;
background-color: #ededed;
border-right-width: 0px;
border-top-width: 0px;
border-left: 1px solid #d4d4d4;
border-left-color: #fff;
}
.osbp-tea .filters-panel .v-textfield:focus, .osbp-tea .filters-panel .v-textfield .v-textfield-focus {
background-color: #ced49f;
color: #3e4127;
border-right-width: 0px;
border-top-width: 0px;
border-left: 1px solid #d4d4d4;
border-left-color: #fff;
border-bottom-color: #9ea93f;
}
.osbp-tea .filters-panel .datefilterpopup > .v-button, .osbp-tea .filters-panel .numberfilterpopup > .v-button {
color: #424242;
white-space: normal;
background: #ededed;
padding-top: 1px;
border-right-width: 0px;
border-top-width: 0px;
border-left-width: 1px;
border-left-color: #fff;
border-bottom: 1px solid #d4d4d4;
margin-left: 0px;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: normal;
text-transform: none;
}
.osbp-tea .filters-panel .datefilterpopup > .v-button:after, .osbp-tea .filters-panel .numberfilterpopup > .v-button:after {
border-bottom-width: 0px;
}
.osbp-tea .filters-panel .datefilterpopup > .v-button:focus, .osbp-tea .filters-panel .datefilterpopup > .v-button:hover, .osbp-tea .filters-panel .numberfilterpopup > .v-button:focus, .osbp-tea .filters-panel .numberfilterpopup > .v-button:hover {
background-color: #ced49f;
color: #3e4127;
border-bottom-color: #9ea93f;
border-left: 1px solid #d4d4d4;
border-left-color: #fff;
}
.osbp-tea .filters-panel .datefilterpopup > .v-button:focus:after, .osbp-tea .filters-panel .numberfilterpopup > .v-button:focus:after {
border-right-width: 0px;
border-top-width: 0px;
border-left: 1px solid #d4d4d4;
border-left-color: #fff;
}
.osbp-tea .filters-panel .datefilterpopup > .v-button:hover:after, .osbp-tea .filters-panel .numberfilterpopup > .v-button:hover:after {
border-left: 1px solid #d4d4d4;
border-left-color: #fff;
}
.osbp-tea .filters-panel .datefilterpopup > .v-button .v-popup-indicator, .osbp-tea .filters-panel .numberfilterpopup > .v-button .v-popup-indicator {
display: none;
}
.osbp-tea .filters-panel .datefilterpopup > .v-button .v-button-caption, .osbp-tea .filters-panel .numberfilterpopup > .v-button .v-button-caption {
background: transparent;
border: 0px;
float: none;
text-transform: none;
}
.osbp-tea .filters-panel .datefilterpopup > .v-button .v-button-caption:after, .osbp-tea .filters-panel .numberfilterpopup > .v-button .v-button-caption:after {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\F078";
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .filters-panel .datefilterpopup > .v-button .v-button-caption:after, .osbp-tea .filters-panel .numberfilterpopup > .v-button .v-button-caption:after {
font-style: normal;
padding-left: 6px;
}
.osbp-tea .vaadock-tabsheet-button-panel {
float: right;
position: absolute;
top: 0px;
right: 0px;
width: 48px;
height: 100%;
background-color: #fff;
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-maximize-button {
background: transparent;
border: 0px;
float: right;
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-maximize-button:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 22px;
content: "\f2d0" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-maximize-button:hover:before {
color: inherit;
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-maximize-button:before {
vertical-align: middle;
color: #424242;
opacity: 0.3;
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-minimize-button {
background: transparent;
border: 0px;
float: right;
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-minimize-button:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 22px;
content: "\f2d1" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-minimize-button:hover:before {
color: inherit;
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-minimize-button:before {
vertical-align: middle;
color: #424242;
opacity: 0.3;
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-restore-button {
background: transparent;
border: 0px;
float: right;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-restore-button:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 22px;
content: "\f24d" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-restore-button:hover:before {
color: inherit;
}
.osbp-tea .vaadock-tabsheet-button-panel .v-vaadock-tabsheet-restore-button:before {
vertical-align: middle;
color: #424242;
opacity: 0.3;
}
.osbp-tea .v-tabsheet-scroller {
position: absolute;
top: 0px;
right: 48px;
padding-left: 11px;
background-color: #ededed;
background-image: -webkit-linear-gradient(right, #ededed 70%, rgba(250, 250, 250, 0) 100%);
background-image: linear-gradient(to left,#ededed 70%, rgba(250, 250, 250, 0) 100%);
background-color: transparent;
}
.osbp-tea .v-tabsheet-scroller button {
color: #424242;
opacity: 0.3;
}
.osbp-tea .v-tabsheet-scroller:after {
display: none;
}
.osbp-tea .os-data-area .v-tabsheet-scroller {
right: 0px;
}
.osbp-tea .v-tabsheet-tabcontainer {
border: none;
background: #fff;
height: 24px;
border: 1px solid #d4d4d4;
border-bottom-width: 0px;
border-bottom: 1px solid #d4d4d4;
border-bottom-color: #9ea93f;
}
.osbp-tea .v-tabsheet-tabcontainer:before {
display: none;
}
.osbp-tea .v-tabsheet-tabcontainer .v-tabsheet-tabitemcell-first .v-tabsheet-tabitem {
border-top-left-radius: 0px;
}
.osbp-tea .v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem {
background: #545454;
}
.osbp-tea .v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem .v-caption {
color: #cfcfcf;
padding-right: 11px;
padding-left: 11px;
font-size: 12px;
margin-left: 0px;
-moz-transition: unset;
-o-transition: unset;
-webkit-transition: unset;
transition: unset;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: 2px solid #545454;
border-bottom: 0px;
}
.osbp-tea .v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem .v-caption:hover {
border-top-color: #9ea93f;
color: #282a17;
}
.osbp-tea .v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem:hover {
background: #9ea93f;
}
.osbp-tea .v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected {
background-color: #9ea93f;
}
.osbp-tea .v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected > .v-caption, .osbp-tea .v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected > .v-caption.v-caption {
color: #282a17;
border-bottom: 0px;
}
.osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer {
border: none;
background: #ededed;
height: 24px;
border: 1px solid #d4d4d4;
border-bottom-width: 0px;
}
.osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer:before {
display: none;
}
.osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer .v-tabsheet-tabitemcell-first .v-tabsheet-tabitem {
border-top-left-radius: 0px;
}
.osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem {
background: #545454;
}
.osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem .v-caption {
color: #cfcfcf;
padding-right: 11px;
padding-left: 11px;
font-size: 12px;
margin-left: 0px;
-moz-transition: unset;
-o-transition: unset;
-webkit-transition: unset;
transition: unset;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: 2px solid #545454;
border-bottom: 0px;
}
.osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem .v-caption:hover {
border-top-color: #9ea93f;
color: #282a17;
}
.osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem:hover {
background: #9ea93f;
}
.osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected {
background-color: white;
}
.osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected > .v-caption, .osbp-tea .v-tabsheet-tabcontainer-l-control.v-tabsheet-tabcontainer .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected > .v-caption.v-caption {
color: #474747;
font-weight: normal;
border-top: 2px solid #9ea93f;
border-bottom: 0px;
}
.osbp-tea .v-caption-on-top > .v-caption > .v-captiontext {
font-size: 16.8px;
}
.osbp-tea .v-caption-on-top > .v-caption-l-control > .v-captiontext, .osbp-tea .v-slot-os-single-selection > .v-caption-on-top > .v-caption > .v-captiontext, .osbp-tea .v-slot-os-multi-selection > .v-caption-on-top > .v-caption > .v-captiontext {
font-size: 12px;
}
.osbp-tea .os-top-area {
display: flex;
align-items: center;
}
.osbp-tea .os-top-area .v-slot-os-single-selection, .osbp-tea .os-top-area .v-slot-os-multi-selection {
background-color: #ededed;
padding: 7px;
}
.osbp-tea .os-top-area .v-slot-os-single-selection .os-single-selection, .osbp-tea .os-top-area .v-slot-os-single-selection .os-multi-selection, .osbp-tea .os-top-area .v-slot-os-multi-selection .os-single-selection, .osbp-tea .os-top-area .v-slot-os-multi-selection .os-multi-selection {
vertical-align: text-top;
margin: 0px;
}
.osbp-tea .os-top-area .v-slot-os-single-selection > .v-caption-on-top > .v-caption, .osbp-tea .os-top-area .v-slot-os-multi-selection > .v-caption-on-top > .v-caption {
padding-bottom: 0px;
}
.osbp-tea .os-top-area .v-slot-os-single-selection > .v-caption-on-top > .v-caption > .v-captiontext, .osbp-tea .os-top-area .v-slot-os-multi-selection > .v-caption-on-top > .v-caption > .v-captiontext {
margin: 7px;
margin-bottom: 0px;
}
.osbp-tea .os-top-area .v-slot-os-single-selection .os-single-selection {
width: auto !important;
}
.osbp-tea .os-side-area .v-caption-on-top {
background-color: #ededed;
}
.osbp-tea .os-side-area .v-caption-on-top > .v-caption {
font-size: 16.8px;
padding: 7px;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: #424242;
line-height: 140%;
letter-spacing: 0em !important;
font-size: 12px;
line-height: 100%;
}
:root .osbp-tea .v-formlayout-row .v-checkbox {
line-height: 22px;
padding-top: inherit;
}
:root .osbp-tea .v-formlayout-row .v-checkbox label {
padding-left: 11px;
}
:root .osbp-tea .v-formlayout-row .v-checkbox > input ~ label:before, :root .osbp-tea .v-formlayout-row .v-checkbox > input ~ label:after {
width: 22px;
height: 21px;
position: absolute;
left: 0px !important;
font-size: 12px;
line-height: 22px;
}
:root .osbp-tea .v-formlayout-row .v-checkbox > input ~ label:before {
height: 22px;
border: 0px;
border-bottom: 1px solid #d4d4d4 !important;
background: #ededed;
-webkit-box-shadow: none;
box-shadow: none;
}
:root .osbp-tea .v-formlayout-row .v-checkbox > input:focus ~ label:before {
background-color: #ced49f;
border-bottom-color: #9ea93f;
}
:root .osbp-tea .v-formlayout-row .v-checkbox > input ~ label:before, :root .osbp-tea .v-formlayout-row .v-checkbox > input ~ label:after {
margin-top: inherit;
}
:root .osbp-tea .v-formlayout-row .v-checkbox > input ~ label:before {
margin-top: inherit;
border-width: 0px;
}
.osbp-tea .v-gridlayout-slot .v-checkbox-os-box {
line-height: 22px;
padding-top: 26px;
}
.osbp-tea .v-gridlayout-slot .v-checkbox-os-box label {
padding-left: 11px;
}
.osbp-tea .v-gridlayout-slot .v-checkbox-os-box > input ~ label:before, .osbp-tea .v-gridlayout-slot .v-checkbox-os-box > input ~ label:after {
width: 22px;
height: 21px;
position: absolute;
left: 0px !important;
font-size: 12px;
line-height: 22px;
}
.osbp-tea .v-gridlayout-slot .v-checkbox-os-box > input ~ label:before {
height: 22px;
border: 0px;
border-bottom: 1px solid #d4d4d4 !important;
background: #ededed;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .v-gridlayout-slot .v-checkbox-os-box > input:focus ~ label:before {
background-color: #ced49f;
border-bottom-color: #9ea93f;
}
.osbp-tea .v-gridlayout-slot .v-checkbox-os-box > input ~ label:before, .osbp-tea .v-gridlayout-slot .v-checkbox-os-box > input ~ label:after {
margin-top: 26px;
}
.osbp-tea .v-gridlayout-slot .v-checkbox-os-box > input ~ label:before {
margin-top: 26px;
}
.osbp-tea select.v-select-select {
color: inherit !important;
border: 1px solid #d4d4d4;
}
.osbp-tea select.v-select-select option:checked {
box-shadow: 0 0 10px 100px #9ea93f inset;
color: #282a17 !important;
}
.osbp-tea .os-multi-selection select.v-select-select {
color: inherit !important;
border: 1px solid #d4d4d4;
margin: 7px;
}
.osbp-tea .os-multi-selection select.v-select-select option:checked {
box-shadow: 0 0 10px 100px #9ea93f inset;
}
.osbp-tea .l-controlbase {
overflow: auto;
}
.osbp-tea .v-tabsheet-content .v-panel-os-has-focus > .v-panel-content:after {
box-shadow: inset 0px 0px 2px 2px #9ea93f;
content: "";
display: block;
height: 100%;
pointer-events: none;
position: absolute;
top: 0;
width: 100%;
z-index: 99;
}
.osbp-tea .v-panel-os-has-focus > .v-panel-content:after {
box-shadow: inset 0px 0px 2px 2px #9ea93f;
content: "";
display: block;
height: 100%;
pointer-events: none;
position: absolute;
top: 0;
width: 100%;
z-index: 99;
}
.osbp-tea .l-control .v-table {
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .l-control .v-table-header-wrap {
border-top: none;
height: 22px;
}
.osbp-tea .l-control .v-grid-os-box .v-grid-tablewrapper {
border-top: 0px;
}
.osbp-tea .l-control .v-gridlayout-slot .v-grid-os-box .v-grid-tablewrapper {
border-top: 1px solid #d4d4d4;
}
.osbp-tea .l-control .v-panel, .osbp-tea .toptrimbar .v-panel, .osbp-tea .os-selection-area .v-panel {
border-width: 1px;
}
.osbp-tea .l-control .v-widget.os-group-panel, .osbp-tea .toptrimbar .v-widget.os-group-panel, .osbp-tea .os-selection-area .v-widget.os-group-panel {
width: 100%;
border-top-width: 2px;
}
.osbp-tea .l-control .v-widget.os-group-panel.os-caption-large .v-caption, .osbp-tea .l-control .v-widget .os-caption-large .v-caption, .osbp-tea .toptrimbar .v-widget.os-group-panel.os-caption-large .v-caption, .osbp-tea .toptrimbar .v-widget .os-caption-large .v-caption, .osbp-tea .os-selection-area .v-widget.os-group-panel.os-caption-large .v-caption, .osbp-tea .os-selection-area .v-widget .os-caption-large .v-caption {
width: 132px;
}
.osbp-tea .l-control .v-widget.os-group-panel.os-caption-large .v-formlayout-captioncell, .osbp-tea .l-control .v-widget .os-caption-large .v-formlayout-captioncell, .osbp-tea .toptrimbar .v-widget.os-group-panel.os-caption-large .v-formlayout-captioncell, .osbp-tea .toptrimbar .v-widget .os-caption-large .v-formlayout-captioncell, .osbp-tea .os-selection-area .v-widget.os-group-panel.os-caption-large .v-formlayout-captioncell, .osbp-tea .os-selection-area .v-widget .os-caption-large .v-formlayout-captioncell {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.osbp-tea .l-control .v-widget.os-group-panel.os-caption-large .v-formlayout-captioncell:hover, .osbp-tea .l-control .v-widget .os-caption-large .v-formlayout-captioncell:hover, .osbp-tea .toptrimbar .v-widget.os-group-panel.os-caption-large .v-formlayout-captioncell:hover, .osbp-tea .toptrimbar .v-widget .os-caption-large .v-formlayout-captioncell:hover, .osbp-tea .os-selection-area .v-widget.os-group-panel.os-caption-large .v-formlayout-captioncell:hover, .osbp-tea .os-selection-area .v-widget .os-caption-large .v-formlayout-captioncell:hover {
overflow: visible;
position: relative;
z-index: 1;
}
.osbp-tea .l-control .v-widget.os-group-panel.os-caption-large .v-formlayout-captioncell:hover .v-caption > span, .osbp-tea .l-control .v-widget .os-caption-large .v-formlayout-captioncell:hover .v-caption > span, .osbp-tea .toptrimbar .v-widget.os-group-panel.os-caption-large .v-formlayout-captioncell:hover .v-caption > span, .osbp-tea .toptrimbar .v-widget .os-caption-large .v-formlayout-captioncell:hover .v-caption > span, .osbp-tea .os-selection-area .v-widget.os-group-panel.os-caption-large .v-formlayout-captioncell:hover .v-caption > span, .osbp-tea .os-selection-area .v-widget .os-caption-large .v-formlayout-captioncell:hover .v-caption > span {
background-color: #fff;
}
.osbp-tea .l-control .v-widget.os-group-panel.os-caption-large .v-formlayout-contentcell, .osbp-tea .l-control .v-widget .os-caption-large .v-formlayout-contentcell, .osbp-tea .toptrimbar .v-widget.os-group-panel.os-caption-large .v-formlayout-contentcell, .osbp-tea .toptrimbar .v-widget .os-caption-large .v-formlayout-contentcell, .osbp-tea .os-selection-area .v-widget.os-group-panel.os-caption-large .v-formlayout-contentcell, .osbp-tea .os-selection-area .v-widget .os-caption-large .v-formlayout-contentcell {
padding: 0px;
}
.osbp-tea .l-control .os-no-padding, .osbp-tea .toptrimbar .os-no-padding, .osbp-tea .os-selection-area .os-no-padding {
padding: 0px !important;
}
.osbp-tea .l-control .v-caption, .osbp-tea .toptrimbar .v-caption, .osbp-tea .os-selection-area .v-caption {
font-size: 12px;
}
.osbp-tea .l-control .os-constraint .v-textfield, .osbp-tea .toptrimbar .os-constraint .v-textfield, .osbp-tea .os-selection-area .os-constraint .v-textfield {
border-left: 1px solid #ed473b;
}
.osbp-tea .l-control .os-domainkey .v-textfield, .osbp-tea .toptrimbar .os-domainkey .v-textfield, .osbp-tea .os-selection-area .os-domainkey .v-textfield {
background-color: #ed473b;
background-image: -webkit-linear-gradient(-405deg, #ed473b 0px, #ed473b 5.33333px, #ededed 5.33333px);
background-image: linear-gradient(135deg,#ed473b 0px, #ed473b 5.33333px, #ededed 5.33333px);
}
.osbp-tea .l-control .v-caption-on-top > .v-caption, .osbp-tea .l-control .v-gridlayout-slot > .v-caption, .osbp-tea .toptrimbar .v-caption-on-top > .v-caption, .osbp-tea .toptrimbar .v-gridlayout-slot > .v-caption, .osbp-tea .os-selection-area .v-caption-on-top > .v-caption, .osbp-tea .os-selection-area .v-gridlayout-slot > .v-caption {
padding-bottom: 1px;
padding-top: 11px;
}
.osbp-tea .l-control .v-caption-os-has-focus, .osbp-tea .toptrimbar .v-caption-os-has-focus, .osbp-tea .os-selection-area .v-caption-os-has-focus {
color: #9ea93f;
border-bottom-color: #9ea93f;
}
.osbp-tea .l-control .v-component-group, .osbp-tea .l-control .l-beansearchfield, .osbp-tea .toptrimbar .v-component-group, .osbp-tea .toptrimbar .l-beansearchfield, .osbp-tea .os-selection-area .v-component-group, .osbp-tea .os-selection-area .l-beansearchfield {
display: flex;
width: 250px;
}
.osbp-tea .l-control .v-component-group > .v-slot:first-of-type, .osbp-tea .l-control .l-beansearchfield > .v-slot:first-of-type, .osbp-tea .toptrimbar .v-component-group > .v-slot:first-of-type, .osbp-tea .toptrimbar .l-beansearchfield > .v-slot:first-of-type, .osbp-tea .os-selection-area .v-component-group > .v-slot:first-of-type, .osbp-tea .os-selection-area .l-beansearchfield > .v-slot:first-of-type {
width: 100%;
}
.osbp-tea .l-control .v-component-group .v-datefield, .osbp-tea .l-control .v-component-group .v-filterselect, .osbp-tea .l-control .l-beansearchfield .v-datefield, .osbp-tea .l-control .l-beansearchfield .v-filterselect, .osbp-tea .toptrimbar .v-component-group .v-datefield, .osbp-tea .toptrimbar .v-component-group .v-filterselect, .osbp-tea .toptrimbar .l-beansearchfield .v-datefield, .osbp-tea .toptrimbar .l-beansearchfield .v-filterselect, .osbp-tea .os-selection-area .v-component-group .v-datefield, .osbp-tea .os-selection-area .v-component-group .v-filterselect, .osbp-tea .os-selection-area .l-beansearchfield .v-datefield, .osbp-tea .os-selection-area .l-beansearchfield .v-filterselect {
width: 100%;
}
.osbp-tea .l-control .v-component-group .v-datefield > .v-textfield, .osbp-tea .l-control .v-component-group .v-filterselect > .v-textfield, .osbp-tea .l-control .l-beansearchfield .v-datefield > .v-textfield, .osbp-tea .l-control .l-beansearchfield .v-filterselect > .v-textfield, .osbp-tea .toptrimbar .v-component-group .v-datefield > .v-textfield, .osbp-tea .toptrimbar .v-component-group .v-filterselect > .v-textfield, .osbp-tea .toptrimbar .l-beansearchfield .v-datefield > .v-textfield, .osbp-tea .toptrimbar .l-beansearchfield .v-filterselect > .v-textfield, .osbp-tea .os-selection-area .v-component-group .v-datefield > .v-textfield, .osbp-tea .os-selection-area .v-component-group .v-filterselect > .v-textfield, .osbp-tea .os-selection-area .l-beansearchfield .v-datefield > .v-textfield, .osbp-tea .os-selection-area .l-beansearchfield .v-filterselect > .v-textfield {
width: 100%;
}
.osbp-tea .l-control .v-component-group .v-button, .osbp-tea .l-control .l-beansearchfield .v-button, .osbp-tea .toptrimbar .v-component-group .v-button, .osbp-tea .toptrimbar .l-beansearchfield .v-button, .osbp-tea .os-selection-area .v-component-group .v-button, .osbp-tea .os-selection-area .l-beansearchfield .v-button {
cursor: pointer;
text-align: center;
width: 22px;
height: 22px;
padding: 0px;
margin: 0px;
background-color: #ededed;
color: #424242;
outline: 0;
border-bottom: 1px solid #d4d4d4 !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .l-control .v-component-group .v-button:hover, .osbp-tea .l-control .l-beansearchfield .v-button:hover, .osbp-tea .toptrimbar .v-component-group .v-button:hover, .osbp-tea .toptrimbar .l-beansearchfield .v-button:hover, .osbp-tea .os-selection-area .v-component-group .v-button:hover, .osbp-tea .os-selection-area .l-beansearchfield .v-button:hover {
border-bottom-color: #9ea93f !important;
}
.osbp-tea .l-control .v-component-group .v-button:after, .osbp-tea .l-control .l-beansearchfield .v-button:after, .osbp-tea .toptrimbar .v-component-group .v-button:after, .osbp-tea .toptrimbar .l-beansearchfield .v-button:after, .osbp-tea .os-selection-area .v-component-group .v-button:after, .osbp-tea .os-selection-area .l-beansearchfield .v-button:after {
right: 0px !important;
}
.osbp-tea .l-control .v-component-group .v-button img, .osbp-tea .l-control .l-beansearchfield .v-button img, .osbp-tea .toptrimbar .v-component-group .v-button img, .osbp-tea .toptrimbar .l-beansearchfield .v-button img, .osbp-tea .os-selection-area .v-component-group .v-button img, .osbp-tea .os-selection-area .l-beansearchfield .v-button img {
display: none;
}
.osbp-tea .l-control .v-formlayout-row .v-customcomponent .v-label, .osbp-tea .toptrimbar .v-formlayout-row .v-customcomponent .v-label, .osbp-tea .os-selection-area .v-formlayout-row .v-customcomponent .v-label {
min-height: 21px;
line-height: 21px;
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .l-control .v-formlayout-row .v-slider, .osbp-tea .toptrimbar .v-formlayout-row .v-slider, .osbp-tea .os-selection-area .v-formlayout-row .v-slider {
border-bottom: 1px solid #d4d4d4;
}
.osbp-tea .l-control .v-formlayout-captioncell, .osbp-tea .l-control .v-formlayout-errorcell, .osbp-tea .toptrimbar .v-formlayout-captioncell, .osbp-tea .toptrimbar .v-formlayout-errorcell, .osbp-tea .os-selection-area .v-formlayout-captioncell, .osbp-tea .os-selection-area .v-formlayout-errorcell {
border-bottom: 1px solid #d4d4d4;
vertical-align: bottom;
}
.osbp-tea .l-control .v-formlayout-captioncell, .osbp-tea .l-control .v-formlayout-errorcell, .osbp-tea .l-control .v-formlayout-contentcell, .osbp-tea .toptrimbar .v-formlayout-captioncell, .osbp-tea .toptrimbar .v-formlayout-errorcell, .osbp-tea .toptrimbar .v-formlayout-contentcell, .osbp-tea .os-selection-area .v-formlayout-captioncell, .osbp-tea .os-selection-area .v-formlayout-errorcell, .osbp-tea .os-selection-area .v-formlayout-contentcell {
padding-top: 0px !important;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent {
width: 250px;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot {
display: flex;
align-items: center;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot > .v-label > img, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot > .v-label > img, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot > .v-label > img {
margin-right: 11px;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button {
height: 22px;
padding: 0 9px;
color: #2d2d2d;
font-weight: 600;
border-radius: 0px;
border: none;
background: #a1a1a1;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
margin-left: 0px;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button.v-pressed, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button.v-pressed, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button.v-pressed {
background-color: #bbc278 !important;
border-color: #bbc278 !important;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:after, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:after, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:after {
transition: none;
border: none;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:hover, .osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:focus, .osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:active, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:hover, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:focus, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:active, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:hover, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:focus, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:active {
background-color: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:focus:after, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:focus:after, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent div.v-gridlayout-slot .v-button:focus:after {
border-color: transparent;
transition: none;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout {
display: flex;
align-items: center;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout > .v-label > img, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout > .v-label > img, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout > .v-label > img {
margin-right: 11px;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button {
height: 22px;
padding: 0 9px;
color: #2d2d2d;
font-weight: 600;
border-radius: 0px;
border: none;
background: #a1a1a1;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
margin-left: 0px;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button.v-pressed, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button.v-pressed, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button.v-pressed {
background-color: #bbc278 !important;
border-color: #bbc278 !important;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:after, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:after, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:after {
transition: none;
border: none;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:hover, .osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:focus, .osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:active, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:hover, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:focus, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:active, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:hover, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:focus, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:active {
background-color: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .l-control .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:focus:after, .osbp-tea .toptrimbar .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:focus:after, .osbp-tea .os-selection-area .v-formlayout-contentcell > .v-customcomponent > div.v-gridlayout .v-button:focus:after {
border-color: transparent;
transition: none;
}
.osbp-tea .l-control .v-textfield, .osbp-tea .toptrimbar .v-textfield, .osbp-tea .os-selection-area .v-textfield {
width: 250px;
background-color: #ededed;
border-top: transparent;
border-left: transparent;
border-right: transparent;
}
.osbp-tea .l-control .v-textfield:focus, .osbp-tea .toptrimbar .v-textfield:focus, .osbp-tea .os-selection-area .v-textfield:focus {
background-color: #ced49f;
color: #3e4127;
}
.osbp-tea .l-control .v-textfield:hover, .osbp-tea .toptrimbar .v-textfield:hover, .osbp-tea .os-selection-area .v-textfield:hover {
border-bottom-color: #9ea93f;
}
.osbp-tea .l-control .v-filterselect-input, .osbp-tea .l-control .v-filterselect [class*="input"], .osbp-tea .toptrimbar .v-filterselect-input, .osbp-tea .toptrimbar .v-filterselect [class*="input"], .osbp-tea .os-selection-area .v-filterselect-input, .osbp-tea .os-selection-area .v-filterselect [class*="input"] {
background-color: #ededed;
border-top: transparent;
border-left: transparent;
border-right: transparent;
-webkit-box-shadow: none;
box-shadow: none;
height: 22px;
}
.osbp-tea .l-control .v-filterselect-input:focus, .osbp-tea .l-control .v-filterselect [class*="input"]:focus, .osbp-tea .toptrimbar .v-filterselect-input:focus, .osbp-tea .toptrimbar .v-filterselect [class*="input"]:focus, .osbp-tea .os-selection-area .v-filterselect-input:focus, .osbp-tea .os-selection-area .v-filterselect [class*="input"]:focus {
background-color: #ced49f;
color: #3e4127;
}
.osbp-tea .l-control .v-filterselect-input:hover, .osbp-tea .l-control .v-filterselect [class*="input"]:hover, .osbp-tea .toptrimbar .v-filterselect-input:hover, .osbp-tea .toptrimbar .v-filterselect [class*="input"]:hover, .osbp-tea .os-selection-area .v-filterselect-input:hover, .osbp-tea .os-selection-area .v-filterselect [class*="input"]:hover {
border-bottom-color: #9ea93f;
}
.osbp-tea .l-control .v-filterselect.v-widget.os-combobox-with-icon .v-icon, .osbp-tea .l-control .v-filterselect-os-box .v-icon, .osbp-tea .toptrimbar .v-filterselect.v-widget.os-combobox-with-icon .v-icon, .osbp-tea .toptrimbar .v-filterselect-os-box .v-icon, .osbp-tea .os-selection-area .v-filterselect.v-widget.os-combobox-with-icon .v-icon, .osbp-tea .os-selection-area .v-filterselect-os-box .v-icon {
z-index: 999;
}
.osbp-tea .l-control .v-textfield-readonly, .osbp-tea .l-control .v-disabled, .osbp-tea .toptrimbar .v-textfield-readonly, .osbp-tea .toptrimbar .v-disabled, .osbp-tea .os-selection-area .v-textfield-readonly, .osbp-tea .os-selection-area .v-disabled {
background-color: transparent;
}
.osbp-tea .l-control .l-referencesearchbutton button, .osbp-tea .l-control .l-referencesearchbutton .v-nativebutton, .osbp-tea .toptrimbar .l-referencesearchbutton button, .osbp-tea .toptrimbar .l-referencesearchbutton .v-nativebutton, .osbp-tea .os-selection-area .l-referencesearchbutton button, .osbp-tea .os-selection-area .l-referencesearchbutton .v-nativebutton {
background: transparent;
border: 0px;
float: none;
cursor: pointer;
text-align: center;
width: 22px;
height: 22px;
padding: 0px;
margin: 0px;
background-color: #ededed;
color: #424242;
outline: 0;
border-bottom: 1px solid #d4d4d4 !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .l-control .l-referencesearchbutton button:before, .osbp-tea .l-control .l-referencesearchbutton .v-nativebutton:before, .osbp-tea .toptrimbar .l-referencesearchbutton button:before, .osbp-tea .toptrimbar .l-referencesearchbutton .v-nativebutton:before, .osbp-tea .os-selection-area .l-referencesearchbutton button:before, .osbp-tea .os-selection-area .l-referencesearchbutton .v-nativebutton:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f0b0" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .l-control .l-referencesearchbutton button:hover, .osbp-tea .l-control .l-referencesearchbutton .v-nativebutton:hover, .osbp-tea .toptrimbar .l-referencesearchbutton button:hover, .osbp-tea .toptrimbar .l-referencesearchbutton .v-nativebutton:hover, .osbp-tea .os-selection-area .l-referencesearchbutton button:hover, .osbp-tea .os-selection-area .l-referencesearchbutton .v-nativebutton:hover {
border-bottom-color: #9ea93f !important;
}
.osbp-tea .l-control .l-referencesearchbutton button:after, .osbp-tea .l-control .l-referencesearchbutton .v-nativebutton:after, .osbp-tea .toptrimbar .l-referencesearchbutton button:after, .osbp-tea .toptrimbar .l-referencesearchbutton .v-nativebutton:after, .osbp-tea .os-selection-area .l-referencesearchbutton button:after, .osbp-tea .os-selection-area .l-referencesearchbutton .v-nativebutton:after {
right: 0px !important;
}
.osbp-tea .l-control .l-referencesearchbutton button img, .osbp-tea .l-control .l-referencesearchbutton .v-nativebutton img, .osbp-tea .toptrimbar .l-referencesearchbutton button img, .osbp-tea .toptrimbar .l-referencesearchbutton .v-nativebutton img, .osbp-tea .os-selection-area .l-referencesearchbutton button img, .osbp-tea .os-selection-area .l-referencesearchbutton .v-nativebutton img {
display: none;
}
.osbp-tea .l-control .l-referencesidekickbutton button, .osbp-tea .l-control .l-referencesidekickbutton .v-nativebutton, .osbp-tea .toptrimbar .l-referencesidekickbutton button, .osbp-tea .toptrimbar .l-referencesidekickbutton .v-nativebutton, .osbp-tea .os-selection-area .l-referencesidekickbutton button, .osbp-tea .os-selection-area .l-referencesidekickbutton .v-nativebutton {
background: transparent;
border: 0px;
float: none;
cursor: pointer;
text-align: center;
width: 22px;
height: 22px;
padding: 0px;
margin: 0px;
background-color: #ededed;
color: #424242;
outline: 0;
border-bottom: 1px solid #d4d4d4 !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .l-control .l-referencesidekickbutton button:before, .osbp-tea .l-control .l-referencesidekickbutton .v-nativebutton:before, .osbp-tea .toptrimbar .l-referencesidekickbutton button:before, .osbp-tea .toptrimbar .l-referencesidekickbutton .v-nativebutton:before, .osbp-tea .os-selection-area .l-referencesidekickbutton button:before, .osbp-tea .os-selection-area .l-referencesidekickbutton .v-nativebutton:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f044" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .l-control .l-referencesidekickbutton button:hover, .osbp-tea .l-control .l-referencesidekickbutton .v-nativebutton:hover, .osbp-tea .toptrimbar .l-referencesidekickbutton button:hover, .osbp-tea .toptrimbar .l-referencesidekickbutton .v-nativebutton:hover, .osbp-tea .os-selection-area .l-referencesidekickbutton button:hover, .osbp-tea .os-selection-area .l-referencesidekickbutton .v-nativebutton:hover {
border-bottom-color: #9ea93f !important;
}
.osbp-tea .l-control .l-referencesidekickbutton button:after, .osbp-tea .l-control .l-referencesidekickbutton .v-nativebutton:after, .osbp-tea .toptrimbar .l-referencesidekickbutton button:after, .osbp-tea .toptrimbar .l-referencesidekickbutton .v-nativebutton:after, .osbp-tea .os-selection-area .l-referencesidekickbutton button:after, .osbp-tea .os-selection-area .l-referencesidekickbutton .v-nativebutton:after {
right: 0px !important;
}
.osbp-tea .l-control .l-referencesidekickbutton button img, .osbp-tea .l-control .l-referencesidekickbutton .v-nativebutton img, .osbp-tea .toptrimbar .l-referencesidekickbutton button img, .osbp-tea .toptrimbar .l-referencesidekickbutton .v-nativebutton img, .osbp-tea .os-selection-area .l-referencesidekickbutton button img, .osbp-tea .os-selection-area .l-referencesidekickbutton .v-nativebutton img {
display: none;
}
.osbp-tea .l-control .v-datefield-error .v-datefield-textfield, .osbp-tea .toptrimbar .v-datefield-error .v-datefield-textfield, .osbp-tea .os-selection-area .v-datefield-error .v-datefield-textfield {
color: #ed473b;
border-bottom-style: dashed;
}
.osbp-tea .l-control .v-datefield-error .v-datefield-textfield.v-textfield-focus, .osbp-tea .toptrimbar .v-datefield-error .v-datefield-textfield.v-textfield-focus, .osbp-tea .os-selection-area .v-datefield-error .v-datefield-textfield.v-textfield-focus {
color: #3e4127;
}
.osbp-tea .l-control .v-datefield-error .v-datefield-button, .osbp-tea .toptrimbar .v-datefield-error .v-datefield-button, .osbp-tea .os-selection-area .v-datefield-error .v-datefield-button {
border-color: #d4d4d4 !important;
color: #ed473b;
}
.osbp-tea .l-control .v-textfield-error, .osbp-tea .toptrimbar .v-textfield-error, .osbp-tea .os-selection-area .v-textfield-error {
color: #ed473b;
border-bottom-style: dashed;
}
.osbp-tea .l-control .v-button, .osbp-tea .toptrimbar .v-button, .osbp-tea .os-selection-area .v-button {
height: 22px;
}
.osbp-tea .l-control .v-upload-immediate .v-button, .osbp-tea .toptrimbar .v-upload-immediate .v-button, .osbp-tea .os-selection-area .v-upload-immediate .v-button {
height: 22px;
}
.osbp-tea .l-control [class*="margin-bottom"] > tbody > [class*="lastrow"] > td, .osbp-tea .toptrimbar [class*="margin-bottom"] > tbody > [class*="lastrow"] > td, .osbp-tea .os-selection-area [class*="margin-bottom"] > tbody > [class*="lastrow"] > td {
padding-bottom: 0px;
}
.osbp-tea .l-control [class*="margin-top"] > tbody > [class*="firstrow"] > td, .osbp-tea .toptrimbar [class*="margin-top"] > tbody > [class*="firstrow"] > td, .osbp-tea .os-selection-area [class*="margin-top"] > tbody > [class*="firstrow"] > td {
padding-top: 0px;
}
.osbp-tea .v-filterselect-os-single-selection, .osbp-tea .os-single-selection {
color: #424242;
margin: 7px;
}
.osbp-tea .v-horizontallayout-UserHandler {
margin-right: 22px;
margin-left: 22px;
}
.osbp-tea .v-slot-os-userportrait {
width: auto;
height: auto;
}
.osbp-tea .os-userportrait img {
border-radius: 50%;
width: 44px;
height: 44px;
border: 0px solid grey;
padding-right: 4px;
}
.osbp-tea .v-slot-os-username .os-username, .osbp-tea .v-slot-os-userposition .os-username, .osbp-tea .v-slot-os-useremail .os-username {
color: #424242;
font-weight: bold;
padding-left: 12px;
line-height: 22px;
}
.osbp-tea .v-slot-os-username .os-userposition, .osbp-tea .v-slot-os-userposition .os-userposition, .osbp-tea .v-slot-os-useremail .os-userposition {
color: #424242;
padding-left: 12px;
line-height: 22px;
}
.osbp-tea .v-slot-os-username .os-useremail, .osbp-tea .v-slot-os-userposition .os-useremail, .osbp-tea .v-slot-os-useremail .os-useremail {
font-size: 12px;
color: #424242;
}
.osbp-tea .v-slot-os-useremail {
display: none;
}
.osbp-tea .os-userlogoutbutton, .osbp-tea .os-usermenubutton {
content: " ";
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-userlogoutbutton {
background: transparent;
border: 0px;
float: right;
color: #424242;
}
.osbp-tea .os-userlogoutbutton:after {
transition: none;
}
.osbp-tea .os-userlogoutbutton:hover, .osbp-tea .os-userlogoutbutton:focus, .osbp-tea .os-userlogoutbutton:active {
color: #9ea93f;
background: transparent;
}
.osbp-tea .os-userlogoutbutton:hover:after {
transition: none;
}
.osbp-tea .os-userlogoutbutton:focus:after {
transition: none;
}
.osbp-tea .os-userlogoutbutton:active:after {
transition: none;
}
.osbp-tea .os-userlogoutbutton:after {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f2f5";
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .os-userlogoutbutton:after {
line-height: 22px;
}
.osbp-tea .os-userlogoutbutton .v-icon {
display: none;
}
.osbp-tea .os-usermenubutton {
background: transparent;
border: 0px;
float: right;
color: #424242;
}
.osbp-tea .os-usermenubutton:after {
transition: none;
}
.osbp-tea .os-usermenubutton:hover, .osbp-tea .os-usermenubutton:focus, .osbp-tea .os-usermenubutton:active {
color: #9ea93f;
background: transparent;
}
.osbp-tea .os-usermenubutton:hover:after {
transition: none;
}
.osbp-tea .os-usermenubutton:focus:after {
transition: none;
}
.osbp-tea .os-usermenubutton:active:after {
transition: none;
}
.osbp-tea .os-usermenubutton:after {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f0c9";
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .os-usermenubutton:after {
line-height: 22px;
}
.osbp-tea .os-usermenubutton .v-popup-indicator {
display: none;
}
.osbp-tea .v-accordion {
border: 0px;
}
.osbp-tea .v-tree {
padding-top: 4px;
padding-bottom: 4px;
}
.osbp-tea .v-accordion-item {
border-top-width: 0px !important;
background: #ededed;
}
.osbp-tea .v-accordion-item-content .v-gridlayout-slot {
position: relative;
}
.osbp-tea .v-accordion-item-content .v-formlayout-contentcell .v-gridlayout .v-gridlayout-slot {
position: absolute;
}
.osbp-tea .v-accordion-item-content .v-table-body-wrapper {
min-width: 176px;
min-height: 66px;
width: auto !important;
height: auto !important;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup {
padding: 0px;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion {
width: auto !important;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion [class*='os-menutree-'] > .v-tree {
width: 100% !important;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion [class*='os-menutree-'] .v-tree-node-caption:hover {
color: #9ea93f;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion [class*='os-menutree-'] .v-tree-node-selected {
color: #9ea93f;
font-weight: bold;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion [class*='os-menutree-'] .v-tree-node-selected::after {
background: transparent;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion-item-caption > .v-caption {
border-top: 1px solid #d4d4d4;
border-bottom-width: 0px;
background-image: none;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion-item-caption > .v-caption > .v-captiontext {
background: transparent;
border: 0px;
float: none;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion-item-caption > .v-caption > .v-captiontext:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f138" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion-item-caption > .v-caption > .v-captiontext::before {
padding-right: 8px;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion-item-caption > .v-caption > img.v-icon {
display: none;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion-item-open .v-accordion-item-caption > .v-caption {
background-color: #9ea93f;
border-top: 1px solid #d4d4d4;
border-top-color: #9ea93f;
color: #282a17;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion-item-open .v-accordion-item-caption > .v-caption > .v-captiontext {
background: transparent;
border: 0px;
float: none;
color: #9ea93f;
color: #282a17;
font-weight: bold;
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion-item-open .v-accordion-item-caption > .v-caption > .v-captiontext:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f13a" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .v-popupbutton-popup-os-usermenubutton.v-popupview-popup .v-accordion-item-open .v-accordion-item-caption > .v-caption > .v-captiontext::before {
padding-right: 10px;
}
.osbp-tea .icon-download {
background: transparent;
border: 0px;
float: none;
}
.osbp-tea .icon-download:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f019" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .icon-upload {
background: transparent;
border: 0px;
float: none;
}
.osbp-tea .icon-upload:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f093" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .icon-chart {
background: transparent;
border: 0px;
float: none;
background: transparent;
border: 0px;
float: none;
}
.osbp-tea .icon-chart:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f080" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .icon-chart:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f201" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .icon-user {
background: transparent;
border: 0px;
float: none;
}
.osbp-tea .icon-user:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f007" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .icon-attention {
background: transparent;
border: 0px;
float: none;
}
.osbp-tea .icon-attention:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f071" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .icon-cancel {
background: transparent;
border: 0px;
float: none;
}
.osbp-tea .icon-cancel:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f2f5" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .icon-cog {
background: transparent;
border: 0px;
float: none;
}
.osbp-tea .icon-cog:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 1em;
content: "\f013" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .osbpsidebar .menu .v-nativebutton {
height: 25px;
padding: 0 10px;
color: #bad1e1;
font-weight: 600;
border-radius: 0px;
border: none;
background: #1f567d;
-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
margin-left: 4px;
text-align: center;
margin-bottom: 8px;
width: calc(100% - 8px);
cursor: pointer;
}
.osbp-tea .osbpsidebar .menu .v-nativebutton.v-pressed {
background-color: #bbc278 !important;
border-color: #bbc278 !important;
}
.osbp-tea .osbpsidebar .menu .v-nativebutton:after {
transition: none;
border: none;
}
.osbp-tea .osbpsidebar .menu .v-nativebutton:hover, .osbp-tea .osbpsidebar .menu .v-nativebutton:focus, .osbp-tea .osbpsidebar .menu .v-nativebutton:active {
background-color: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .osbpsidebar .menu .v-nativebutton:focus:after {
border-color: transparent;
transition: none;
}
.osbp-tea .osbpsidebar .menu .v-nativebutton:focus, .osbp-tea .osbpsidebar .menu .v-nativebutton:hover {
outline: 0;
}
.osbp-tea .osbpsidebar .menu {
padding: 11px;
padding-top: 0px;
}
.osbp-tea .osbpsidebar .branding {
font-size: 16.8px;
padding: 7px;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
color: #424242;
line-height: 140%;
letter-spacing: 0em !important;
}
.osbp-tea .l-csslayout {
background: green;
}
.osbp-tea .l-csslayout .v-caption-os-box {
background: yellow;
}
.osbp-tea .l-csslayout[width-range~="0-399px"] .os-box {
width: 100%;
}
.osbp-tea .l-csslayout[width-range~="0-399px"] .v-caption-os-box {
width: 100%;
}
.osbp-tea .l-csslayout[width-range~="400-499px"] .os-box {
width: 50%;
}
.osbp-tea .l-csslayout[width-range~="400-499px"] .v-caption-os-box {
width: 50%;
}
.osbp-tea .l-csslayout[width-range~="500px-599px"] .os-box {
width: 40%;
}
.osbp-tea .l-csslayout[width-range~="500px-599px"] .v-caption-os-box {
width: 10%;
}
.osbp-tea .l-csslayout[width-range~="600px-799px"] .os-box {
width: 20%;
}
.osbp-tea .l-csslayout[width-range~="600px-799px"] .v-caption-os-box {
width: 13%;
}
.osbp-tea .l-csslayout[width-range~="800px-"] .os-box {
width: 20%;
}
.osbp-tea .l-csslayout[width-range~="800px-"] .v-caption-os-box {
width: 5%;
}
.osbp-tea .v-grid .v-grid-header .v-grid-row .v-grid-cell {
font-size: 12px;
font-weight: bold;
}
.osbp-tea .v-grid .v-grid-body > .v-grid-row > .v-grid-cell {
margin-bottom: -22px;
}
.osbp-tea .v-grid .v-grid-row {
display: flex;
position: relative;
}
.osbp-tea .v-grid .v-grid-row > td > img.gwt-Image {
height: 20px;
}
.osbp-tea .v-grid .v-grid-row > td:hover {
height: auto !important;
position: relative;
}
.osbp-tea .v-grid .v-grid-row > td:hover > img.gwt-Image {
height: auto;
}
.osbp-tea .v-grid .v-grid-row > td {
height: auto !important;
}
.osbp-tea .v-grid .v-grid-cell.filter-header {
height: 22px !important;
padding: 0px;
}
.osbp-tea .v-grid .v-textfield, .osbp-tea .v-grid .v-datefield > .v-textfield {
float: left;
width: 100%;
height: 22px;
}
.osbp-tea .v-grid .v-datefield {
top: -1px;
}
.osbp-tea .v-icon.v-grid-cell-boolean {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
text-align: center;
vertical-align: middle;
}
.osbp-tea .v-grid-cell-boolean.boolean-true:before {
content: "\f14a";
}
.osbp-tea .v-grid-cell-boolean.boolean-false:before {
content: "\f00d";
}
.osbp-tea .v-grid-cell-boolean.boolean-null:before {
content: "\f096";
}
.osbp-tea .v-grid-row .v-grid-cell center, .osbp-tea .v-grid-row .v-grid-cell .v-icon.v-grid-cell-boolean {
line-height: inherit;
}
.osbp-tea .v-button-value-cell {
clear: both;
position: relative;
width: 100%;
}
.osbp-tea .v-button-value-cell .v-button-bar {
position: absolute;
left: -4px;
top: -4px;
display: inline-block;
text-align: center;
}
.osbp-tea .v-button-value-cell .v-button-bar button {
cursor: pointer;
width: 30px;
height: 30px;
font-family: FontAwesome !important;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 2px;
}
.osbp-tea .v-button-value-cell .v-button-bar button.v-view span:before {
content: "\f06e";
}
.osbp-tea .v-button-value-cell .v-button-bar button.v-edit span:before {
content: "\f040";
}
.osbp-tea .v-button-value-cell .v-button-bar button.v-delete span:before {
content: "\f014";
}
.osbp-tea .v-button-value-cell .v-cell-value {
padding-left: 32px;
}
.osbp-tea .v-button-value-cell.two-buttons .v-cell-value {
padding-left: 65px;
}
.osbp-tea .v-button-value-cell.three-buttons .v-cell-value {
padding-left: 98px;
}
.osbp-tea .reindeer .v-button-value-cell .v-button-bar button {
width: 20px;
height: 20px;
}
.osbp-tea .reindeer .v-button-value-cell .v-cell-value {
padding-left: 22px;
}
.osbp-tea .reindeer .v-button-value-cell.two-buttons .v-cell-value {
padding-left: 45px;
}
.osbp-tea .reindeer .v-button-value-cell.three-buttons .v-cell-value {
padding-left: 68px;
}
.osbp-tea .reindeer .v-button-bar button span {
margin: 0 0 0 -3px;
}
.osbp-tea .v-grid-cell.centeralign {
text-align: center;
}
.osbp-tea .v-grid-cell.rightalign {
text-align: right;
}
.osbp-tea .v-grid-cell-indicator {
width: 100%;
height: 100%;
text-align: center;
cursor: pointer;
}
.osbp-tea .v-grid-row .v-grid-cell .v-grid-cell-indicator {
line-height: inherit;
}
.osbp-tea .v-grid-cell-indicator span.green {
color: green;
}
.osbp-tea .v-grid-cell-indicator span.red {
color: red;
}
.osbp-tea .v-grid-cell-indicator span.black {
color: black;
}
.osbp-tea .v-grid-cell-indicator span.na {
color: yellow;
}
.osbp-tea .orgchart {
background: #919293 url(external/img/sidebar-gradient.png) repeat-y top right;
border: 1px solid grey;
color: grey;
font-weight: bold;
font-family: Tahoma;
padding: 10px;
}
.osbp-tea .orgchartNode {
background: #e1e2e3 url(external/img/sidebar-gradient.png) repeat-y top right;
border-radius: 18px;
border: 4px solid #9edbfb;
padding: 10px !important;
}
.osbp-tea .orgchartSelectedNode {
background-color: #9edbfb;
border: 4px solid #fbe99e;
border-radius: 18px;
}
.osbp-tea .v-caption-orgchart .v-captiontext {
font-size: 16px;
line-height: 1;
font-weight: normal;
padding: 0.5em 0.5em 1em;
-webkit-font-smoothing: antialiased;
background: #414243 url(external/img/sidebar-gradient.png) repeat-y top right;
overflow: visible;
position: relative;
z-index: 2;
white-space: normal;
color: #fff;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
display: block !important;
}
.osbp-tea .v-gridlayout-orgchartUser {
color: grey;
font-family: Tahoma;
font-weight: bold;
margin: 10px;
padding: 10px;
text-align: center;
}
.osbp-tea .v-horizontallayout-orgchartUser {
color: grey;
font-family: Tahoma;
font-weight: bold;
border-radius: 18px;
border: 4px solid #9edbfb;
margin: 10px;
padding: 10px;
text-align: center;
}
.osbp-tea .v-gridlayout-orgchartUser div {
margin-left: auto;
margin-right: auto;
}
.osbp-tea .v-gridlayout-orgchartUser div > div {
padding: 3px;
text-align: center;
}
.osbp-tea .orgchart-multipos {
color: red;
font-style: italic;
}
.osbp-tea .orgchart-classic {
color: red;
font-style: italic;
}
.osbp-tea .orgchart-modern {
color: red;
font-style: italic;
}
.osbp-tea .orgchart-compex {
color: blue;
font-style: italic;
}
.osbp-tea .node {
cursor: pointer;
border: solid 1px white;
font: 10px sans-serif;
line-height: 12px;
overflow: hidden;
position: absolute;
text-indent: 2px;
}
.osbp-tea .node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.osbp-tea .node text {
font: 10px sans-serif;
}
.osbp-tea .link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}
.osbp-tea .subunit-label {
fill: #777;
fill-opacity: 0.5;
font-size: 20px;
font-weight: 300;
text-anchor: middle;
}
.osbp-tea .place, .osbp-tea .place-label {
fill: #444;
}
.osbp-tea text.place-label {
font-size: 10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.osbp-tea text.place-label:hover {
fill: #6699FF;
font-size: 20px;
}
.osbp-tea path.usa {
fill: #60a060;
stroke: #fff;
stroke-width: 0.5px;
}
.osbp-tea path.usa:hover {
fill: #80e080;
}
.osbp-tea path.world {
stroke: white;
stroke-width: 0.25px;
fill: black;
}
.osbp-tea path.world:hover {
fill: red;
}
.osbp-tea path.subunit.DEU:hover {
fill: #80e080;
}
.osbp-tea path.subunit.DEU {
fill: #60a060;
stroke: #fff;
stroke-width: 0.5px;
}
.osbp-tea path.deu {
fill: #60a060;
stroke: #fff;
stroke-width: 0.5px;
}
.osbp-tea path.deu:hover {
fill: #80e080;
}
.osbp-tea path.world {
stroke: white;
stroke-width: 0.25px;
fill: black;
}
.osbp-tea path.world:hover {
fill: red;
}
.osbp-tea .o-configuration-dialog .o-navigation-area .v-nativebutton {
width: 100%;
border-style: solid;
border-bottom-color: black;
border-bottom-width: 1px;
}
.osbp-tea .o-configuration-dialog .v-slot-o-navigation-area {
margin-right: 15px;
margin-left: 0px;
}
.osbp-tea .o-configuration-dialog .l-yview-provider {
width: 100%;
height: 100%;
}
.osbp-tea .o-SuggestBoxPopup {
z-index: 99999;
}
.osbp-tea .o-SuggestBoxPopup .popupContent {
padding: 2px 2px;
border-radius: 0px;
background-color: white;
color: #474747;
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.27294);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
margin-top: 3px !important;
margin-bottom: 3px !important;
margin-right: 3px !important;
cursor: default;
width: auto;
color: #9ea93f;
}
.osbp-tea .o-SuggestBoxPopup .popupContent[class*="animate-in"] {
-webkit-animation: valo-overlay-animate-in 120ms;
-moz-animation: valo-overlay-animate-in 120ms;
animation: valo-overlay-animate-in 120ms;
}
.osbp-tea .o-SuggestBoxPopup .popupContent[class*="animate-out"] {
-webkit-animation: valo-animate-out-fade 120ms;
-moz-animation: valo-animate-out-fade 120ms;
animation: valo-animate-out-fade 120ms;
}
.osbp-tea .o-SuggestBoxPopup .popupContent table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 auto;
}
.osbp-tea .o-SuggestBoxPopup .popupContent td {
padding: 1px;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel {
font-size: 12px;
text-align: center;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel:focus {
outline: none;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 18px;
height: 15px;
border: 1px solid transparent;
line-height: 15px;
text-align: center;
font-size: 11px;
background: #fafafa;
-webkit-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day:hover {
color: #9ea93f;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day-offmonth {
color: #a0a0a0;
background: transparent;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day-today {
color: #191919;
font-weight: 600;
border-color: #afafaf;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover {
color: #282a17;
background: #9ea93f;
border: none;
font-weight: 600;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent;
position: relative;
}
.v-ie8 .osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
border-color: #9ea93f;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover {
color: #a0a0a0;
cursor: not-allowed;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-weekdays {
height: 15px;
color: rgba(133, 133, 133, 0.85);
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-weekdays strong {
font: inherit;
font-size: 11px;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-header {
white-space: nowrap;
}
.osbp-tea .o-SuggestBoxPopup .popupContent td[class*="year"] button, .osbp-tea .o-SuggestBoxPopup .popupContent 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: 11px;
height: 15px;
outline: none;
position: relative;
vertical-align: middle;
}
.osbp-tea .o-SuggestBoxPopup .popupContent td[class*="year"] button:before, .osbp-tea .o-SuggestBoxPopup .popupContent td[class*="month"] button:before {
color: #a0a0a0;
font-size: 16px;
line-height: 18px;
-webkit-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms;
}
.osbp-tea .o-SuggestBoxPopup .popupContent td[class*="year"] button:hover:before, .osbp-tea .o-SuggestBoxPopup .popupContent td[class*="month"] button:hover:before {
color: #9ea93f;
}
.osbp-tea .o-SuggestBoxPopup .popupContent td[class*="year"] button.outside-range, .osbp-tea .o-SuggestBoxPopup .popupContent td[class*="month"] button.outside-range {
cursor: default;
opacity: 0.3;
filter: alpha(opacity=30.0) ;
}
.osbp-tea .o-SuggestBoxPopup .popupContent td[class*="year"] button.outside-range:hover:before, .osbp-tea .o-SuggestBoxPopup .popupContent td[class*="month"] button.outside-range:hover:before {
color: #a0a0a0;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-button-prevyear:before {
font-family: ThemeIcons;
content: "\f100";
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-button-prevmonth:before {
font-family: ThemeIcons;
content: "\f104";
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-button-nextyear:before {
font-family: ThemeIcons;
content: "\f101";
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-button-nextmonth:before {
font-family: ThemeIcons;
content: "\f105";
}
.osbp-tea .o-SuggestBoxPopup .popupContent td.v-datefield-calendarpanel-month {
width: 88px;
color: #9ea93f;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month {
width: 44px;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-weeknumber, .osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child {
width: 18px;
color: rgba(133, 133, 133, 0.85);
font-size: 11px;
display: inline-block;
text-align: left;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-weeknumber {
position: relative;
}
.osbp-tea .o-SuggestBoxPopup .popupContent .v-datefield-calendarpanel-weeknumbers .v-first:before {
content: "";
position: absolute;
top: 21px;
bottom: 0;
left: 0;
width: 19px;
border-top: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
background: #fff;
}
.osbp-tea .o-SuggestBoxPopup .popupContent td.v-datefield-calendarpanel-time {
width: 100%;
font-size: 11px;
}
.osbp-tea .o-SuggestBoxPopup .popupContent td.v-datefield-calendarpanel-time .v-label {
display: inline;
margin: 0 0.1em;
font-weight: 400;
}
.osbp-tea .o-SuggestBoxPopup table {
width: 228px;
}
.osbp-tea .item {
color: #474747;
}
.osbp-tea .item-selected {
background-color: #9ea93f;
color: #282a17;
}
.osbp-tea .o-XSuggestBox {
background-color: #ededed;
display: flex;
width: 250px;
}
.osbp-tea .o-XSuggestBox > .v-textfield {
background-color: #ededed;
border-top: transparent;
border-left: transparent;
border-right: transparent;
width: 100%;
height: 22px !important;
}
.osbp-tea .o-XSuggestBox > .v-textfield:focus {
background-color: #ced49f;
color: #3e4127;
}
.osbp-tea .o-XSuggestBox > .v-textfield:hover {
border-bottom-color: #9ea93f;
}
.osbp-tea .o-XSuggestBox > .enableSuggestions {
cursor: pointer;
text-align: center;
width: 22px;
height: 22px;
padding: 0px;
margin: 0px;
background-color: #ededed;
color: #424242;
outline: 0;
border-bottom: 1px solid #d4d4d4 !important;
-webkit-box-shadow: none;
box-shadow: none;
height: 21px;
width: 22px;
border-bottom: 1px solid #d4d4d4;
background: transparent;
border: 0px;
float: none;
float: right;
}
.osbp-tea .o-XSuggestBox > .enableSuggestions:hover {
border-bottom-color: #9ea93f !important;
}
.osbp-tea .o-XSuggestBox > .enableSuggestions:after {
right: 0px !important;
}
.osbp-tea .o-XSuggestBox > .enableSuggestions img {
display: none;
}
.osbp-tea .o-XSuggestBox > .enableSuggestions:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 22px;
content: "\f08d" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .o-XSuggestBox > .enableSuggestions.selected {
background: transparent;
border: 0px;
float: none;
float: right;
}
.osbp-tea .o-XSuggestBox > .enableSuggestions.selected:before {
font-family: FontAwesome;
font-size: 1em;
line-height: 22px;
content: "\f002" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .os-cash-register {
margin: 0px;
margin: 0px;
margin: 0px;
margin: 0px;
margin: 0px;
margin: 0px;
margin: 0px;
margin: 0px;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot, .osbp-tea .os-cash-register .v-slot-l-control {
line-height: 12px;
}
.osbp-tea .os-cash-register .v-verticallayout, .osbp-tea .os-cash-register .v-horizontallayout, .osbp-tea .os-cash-register .v-gridlayout {
padding: 0px;
left: 0px !important;
}
.osbp-tea .os-cash-register .v-verticallayout.os-no-spacing > .v-spacing, .osbp-tea .os-cash-register .v-horizontallayout.os-no-spacing > .v-spacing, .osbp-tea .os-cash-register .v-gridlayout.os-no-spacing > .v-spacing {
height: 0px;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-1, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-1, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-1 {
background-color: #efcbcb;
color: #532929;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-1 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-1 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-1 .v-textfield.v-disabled {
color: #532929;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-1.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-1.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-1.os-focus {
background-color: #db8787;
color: #432020;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-1.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-1.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-1.os-focus .v-textfield.v-disabled {
color: #432020;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-2, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-2, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-2 {
background-color: #ffeccf;
color: #6a4917;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-2 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-2 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-2 .v-textfield.v-disabled {
color: #6a4917;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-2.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-2.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-2.os-focus {
background-color: #ffd38f;
color: #5b3f14;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-2.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-2.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-2.os-focus .v-textfield.v-disabled {
color: #5b3f14;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-3, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-3, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-3 {
background-color: #ffd8c6;
color: #683017;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-3 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-3 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-3 .v-textfield.v-disabled {
color: #683017;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-3.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-3.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-3.os-focus {
background-color: #ffa47a;
color: #572813;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-3.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-3.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-3.os-focus .v-textfield.v-disabled {
color: #572813;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-4, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-4, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-4 {
background-color: #f9d0e4;
color: #60203f;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-4 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-4 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-4 .v-textfield.v-disabled {
color: #60203f;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-4.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-4.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-4.os-focus {
background-color: #f192c0;
color: #511b35;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-4.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-4.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-4.os-focus .v-textfield.v-disabled {
color: #511b35;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-5, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-5, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-5 {
background-color: #bdf4f2;
color: #215856;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-5 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-5 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-5 .v-textfield.v-disabled {
color: #215856;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-5.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-5.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-5.os-focus {
background-color: #65e6e0;
color: #194442;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-5.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-5.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-5.os-focus .v-textfield.v-disabled {
color: #194442;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-6, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-6, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-6 {
background-color: #c0ddfa;
color: #1c3e60;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-6 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-6 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-6 .v-textfield.v-disabled {
color: #1c3e60;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-6.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-6.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-6.os-focus {
background-color: #6eb1f4;
color: #dde9f5;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-6.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-6.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-6.os-focus .v-textfield.v-disabled {
color: #dde9f5;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-7, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-7, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-7 {
background-color: #d1cee7;
color: #33304b;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-7 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-7 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-7 .v-textfield.v-disabled {
color: #33304b;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-7.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-7.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-7.os-focus {
background-color: #958cc7;
color: #e3e2ec;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-7.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-7.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-7.os-focus .v-textfield.v-disabled {
color: #e3e2ec;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-8, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-8, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-8 {
background-color: #c9e7d2;
color: #2e4b37;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-8 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-8 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-8 .v-textfield.v-disabled {
color: #2e4b37;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-8.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-8.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-8.os-focus {
background-color: #81c796;
color: #233929;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-8.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-8.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-8.os-focus .v-textfield.v-disabled {
color: #233929;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-9, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-9, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-9 {
background-color: #e0f5cc;
color: #3e5a24;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-9 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-9 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-9 .v-textfield.v-disabled {
color: #3e5a24;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-9.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-9.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-9.os-focus {
background-color: #b7e88a;
color: #334a1e;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-9.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-9.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-9.os-focus .v-textfield.v-disabled {
color: #334a1e;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-10, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-10, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-10 {
background-color: #f9f9f9;
color: #464646;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-10 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-10 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-10 .v-textfield.v-disabled {
color: #464646;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-10.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-10.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-10.os-focus {
background-color: #f2f2f2;
color: #444444;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-10.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-10.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-10.os-focus .v-textfield.v-disabled {
color: #444444;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-11, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-11, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-11 {
background-color: #e2e2e2;
color: #3f3f3f;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-11 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-11 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-11 .v-textfield.v-disabled {
color: #3f3f3f;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-11.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-11.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-11.os-focus {
background-color: #bdbdbd;
color: #353535;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-11.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-11.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-11.os-focus .v-textfield.v-disabled {
color: #353535;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-12, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-12, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-12 {
background-color: #cbcbcb;
color: #393939;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-12 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-12 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-12 .v-textfield.v-disabled {
color: #393939;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-12.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-12.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-12.os-focus {
background-color: #878787;
color: #dddddd;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-12.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-12.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-12.os-focus .v-textfield.v-disabled {
color: #dddddd;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-13, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-13, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-13 {
background-color: white;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-13 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-13 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-13 .v-textfield.v-disabled {
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-13.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-13.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-13.os-focus {
background-color: white;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-13.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-13.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-13.os-focus .v-textfield.v-disabled {
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-14, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-14, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-14 {
background-color: #c1c0c1;
color: #363636;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-14 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-14 .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-14 .v-textfield.v-disabled {
color: #363636;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-14.os-focus, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-14.os-focus, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-14.os-focus {
background-color: #6f6e6e;
color: #d7d6d6;
}
.osbp-tea .os-cash-register .v-verticallayout.os-group.os-color-14.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-group.os-color-14.os-focus .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-group.os-color-14.os-focus .v-textfield.v-disabled {
color: #d7d6d6;
}
.osbp-tea .os-cash-register .v-verticallayout.os-no-underline .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-horizontallayout.os-no-underline .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-gridlayout.os-no-underline .v-textfield.v-disabled {
border: transparent;
}
.osbp-tea .os-cash-register .v-button {
height: 40px;
white-space: normal;
display: flex;
justify-content: center;
align-items: center;
text-transform: none;
-webkit-box-shadow: none;
box-shadow: none;
min-width: 88px;
padding: 12px;
font-size: 24px;
}
.osbp-tea .os-cash-register .v-button:before {
content: none;
}
.osbp-tea .os-cash-register .v-button.v-disabled {
pointer-events: none;
}
.osbp-tea .os-cash-register .v-button .v-button-caption {
line-height: 24px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-1, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-1, .osbp-tea .os-cash-register .os-color-1 .v-button {
background: #cc5454;
border-color: #cc5454;
color: #ebd5d5;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-1.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-1.v-pressed, .osbp-tea .os-cash-register .os-color-1 .v-button.v-pressed {
color: #432020 !important;
background: #db8787 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-1.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-1.os-pushed, .osbp-tea .os-cash-register .os-color-1 .v-button.os-pushed {
background: #ad4747;
color: #532222;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-1:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-1:hover, .osbp-tea .os-cash-register .os-color-1 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-2, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-2, .osbp-tea .os-cash-register .os-color-2 .v-button {
background: #ffc15f;
border-color: #ffc15f;
color: #503812;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-2.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-2.v-pressed, .osbp-tea .os-cash-register .os-color-2 .v-button.v-pressed {
color: #5b3f14 !important;
background: #ffd38f !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-2.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-2.os-pushed, .osbp-tea .os-cash-register .os-color-2 .v-button.os-pushed {
background: #d8a450;
color: #8a611f;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-2:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-2:hover, .osbp-tea .os-cash-register .os-color-2 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-3, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-3, .osbp-tea .os-cash-register .os-color-3 .v-button {
background: #ff7d42;
border-color: #ff7d42;
color: #f5ded4;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-3.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-3.v-pressed, .osbp-tea .os-cash-register .os-color-3 .v-button.v-pressed {
color: #572813 !important;
background: #ffa47a !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-3.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-3.os-pushed, .osbp-tea .os-cash-register .os-color-3 .v-button.os-pushed {
background: #d86a38;
color: #793618;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-3:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-3:hover, .osbp-tea .os-cash-register .os-color-3 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-4, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-4, .osbp-tea .os-cash-register .os-color-4 .v-button {
background: #ec64a5;
border-color: #ec64a5;
color: #f3dae6;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-4.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-4.v-pressed, .osbp-tea .os-cash-register .os-color-4 .v-button.v-pressed {
color: #511b35 !important;
background: #f192c0 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-4.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-4.os-pushed, .osbp-tea .os-cash-register .os-color-4 .v-button.os-pushed {
background: #c8558c;
color: #77274d;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-4:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-4:hover, .osbp-tea .os-cash-register .os-color-4 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-5, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-5, .osbp-tea .os-cash-register .os-color-5 .v-button {
background: #24dcd4;
border-color: #24dcd4;
color: #133433;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-5.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-5.v-pressed, .osbp-tea .os-cash-register .os-color-5 .v-button.v-pressed {
color: #194442 !important;
background: #65e6e0 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-5.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-5.os-pushed, .osbp-tea .os-cash-register .os-color-5 .v-button.os-pushed {
background: #1ebbb4;
color: #0c4d4a;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-5:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-5:hover, .osbp-tea .os-cash-register .os-color-5 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-6, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-6, .osbp-tea .os-cash-register .os-color-6 .v-button {
background: #3090f0;
border-color: #3090f0;
color: #cfe0f1;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-6.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-6.v-pressed, .osbp-tea .os-cash-register .os-color-6 .v-button.v-pressed {
color: #dde9f5 !important;
background: #6eb1f4 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-6.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-6.os-pushed, .osbp-tea .os-cash-register .os-color-6 .v-button.os-pushed {
background: #287acc;
color: #133a61;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-6:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-6:hover, .osbp-tea .os-cash-register .os-color-6 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-7, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-7, .osbp-tea .os-cash-register .os-color-7 .v-button {
background: #685cb0;
border-color: #685cb0;
color: #d8d6e5;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-7.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-7.v-pressed, .osbp-tea .os-cash-register .os-color-7 .v-button.v-pressed {
color: #e3e2ec !important;
background: #958cc7 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-7.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-7.os-pushed, .osbp-tea .os-cash-register .os-color-7 .v-button.os-pushed {
background: #584e95;
color: #272241;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-7:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-7:hover, .osbp-tea .os-cash-register .os-color-7 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-8, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-8, .osbp-tea .os-cash-register .os-color-8 .v-button {
background: #4caf6a;
border-color: #4caf6a;
color: #d2e4d7;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-8.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-8.v-pressed, .osbp-tea .os-cash-register .os-color-8 .v-button.v-pressed {
color: #233929 !important;
background: #81c796 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-8.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-8.os-pushed, .osbp-tea .os-cash-register .os-color-8 .v-button.os-pushed {
background: #40945a;
color: #1a3b24;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-8:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-8:hover, .osbp-tea .os-cash-register .os-color-8 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-9, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-9, .osbp-tea .os-cash-register .os-color-9 .v-button {
background: #99df58;
border-color: #99df58;
color: #2b3e19;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-9.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-9.v-pressed, .osbp-tea .os-cash-register .os-color-9 .v-button.v-pressed {
color: #334a1e !important;
background: #b7e88a !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-9.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-9.os-pushed, .osbp-tea .os-cash-register .os-color-9 .v-button.os-pushed {
background: #82bd4a;
color: #436324;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-9:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-9:hover, .osbp-tea .os-cash-register .os-color-9 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-10, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-10, .osbp-tea .os-cash-register .os-color-10 .v-button {
background: #ededed;
border-color: #ededed;
color: #424242;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-10.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-10.v-pressed, .osbp-tea .os-cash-register .os-color-10 .v-button.v-pressed {
color: #444444 !important;
background: #f2f2f2 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-10.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-10.os-pushed, .osbp-tea .os-cash-register .os-color-10 .v-button.os-pushed {
background: #c9c9c9;
color: #898989;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-10:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-10:hover, .osbp-tea .os-cash-register .os-color-10 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-11, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-11, .osbp-tea .os-cash-register .os-color-11 .v-button {
background: #a1a1a1;
border-color: #a1a1a1;
color: #2d2d2d;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-11.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-11.v-pressed, .osbp-tea .os-cash-register .os-color-11 .v-button.v-pressed {
color: #353535 !important;
background: #bdbdbd !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-11.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-11.os-pushed, .osbp-tea .os-cash-register .os-color-11 .v-button.os-pushed {
background: #888888;
color: #484848;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-11:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-11:hover, .osbp-tea .os-cash-register .os-color-11 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-12, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-12, .osbp-tea .os-cash-register .os-color-12 .v-button {
background: #545454;
border-color: #545454;
color: #cfcfcf;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-12.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-12.v-pressed, .osbp-tea .os-cash-register .os-color-12 .v-button.v-pressed {
color: #dddddd !important;
background: #878787 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-12.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-12.os-pushed, .osbp-tea .os-cash-register .os-color-12 .v-button.os-pushed {
background: #474747;
color: #878787;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-12:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-12:hover, .osbp-tea .os-cash-register .os-color-12 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-13, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-13, .osbp-tea .os-cash-register .os-color-13 .v-button {
background: white;
border-color: white;
color: #474747;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-13.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-13.v-pressed, .osbp-tea .os-cash-register .os-color-13 .v-button.v-pressed {
color: !important;
background: white !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-13.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-13.os-pushed, .osbp-tea .os-cash-register .os-color-13 .v-button.os-pushed {
background: #d8d8d8;
color: #989898;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-13:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-13:hover, .osbp-tea .os-cash-register .os-color-13 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-14, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-14, .osbp-tea .os-cash-register .os-color-14 .v-button {
background: #323031;
border-color: #323031;
color: #c6c5c5;
margin: 0px;
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-14.v-pressed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-14.v-pressed, .osbp-tea .os-cash-register .os-color-14 .v-button.v-pressed {
color: #d7d6d6 !important;
background: #6f6e6e !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-14.os-pushed, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-14.os-pushed, .osbp-tea .os-cash-register .os-color-14 .v-button.os-pushed {
background: #2a2829;
color: #6b6669;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .v-gridlayout-slot .v-button.os-color-14:hover, .osbp-tea .os-cash-register .v-slot-l-control .v-button.os-color-14:hover, .osbp-tea .os-cash-register .os-color-14 .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .os-button-with-image .v-button {
background: #cc5353;
border-color: #cc5353;
color: #ebd5d5;
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-with-image .v-button.v-pressed {
color: #432020 !important;
background: #db8686 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .os-button-with-image .v-button.os-pushed {
background: #ad4646;
color: #522121;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .os-button-with-image .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-textfield, .osbp-tea .os-cash-register .v-datefield, .osbp-tea .os-cash-register .o-XSuggestBox, .osbp-tea .os-cash-register .v-filterselect, .osbp-tea .os-cash-register .v-filterselect-input, .osbp-tea .os-cash-register .v-filterselect [class*="input"] {
font-size: 24px;
height: 44px;
}
.osbp-tea .os-cash-register .v-textfield.v-disabled, .osbp-tea .os-cash-register .v-textfield.v-disabled > .v-textfield, .osbp-tea .os-cash-register .v-datefield.v-disabled, .osbp-tea .os-cash-register .v-datefield.v-disabled > .v-textfield, .osbp-tea .os-cash-register .o-XSuggestBox.v-disabled, .osbp-tea .os-cash-register .o-XSuggestBox.v-disabled > .v-textfield, .osbp-tea .os-cash-register .v-filterselect.v-disabled, .osbp-tea .os-cash-register .v-filterselect.v-disabled > .v-textfield, .osbp-tea .os-cash-register .v-filterselect-input.v-disabled, .osbp-tea .os-cash-register .v-filterselect-input.v-disabled > .v-textfield, .osbp-tea .os-cash-register .v-filterselect [class*="input"].v-disabled, .osbp-tea .os-cash-register .v-filterselect [class*="input"].v-disabled > .v-textfield {
background-color: transparent;
opacity: 0.75;
}
.osbp-tea .os-cash-register .v-datefield [class*="textfield"] {
padding-left: 52.8px;
}
.osbp-tea .os-cash-register .v-filterselect-button, .osbp-tea .os-cash-register .v-datefield button {
width: 44px;
}
.osbp-tea .os-cash-register .v-filterselect-button:before, .osbp-tea .os-cash-register .v-datefield button:before {
width: 44px;
}
.osbp-tea .os-cash-register .os-alt-button > .v-component-group, .osbp-tea .os-cash-register .os-alt-button > .l-beansearchfield {
display: block;
}
.osbp-tea .os-cash-register .os-alt-button > .v-component-group > .v-slot > .v-button, .osbp-tea .os-cash-register .os-alt-button > .l-beansearchfield > .v-slot > .v-button {
position: relative;
height: 40px;
width: 40px;
min-width: 40px;
top: -40px;
left: -40px;
}
.osbp-tea .os-cash-register .v-component-group > .v-slot > .v-button {
height: 44px;
}
.osbp-tea .os-cash-register .v-textarea {
font-size: 24px;
}
.osbp-tea .os-cash-register .v-textarea.v-disabled, .osbp-tea .os-cash-register .v-textarea.v-disabled > .v-textfield {
background-color: transparent;
opacity: 0.75;
}
.osbp-tea .os-cash-register .v-textarea.os-monospace {
font-size: 24px;
}
.osbp-tea .os-cash-register .o-XSuggestBox {
background-color: #ededed;
display: flex;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .v-textfield {
background-color: #ededed;
border-top: transparent;
border-left: transparent;
border-right: transparent;
width: 100%;
height: 44px !important;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .v-textfield:focus {
background-color: #ced49f;
color: #3e4127;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .v-textfield:hover {
border-bottom-color: #9ea93f;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .enableSuggestions {
cursor: pointer;
text-align: center;
width: 22px;
height: 22px;
padding: 0px;
margin: 0px;
background-color: #ededed;
color: #424242;
outline: 0;
border-bottom: 1px solid #d4d4d4 !important;
-webkit-box-shadow: none;
box-shadow: none;
height: 43px;
width: 44px;
border-bottom: 1px solid #d4d4d4;
background: transparent;
border: 0px;
float: none;
float: right;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .enableSuggestions:hover {
border-bottom-color: #9ea93f !important;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .enableSuggestions:after {
right: 0px !important;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .enableSuggestions img {
display: none;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .enableSuggestions:before {
font-family: FontAwesome;
font-size: 2em;
line-height: 44px;
content: "\f08d" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .os-cash-register .o-XSuggestBox > .enableSuggestions.selected {
background: transparent;
border: 0px;
float: none;
float: right;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .enableSuggestions.selected:before {
font-family: FontAwesome;
font-size: 2em;
line-height: 44px;
content: "\f002" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .os-cash-register .v-textfield, .osbp-tea .os-cash-register .v-datefield, .osbp-tea .os-cash-register .o-XSuggestBox, .osbp-tea .os-cash-register .v-filterselect, .osbp-tea .os-cash-register .v-filterselect-input, .osbp-tea .os-cash-register .v-filterselect [class*="input"], .osbp-tea .os-cash-register .l-control > .v-component-group, .osbp-tea .os-cash-register .l-control > .l-beansearchfield {
width: 184px;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .v-textfield, .osbp-tea .os-cash-register .o-XSuggestBox > .v-datefield {
width: 100%;
}
.osbp-tea .os-cash-register .v-textfield, .osbp-tea .os-cash-register .v-datefield, .osbp-tea .os-cash-register .o-XSuggestBox, .osbp-tea .os-cash-register .v-filterselect, .osbp-tea .os-cash-register .v-filterselect-input, .osbp-tea .os-cash-register .v-filterselect [class*="input"], .osbp-tea .os-cash-register .l-control > .v-component-group, .osbp-tea .os-cash-register .l-control > .l-beansearchfield {
width: 184px;
}
.osbp-tea .os-cash-register .o-XSuggestBox > .v-textfield, .osbp-tea .os-cash-register .o-XSuggestBox > .v-datefield {
width: 100%;
}
.osbp-tea .os-cash-register .os-span-h-half.v-textfield, .osbp-tea .os-cash-register .os-span-h-half.v-datefield, .osbp-tea .os-cash-register .os-span-h-half.o-XSuggestBox, .osbp-tea .os-cash-register .os-span-h-half.v-textarea, .osbp-tea .os-cash-register .os-span-h-half.v-filterselect, .osbp-tea .os-cash-register .os-span-h-half.v-filterselect-input, .osbp-tea .os-cash-register .os-span-h-half.v-filterselect [class*="input"], .osbp-tea .os-cash-register .l-control.os-span-h-half .v-component-group, .osbp-tea .os-cash-register .l-control.os-span-h-half .l-beansearchfield {
width: 88px;
}
.osbp-tea .os-cash-register .os-span-h-single.v-textfield, .osbp-tea .os-cash-register .os-span-h-single.v-datefield, .osbp-tea .os-cash-register .os-span-h-single.o-XSuggestBox, .osbp-tea .os-cash-register .os-span-h-single.v-textarea, .osbp-tea .os-cash-register .os-span-h-single.v-filterselect, .osbp-tea .os-cash-register .os-span-h-single.v-filterselect-input, .osbp-tea .os-cash-register .os-span-h-single.v-filterselect [class*="input"], .osbp-tea .os-cash-register .l-control.os-span-h-single .v-component-group, .osbp-tea .os-cash-register .l-control.os-span-h-single .l-beansearchfield {
width: 184px;
}
.osbp-tea .os-cash-register .os-span-h-double.v-textfield, .osbp-tea .os-cash-register .os-span-h-double.v-datefield, .osbp-tea .os-cash-register .os-span-h-double.o-XSuggestBox, .osbp-tea .os-cash-register .os-span-h-double.v-textarea, .osbp-tea .os-cash-register .os-span-h-double.v-filterselect, .osbp-tea .os-cash-register .os-span-h-double.v-filterselect-input, .osbp-tea .os-cash-register .os-span-h-double.v-filterselect [class*="input"], .osbp-tea .os-cash-register .l-control.os-span-h-double .v-component-group, .osbp-tea .os-cash-register .l-control.os-span-h-double .l-beansearchfield {
width: 376px;
}
.osbp-tea .os-cash-register .os-span-h-triple.v-textfield, .osbp-tea .os-cash-register .os-span-h-triple.v-datefield, .osbp-tea .os-cash-register .os-span-h-triple.o-XSuggestBox, .osbp-tea .os-cash-register .os-span-h-triple.v-textarea, .osbp-tea .os-cash-register .os-span-h-triple.v-filterselect, .osbp-tea .os-cash-register .os-span-h-triple.v-filterselect-input, .osbp-tea .os-cash-register .os-span-h-triple.v-filterselect [class*="input"], .osbp-tea .os-cash-register .l-control.os-span-h-triple .v-component-group, .osbp-tea .os-cash-register .l-control.os-span-h-triple .l-beansearchfield {
width: 568px;
}
.osbp-tea .os-cash-register .os-span-h-quad.v-textfield, .osbp-tea .os-cash-register .os-span-h-quad.v-datefield, .osbp-tea .os-cash-register .os-span-h-quad.o-XSuggestBox, .osbp-tea .os-cash-register .os-span-h-quad.v-textarea, .osbp-tea .os-cash-register .os-span-h-quad.v-filterselect, .osbp-tea .os-cash-register .os-span-h-quad.v-filterselect-input, .osbp-tea .os-cash-register .os-span-h-quad.v-filterselect [class*="input"], .osbp-tea .os-cash-register .l-control.os-span-h-quad .v-component-group, .osbp-tea .os-cash-register .l-control.os-span-h-quad .l-beansearchfield {
width: 760px;
}
.osbp-tea .os-cash-register .v-button.os-span-h-single {
width: 88px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-h-single img.v-icon {
max-width: 86px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-h-odd {
width: 136px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-h-odd img.v-icon {
max-width: 130px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-h-double {
width: 184px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-h-double img.v-icon {
max-width: 174px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-h-triple {
width: 280px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-h-triple img.v-icon {
max-width: 262px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-h-quad {
width: 376px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-h-quad img.v-icon {
max-width: 350px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-v-single {
height: $cash-button-hase-height;
height: 40px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-v-single img.v-icon {
max-height: 42px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-v-double {
height: $cash-button-hase-height;
height: 88px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-v-double img.v-icon {
max-height: 86px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-v-triple {
height: $cash-button-hase-height;
height: 136px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-v-triple img.v-icon {
max-height: 130px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-v-quad {
height: $cash-button-hase-height;
height: 184px !important;
}
.osbp-tea .os-cash-register .v-button.os-span-v-quad img.v-icon {
max-height: 174px !important;
}
.osbp-tea .os-cash-register .os-field-h-half .v-textfield, .osbp-tea .os-cash-register .os-field-h-half .v-datefield, .osbp-tea .os-cash-register .os-field-h-half .o-XSuggestBox, .osbp-tea .os-cash-register .os-field-h-half .v-filterselect, .osbp-tea .os-cash-register .os-field-h-half .v-filterselect-input, .osbp-tea .os-cash-register .os-field-h-half .v-filterselect [class*="input"], .osbp-tea .os-cash-register .os-field-h-half .l-control > .v-component-group, .osbp-tea .os-cash-register .os-field-h-half .l-control > .l-beansearchfield {
width: 88px;
}
.osbp-tea .os-cash-register .os-field-h-half .o-XSuggestBox > .v-textfield, .osbp-tea .os-cash-register .os-field-h-half .o-XSuggestBox > .v-datefield {
width: 100%;
}
.osbp-tea .os-cash-register .os-button-h-single {
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-h-single > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-h-single .v-button {
width: 88px;
}
.osbp-tea .os-cash-register .os-button-h-single > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-h-single .v-button img.v-icon {
max-width: 86px;
}
.osbp-tea .os-cash-register .os-table-h-single .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-single .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-single .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-single .v-table-header-wrap {
width: 0;
width: 280px !important;
}
.osbp-tea .os-cash-register .os-table-h-single.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-single.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-table-h-single.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-single.os-table-h-extend .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-single.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-single.os-table-h-extend .v-table-header-wrap {
width: 96px;
width: 376px !important;
}
.osbp-tea .os-cash-register .os-table-h-single.os-table-h-extend.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-single.os-table-h-extend.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-table-h-single.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-single.os-table-h-reduce .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-single.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-single.os-table-h-reduce .v-table-header-wrap {
width: -104px;
width: 176px !important;
}
.osbp-tea .os-cash-register .os-table-h-single.os-table-h-reduce.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-single.os-table-h-reduce.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-button-h-odd {
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-h-odd > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-h-odd .v-button {
width: 136px;
}
.osbp-tea .os-cash-register .os-button-h-odd > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-h-odd .v-button img.v-icon {
max-width: 130px;
}
.osbp-tea .os-cash-register .os-field-h-double .v-textfield, .osbp-tea .os-cash-register .os-field-h-double .v-datefield, .osbp-tea .os-cash-register .os-field-h-double .o-XSuggestBox, .osbp-tea .os-cash-register .os-field-h-double .v-filterselect, .osbp-tea .os-cash-register .os-field-h-double .v-filterselect-input, .osbp-tea .os-cash-register .os-field-h-double .v-filterselect [class*="input"], .osbp-tea .os-cash-register .os-field-h-double .l-control > .v-component-group, .osbp-tea .os-cash-register .os-field-h-double .l-control > .l-beansearchfield {
width: 376px;
}
.osbp-tea .os-cash-register .os-field-h-double .o-XSuggestBox > .v-textfield, .osbp-tea .os-cash-register .os-field-h-double .o-XSuggestBox > .v-datefield {
width: 100%;
}
.osbp-tea .os-cash-register .os-field-h-double .v-textarea, .osbp-tea .os-cash-register .os-field-h-double.v-textarea {
width: 376px;
}
.osbp-tea .os-cash-register .os-table-h-double .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-double .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-double .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-double .v-table-header-wrap {
width: 0;
width: 568px !important;
}
.osbp-tea .os-cash-register .os-table-h-double.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-double.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-table-h-double.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-double.os-table-h-extend .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-double.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-double.os-table-h-extend .v-table-header-wrap {
width: 96px;
width: 664px !important;
}
.osbp-tea .os-cash-register .os-table-h-double.os-table-h-extend.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-double.os-table-h-extend.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-table-h-double.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-double.os-table-h-reduce .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-double.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-double.os-table-h-reduce .v-table-header-wrap {
width: -104px;
width: 464px !important;
}
.osbp-tea .os-cash-register .os-table-h-double.os-table-h-reduce.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-double.os-table-h-reduce.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-button-h-double {
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-h-double > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-h-double .v-button {
width: 184px;
}
.osbp-tea .os-cash-register .os-button-h-double > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-h-double .v-button img.v-icon {
max-width: 174px;
}
.osbp-tea .os-cash-register .os-field-h-triple .v-textfield, .osbp-tea .os-cash-register .os-field-h-triple .v-datefield, .osbp-tea .os-cash-register .os-field-h-triple .o-XSuggestBox, .osbp-tea .os-cash-register .os-field-h-triple .v-filterselect, .osbp-tea .os-cash-register .os-field-h-triple .v-filterselect-input, .osbp-tea .os-cash-register .os-field-h-triple .v-filterselect [class*="input"], .osbp-tea .os-cash-register .os-field-h-triple .l-control > .v-component-group, .osbp-tea .os-cash-register .os-field-h-triple .l-control > .l-beansearchfield {
width: 568px;
}
.osbp-tea .os-cash-register .os-field-h-triple .o-XSuggestBox > .v-textfield, .osbp-tea .os-cash-register .os-field-h-triple .o-XSuggestBox > .v-datefield {
width: 100%;
}
.osbp-tea .os-cash-register .os-field-h-triple .v-textarea, .osbp-tea .os-cash-register .os-field-h-triple.v-textarea {
width: 568px;
}
.osbp-tea .os-cash-register .os-table-h-triple .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-triple .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-triple .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-triple .v-table-header-wrap {
width: 0;
width: 864px !important;
}
.osbp-tea .os-cash-register .os-table-h-triple.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-triple.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-table-h-triple.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-triple.os-table-h-extend .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-triple.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-triple.os-table-h-extend .v-table-header-wrap {
width: 96px;
width: 960px !important;
}
.osbp-tea .os-cash-register .os-table-h-triple.os-table-h-extend.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-triple.os-table-h-extend.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-table-h-triple.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-triple.os-table-h-reduce .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-triple.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-triple.os-table-h-reduce .v-table-header-wrap {
width: -104px;
width: 760px !important;
}
.osbp-tea .os-cash-register .os-table-h-triple.os-table-h-reduce.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-triple.os-table-h-reduce.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-button-h-triple {
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-h-triple > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-h-triple .v-button {
width: 280px;
}
.osbp-tea .os-cash-register .os-button-h-triple > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-h-triple .v-button img.v-icon {
max-width: 262px;
}
.osbp-tea .os-cash-register .os-field-h-quad .v-textfield, .osbp-tea .os-cash-register .os-field-h-quad .v-datefield, .osbp-tea .os-cash-register .os-field-h-quad .o-XSuggestBox, .osbp-tea .os-cash-register .os-field-h-quad .v-filterselect, .osbp-tea .os-cash-register .os-field-h-quad .v-filterselect-input, .osbp-tea .os-cash-register .os-field-h-quad .v-filterselect [class*="input"], .osbp-tea .os-cash-register .os-field-h-quad .l-control > .v-component-group, .osbp-tea .os-cash-register .os-field-h-quad .l-control > .l-beansearchfield {
width: 760px;
}
.osbp-tea .os-cash-register .os-field-h-quad .o-XSuggestBox > .v-textfield, .osbp-tea .os-cash-register .os-field-h-quad .o-XSuggestBox > .v-datefield {
width: 100%;
}
.osbp-tea .os-cash-register .os-field-h-quad .v-textarea, .osbp-tea .os-cash-register .os-field-h-quad.v-textarea {
width: 760px;
}
.osbp-tea .os-cash-register .os-table-h-quad .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-quad .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-quad .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-quad .v-table-header-wrap {
width: 0;
width: 1168px !important;
}
.osbp-tea .os-cash-register .os-table-h-quad.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-quad.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-table-h-quad.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-quad.os-table-h-extend .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-quad.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-quad.os-table-h-extend .v-table-header-wrap {
width: 96px;
width: 1264px !important;
}
.osbp-tea .os-cash-register .os-table-h-quad.os-table-h-extend.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-quad.os-table-h-extend.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-table-h-quad.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-table-h-quad.os-table-h-reduce .v-table-header-wrap, .osbp-tea .os-cash-register .v-table.os-span-h-quad.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-table.os-span-h-quad.os-table-h-reduce .v-table-header-wrap {
width: -104px;
width: 1064px !important;
}
.osbp-tea .os-cash-register .os-table-h-quad.os-table-h-reduce.v-table.v-widget, .osbp-tea .os-cash-register .v-table.os-span-h-quad.os-table-h-reduce.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register .os-button-h-quad {
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-h-quad > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-h-quad .v-button {
width: 376px;
}
.osbp-tea .os-cash-register .os-button-h-quad > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-h-quad .v-button img.v-icon {
max-width: 350px;
}
.osbp-tea .os-cash-register .os-field-v-single .v-textarea, .osbp-tea .os-cash-register .os-field-v-single.v-textarea {
height: 184px;
}
.osbp-tea .os-cash-register .os-table-v-single .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-span-v-single .v-table-body-wrapper.v-scrollable {
height: 154px !important;
overflow-y: auto !important;
}
.osbp-tea .os-cash-register .os-table-v-single.v-table.v-widget, .osbp-tea .os-cash-register .os-span-v-single.v-table.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register .os-table-v-single .v-caption-on-top .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-caption-on-top .v-table.os-span-v-single .v-table-body-wrapper.v-scrollable {
height: 110px !important;
}
.osbp-tea .os-cash-register .os-table-v-single .v-caption-on-top.v-table.v-widget, .osbp-tea .os-cash-register .v-caption-on-top .v-table.os-span-v-single.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register .os-button-v-single {
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-v-single > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-v-single .v-button {
height: $cash-button-hase-height;
height: 40px;
}
.osbp-tea .os-cash-register .os-button-v-single > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-v-single .v-button img.v-icon {
max-height: 42px;
}
.osbp-tea .os-cash-register .os-button-v-single.os-font-flex > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-v-single .os-font-flex .v-button {
height: $cash-button-hase-height;
height: 40px;
font-size: 20px;
}
.osbp-tea .os-cash-register .os-button-v-single.os-font-flex > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-v-single .os-font-flex .v-button img.v-icon {
max-height: 42px;
}
.osbp-tea .os-cash-register .os-button-v-single .os-font-flex.v-button {
height: $cash-button-hase-height;
height: 40px !important;
font-size: 20px;
}
.osbp-tea .os-cash-register .os-button-v-single .os-font-flex.v-button img.v-icon {
max-height: 42px !important;
}
.osbp-tea .os-cash-register .os-field-v-double .v-textarea, .osbp-tea .os-cash-register .os-field-v-double.v-textarea {
height: 376px;
}
.osbp-tea .os-cash-register .os-field-v-double .v-caption-on-top .v-textarea, .osbp-tea .os-cash-register .os-field-v-double .v-caption-on-top.v-textarea {
height: 376px;
}
.osbp-tea .os-cash-register .os-table-v-double .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-span-v-double .v-table-body-wrapper.v-scrollable {
height: 346px !important;
overflow-y: auto !important;
}
.osbp-tea .os-cash-register .os-table-v-double.v-table.v-widget, .osbp-tea .os-cash-register .os-span-v-double.v-table.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register .os-table-v-double .v-caption-on-top .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-caption-on-top .v-table.os-span-v-double .v-table-body-wrapper.v-scrollable {
height: 302px !important;
}
.osbp-tea .os-cash-register .os-table-v-double .v-caption-on-top.v-table.v-widget, .osbp-tea .os-cash-register .v-caption-on-top .v-table.os-span-v-double.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register .os-button-v-double {
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-v-double > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-v-double .v-button {
height: $cash-button-hase-height;
height: 88px;
}
.osbp-tea .os-cash-register .os-button-v-double > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-v-double .v-button img.v-icon {
max-height: 86px;
}
.osbp-tea .os-cash-register .os-button-v-double.os-font-flex > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-v-double .os-font-flex .v-button {
height: $cash-button-hase-height;
height: 88px;
font-size: 48px;
}
.osbp-tea .os-cash-register .os-button-v-double.os-font-flex > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-v-double .os-font-flex .v-button img.v-icon {
max-height: 86px;
}
.osbp-tea .os-cash-register .os-button-v-double .os-font-flex.v-button {
height: $cash-button-hase-height;
height: 88px !important;
font-size: 48px;
}
.osbp-tea .os-cash-register .os-button-v-double .os-font-flex.v-button img.v-icon {
max-height: 86px !important;
}
.osbp-tea .os-cash-register .os-field-v-triple .v-textarea, .osbp-tea .os-cash-register .os-field-v-triple.v-textarea {
height: 568px;
}
.osbp-tea .os-cash-register .os-field-v-triple .v-caption-on-top .v-textarea, .osbp-tea .os-cash-register .os-field-v-triple .v-caption-on-top.v-textarea {
height: 568px;
}
.osbp-tea .os-cash-register .os-table-v-triple .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-span-v-triple .v-table-body-wrapper.v-scrollable {
height: 538px !important;
overflow-y: auto !important;
}
.osbp-tea .os-cash-register .os-table-v-triple.v-table.v-widget, .osbp-tea .os-cash-register .os-span-v-triple.v-table.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register .os-table-v-triple .v-caption-on-top .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-caption-on-top .v-table.os-span-v-triple .v-table-body-wrapper.v-scrollable {
height: 494px !important;
}
.osbp-tea .os-cash-register .os-table-v-triple .v-caption-on-top.v-table.v-widget, .osbp-tea .os-cash-register .v-caption-on-top .v-table.os-span-v-triple.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register .os-button-v-triple {
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-v-triple > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-v-triple .v-button {
height: $cash-button-hase-height;
height: 136px;
}
.osbp-tea .os-cash-register .os-button-v-triple > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-v-triple .v-button img.v-icon {
max-height: 130px;
}
.osbp-tea .os-cash-register .os-button-v-triple.os-font-flex > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-v-triple .os-font-flex .v-button {
height: $cash-button-hase-height;
height: 136px;
font-size: 96px;
}
.osbp-tea .os-cash-register .os-button-v-triple.os-font-flex > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-v-triple .os-font-flex .v-button img.v-icon {
max-height: 130px;
}
.osbp-tea .os-cash-register .os-button-v-triple .os-font-flex.v-button {
height: $cash-button-hase-height;
height: 136px !important;
font-size: 96px;
}
.osbp-tea .os-cash-register .os-button-v-triple .os-font-flex.v-button img.v-icon {
max-height: 130px !important;
}
.osbp-tea .os-cash-register .os-field-v-quad .v-textarea, .osbp-tea .os-cash-register .os-field-v-quad.v-textarea {
height: 760px;
}
.osbp-tea .os-cash-register .os-field-v-quad .v-caption-on-top .v-textarea, .osbp-tea .os-cash-register .os-field-v-quad .v-caption-on-top.v-textarea {
height: 760px;
}
.osbp-tea .os-cash-register .os-table-v-quad .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .os-span-v-quad .v-table-body-wrapper.v-scrollable {
height: 730px !important;
overflow-y: auto !important;
}
.osbp-tea .os-cash-register .os-table-v-quad.v-table.v-widget, .osbp-tea .os-cash-register .os-span-v-quad.v-table.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register .os-table-v-quad .v-caption-on-top .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register .v-caption-on-top .v-table.os-span-v-quad .v-table-body-wrapper.v-scrollable {
height: 686px !important;
}
.osbp-tea .os-cash-register .os-table-v-quad .v-caption-on-top.v-table.v-widget, .osbp-tea .os-cash-register .v-caption-on-top .v-table.os-span-v-quad.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register .os-button-v-quad {
margin: 0px;
}
.osbp-tea .os-cash-register .os-button-v-quad > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-v-quad .v-button {
height: $cash-button-hase-height;
height: 184px;
}
.osbp-tea .os-cash-register .os-button-v-quad > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-v-quad .v-button img.v-icon {
max-height: 174px;
}
.osbp-tea .os-cash-register .os-button-v-quad.os-font-flex > .v-gridlayout-slot > .v-button, .osbp-tea .os-cash-register .os-button-v-quad .os-font-flex .v-button {
height: $cash-button-hase-height;
height: 184px;
font-size: 144px;
}
.osbp-tea .os-cash-register .os-button-v-quad.os-font-flex > .v-gridlayout-slot > .v-button img.v-icon, .osbp-tea .os-cash-register .os-button-v-quad .os-font-flex .v-button img.v-icon {
max-height: 174px;
}
.osbp-tea .os-cash-register .os-button-v-quad .os-font-flex.v-button {
height: $cash-button-hase-height;
height: 184px !important;
font-size: 144px;
}
.osbp-tea .os-cash-register .os-button-v-quad .os-font-flex.v-button img.v-icon {
max-height: 174px !important;
}
.osbp-tea .os-cash-register .os-cash-total .v-textfield, .osbp-tea .os-cash-register .os-cash-total .v-caption, .osbp-tea .os-cash-register .os-cash-xl .v-textfield, .osbp-tea .os-cash-register .os-cash-xl .v-caption {
font-weight: bold;
}
.osbp-tea .os-cash-register .os-cash-total .v-captiontext, .osbp-tea .os-cash-register .os-cash-xl .v-captiontext {
font-weight: normal;
}
.osbp-tea .os-cash-register .os-cash-total .v-formlayout > table, .osbp-tea .os-cash-register .os-cash-xl .v-formlayout > table {
width: 100%;
}
.osbp-tea .os-cash-register .os-cash-total .v-textfield, .osbp-tea .os-cash-register .os-cash-xl .v-textfield {
font-size: 36px !important;
height: 66px !important;
text-align: right;
}
.osbp-tea .os-cash-register .os-cash-total .v-formlayout-row > .v-formlayout-captioncell > .v-caption, .osbp-tea .os-cash-register .os-cash-xl .v-formlayout-row > .v-formlayout-captioncell > .v-caption {
height: 65px !important;
line-height: 66px;
}
.osbp-tea .os-cash-register .os-cash-total .os-span-h-half .v-textfield, .osbp-tea .os-cash-register .os-cash-xl .os-span-h-half .v-textfield {
width: 92px;
}
.osbp-tea .os-cash-register .os-cash-total .v-button, .osbp-tea .os-cash-register .os-cash-xl .v-button {
background: #4caf6a;
border-color: #4caf6a;
color: #d2e4d7;
margin: 0px;
}
.osbp-tea .os-cash-register .os-cash-total .v-button.v-pressed, .osbp-tea .os-cash-register .os-cash-xl .v-button.v-pressed {
color: #233929 !important;
background: #81c796 !important;
border-color: rgba(255, 255, 255, 0.8);
border-left-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0px -2px -2px rgba(255, 255, 255, 0.8), inset 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .os-cash-total .v-button.os-pushed, .osbp-tea .os-cash-register .os-cash-xl .v-button.os-pushed {
background: #40945a;
color: #1a3b24;
-webkit-box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.osbp-tea .os-cash-register .os-cash-total .v-button:hover, .osbp-tea .os-cash-register .os-cash-xl .v-button:hover {
background: #9ea93f;
border-color: #9ea93f;
color: #282a17;
}
.osbp-tea .os-cash-register .v-caption-on-top > .v-caption {
height: 32px;
padding-top: 12px;
padding-bottom: 0px;
}
.osbp-tea .os-cash-register .v-caption, .osbp-tea .os-cash-register .v-captiontext, .osbp-tea .os-cash-register .v-caption-on-top > .v-caption-l-control > .v-captiontext {
font-size: 18px;
line-height: 32px;
}
.osbp-tea .os-cash-register .v-formlayout .v-caption, .osbp-tea .os-cash-register .v-formlayout .v-captiontext {
font-size: 24px;
line-height: 43px;
}
.osbp-tea .os-cash-register .v-table-header-wrap, .osbp-tea .os-cash-register .v-table-caption-container, .osbp-tea .os-cash-register .v-table-sort-indicator, .osbp-tea .os-cash-register .v-table-resizer {
height: 28px;
font-size: 18px;
}
.osbp-tea .os-cash-register .v-table-cell-content {
height: 33px;
font-size: 18px;
}
.osbp-tea .os-cash-register .os-row-odd .v-table-cell-content {
height: 44px;
font-size: 21.6px;
}
.osbp-tea .os-cash-register .os-row-double .v-table-cell-content {
height: 55px;
font-size: 28.8px;
}
.osbp-tea .os-cash-register .os-row-triple .v-table-cell-content {
height: 77px;
font-size: 43.2px;
}
.osbp-tea .os-cash-register .os-table-bigrow .v-table-cell-content {
height: 87px;
font-size: 24px;
}
.osbp-tea .os-cash-register .os-monospace {
font-family: monospace;
}
.osbp-tea .os-cash-register .os-spacer-top {
margin-top: 48px !important;
}
.osbp-tea .os-cash-register .os-spacer-left {
margin-left: 48px !important;
}
.osbp-tea .os-cash-register .os-spacer-right {
margin-right: 48px !important;
}
.osbp-tea .os-cash-register .os-spacer-bottom {
margin-bottom: 48px !important;
}
.osbp-tea .os-cash-register .os-spacer-top-double {
margin-top: 96px !important;
}
.osbp-tea .os-cash-register .os-spacer-left-double {
margin-left: 96px !important;
}
.osbp-tea .os-cash-register .os-spacer-right-double {
margin-right: 96px !important;
}
.osbp-tea .os-cash-register .os-spacer-bottom-double {
margin-bottom: 96px !important;
}
.osbp-tea .os-cash-register .os-spacer-top-triple {
margin-top: 144px !important;
}
.osbp-tea .os-cash-register .os-spacer-left-triple {
margin-left: 144px !important;
}
.osbp-tea .os-cash-register .os-spacer-right-triple {
margin-right: 144px !important;
}
.osbp-tea .os-cash-register .os-spacer-bottom-triple {
margin-bottom: 144px !important;
}
.osbp-tea .os-cash-register .os-spacer-top-quad {
margin-top: 192px !important;
}
.osbp-tea .os-cash-register .os-spacer-left-quad {
margin-left: 192px !important;
}
.osbp-tea .os-cash-register .os-spacer-right-quad {
margin-right: 192px !important;
}
.osbp-tea .os-cash-register .os-spacer-bottom-quad {
margin-bottom: 192px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-cash-total .v-formlayout-captioncell, .osbp-tea .os-cash-register.os-cash-display .os-cash-xl .v-formlayout-captioncell {
vertical-align: inherit;
}
.osbp-tea .os-cash-register.os-cash-display .os-cash-total .v-textfield, .osbp-tea .os-cash-register.os-cash-display .os-cash-xl .v-textfield {
font-size: 42.3px !important;
height: 77.55px !important;
width: 214px;
}
.osbp-tea .os-cash-register.os-cash-display .os-cash-total .v-caption, .osbp-tea .os-cash-register.os-cash-display .os-cash-xl .v-caption {
font-size: 28.575px !important;
height: 52.3875px !important;
min-width: 214px;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-single .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-single .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-single .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-single .v-table-header-wrap {
width: 0;
width: 325px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-single.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-single.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-single.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-single.os-table-h-extend .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-single.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-single.os-table-h-extend .v-table-header-wrap {
width: 111px;
width: 436px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-single.os-table-h-extend.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-single.os-table-h-extend.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-single.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-single.os-table-h-reduce .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-single.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-single.os-table-h-reduce .v-table-header-wrap {
width: -119px;
width: 206px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-single.os-table-h-reduce.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-single.os-table-h-reduce.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-double .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-double .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-double .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-double .v-table-header-wrap {
width: 0;
width: 658px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-double.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-double.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-double.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-double.os-table-h-extend .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-double.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-double.os-table-h-extend .v-table-header-wrap {
width: 111px;
width: 769px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-double.os-table-h-extend.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-double.os-table-h-extend.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-double.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-double.os-table-h-reduce .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-double.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-double.os-table-h-reduce .v-table-header-wrap {
width: -119px;
width: 539px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-double.os-table-h-reduce.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-double.os-table-h-reduce.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-triple .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-triple .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-triple .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-triple .v-table-header-wrap {
width: 0;
width: 999px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-triple.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-triple.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-triple.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-triple.os-table-h-extend .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-triple.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-triple.os-table-h-extend .v-table-header-wrap {
width: 111px;
width: 1110px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-triple.os-table-h-extend.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-triple.os-table-h-extend.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-triple.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-triple.os-table-h-reduce .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-triple.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-triple.os-table-h-reduce .v-table-header-wrap {
width: -119px;
width: 880px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-triple.os-table-h-reduce.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-triple.os-table-h-reduce.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-quad .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-quad .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-quad .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-quad .v-table-header-wrap {
width: 0;
width: 1348px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-quad.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-quad.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-quad.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-quad.os-table-h-extend .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-quad.os-table-h-extend .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-quad.os-table-h-extend .v-table-header-wrap {
width: 111px;
width: 1459px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-quad.os-table-h-extend.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-quad.os-table-h-extend.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-quad.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-table-h-quad.os-table-h-reduce .v-table-header-wrap, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-quad.os-table-h-reduce .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-quad.os-table-h-reduce .v-table-header-wrap {
width: -119px;
width: 1229px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-h-quad.os-table-h-reduce.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-table.os-span-h-quad.os-table-h-reduce.v-widget {
width: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-single {
height: 214.79999px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-single .v-table-body-wrapper, .osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-single .v-table-body-wrapper > div {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-single .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-span-v-single .v-table-body-wrapper.v-scrollable {
height: 184.79999px !important;
overflow-y: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-single.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .os-span-v-single.v-table.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-single .v-caption-on-top .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-caption-on-top .v-table.os-span-v-single .v-table-body-wrapper.v-scrollable {
height: 133.09999px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-single .v-caption-on-top.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-caption-on-top .v-table.os-span-v-single.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-double {
height: 437.59998px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-double .v-table-body-wrapper, .osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-double .v-table-body-wrapper > div {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-double .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-span-v-double .v-table-body-wrapper.v-scrollable {
height: 407.59998px !important;
overflow-y: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-double.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .os-span-v-double.v-table.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-double .v-caption-on-top .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-caption-on-top .v-table.os-span-v-double .v-table-body-wrapper.v-scrollable {
height: 355.89996px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-double .v-caption-on-top.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-caption-on-top .v-table.os-span-v-double.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-triple {
height: 660.39996px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-triple .v-table-body-wrapper, .osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-triple .v-table-body-wrapper > div {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-triple .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-span-v-triple .v-table-body-wrapper.v-scrollable {
height: 630.39996px !important;
overflow-y: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-triple.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .os-span-v-triple.v-table.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-triple .v-caption-on-top .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-caption-on-top .v-table.os-span-v-triple .v-table-body-wrapper.v-scrollable {
height: 578.69995px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-triple .v-caption-on-top.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-caption-on-top .v-table.os-span-v-triple.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-quad {
height: 883.19995px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-quad .v-table-body-wrapper, .osbp-tea .os-cash-register.os-cash-display .os-table-frame-v-quad .v-table-body-wrapper > div {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-quad .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .os-span-v-quad .v-table-body-wrapper.v-scrollable {
height: 853.19995px !important;
overflow-y: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-quad.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .os-span-v-quad.v-table.v-widget {
height: auto !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-quad .v-caption-on-top .v-table-body-wrapper.v-scrollable, .osbp-tea .os-cash-register.os-cash-display .v-caption-on-top .v-table.os-span-v-quad .v-table-body-wrapper.v-scrollable {
height: 801.49994px !important;
}
.osbp-tea .os-cash-register.os-cash-display .os-table-v-quad .v-caption-on-top.v-table.v-widget, .osbp-tea .os-cash-register.os-cash-display .v-caption-on-top .v-table.os-span-v-quad.v-widget {
height: auto !important;
}
.osbp-tea .v-caption-initialization-progress .v-captiontext {
font-size: 10.2px !important;
color: #474747 !important;
}
.osbp-tea h1[class^="v-Notification"] {
font-size: 16.8px;
background: none;
border: none;
}
.osbp-tea .v-ddabsolutelayout-drag-shadow, .osbp-tea .v-ddcsslayout-drag-shadow {
background-color: #a9d1ff;
background-color: rgba(169, 209, 255, 0.6);
background-position: 0;
background-image: none !important;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
vertical-align: bottom;
}
.osbp-tea .v-ddorderedlayout-over {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.osbp-tea .v-ddorderedlayout-over-middle, .osbp-tea .v-ddorderedlayout-over-center {
background-color: #a9d1ff;
background-color: rgba(169, 209, 255, 0.6);
}
.osbp-tea .v-ddorderedlayout-over.v-ddorderedlayout-over-left {
border-left: 2px solid #1d9dff;
margin-right: -2px;
}
.osbp-tea .v-ddorderedlayout-over-spaced.v-ddorderedlayout-over-left {
border-left: 6px solid #1d9dff;
padding-left: 0px !important;
}
.osbp-tea .v-ddorderedlayout-over.v-ddorderedlayout-over-right {
border-right: 2px solid #1d9dff;
margin-left: -2px;
}
.osbp-tea .v-ddorderedlayout-over.v-ddorderedlayout-over-top {
border-top: 2px solid #1d9dff;
margin-bottom: -2px;
}
.osbp-tea .v-ddorderedlayout-over-spaced.v-ddorderedlayout-over-top {
border-top: 7px solid #1d9dff;
padding-top: 0px !important;
}
.osbp-tea .v-ddorderedlayout-over.v-ddorderedlayout-over-bottom {
border-bottom: 2px solid #1d9dff;
margin-top: -2px;
}
.osbp-tea .v-ddorderedlayout-over-spaced.v-ddorderedlayout-over-right + div {
border-left: 6px solid #1d9dff;
padding-left: 0px !important;
}
.osbp-tea .v-ddorderedlayout-over-spaced.v-ddorderedlayout-over-bottom + div {
border-top: 7px solid #1d9dff;
padding-top: 0px !important;
}
.osbp-tea .v-horizontallayout div:first-child.v-ddorderedlayout-over-spaced.v-ddorderedlayout-over-left {
border-left: 2px solid #1d9dff;
margin-right: -2px;
}
.osbp-tea .v-verticallayout div:first-child.v-ddorderedlayout-over-spaced.v-ddorderedlayout-over-top {
border-top: 2px solid #1d9dff;
margin-bottom: -2px;
}
.osbp-tea .v-ddgridlayout-over-middle, .osbp-tea .v-ddgridlayout-over-center {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #a9d1ff;
background-color: rgba(169, 209, 255, 0.6);
}
.osbp-tea .v-ddgridlayout-over-left {
background-color: transparent;
border-left: 2px solid #1d9dff;
margin-right: -2px;
}
.osbp-tea .v-ddgridlayout-over-right {
background-color: transparent;
border-right: 2px solid #1d9dff;
margin-left: -2px;
}
.osbp-tea .v-ddgridlayout-over-top {
background-color: transparent;
border-top: 2px solid #1d9dff;
margin-bottom: -2px;
}
.osbp-tea .v-ddgridlayout-over-bottom {
background-color: transparent;
border-bottom: 2px solid #1d9dff;
margin-top: -2px;
}
.osbp-tea .v-ddgridlayout-drag-shadow {
position: absolute;
}
.osbp-tea .v-ddsplitpanel-over {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #a9d1ff;
background-color: rgba(169, 209, 255, 0.6);
}
.osbp-tea .v-ddsplitpanel-over-splitter {
border: 1px solid #a9d1ff;
border: 1px solid rgba(169, 209, 255, 0.6);
}
.osbp-tea .v-tabsheet-tabs .v-tabsheet-spacertd .new-tab {
background: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #a9d1ff;
background-color: rgba(169, 209, 255, 0.6);
width: 48px;
height: 23px;
padding: 9px 8px 0 6px;
}
.osbp-tea .v-tabsheet-tabs .new-tab-left {
border-left: 2px solid #1d9dff;
margin-right: -1px;
}
.osbp-tea .v-tabsheet-tabs .new-tab-right {
border-right: 2px solid #1d9dff;
margin-left: -1px;
}
.osbp-tea .v-tabsheet-tabs .new-tab-center {
border-top: 2px solid #1d9dff;
margin-bottom: -2px;
}
.osbp-tea .v-tabsheet.v-dd-active-drag-source {
opacity: 1;
}
.osbp-tea .v-accordion-item.dd-over, .osbp-tea .v-accordion-item-caption .v-caption.dd-over {
background: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #a9d1ff;
background-color: rgba(169, 209, 255, 0.6);
}
.osbp-tea .v-accordion .spacer {
background-color: #1d9dff;
height: 2px;
width: 100%;
position: relative;
}
.osbp-tea .v-ddformlayout-over {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #a9d1ff;
background-color: rgba(169, 209, 255, 0.6);
}
.osbp-tea .v-ddformlayout-over-top .v-formlayout-captioncell, .osbp-tea .v-ddformlayout-over-top .v-formlayout-errorcell, .osbp-tea .v-ddformlayout-over-top .v-formlayout-contentcell {
border-top: 2px solid #1d9dff;
padding-top: 6px !important;
}
.osbp-tea .v-ddformlayout-over-middle .v-formlayout-captioncell, .osbp-tea .v-ddformlayout-over-middle .v-formlayout-errorcell, .osbp-tea .v-ddformlayout-over-middle .v-formlayout-contentcell {
background: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #a9d1ff;
background-color: rgba(169, 209, 255, 0.6);
}
.osbp-tea .v-ddformlayout-over-bottom .v-formlayout-captioncell, .osbp-tea .v-ddformlayout-over-bottom .v-formlayout-errorcell, .osbp-tea .v-ddformlayout-over-bottom .v-formlayout-contentcell {
border-bottom: 2px solid #1d9dff;
padding-top: 6px !important;
}
.osbp-tea .v-drag-element .v-filterselect-input {
float: left;
padding: 4px 0px 4px 2px;
border: none;
height: 16px;
background-position: 0% -499px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height: normal;
background: transparent repeat-x;
background-image: url(../themes/reindeer/common/img/vertical-sprites.png);
-background-image: url(../themes/reindeer/common/img/vertical-sprites-ie6.png);
background-position: left -499px;
}
.osbp-tea .v-drag-element .v-filterselect-button {
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height: normal;
}
.osbp-tea .v-drag-element .v-textfield {
padding: 3px 3px 4px;
color: #222;
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height: normal;
}
.osbp-tea .v-drag-element input.v-textfield-small {
font-size: 11px;
line-height: normal;
height: auto;
padding: 2px;
}
.osbp-tea .v-drag-element .v-textarea {
padding: 3px 3px 4px;
color: #222222;
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height: normal;
}
.osbp-tea .v-drag-element textarea.v-textarea-small {
font-size: 11px;
}
.osbp-tea .v-dragdrop-iframe-cover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
background-color: #a9d1ff;
background-color: rgba(169, 209, 255, 0.6);
}
.osbp-tea .v-dd-active-drag-source {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
-moz-opacity: 0.2;
-webkit-opacity: 0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
}
.osbp-tea .v-absolutelayout .o-alignmentLine {
background-color: green;
}
.osbp-tea .o-absolutelayout {
snap: 7;
}
.osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .resizing {
overflow: visible;
}
.osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .drag-overlay {
border: 1px solid red;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
z-index: 10;
}
.osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .tlc, .osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .te, .osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .trc, .osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .re, .osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .brc, .osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .be, .osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .blc, .osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .le {
background-color: transparent;
display: block;
overflow: visible;
position: absolute;
}
.osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .div.unused {
cursor: default !important;
}
.osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .te {
cursor: ns-resize;
top: 0;
left: 0;
right: 0;
z-index: 6;
}
.osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .re {
cursor: ew-resize;
top: 0;
right: 0;
bottom: 0;
z-index: 5;
}
.osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .le {
cursor: ew-resize;
top: 0;
bottom: 0;
left: 0;
z-index: 5;
}
.osbp-tea .v-absolutelayout .v-absolutelayout-wrapper-o-resizable .be {
cursor: ns-resize;
right: 0;
bottom: 0;
left: 0;
z-index: 6;
}
.osbp-tea .osbee-designer-active-selection {
border-radius: 3px !important;
border: 2px solid blue !important;
}
.osbp-tea .o-designer-active .l-control {
border: 1px solid #d4d4d4;
border-color: lightblue;
}
.osbp-tea .o-designer-active .l-control .v-gridlayout-slot {
border: 1px solid #d4d4d4;
border-color: lightpink;
}
.osbp-tea .o-designer-overlay .popupContent {
height: 36px;
width: 100%;
display: block;
background-color: #545454;
border-radius: 3px;
border: 2px solid #545454;
}
.osbp-tea .o-designer-overlay .popupContent > div {
height: 100%;
}
.osbp-tea .o-designer-overlayed {
border-radius: 3px !important;
border: 2px solid blue !important;
}
.osbp-tea .o-designer-overlay .o-alignment-widget {
position: relative;
width: 30px;
height: 30px;
background-color: #cfcfcf;
float: left;
padding: 3px;
margin-right: 3px;
}
.osbp-tea .o-alignment-widget .alignment {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
height: 30px;
width: 30px;
position: absolute;
z-index: 10;
}
.osbp-tea .o-alignment-widget .alignment .singles {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
cursor: pointer;
height: 22px;
width: 22px;
overflow: hidden;
}
.osbp-tea .o-alignment-widget .singles .topleft, .osbp-tea .o-alignment-widget .singles .topcenter, .osbp-tea .o-alignment-widget .singles .topright, .osbp-tea .o-alignment-widget .singles .middleleft, .osbp-tea .o-alignment-widget .singles .middlecenter, .osbp-tea .o-alignment-widget .singles .middleright, .osbp-tea .o-alignment-widget .singles .bottomleft, .osbp-tea .o-alignment-widget .singles .bottomcenter, .osbp-tea .o-alignment-widget .singles .bottomright {
background-color: #545454;
height: 6px;
width: 6px;
display: block;
overflow: visible;
position: absolute;
z-index: 30;
}
.osbp-tea .o-alignment-widget .singles .o-selected {
background-color: #9ea93f;
}
.osbp-tea .o-alignment-widget .singles .topleft {
top: 0px;
left: 0px;
}
.osbp-tea .o-alignment-widget .singles .topcenter {
top: 0px;
left: 0px;
margin-left: 8px;
}
.osbp-tea .o-alignment-widget .singles .topright {
top: 0px;
right: 0px;
}
.osbp-tea .o-alignment-widget .singles .middleleft {
top: 0px;
left: 0px;
margin-top: 8px;
}
.osbp-tea .o-alignment-widget .singles .middlecenter {
top: 0px;
margin-top: 8px;
left: 0px;
margin-left: 8px;
}
.osbp-tea .o-alignment-widget .singles .middleright {
top: 0px;
margin-top: 8px;
right: 0px;
}
.osbp-tea .o-alignment-widget .singles .bottomleft {
bottom: 0px;
left: 0px;
}
.osbp-tea .o-alignment-widget .singles .bottomcenter {
bottom: 0px;
margin-left: 8px;
left: 0px;
}
.osbp-tea .o-alignment-widget .singles .bottomright {
bottom: 0px;
right: 0px;
}
.osbp-tea .o-alignment-widget .alignment .hfill {
position: absolute;
bottom: 0px;
left: 0px;
width: 22px;
height: 6px;
background-color: #545454;
}
.osbp-tea .o-alignment-widget .alignment .vfill {
position: absolute;
top: 0px;
left: 24px;
width: 6px;
height: 22px;
background-color: #545454;
}
.osbp-tea .o-alignment-widget .alignment .vfill .o-selected, .osbp-tea .o-alignment-widget .alignment .hfill .o-selected {
background-color: #9ea93f !important;
}
.osbp-tea .o-designer-overlay .o-button-widget {
position: relative;
overflow: hidden;
cursor: pointer;
background-color: #545454;
background-repeat: no-repeat;
background-position: center;
}
.osbp-tea .o-designer-overlay .v-image {
position: relative;
overflow: hidden;
cursor: pointer;
height: 16px;
float: left;
padding: 14px;
padding-top: 11px;
}
.osbp-tea .o-designer-overlay .switchEditable {
padding-top: 11px;
background: transparent;
border: 0px;
float: none;
color: #cfcfcf;
}
.osbp-tea .o-designer-overlay .switchEditable:before {
font-family: Vaadin-Icons;
font-size: 16px;
line-height: 16px;
content: "\e771" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .o-designer-overlay .removeChild {
padding-top: 11px;
background: transparent;
border: 0px;
float: none;
color: #cfcfcf;
}
.osbp-tea .o-designer-overlay .removeChild:before {
font-family: Vaadin-Icons;
font-size: 16px;
line-height: 16px;
content: "\e80b" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .o-designer-overlay .addChild {
padding-top: 11px;
background: transparent;
border: 0px;
float: none;
color: #cfcfcf;
}
.osbp-tea .o-designer-overlay .addChild:before {
font-family: Vaadin-Icons;
font-size: 16px;
line-height: 16px;
content: "\e801" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .o-designer-overlay .openProperties {
padding-top: 11px;
background: transparent;
border: 0px;
float: none;
color: #cfcfcf;
}
.osbp-tea .o-designer-overlay .openProperties:before {
font-family: Vaadin-Icons;
font-size: 16px;
line-height: 16px;
content: "\e6cf" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .o-designer-overlay .switchMargin {
padding-top: 11px;
background: transparent;
border: 0px;
float: none;
color: #cfcfcf;
}
.osbp-tea .o-designer-overlay .switchMargin:before {
font-family: Vaadin-Icons;
font-size: 16px;
line-height: 16px;
content: "\e65b" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .o-designer-overlay .switchSpacing {
padding-top: 11px;
background: transparent;
border: 0px;
float: none;
color: #cfcfcf;
}
.osbp-tea .o-designer-overlay .switchSpacing:before {
font-family: Vaadin-Icons;
font-size: 16px;
line-height: 16px;
content: "\e665" !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.osbp-tea .grid-renderers-collection-addon {
cursor: pointer;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}