diff --git a/v3/experimental_mode/CanvasVersion/MRI Sample/labels.nii.gz b/v3/experimental_mode/CanvasVersion/MRI Sample/labels.nii.gz deleted file mode 100644 index e7dbca9..0000000 Binary files a/v3/experimental_mode/CanvasVersion/MRI Sample/labels.nii.gz and /dev/null differ diff --git a/v3/experimental_mode/CanvasVersion/MRI Sample/t1_c.nii.gz b/v3/experimental_mode/CanvasVersion/MRI Sample/t1_c.nii.gz deleted file mode 100644 index ed11d44..0000000 Binary files a/v3/experimental_mode/CanvasVersion/MRI Sample/t1_c.nii.gz and /dev/null differ diff --git a/v3/experimental_mode/CanvasVersion/meshnet_dropout/mnm_dropout/group1-shard1of1.bin b/v3/experimental_mode/CanvasVersion/meshnet_dropout/mnm_dropout/group1-shard1of1.bin deleted file mode 100644 index cc2e568..0000000 Binary files a/v3/experimental_mode/CanvasVersion/meshnet_dropout/mnm_dropout/group1-shard1of1.bin and /dev/null differ diff --git a/v3/experimental_mode/CanvasVersion/meshnet_dropout/mnm_dropout/model2.json b/v3/experimental_mode/CanvasVersion/meshnet_dropout/mnm_dropout/model2.json deleted file mode 100644 index ab072c0..0000000 --- a/v3/experimental_mode/CanvasVersion/meshnet_dropout/mnm_dropout/model2.json +++ /dev/null @@ -1,766 +0,0 @@ -{ - "format": "layers-model", - "generatedBy": "keras v2.5.0", - "convertedBy": "TensorFlow.js Converter v3.7.0", - "modelTopology": { - "keras_version": "2.5.0", - "backend": "tensorflow", - "model_config": { - "class_name": "Functional", - "config": { - "name": "model", - "layers": [ - { - "class_name": "InputLayer", - "config": { - "batch_input_shape": [ - null, - 38, - 38, - 38, - 1 - ], - "dtype": "float32", - "sparse": false, - "ragged": false, - "name": "input" - }, - "name": "input", - "inbound_nodes": [] - }, - { - "class_name": "Conv3D", - "config": { - "name": "17", - "trainable": false, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "17", - "inbound_nodes": [ - [ - [ - "input", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "18", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "18", - "inbound_nodes": [ - [ - [ - "17", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "19", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "19", - "inbound_nodes": [ - [ - [ - "18", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "20", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "20", - "inbound_nodes": [ - [ - [ - "19", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "21", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "21", - "inbound_nodes": [ - [ - [ - "20", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "22", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "22", - "inbound_nodes": [ - [ - [ - "21", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "23", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 2, - 2, - 2 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "23", - "inbound_nodes": [ - [ - [ - "22", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "24", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "24", - "inbound_nodes": [ - [ - [ - "23", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "25", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 4, - 4, - 4 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "25", - "inbound_nodes": [ - [ - [ - "24", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "26", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "26", - "inbound_nodes": [ - [ - [ - "25", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "27", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 8, - 8, - 8 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "27", - "inbound_nodes": [ - [ - [ - "26", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "28", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "28", - "inbound_nodes": [ - [ - [ - "27", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "29", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "29", - "inbound_nodes": [ - [ - [ - "28", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "30", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "30", - "inbound_nodes": [ - [ - [ - "29", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "output", - "trainable": true, - "dtype": "float32", - "filters": 3, - "kernel_size": [ - 1, - 1, - 1 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "output", - "inbound_nodes": [ - [ - [ - "30", - 0, - 0, - {} - ] - ] - ] - } - ], - "input_layers": [ - [ - "input", - 0, - 0 - ] - ], - "output_layers": [ - [ - "output", - 0, - 0 - ] - ] - } - } - }, - "weightsManifest": [ - { - "paths": [ - "group1-shard1of1.bin" - ], - "weights": [ - { - "name": "17/kernel", - "shape": [ - 3, - 3, - 3, - 1, - 21 - ], - "dtype": "float32" - }, - { - "name": "17/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "19/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "19/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "21/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "21/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "23/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "23/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "25/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "25/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "27/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "27/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "29/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "29/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "output/kernel", - "shape": [ - 1, - 1, - 1, - 21, - 3 - ], - "dtype": "float32" - }, - { - "name": "output/bias", - "shape": [ - 3 - ], - "dtype": "float32" - } - ] - } - ] -} diff --git a/v3/experimental_mode/CanvasVersion/mnm_dropout/group1-shard1of1.bin b/v3/experimental_mode/CanvasVersion/mnm_dropout/group1-shard1of1.bin deleted file mode 100644 index cc2e568..0000000 Binary files a/v3/experimental_mode/CanvasVersion/mnm_dropout/group1-shard1of1.bin and /dev/null differ diff --git a/v3/experimental_mode/CanvasVersion/mnm_dropout/model.json b/v3/experimental_mode/CanvasVersion/mnm_dropout/model.json deleted file mode 100644 index ab072c0..0000000 --- a/v3/experimental_mode/CanvasVersion/mnm_dropout/model.json +++ /dev/null @@ -1,766 +0,0 @@ -{ - "format": "layers-model", - "generatedBy": "keras v2.5.0", - "convertedBy": "TensorFlow.js Converter v3.7.0", - "modelTopology": { - "keras_version": "2.5.0", - "backend": "tensorflow", - "model_config": { - "class_name": "Functional", - "config": { - "name": "model", - "layers": [ - { - "class_name": "InputLayer", - "config": { - "batch_input_shape": [ - null, - 38, - 38, - 38, - 1 - ], - "dtype": "float32", - "sparse": false, - "ragged": false, - "name": "input" - }, - "name": "input", - "inbound_nodes": [] - }, - { - "class_name": "Conv3D", - "config": { - "name": "17", - "trainable": false, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "17", - "inbound_nodes": [ - [ - [ - "input", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "18", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "18", - "inbound_nodes": [ - [ - [ - "17", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "19", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "19", - "inbound_nodes": [ - [ - [ - "18", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "20", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "20", - "inbound_nodes": [ - [ - [ - "19", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "21", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "21", - "inbound_nodes": [ - [ - [ - "20", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "22", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "22", - "inbound_nodes": [ - [ - [ - "21", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "23", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 2, - 2, - 2 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "23", - "inbound_nodes": [ - [ - [ - "22", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "24", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "24", - "inbound_nodes": [ - [ - [ - "23", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "25", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 4, - 4, - 4 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "25", - "inbound_nodes": [ - [ - [ - "24", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "26", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "26", - "inbound_nodes": [ - [ - [ - "25", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "27", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 8, - 8, - 8 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "27", - "inbound_nodes": [ - [ - [ - "26", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "28", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "28", - "inbound_nodes": [ - [ - [ - "27", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "29", - "trainable": true, - "dtype": "float32", - "filters": 21, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "29", - "inbound_nodes": [ - [ - [ - "28", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "30", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "30", - "inbound_nodes": [ - [ - [ - "29", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "output", - "trainable": true, - "dtype": "float32", - "filters": 3, - "kernel_size": [ - 1, - 1, - 1 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "output", - "inbound_nodes": [ - [ - [ - "30", - 0, - 0, - {} - ] - ] - ] - } - ], - "input_layers": [ - [ - "input", - 0, - 0 - ] - ], - "output_layers": [ - [ - "output", - 0, - 0 - ] - ] - } - } - }, - "weightsManifest": [ - { - "paths": [ - "group1-shard1of1.bin" - ], - "weights": [ - { - "name": "17/kernel", - "shape": [ - 3, - 3, - 3, - 1, - 21 - ], - "dtype": "float32" - }, - { - "name": "17/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "19/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "19/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "21/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "21/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "23/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "23/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "25/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "25/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "27/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "27/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "29/kernel", - "shape": [ - 3, - 3, - 3, - 21, - 21 - ], - "dtype": "float32" - }, - { - "name": "29/bias", - "shape": [ - 21 - ], - "dtype": "float32" - }, - { - "name": "output/kernel", - "shape": [ - 1, - 1, - 1, - 21, - 3 - ], - "dtype": "float32" - }, - { - "name": "output/bias", - "shape": [ - 3 - ], - "dtype": "float32" - } - ] - } - ] -} diff --git a/v3/experimental_mode/CanvasVersion/mnm_large/group1-shard1of1.bin b/v3/experimental_mode/CanvasVersion/mnm_large/group1-shard1of1.bin deleted file mode 100644 index ced022c..0000000 Binary files a/v3/experimental_mode/CanvasVersion/mnm_large/group1-shard1of1.bin and /dev/null differ diff --git a/v3/experimental_mode/CanvasVersion/mnm_large/model.json b/v3/experimental_mode/CanvasVersion/mnm_large/model.json deleted file mode 100644 index 980dc51..0000000 --- a/v3/experimental_mode/CanvasVersion/mnm_large/model.json +++ /dev/null @@ -1,766 +0,0 @@ -{ - "format": "layers-model", - "generatedBy": "keras v2.5.0", - "convertedBy": "TensorFlow.js Converter v3.7.0", - "modelTopology": { - "keras_version": "2.5.0", - "backend": "tensorflow", - "model_config": { - "class_name": "Functional", - "config": { - "name": "model", - "layers": [ - { - "class_name": "InputLayer", - "config": { - "batch_input_shape": [ - null, - 38, - 38, - 38, - 1 - ], - "dtype": "float32", - "sparse": false, - "ragged": false, - "name": "input" - }, - "name": "input", - "inbound_nodes": [] - }, - { - "class_name": "Conv3D", - "config": { - "name": "17", - "trainable": false, - "dtype": "float32", - "filters": 71, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "17", - "inbound_nodes": [ - [ - [ - "input", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "18", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "18", - "inbound_nodes": [ - [ - [ - "17", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "19", - "trainable": true, - "dtype": "float32", - "filters": 71, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "19", - "inbound_nodes": [ - [ - [ - "18", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "20", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "20", - "inbound_nodes": [ - [ - [ - "19", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "21", - "trainable": true, - "dtype": "float32", - "filters": 71, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "21", - "inbound_nodes": [ - [ - [ - "20", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "22", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "22", - "inbound_nodes": [ - [ - [ - "21", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "23", - "trainable": true, - "dtype": "float32", - "filters": 71, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 2, - 2, - 2 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "23", - "inbound_nodes": [ - [ - [ - "22", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "24", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "24", - "inbound_nodes": [ - [ - [ - "23", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "25", - "trainable": true, - "dtype": "float32", - "filters": 71, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 4, - 4, - 4 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "25", - "inbound_nodes": [ - [ - [ - "24", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "26", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "26", - "inbound_nodes": [ - [ - [ - "25", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "27", - "trainable": true, - "dtype": "float32", - "filters": 71, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 8, - 8, - 8 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "27", - "inbound_nodes": [ - [ - [ - "26", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "28", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "28", - "inbound_nodes": [ - [ - [ - "27", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "29", - "trainable": true, - "dtype": "float32", - "filters": 71, - "kernel_size": [ - 3, - 3, - 3 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "29", - "inbound_nodes": [ - [ - [ - "28", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Activation", - "config": { - "name": "30", - "trainable": true, - "dtype": "float32", - "activation": "relu" - }, - "name": "30", - "inbound_nodes": [ - [ - [ - "29", - 0, - 0, - {} - ] - ] - ] - }, - { - "class_name": "Conv3D", - "config": { - "name": "output", - "trainable": true, - "dtype": "float32", - "filters": 3, - "kernel_size": [ - 1, - 1, - 1 - ], - "strides": [ - 1, - 1, - 1 - ], - "padding": "same", - "data_format": "channels_last", - "dilation_rate": [ - 1, - 1, - 1 - ], - "groups": 1, - "activation": "linear", - "use_bias": true, - "kernel_initializer": { - "class_name": "Zeros", - "config": {} - }, - "bias_initializer": { - "class_name": "Zeros", - "config": {} - }, - "kernel_regularizer": null, - "bias_regularizer": null, - "activity_regularizer": null, - "kernel_constraint": null, - "bias_constraint": null - }, - "name": "output", - "inbound_nodes": [ - [ - [ - "30", - 0, - 0, - {} - ] - ] - ] - } - ], - "input_layers": [ - [ - "input", - 0, - 0 - ] - ], - "output_layers": [ - [ - "output", - 0, - 0 - ] - ] - } - } - }, - "weightsManifest": [ - { - "paths": [ - "group1-shard1of1.bin" - ], - "weights": [ - { - "name": "17/kernel", - "shape": [ - 3, - 3, - 3, - 1, - 71 - ], - "dtype": "float32" - }, - { - "name": "17/bias", - "shape": [ - 71 - ], - "dtype": "float32" - }, - { - "name": "19/kernel", - "shape": [ - 3, - 3, - 3, - 71, - 71 - ], - "dtype": "float32" - }, - { - "name": "19/bias", - "shape": [ - 71 - ], - "dtype": "float32" - }, - { - "name": "21/kernel", - "shape": [ - 3, - 3, - 3, - 71, - 71 - ], - "dtype": "float32" - }, - { - "name": "21/bias", - "shape": [ - 71 - ], - "dtype": "float32" - }, - { - "name": "23/kernel", - "shape": [ - 3, - 3, - 3, - 71, - 71 - ], - "dtype": "float32" - }, - { - "name": "23/bias", - "shape": [ - 71 - ], - "dtype": "float32" - }, - { - "name": "25/kernel", - "shape": [ - 3, - 3, - 3, - 71, - 71 - ], - "dtype": "float32" - }, - { - "name": "25/bias", - "shape": [ - 71 - ], - "dtype": "float32" - }, - { - "name": "27/kernel", - "shape": [ - 3, - 3, - 3, - 71, - 71 - ], - "dtype": "float32" - }, - { - "name": "27/bias", - "shape": [ - 71 - ], - "dtype": "float32" - }, - { - "name": "29/kernel", - "shape": [ - 3, - 3, - 3, - 71, - 71 - ], - "dtype": "float32" - }, - { - "name": "29/bias", - "shape": [ - 71 - ], - "dtype": "float32" - }, - { - "name": "output/kernel", - "shape": [ - 1, - 1, - 1, - 71, - 3 - ], - "dtype": "float32" - }, - { - "name": "output/bias", - "shape": [ - 3 - ], - "dtype": "float32" - } - ] - } - ] -} diff --git a/v3/experimental_mode/CanvasVersion/mnm_tfjs_filters21/group1-shard1of1.bin b/v3/experimental_mode/CanvasVersion/mnm_tfjs_filters21/group1-shard1of1.bin deleted file mode 100644 index 210906a..0000000 Binary files a/v3/experimental_mode/CanvasVersion/mnm_tfjs_filters21/group1-shard1of1.bin and /dev/null differ diff --git a/v3/experimental_mode/CanvasVersion/mnm_tfjs_filters21/model.json b/v3/experimental_mode/CanvasVersion/mnm_tfjs_filters21/model.json deleted file mode 100644 index e288b78..0000000 --- a/v3/experimental_mode/CanvasVersion/mnm_tfjs_filters21/model.json +++ /dev/null @@ -1 +0,0 @@ -{"format": "layers-model", "generatedBy": "keras v2.4.0", "convertedBy": "TensorFlow.js Converter v3.2.0", "modelTopology": {"keras_version": "2.4.0", "backend": "tensorflow", "model_config": {"class_name": "Functional", "config": {"name": "model", "layers": [{"class_name": "InputLayer", "config": {"batch_input_shape": [null, 38, 38, 38, 1], "dtype": "float32", "sparse": false, "ragged": false, "name": "input"}, "name": "input", "inbound_nodes": []}, {"class_name": "Conv3D", "config": {"name": "17", "trainable": true, "dtype": "float32", "filters": 21, "kernel_size": [3, 3, 3], "strides": [1, 1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1, 1], "groups": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "Zeros", "config": {}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "17", "inbound_nodes": [[["input", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "18", "trainable": true, "dtype": "float32", "activation": "relu"}, "name": "18", "inbound_nodes": [[["17", 0, 0, {}]]]}, {"class_name": "Conv3D", "config": {"name": "19", "trainable": true, "dtype": "float32", "filters": 21, "kernel_size": [3, 3, 3], "strides": [1, 1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1, 1], "groups": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "Zeros", "config": {}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "19", "inbound_nodes": [[["18", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "20", "trainable": true, "dtype": "float32", "activation": "relu"}, "name": "20", "inbound_nodes": [[["19", 0, 0, {}]]]}, {"class_name": "Conv3D", "config": {"name": "21", "trainable": true, "dtype": "float32", "filters": 21, "kernel_size": [3, 3, 3], "strides": [1, 1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1, 1], "groups": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "Zeros", "config": {}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "21", "inbound_nodes": [[["20", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "22", "trainable": true, "dtype": "float32", "activation": "relu"}, "name": "22", "inbound_nodes": [[["21", 0, 0, {}]]]}, {"class_name": "Conv3D", "config": {"name": "23", "trainable": true, "dtype": "float32", "filters": 21, "kernel_size": [3, 3, 3], "strides": [1, 1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [2, 2, 2], "groups": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "Zeros", "config": {}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "23", "inbound_nodes": [[["22", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "24", "trainable": true, "dtype": "float32", "activation": "relu"}, "name": "24", "inbound_nodes": [[["23", 0, 0, {}]]]}, {"class_name": "Conv3D", "config": {"name": "25", "trainable": true, "dtype": "float32", "filters": 21, "kernel_size": [3, 3, 3], "strides": [1, 1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [4, 4, 4], "groups": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "Zeros", "config": {}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "25", "inbound_nodes": [[["24", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "26", "trainable": true, "dtype": "float32", "activation": "relu"}, "name": "26", "inbound_nodes": [[["25", 0, 0, {}]]]}, {"class_name": "Conv3D", "config": {"name": "27", "trainable": true, "dtype": "float32", "filters": 21, "kernel_size": [3, 3, 3], "strides": [1, 1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [8, 8, 8], "groups": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "Zeros", "config": {}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "27", "inbound_nodes": [[["26", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "28", "trainable": true, "dtype": "float32", "activation": "relu"}, "name": "28", "inbound_nodes": [[["27", 0, 0, {}]]]}, {"class_name": "Conv3D", "config": {"name": "29", "trainable": true, "dtype": "float32", "filters": 21, "kernel_size": [3, 3, 3], "strides": [1, 1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1, 1], "groups": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "Zeros", "config": {}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "29", "inbound_nodes": [[["28", 0, 0, {}]]]}, {"class_name": "Activation", "config": {"name": "30", "trainable": true, "dtype": "float32", "activation": "relu"}, "name": "30", "inbound_nodes": [[["29", 0, 0, {}]]]}, {"class_name": "Conv3D", "config": {"name": "output", "trainable": true, "dtype": "float32", "filters": 3, "kernel_size": [1, 1, 1], "strides": [1, 1, 1], "padding": "same", "data_format": "channels_last", "dilation_rate": [1, 1, 1], "groups": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "Zeros", "config": {}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "output", "inbound_nodes": [[["30", 0, 0, {}]]]}], "input_layers": [["input", 0, 0]], "output_layers": [["output", 0, 0]]}}}, "weightsManifest": [{"paths": ["group1-shard1of1.bin"], "weights": [{"name": "17/kernel", "shape": [3, 3, 3, 1, 21], "dtype": "float32"}, {"name": "17/bias", "shape": [21], "dtype": "float32"}, {"name": "19/kernel", "shape": [3, 3, 3, 21, 21], "dtype": "float32"}, {"name": "19/bias", "shape": [21], "dtype": "float32"}, {"name": "21/kernel", "shape": [3, 3, 3, 21, 21], "dtype": "float32"}, {"name": "21/bias", "shape": [21], "dtype": "float32"}, {"name": "23/kernel", "shape": [3, 3, 3, 21, 21], "dtype": "float32"}, {"name": "23/bias", "shape": [21], "dtype": "float32"}, {"name": "25/kernel", "shape": [3, 3, 3, 21, 21], "dtype": "float32"}, {"name": "25/bias", "shape": [21], "dtype": "float32"}, {"name": "27/kernel", "shape": [3, 3, 3, 21, 21], "dtype": "float32"}, {"name": "27/bias", "shape": [21], "dtype": "float32"}, {"name": "29/kernel", "shape": [3, 3, 3, 21, 21], "dtype": "float32"}, {"name": "29/bias", "shape": [21], "dtype": "float32"}, {"name": "output/kernel", "shape": [1, 1, 1, 21, 3], "dtype": "float32"}, {"name": "output/bias", "shape": [3], "dtype": "float32"}]}]} \ No newline at end of file diff --git a/v3/index.html b/v3/index.html index f3ac4a2..516e377 100644 --- a/v3/index.html +++ b/v3/index.html @@ -72,7 +72,7 @@ - + @@ -1750,7 +1750,7 @@ "

Welcome to brainchop, a"+ " frontend" +" tool for volumetric segmentation of neuroimaging that works locally on the user side.

" + "

You're viewing a sample T1 (Left) and its tissue segmentation (Right). Brainchop currenlty supports MRI Nifti file format.

" + "

To see the tool in action please select a model from the list and run the inference. For more information on brainchop please refer to this Wiki and this Blog. For questions or sharing ideas please refere to our Discussions board.

" + - "

" + + "

" + "", on: { diff --git a/v3/js/libs/webix/README.md b/v3/js/libs/webix/README.md deleted file mode 100644 index d47b0d2..0000000 --- a/v3/js/libs/webix/README.md +++ /dev/null @@ -1,49 +0,0 @@ -Webix UI v.9.0.0 -================ - -[![npm version](https://badge.fury.io/js/webix.svg)](https://badge.fury.io/js/webix) - -https://webix.com - -If you don't know where to start - check - -- https://webix.com/quick-start/#!/1 -- https://docs.webix.com/ -- https://forum.webix.com - - -### Demos - -Check https://webix.com/demos - - -### License terms - -Webix UI library is licensed under "GPL v3" licence -http://www.gnu.org/licenses/old-licenses/gpl-3.0.html - -Starting from Webix 2.4, it possible to use a FLOSS Exception to the GPL License. This allows to use Webix in your applications distributed under MIT, BSD and other open source licenses. - -- [Full list of supported licenses](https://webix.com/legalnote/license-exception/) -- [Some more details about FLOSS Exception](https://webix.com/blog/using-webix-in-open-source/) - -### What the license means in layman terms - -- You CAN'T remove this license or webix attribution from source files -- You CAN modify provided code in any way which doesn't conflict with above statement -- You CAN use this lib for any private projects which you do not plan to share or sell -- You CAN use this lib for public projects, BUT in such case you MUST [share the full client source code of your project](http://forum.webix.com/discussion/4023/does-an-open-source-app-that-uses-webix-have-to-become-gpl-licensed) if asked -- If you do not want to share sources then you need to obtain a commercial license - - -### Commercial license and Support - -You can buy a commercial license and support subscription at https://webix.com - -If you have questions about functionality of the component -or have some issue with API and behavior of the component, -you can get help at https://forum.webix.com - - - -(c) XB Software Ltd. 2021 \ No newline at end of file diff --git a/v3/js/libs/webix/fonts/FontAwesome.otf b/v3/js/libs/webix/fonts/FontAwesome.otf deleted file mode 100644 index f7936cc..0000000 Binary files a/v3/js/libs/webix/fonts/FontAwesome.otf and /dev/null differ diff --git a/v3/js/libs/webix/fonts/PTS-bold.woff b/v3/js/libs/webix/fonts/PTS-bold.woff deleted file mode 100644 index 830b063..0000000 Binary files a/v3/js/libs/webix/fonts/PTS-bold.woff and /dev/null differ diff --git a/v3/js/libs/webix/fonts/PTS-webfont.woff b/v3/js/libs/webix/fonts/PTS-webfont.woff deleted file mode 100644 index c183afc..0000000 Binary files a/v3/js/libs/webix/fonts/PTS-webfont.woff and /dev/null differ diff --git a/v3/js/libs/webix/fonts/font-license.txt b/v3/js/libs/webix/fonts/font-license.txt deleted file mode 100644 index 3e33797..0000000 --- a/v3/js/libs/webix/fonts/font-license.txt +++ /dev/null @@ -1,14 +0,0 @@ -## Font Awesome - - Copyright (C) 2012 by Dave Gandy - - Author: Dave Gandy - License: SIL (http://scripts.sil.org/OFL) - Homepage: http://fortawesome.github.com/Font-Awesome/ - - - -## PT Sans Free - - Copyright © 2009 ParaType Ltd. - License: Free Font License v1.00 \ No newline at end of file diff --git a/v3/js/libs/webix/fonts/fontawesome-webfont.eot b/v3/js/libs/webix/fonts/fontawesome-webfont.eot deleted file mode 100644 index e9f60ca..0000000 Binary files a/v3/js/libs/webix/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/v3/js/libs/webix/fonts/fontawesome-webfont.svg b/v3/js/libs/webix/fonts/fontawesome-webfont.svg deleted file mode 100644 index 855c845..0000000 --- a/v3/js/libs/webix/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/v3/js/libs/webix/fonts/fontawesome-webfont.ttf b/v3/js/libs/webix/fonts/fontawesome-webfont.ttf deleted file mode 100644 index 35acda2..0000000 Binary files a/v3/js/libs/webix/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/v3/js/libs/webix/fonts/fontawesome-webfont.woff b/v3/js/libs/webix/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a..0000000 Binary files a/v3/js/libs/webix/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/v3/js/libs/webix/fonts/fontawesome-webfont.woff2 b/v3/js/libs/webix/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc6..0000000 Binary files a/v3/js/libs/webix/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/v3/js/libs/webix/i18n/be.js b/v3/js/libs/webix/i18n/be.js deleted file mode 100644 index 48e0b28..0000000 --- a/v3/js/libs/webix/i18n/be.js +++ /dev/null @@ -1,84 +0,0 @@ -webix.i18n.locales["be-BY"]={ - groupDelimiter:" ", - groupSize:3, - decimalDelimiter:",", - decimalSize:2, - - dateFormat:"%d.%m.%Y", - timeFormat:"%H:%i", - longDateFormat:"%d %F %Y", - fullDateFormat:"%d.%m.%Y %H:%i", - - price:"{obj} руб.", - priceSettings:{ - groupSize:3, - groupDelimiter:" ", - decimalDelimiter:"", - decimalSize:0 - }, - - calendar:{ - monthFull:["Студзень", "Люты", "Сакавік", "Красавік", "Травень", "Чэрвень", "Ліпень", "Жнівень", "Верасень", "Кастрычнік", "Лістапад", "Снежань"], - monthShort:["Студз", "Лют", "Сак", "Крас", "Трав", "Чэр", "Ліп", "Жнів", "Вер", "Каст", "Ліст", "Снеж"], - dayFull:[ "Нядзеля", "Панядзелак", "Аўторак", "Серада", "Чацвер", "Пятніца", "Субота"], - dayShort:["Нд", "Пн", "Аўт", "Ср", "Чцв", "Пт", "Сб"], - hours: "Гадзіны", - minutes: "Хвіліны", - done: "Гатова", - today: "Cёння", - clear: "Ачысціць" - }, - - dataExport:{ - page:"Старонка", - of:"з" - }, - PDFviewer:{ - of:"з", - automaticZoom:"Аўтаматычны зум", - actualSize:"Сапраўдны памер", - pageFit:"Памер старонкі", - pageWidth:"Шырыня старонкі", - pageHeight:"Вышыня старонкі" - }, - aria:{ - calendar:"Каляндар", - increaseValue:"Павялічыць значэнне", - decreaseValue:"Паменшыць значэнне", - navMonth:["Папярэдні месяц", "Наступны месяц"], - navYear:["Папярэдні год", "Наступны год"], - navDecade:["Папярэднія дзесяць год", "Наступныя дзесяць год"], - dateFormat:"%d %F %Y", - monthFormat:"%F %Y", - yearFormat:"%Y", - hourFormat:"Hours: %h", - minuteFormat:"Гадзіны: %i", - removeItem:"Прыбраць элемент", - pages:["Першая старонка", "Папярэдняя старонка", "Наступная старонка", "Апошняя старонка"], - page:"Старонка", - headermenu:"Меню загалоўка", - openGroup:"Адкрыць групу слупкоў", - closeGroup:"Закрыць групу слупкоў", - closeTab:"Закрыць укладку", - showTabs:"Паказаць больш укладак", - resetTreeMap:"Вярнуцца да першапачатковага выгляду", - navTreeMap:"Падняцца на ўзровень вышэй", - nextTab:"Наступная ўкладка", - prevTab:"Папярэдняя ўкладка", - multitextSection:"Дадаць элемент", - multitextextraSection:"Прыбраць элемент", - showChart:"Паказаць графік", - hideChart:"Схаваць графік", - resizeChart:"Змяніць памер графіка" - }, - richtext:{ - underline: "Падкрэсліванне", - bold: "Паўтлусты", - italic: "Курсіў" - }, - combo:{ - select:"Абраць", - selectAll:"Абраць усё", - unselectAll:"Ачысціць ўсе" - } -}; \ No newline at end of file diff --git a/v3/js/libs/webix/i18n/de.js b/v3/js/libs/webix/i18n/de.js deleted file mode 100644 index 4619d32..0000000 --- a/v3/js/libs/webix/i18n/de.js +++ /dev/null @@ -1,84 +0,0 @@ -/*German (Germany) locale*/ -webix.i18n.locales["de-DE"] = { - groupDelimiter:".", - groupSize:3, - decimalDelimiter:",", - decimalSize:2, - dateFormat:"%d.%n.%Y", - timeFormat:"%H:%i", - longDateFormat:"%j. %F %Y", - fullDateFormat:"%j. %F %Y %H:%i", - am:null, - pm:null, - price:"{obj} €", - priceSettings:{ - groupDelimiter:".", - groupSize:3, - decimalDelimiter:",", - decimalSize:2 - }, - calendar:{ - monthFull:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"], - monthShort:["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"], - dayFull:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"], - dayShort:["So","Mo","Di","Mi","Do","Fr","Sa"], - hours: "Stunden", - minutes: "Minuten", - done:"Fertig", - clear: "Entfernen", - today: "Heute" - }, - - dataExport:{ - page:"Seite", - of:"aus" - }, - PDFviewer:{ - of:"aus", - automaticZoom:"Automatisch Zoom", - actualSize:"Aktuelles Ausmaß", - pageFit:"Seite Ausmaß", - pageWidth:"Seite Breite", - pageHeight:"Seite Höhe" - }, - aria:{ - calendar:"Kalender", - increaseValue:"Wert erhöhen", - decreaseValue:"Wert verringern", - navMonth:["Vorheriger Monat", "Nächsten Monat"], - navYear:["Vorheriges Jahr", "Nächstes Jahr"], - navDecade:["Zurück Jahrzehnt", "Als nächstes Jahrzehnt"], - dateFormat:"%j. %F %Y", - monthFormat:"%F %Y", - yearFormat:"%Y", - hourFormat:"Stunden: %H", - minuteFormat:"Minuten: %i", - removeItem:"Element entfernen", - pages:["Erste Seite", "Vorherige Seite", "Folgeseite", "Letzte Seite"], - page:"Seite", - headermenu:"Titelmenü", - openGroup:"Öffnen Spaltengruppe ", - closeGroup:"Schließen Spaltengruppe ", - closeTab:"Tab schließen", - showTabs:"Weitere Tabs", - resetTreeMap:"Zurück zur ursprünglichen Ansicht", - navTreeMap:"Aufleveln", - nextTab:"Weiter tab", - prevTab:"Zurück tab", - multitextSection:"Element hinzufügen", - multitextextraSection:"Element entfernen", - showChart:"Chart anzeigen", - hideChart:"Chart verstecken", - resizeChart:"Chart Größe ändern" - }, - richtext:{ - underline: "Unterstreichen", - bold: "Fettgedruckt", - italic: "Kursiv" - }, - combo:{ - select:"Auswählen", - selectAll:"Alles auswählen", - unselectAll:"Alles widerrufen" - } -}; diff --git a/v3/js/libs/webix/i18n/en.js b/v3/js/libs/webix/i18n/en.js deleted file mode 100644 index ea3f709..0000000 --- a/v3/js/libs/webix/i18n/en.js +++ /dev/null @@ -1,87 +0,0 @@ -webix.i18n.locales["en-US"]={ - groupDelimiter:",", - groupSize:3, - decimalDelimiter:".", - decimalSize:2, - - dateFormat:"%m/%d/%Y", - timeFormat:"%h:%i %A", - longDateFormat:"%d %F %Y", - fullDateFormat:"%m/%d/%Y %h:%i %A", - am:["am","AM"], - pm:["pm","PM"], - - price:"${obj}", - priceSettings:{ - groupDelimiter:",", - groupSize:3, - decimalDelimiter:".", - decimalSize:2 - }, - fileSize: ["b","Kb","Mb","Gb","Tb","Pb","Eb"], - - calendar: { - monthFull:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], - monthShort:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], - dayFull:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], - dayShort:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], - hours: "Hours", - minutes: "Minutes", - done:"Done", - clear: "Clear", - today: "Today" - }, - - dataExport:{ - page:"Page", - of:"of" - }, - PDFviewer:{ - of:"of", - automaticZoom:"Automatic Zoom", - actualSize:"Actual Size", - pageFit:"Page Fit", - pageWidth:"Page Width", - pageHeight:"Page Height" - }, - aria:{ - calendar:"Calendar", - increaseValue:"Increase value", - decreaseValue:"Decrease value", - navMonth:["Previous month", "Next month"], - navYear:["Previous year", "Next year"], - navDecade:["Previous decade", "Next decade"], - dateFormat:"%d %F %Y", - monthFormat:"%F %Y", - yearFormat:"%Y", - hourFormat:"Hours: %h %A", - minuteFormat:"Minutes: %i", - removeItem:"Remove item", - pages:["First page", "Previous page", "Next page", "Last page"], - page:"Page", - headermenu:"Header menu", - openGroup:"Open column group", - closeGroup:"Close column group", - closeTab:"Close tab", - showTabs:"Show more tabs", - resetTreeMap:"Reset tree map", - navTreeMap:"Level up", - nextTab:"Next tab", - prevTab:"Previous tab", - multitextSection:"Add section", - multitextextraSection:"Remove section", - showChart:"Show chart", - hideChart:"Hide chart", - resizeChart:"Resize chart" - }, - richtext:{ - underline: "Underline", - bold: "Bold", - italic: "Italic" - }, - combo:{ - select:"Select", - selectAll:"Select all", - unselectAll:"Unselect all" - } -}; \ No newline at end of file diff --git a/v3/js/libs/webix/i18n/es.js b/v3/js/libs/webix/i18n/es.js deleted file mode 100644 index d5084e4..0000000 --- a/v3/js/libs/webix/i18n/es.js +++ /dev/null @@ -1,84 +0,0 @@ -/*Spanish (Spain, International Sort) locale*/ -webix.i18n.locales["es-ES"] = { - groupDelimiter:".", - groupSize:3, - decimalDelimiter:",", - decimalSize:2, - dateFormat:"%d/%n/%Y", - timeFormat:"%G:%i", - longDateFormat:"%d %F %Y", - fullDateFormat:"%d %F %Y %G:%i", - am:null, - pm:null, - price:"{obj} €", - priceSettings:{ - groupDelimiter:".", - groupSize:3, - decimalDelimiter:",", - decimalSize:2 - }, - calendar:{ - monthFull:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"], - monthShort:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"], - dayFull:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"], - dayShort:["dom","lun","mar","mié","jue","vie","sáb"], - hours: "Horas", - minutes: "Minutos", - done:"Listo", - clear: "Reinicio", - today: "Hoy" - }, - - dataExport:{ - page:"Página", - of:"de" - }, - PDFviewer:{ - of:"de", - automaticZoom:"Zoom automático", - actualSize:"Tamaño real", - pageFit:"Tamaño de página", - pageWidth:"Ancho de página", - pageHeight:"Altura de la página" - }, - aria:{ - calendar:"Сalendario", - increaseValue:"Aumentar el valor", - decreaseValue:"Disminuye el valor", - navMonth:["Mes anterior", "Próximo mes"], - navYear:["Año anterior", "Próximo año"], - navDecade:["Década anterior", "Próxima década"], - dateFormat:"%d %F %Y", - monthFormat:"%F %Y", - yearFormat:"%Y", - hourFormat:"Horas: %G", - minuteFormat:"Minutos: %i", - removeItem:"Retire el elemento", - pages:["Primera página", "Pagina anterior", "Siguiente página", "Última página"], - page:"Página", - headermenu:"Menú de títulos", - openGroup:"Grupo de columnas abiertas", - closeGroup:"Primer grupo de columnas", - closeTab:"Cerrar tab", - showTabs:"Mostrar más tabs", - resetTreeMap:"Volver a la vista original", - navTreeMap:"Elevar a mismo nivel", - nextTab:"Siguiente tab", - prevTab:"Tab anterior", - multitextSection:"Añadir elemento", - multitextextraSection:"Retire el elemento", - showChart:"Espectáculo chart", - hideChart:"Esconder chart", - resizeChart:"Cambiar el tamaño el chart" - }, - richtext:{ - underline: "Subrayar", - bold: "Negrita", - italic: "Itálico" - }, - combo:{ - select:"Seleccionar", - selectAll:"Seleccionar todo", - unselectAll:"Deselecciona todo" - } -}; diff --git a/v3/js/libs/webix/i18n/fr.js b/v3/js/libs/webix/i18n/fr.js deleted file mode 100644 index cb44540..0000000 --- a/v3/js/libs/webix/i18n/fr.js +++ /dev/null @@ -1,79 +0,0 @@ -webix.i18n.locales["fr-FR"]={ - groupDelimiter:" ", - groupSize:3, - decimalDelimiter:",", - decimalSize:2, - - dateFormat:"%d/%m/%Y", - timeFormat:"%H:%i", - longDateFormat:"%d %F %Y", - fullDateFormat:"%d.%m.%Y %H:%i", - - price:"{obj} €", - priceSettings:null, //use number defaults - - calendar:{ - monthFull:["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"], - monthShort:["Jan", "Fév", "Mar", "Avr", "Mai", "Juin", "Juil", "Aôu", "Sep", "Oct", "Nov", "Déc"], - dayFull:["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"], - dayShort:["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"], - hours: "Heures", - minutes: "Minutes", - done:"Fini", - clear: "Effacer", - today: "Aujourd'hui" - }, - - dataExport:{ - page:"Page", - of:"sur" - }, - PDFviewer:{ - of:"sur", - automaticZoom:"Zoom automatique", - actualSize:"Taille actuelle", - pageFit:"Taille de la page", - pageWidth:"Largeur de la page", - pageHeight:"Hauteur de page" - }, - aria:{ - calendar:"Сalendrier", - increaseValue:"Augmenter la valeur", - decreaseValue:"Diminution de la valeur", - navMonth:["Le mois précédent", "Le mois prochain"], - navYear:["Année précédente", "L'année prochaine"], - navDecade:["Décennie précédente", "Suivant décennie"], - dateFormat:"%d %F %Y", - monthFormat:"%F %Y", - yearFormat:"%Y", - hourFormat:"Heures: %H", - minuteFormat:"Minutes: %i", - removeItem:"Retirer l'élément", - pages:["Première page", "Page précédente", "Page suivante", "Dernière page"], - page:"Page", - headermenu:"Menu de titre", - openGroup:"Ouvrir groupe de colonnes ", - closeGroup:"Fermer groupe de colonnes", - closeTab:"Fermer tab", - showTabs:"Montrer plus tabs", - resetTreeMap:"Revenir à la vue originale", - navTreeMap:"Niveau supérieur", - nextTab:"Prochain tab", - prevTab:"Précédent tab", - multitextSection:"Ajouter l'élément", - multitextextraSection:"Retirer l'élément", - showChart:"Montrer chart", - hideChart:"Cacher chart", - resizeChart:"Redimensionner chart" - }, - richtext:{ - underline: "Souligner", - bold: "Gras", - italic: "Italique" - }, - combo:{ - select:"Sélectionner", - selectAll:"Tout sélectionner", - unselectAll:"Tout déselectionner" - } -}; \ No newline at end of file diff --git a/v3/js/libs/webix/i18n/it.js b/v3/js/libs/webix/i18n/it.js deleted file mode 100644 index ee8bfb9..0000000 --- a/v3/js/libs/webix/i18n/it.js +++ /dev/null @@ -1,84 +0,0 @@ -/*Italian (Italy) locale*/ -webix.i18n.locales["it-IT"] = { - groupDelimiter:".", - groupSize:3, - decimalDelimiter:",", - decimalSize:2, - dateFormat:"%d/%m/%Y", - timeFormat:"%H:%i", - longDateFormat:"%j %F %Y", - fullDateFormat:"%j %F %Y %H:%i", - am:null, - pm:null, - price:"€ {obj}", - priceSettings:{ - groupDelimiter:".", - groupSize:3, - decimalDelimiter:",", - decimalSize:2 - }, - calendar:{ - monthFull:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"], - monthShort:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"], - dayFull:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"], - dayShort:["dom","lun","mar","mer","gio","ven","sab"], - hours: "Orario", - minutes: "Minuti", - done:"Pronto", - clear: "Pulisci", - today: "Oggi" - }, - - dataExport:{ - page:"Pagina", - of:"di" - }, - PDFviewer:{ - of:"di", - automaticZoom:"Zoom automatico", - actualSize:"Dimensione reale", - pageFit:"Dimensioni della pagina", - pageWidth:"Larghezza della pagina", - pageHeight:"Altezza della pagina" - }, - aria:{ - calendar:"Calendario", - increaseValue:"Aumenta il valore", - decreaseValue:"Riduci il valore", - navMonth:["Il mese scorso", "Il prossimo mese"], - navYear:["L'anno scorso", "L'anno prossimo"], - navDecade:["Decennio precedente", "Prossimo decennio"], - dateFormat:"%j %F %Y", - monthFormat:"%F %Y", - yearFormat:"%Y", - hourFormat:"Orario: %H", - minuteFormat:"Minuti: %i", - removeItem:"Rimuovere l'elemento", - pages:["Prima pagina", "Pagina precedente", "Pagina successiva", "Ultima pagina"], - page:"Pagina", - headermenu:"Menu del titolo", - openGroup:"Aperto gruppo di colonne", - closeGroup:"Chiudi gruppo di colonne", - closeTab:"Chiudi tab", - showTabs:"Mostra più tabs", - resetTreeMap:"Tornare alla vista originale", - navTreeMap:"Livello superiore", - nextTab:"Tab successivo", - prevTab:"Tab precedente", - multitextSection:"Aggiungi elemento", - multitextextraSection:"Rimuovere l'elemento", - showChart:"Mostrare grafico", - hideChart:"Nascondere grafico", - resizeChart:"Ridimensionare grafico" - }, - richtext:{ - underline: "Sottolineare", - bold: "Grassetto", - italic: "Corsivo" - }, - combo:{ - select:"Selezionare", - selectAll:"Seleziona tutto", - unselectAll:"Deseleziona tutto" - } -}; diff --git a/v3/js/libs/webix/i18n/ja.js b/v3/js/libs/webix/i18n/ja.js deleted file mode 100644 index fd60a43..0000000 --- a/v3/js/libs/webix/i18n/ja.js +++ /dev/null @@ -1,84 +0,0 @@ -webix.i18n.locales["ja-JP"]={ - groupDelimiter:",", - groupSize:3, - decimalDelimiter:".", - decimalSize:2, - - dateFormat:"%Y.%m.%d", - timeFormat:"%H:%i", - longDateFormat:"%Y年%m月%d日", - fullDateFormat:"%Y.%m.%d %H:%i", - - price:"¥{obj}", - priceSettings:{ - groupSize:3, - groupDelimiter:",", - decimalDelimiter:"", - decimalSize:0 - }, - - calendar:{ - monthFull:["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], - monthShort:[ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], - dayFull:["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"], - dayShort:["日", "月", "火", "水", "木", "金", "土"], - hours: "営業時間", - minutes: "分", - done: "レディー", - clear: "削除する", - today: "今日" - }, - - dataExport:{ - page:"ページ", - of:"から" - }, - PDFviewer:{ - of:"から", - automaticZoom:"自動ズーム", - actualSize:"実サイズ", - pageFit:"ページサイズ", - pageWidth:"ページ幅", - pageHeight:"ページの高さ" - }, - aria:{ - calendar:"カレンダー", - increaseValue:"増加値", - decreaseValue:"数字を小さく", - navMonth:["前の月", "来月"], - navYear:["前年", "来年"], - navDecade:["前の十年", "次の10年"], - dateFormat:"%Y年%m月%d日", - monthFormat:"%Y年%m月", - yearFormat:"%Y年", - hourFormat:"営業時間: %H", - minuteFormat:"分: %i", - removeItem:"要素を削除します", - pages:["一ページ目", "前のページ", "次のページ", "最後のページ"], - page:"ページ", - headermenu:"ヘッダメニュー", - openGroup:"オープン列グループ", - closeGroup:"閉じる列グループ", - closeTab:"タブを閉じます", - showTabs:"複数のタブを表示します", - resetTreeMap:"元の表示に戻ります", - navTreeMap:"レベルパック", - nextTab:"次のタブ", - prevTab:"前のタブ", - multitextSection:"要素を追加します。", - multitextextraSection:"要素を削除します", - showChart:"靴チャート", - hideChart:"隠すチャート", - resizeChart:"グラフのサイズを変更" - }, - richtext:{ - underline: "アンダーライン", - bold: "大胆な", - italic: "イタリック" - }, - combo:{ - select:"選択する", - selectAll:"すべて選択", - unselectAll:"すべての選択を解除する" - } -}; \ No newline at end of file diff --git a/v3/js/libs/webix/i18n/pt.js b/v3/js/libs/webix/i18n/pt.js deleted file mode 100644 index 6580d56..0000000 --- a/v3/js/libs/webix/i18n/pt.js +++ /dev/null @@ -1,86 +0,0 @@ -webix.i18n.locales["pt-BR"] = { - groupDelimiter:".", - groupSize:3, - decimalDelimiter:",", - decimalSize:2, - - dateFormat:"%d/%m/%Y", - timeFormat:"%G:%i", - longDateFormat:"%d de %F de %Y", - fullDateFormat:"%d de %F de %Y %G:%i", - - am:null, - pm:null, - price:"R$ {obj}", - priceSettings:{ - groupDelimiter:".", - groupSize:3, - decimalDelimiter:",", - decimalSize:2 - }, - fileSize: ["b","Kb","Mb","Gb","Tb","Pb","Eb"], - calendar:{ - monthFull:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"], - monthShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"], - dayFull:["Domingo","Segunda-Feira","Terça-Feira","Quarta-Feira","Quinta-Feira","Sexta-Feira","Sábado"], - dayShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"], - hours: "Horas", - minutes: "Minutos", - done:"Feito", - clear: "Limpar", - today: "Hoje" - }, - - dataExport:{ - page:"Página", - of:"de" - }, - PDFviewer:{ - of:"de", - automaticZoom:"Zoom automático", - actualSize:"Tamanho atual", - pageFit:"Tamanho da página", - pageWidth:"Largura da página", - pageHeight:"Altura da página" - }, - aria:{ - calendar:"Calendário", - increaseValue:"Aumentar o valor", - decreaseValue:"Diminuir o valor", - navMonth:["Mês anterior", "Próximo mês"], - navYear:["Ano anterior", "Próximo ano"], - navDecade:["Década anterior", "Próxima década"], - dateFormat:"%d de %F de %Y", - monthFormat:"%F de %Y", - yearFormat:"%Y", - hourFormat:"Horas: %G", - minuteFormat:"Minutos: %i", - removeItem:"Remover elemento", - pages:["Primeira página", "Página anterior", "Próxima página", "Última página"], - page:"Página", - headermenu:"Menu de títulos", - openGroup:"Grupo coluna aberta", - closeGroup:"Fechar grupo de colunas", - closeTab:"Fechar tab", - showTabs:"Mostre mais tabs", - resetTreeMap:"Мoltar à vista original", - navTreeMap:"Upar", - nextTab:"Próximo tab", - prevTab:"Anterior tab", - multitextSection:"Adicionar elemento", - multitextextraSection:"Remover elemento", - showChart:"Exposição chart", - hideChart:"Esconder chart", - resizeChart:"Redimensionar chart" - }, - richtext:{ - underline: "Sublinhado", - bold: "Negrito", - italic: "itálico" - }, - combo:{ - select:"Selecionar", - selectAll:"Selecionar tudo", - unselectAll:"Desmarque todos" - } -}; diff --git a/v3/js/libs/webix/i18n/ru.js b/v3/js/libs/webix/i18n/ru.js deleted file mode 100644 index 14a9dc5..0000000 --- a/v3/js/libs/webix/i18n/ru.js +++ /dev/null @@ -1,79 +0,0 @@ -webix.i18n.locales["ru-RU"]={ - groupDelimiter:" ", - groupSize:3, - decimalDelimiter:",", - decimalSize:2, - - dateFormat:"%d.%m.%Y", - timeFormat:"%H:%i", - longDateFormat:"%d %F %Y", - fullDateFormat:"%d.%m.%Y %H:%i", - - price:"{obj} руб.", - priceSettings:null, //use number defaults - - calendar:{ - monthFull:["Январь", "Февраль", "Март", "Апрель", "Maй", "Июнь", "Июль", "Август", "Сентябрь", "Oктябрь", "Ноябрь", "Декабрь"], - monthShort:["Янв", "Фев", "Maр", "Aпр", "Maй", "Июн", "Июл", "Aвг", "Сен", "Окт", "Ноя", "Дек"], - dayFull:[ "Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"], - dayShort:["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"], - hours: "Часы", - minutes: "Минуты", - done: "Гoтовo", - clear: "Очистить", - today: "Сегодня" - }, - - dataExport:{ - page:"Страница", - of:"из" - }, - PDFviewer:{ - of:"из", - automaticZoom:"Автоматический зум", - actualSize:"Настоящий размер", - pageFit:"Размер страницы", - pageWidth:"Ширина страницы", - pageHeight:"Высота страницы" - }, - aria:{ - calendar:"Календарь", - increaseValue:"Увеличить значение", - decreaseValue:"Уменьшить значение", - navMonth:["Предыдущий месяц", "Следующий месяц"], - navYear:["Предыдущий год", "Следующий год"], - navDecade:["Предыдущие десять лет", "Следующие десять лет"], - dateFormat:"%d %F %Y", - monthFormat:"%F %Y", - yearFormat:"%Y", - hourFormat:"Часы: %H", - minuteFormat:"Минуты: %i", - removeItem:"Удалить элемент", - pages:["Первая страница", "Предыдущая страница", "Следующая страница", "Последняя страница"], - page:"Страница", - headermenu:"Меню шапки таблицы", - openGroup:"Развернуть группу столбцов", - closeGroup:"Свернуть группу столбцов", - closeTab:"Закрыть вкладку", - showTabs:"Показать больше вкладок", - resetTreeMap:"Вернуться к первоначальному представлению", - navTreeMap:"Перейти на уровень выше", - nextTab:"Следующая вкладка", - prevTab:"Предыдущая вкладка", - multitextSection:"Добавить элемент", - multitextextraSection:"Удалить элемент", - showChart:"Показать чарт", - hideChart:"Спрятать чарт", - resizeChart:"Изменить размер чарта" - }, - richtext:{ - underline: "Подчеркивание", - bold: "Жирный", - italic: "Курсив" - }, - combo:{ - select:"Выбрать", - selectAll:"Выбрать все", - unselectAll:"Сброс выбора" - } -}; \ No newline at end of file diff --git a/v3/js/libs/webix/i18n/zh.js b/v3/js/libs/webix/i18n/zh.js deleted file mode 100644 index 3944a0a..0000000 --- a/v3/js/libs/webix/i18n/zh.js +++ /dev/null @@ -1,84 +0,0 @@ -/*Chinese (Simplified, PRC) locale*/ -webix.i18n.locales["zh-CN"] = { - groupDelimiter:",", - groupSize:3, - decimalDelimiter:".", - decimalSize:2, - dateFormat:"%Y/%m/%j", - timeFormat:"%G:%i", - longDateFormat:"%Y'年'%m'月'%j'日'", - fullDateFormat:"%Y'年'%m'月'%j'日' %G:%i", - am:["上午","上午"], - pm:["下午","下午"], - price:"¥{obj}", - priceSettings:{ - groupDelimiter:",", - groupSize:3, - decimalDelimiter:".", - decimalSize:2 - }, - calendar:{ - monthFull:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"], - monthShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"], - dayFull:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"], - dayShort:["周日","周一","周二","周三","周四","周五","周六"], - hours: "小时", - minutes: "分钟", - done:"完成", - clear: "清除", - today: "今天" - }, - - dataExport:{ - page:"页", - of:"从" - }, - PDFviewer:{ - of:"从", - automaticZoom:"自动设置页面大小", - actualSize:"实际尺寸", - pageFit:"页面大小", - pageWidth:"页面宽度", - pageHeight:"页面高度" - }, - aria:{ - calendar:"日历", - increaseValue:"增加值", - decreaseValue:"减少值", - navMonth:["上个月", "下个月"], - navYear:["上年", "明年"], - navDecade:["过去十年", "下个十年"], - dateFormat:"%Y'年'%m'月'%j'日'", - monthFormat:"%Y'年'%m'月", - yearFormat:"%Y'年", - hourFormat:"小时: %G", - minuteFormat:"分钟: %i", - removeItem:"删除元素", - pages:["第一页", "上一页", "下一页", "最后一页"], - page:"页", - headermenu:"标题菜单", - openGroup:"打开栏目组", - closeGroup:"关闭栏目组", - closeTab:"关闭标签", - showTabs:"显示更多选项卡", - resetTreeMap:"回到原来的视图", - navTreeMap:"升级", - nextTab:"下一个标签", - prevTab:"前一个标签", - multitextSection:"加元", - multitextextraSection:"删除元素", - showChart:"显示图表", - hideChart:"隐藏图表", - resizeChart:"调整图" - }, - richtext:{ - underline: "强调", - bold: "粗體", - italic: "斜体" - }, - combo:{ - select:"选择", - selectAll:"全选", - unselectAll:"全部取消选择" - } -}; diff --git a/v3/js/libs/webix/legacy/excanvas/AUTHORS.txt b/v3/js/libs/webix/legacy/excanvas/AUTHORS.txt deleted file mode 100644 index f3348aa..0000000 --- a/v3/js/libs/webix/legacy/excanvas/AUTHORS.txt +++ /dev/null @@ -1,10 +0,0 @@ -ExplorerCanvas - -Google Open Source: - - - -Developers: - Emil A Eklund - Erik Arvidsson - Glen Murphy \ No newline at end of file diff --git a/v3/js/libs/webix/legacy/excanvas/COPYING.txt b/v3/js/libs/webix/legacy/excanvas/COPYING.txt deleted file mode 100644 index d645695..0000000 --- a/v3/js/libs/webix/legacy/excanvas/COPYING.txt +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/v3/js/libs/webix/legacy/excanvas/README.txt b/v3/js/libs/webix/legacy/excanvas/README.txt deleted file mode 100644 index 9e8268b..0000000 --- a/v3/js/libs/webix/legacy/excanvas/README.txt +++ /dev/null @@ -1,22 +0,0 @@ -ExplorerCanvas -Copyright 2006 Google Inc. - -------------------------------------------------------------------------------- -DESCRIPTION - -Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based -drawing operations. ExplorerCanvas brings the same functionality to Internet -Explorer; web developers only need to include a single script tag in their -existing canvas webpages to enable this support. - - -------------------------------------------------------------------------------- -INSTALLATION - -Include the ExplorerCanvas tag in the same directory as your HTML files, and -add the following code to your page, preferably in the tag. - - - -If you run into trouble, please look at the included example code to see how -to best implement this \ No newline at end of file diff --git a/v3/js/libs/webix/legacy/excanvas/excanvas.js b/v3/js/libs/webix/legacy/excanvas/excanvas.js deleted file mode 100644 index e94c678..0000000 --- a/v3/js/libs/webix/legacy/excanvas/excanvas.js +++ /dev/null @@ -1,924 +0,0 @@ -// Copyright 2006 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - - -// Known Issues: -// -// * Patterns are not implemented. -// * Radial gradient are not implemented. The VML version of these look very -// different from the canvas one. -// * Clipping paths are not implemented. -// * Coordsize. The width and height attribute have higher priority than the -// width and height style values which isn't correct. -// * Painting mode isn't implemented. -// * Canvas width/height should is using content-box by default. IE in -// Quirks mode will draw the canvas using border-box. Either change your -// doctype to HTML5 -// (http://www.whatwg.org/specs/web-apps/current-work/#the-doctype) -// or use Box Sizing Behavior from WebFX -// (http://webfx.eae.net/dhtml/boxsizing/boxsizing.html) -// * Non uniform scaling does not correctly scale strokes. -// * Optimize. There is always room for speed improvements. - -// Only add this code if we do not already have a canvas implementation -if (!document.createElement('canvas').getContext) { - -(function() { - - // alias some functions to make (compiled) code shorter - var m = Math; - var mr = m.round; - var ms = m.sin; - var mc = m.cos; - var abs = m.abs; - var sqrt = m.sqrt; - - // this is used for sub pixel precision - var Z = 10; - var Z2 = Z / 2; - - /** - * This funtion is assigned to the elements as element.getContext(). - * @this {HTMLElement} - * @return {CanvasRenderingContext2D_} - */ - function getContext() { - return this.context_ || - (this.context_ = new CanvasRenderingContext2D_(this)); - } - - var slice = Array.prototype.slice; - - /** - * Binds a function to an object. The returned function will always use the - * passed in {@code obj} as {@code this}. - * - * Example: - * - * g = bind(f, obj, a, b) - * g(c, d) // will do f.call(obj, a, b, c, d) - * - * @param {Function} f The function to bind the object to - * @param {Object} obj The object that should act as this when the function - * is called - * @param {*} var_args Rest arguments that will be used as the initial - * arguments when the function is called - * @return {Function} A new function that has bound this - */ - function bind(f, obj, var_args) { - var a = slice.call(arguments, 2); - return function() { - return f.apply(obj, a.concat(slice.call(arguments))); - }; - } - - var G_vmlCanvasManager_ = { - init: function(opt_doc) { - if (/MSIE/.test(navigator.userAgent) && !window.opera) { - var doc = opt_doc || document; - // Create a dummy element so that IE will allow canvas elements to be - // recognized. - doc.createElement('canvas'); - doc.attachEvent('onreadystatechange', bind(this.init_, this, doc)); - } - }, - - init_: function(doc) { - // create xmlns - if (!doc.namespaces['g_vml_']) { - doc.namespaces.add('g_vml_', 'urn:schemas-microsoft-com:vml', - '#default#VML'); - - } - if (!doc.namespaces['g_o_']) { - doc.namespaces.add('g_o_', 'urn:schemas-microsoft-com:office:office', - '#default#VML'); - } - - // Setup default CSS. Only add one style sheet per document - if (!doc.styleSheets['ex_canvas_']) { - var ss = doc.createStyleSheet(); - ss.owningElement.id = 'ex_canvas_'; - ss.cssText = 'canvas{display:inline-block;overflow:hidden;' + - // default size is 300x150 in Gecko and Opera - 'text-align:left;width:300px;height:150px}' + - 'g_vml_\\:*{behavior:url(#default#VML)}' + - 'g_o_\\:*{behavior:url(#default#VML)}'; - - } - - // find all canvas elements - var els = doc.getElementsByTagName('canvas'); - for (var i = 0; i < els.length; i++) { - this.initElement(els[i]); - } - }, - - /** - * Public initializes a canvas element so that it can be used as canvas - * element from now on. This is called automatically before the page is - * loaded but if you are creating elements using createElement you need to - * make sure this is called on the element. - * @param {HTMLElement} el The canvas element to initialize. - * @return {HTMLElement} the element that was created. - */ - initElement: function(el) { - if (!el.getContext) { - - el.getContext = getContext; - - // Remove fallback content. There is no way to hide text nodes so we - // just remove all childNodes. We could hide all elements and remove - // text nodes but who really cares about the fallback content. - el.innerHTML = ''; - - // do not use inline function because that will leak memory - el.attachEvent('onpropertychange', onPropertyChange); - el.attachEvent('onresize', onResize); - - var attrs = el.attributes; - if (attrs.width && attrs.width.specified) { - // TODO: use runtimeStyle and coordsize - // el.getContext().setWidth_(attrs.width.nodeValue); - el.style.width = attrs.width.nodeValue + 'px'; - } else { - el.width = el.clientWidth; - } - if (attrs.height && attrs.height.specified) { - // TODO: use runtimeStyle and coordsize - // el.getContext().setHeight_(attrs.height.nodeValue); - el.style.height = attrs.height.nodeValue + 'px'; - } else { - el.height = el.clientHeight; - } - //el.getContext().setCoordsize_() - } - return el; - } - }; - - function onPropertyChange(e) { - var el = e.srcElement; - - switch (e.propertyName) { - case 'width': - el.style.width = el.attributes.width.nodeValue + 'px'; - el.getContext().clearRect(); - break; - case 'height': - el.style.height = el.attributes.height.nodeValue + 'px'; - el.getContext().clearRect(); - break; - } - } - - function onResize(e) { - var el = e.srcElement; - if (el.firstChild) { - el.firstChild.style.width = el.clientWidth + 'px'; - el.firstChild.style.height = el.clientHeight + 'px'; - } - } - - G_vmlCanvasManager_.init(); - - // precompute "00" to "FF" - var dec2hex = []; - for (var i = 0; i < 16; i++) { - for (var j = 0; j < 16; j++) { - dec2hex[i * 16 + j] = i.toString(16) + j.toString(16); - } - } - - function createMatrixIdentity() { - return [ - [1, 0, 0], - [0, 1, 0], - [0, 0, 1] - ]; - } - - function matrixMultiply(m1, m2) { - var result = createMatrixIdentity(); - - for (var x = 0; x < 3; x++) { - for (var y = 0; y < 3; y++) { - var sum = 0; - - for (var z = 0; z < 3; z++) { - sum += m1[x][z] * m2[z][y]; - } - - result[x][y] = sum; - } - } - return result; - } - - function copyState(o1, o2) { - o2.fillStyle = o1.fillStyle; - o2.lineCap = o1.lineCap; - o2.lineJoin = o1.lineJoin; - o2.lineWidth = o1.lineWidth; - o2.miterLimit = o1.miterLimit; - o2.shadowBlur = o1.shadowBlur; - o2.shadowColor = o1.shadowColor; - o2.shadowOffsetX = o1.shadowOffsetX; - o2.shadowOffsetY = o1.shadowOffsetY; - o2.strokeStyle = o1.strokeStyle; - o2.globalAlpha = o1.globalAlpha; - o2.arcScaleX_ = o1.arcScaleX_; - o2.arcScaleY_ = o1.arcScaleY_; - o2.lineScale_ = o1.lineScale_; - } - - function processStyle(styleString) { - var str, alpha = 1; - - styleString = String(styleString); - if (styleString.substring(0, 3) == 'rgb') { - var start = styleString.indexOf('(', 3); - var end = styleString.indexOf(')', start + 1); - var guts = styleString.substring(start + 1, end).split(','); - - str = '#'; - for (var i = 0; i < 3; i++) { - str += dec2hex[Number(guts[i])]; - } - - if (guts.length == 4 && styleString.substr(3, 1) == 'a') { - alpha = guts[3]; - } - } else { - str = styleString; - } - - return {color: str, alpha: alpha}; - } - - function processLineCap(lineCap) { - switch (lineCap) { - case 'butt': - return 'flat'; - case 'round': - return 'round'; - case 'square': - default: - return 'square'; - } - } - - /** - * This class implements CanvasRenderingContext2D interface as described by - * the WHATWG. - * @param {HTMLElement} surfaceElement The element that the 2D context should - * be associated with - */ - function CanvasRenderingContext2D_(surfaceElement) { - this.m_ = createMatrixIdentity(); - - this.mStack_ = []; - this.aStack_ = []; - this.currentPath_ = []; - - // Canvas context properties - this.strokeStyle = '#000'; - this.fillStyle = '#000'; - - this.lineWidth = 1; - this.lineJoin = 'miter'; - this.lineCap = 'butt'; - this.miterLimit = Z * 1; - this.globalAlpha = 1; - this.canvas = surfaceElement; - - var el = surfaceElement.ownerDocument.createElement('div'); - el.style.width = surfaceElement.clientWidth + 'px'; - el.style.height = surfaceElement.clientHeight + 'px'; - el.style.overflow = 'hidden'; - el.style.position = 'absolute'; - surfaceElement.appendChild(el); - - this.element_ = el; - this.arcScaleX_ = 1; - this.arcScaleY_ = 1; - this.lineScale_ = 1; - } - - var contextPrototype = CanvasRenderingContext2D_.prototype; - contextPrototype.clearRect = function() { - this.element_.innerHTML = ''; - }; - - contextPrototype.beginPath = function() { - // TODO: Branch current matrix so that save/restore has no effect - // as per safari docs. - this.currentPath_ = []; - }; - - contextPrototype.moveTo = function(aX, aY) { - var p = this.getCoords_(aX, aY); - this.currentPath_.push({type: 'moveTo', x: p.x, y: p.y}); - this.currentX_ = p.x; - this.currentY_ = p.y; - }; - - contextPrototype.lineTo = function(aX, aY) { - var p = this.getCoords_(aX, aY); - this.currentPath_.push({type: 'lineTo', x: p.x, y: p.y}); - - this.currentX_ = p.x; - this.currentY_ = p.y; - }; - - contextPrototype.bezierCurveTo = function(aCP1x, aCP1y, - aCP2x, aCP2y, - aX, aY) { - var p = this.getCoords_(aX, aY); - var cp1 = this.getCoords_(aCP1x, aCP1y); - var cp2 = this.getCoords_(aCP2x, aCP2y); - bezierCurveTo(this, cp1, cp2, p); - }; - - // Helper function that takes the already fixed cordinates. - function bezierCurveTo(self, cp1, cp2, p) { - self.currentPath_.push({ - type: 'bezierCurveTo', - cp1x: cp1.x, - cp1y: cp1.y, - cp2x: cp2.x, - cp2y: cp2.y, - x: p.x, - y: p.y - }); - self.currentX_ = p.x; - self.currentY_ = p.y; - } - - contextPrototype.quadraticCurveTo = function(aCPx, aCPy, aX, aY) { - // the following is lifted almost directly from - // http://developer.mozilla.org/en/docs/Canvas_tutorial:Drawing_shapes - - var cp = this.getCoords_(aCPx, aCPy); - var p = this.getCoords_(aX, aY); - - var cp1 = { - x: this.currentX_ + 2.0 / 3.0 * (cp.x - this.currentX_), - y: this.currentY_ + 2.0 / 3.0 * (cp.y - this.currentY_) - }; - var cp2 = { - x: cp1.x + (p.x - this.currentX_) / 3.0, - y: cp1.y + (p.y - this.currentY_) / 3.0 - }; - - bezierCurveTo(this, cp1, cp2, p); - }; - - contextPrototype.arc = function(aX, aY, aRadius, - aStartAngle, aEndAngle, aClockwise) { - aRadius *= Z; - var arcType = aClockwise ? 'at' : 'wa'; - - var xStart = aX + mc(aStartAngle) * aRadius - Z2; - var yStart = aY + ms(aStartAngle) * aRadius - Z2; - - var xEnd = aX + mc(aEndAngle) * aRadius - Z2; - var yEnd = aY + ms(aEndAngle) * aRadius - Z2; - - // IE won't render arches drawn counter clockwise if xStart == xEnd. - if (xStart == xEnd && !aClockwise) { - xStart += 0.125; // Offset xStart by 1/80 of a pixel. Use something - // that can be represented in binary - } - - var p = this.getCoords_(aX, aY); - var pStart = this.getCoords_(xStart, yStart); - var pEnd = this.getCoords_(xEnd, yEnd); - - this.currentPath_.push({type: arcType, - x: p.x, - y: p.y, - radius: aRadius, - xStart: pStart.x, - yStart: pStart.y, - xEnd: pEnd.x, - yEnd: pEnd.y}); - - }; - - contextPrototype.rect = function(aX, aY, aWidth, aHeight) { - this.moveTo(aX, aY); - this.lineTo(aX + aWidth, aY); - this.lineTo(aX + aWidth, aY + aHeight); - this.lineTo(aX, aY + aHeight); - this.closePath(); - }; - - contextPrototype.strokeRect = function(aX, aY, aWidth, aHeight) { - var oldPath = this.currentPath_; - this.beginPath(); - - this.moveTo(aX, aY); - this.lineTo(aX + aWidth, aY); - this.lineTo(aX + aWidth, aY + aHeight); - this.lineTo(aX, aY + aHeight); - this.closePath(); - this.stroke(); - - this.currentPath_ = oldPath; - }; - - contextPrototype.fillRect = function(aX, aY, aWidth, aHeight) { - var oldPath = this.currentPath_; - this.beginPath(); - - this.moveTo(aX, aY); - this.lineTo(aX + aWidth, aY); - this.lineTo(aX + aWidth, aY + aHeight); - this.lineTo(aX, aY + aHeight); - this.closePath(); - this.fill(); - - this.currentPath_ = oldPath; - }; - - contextPrototype.createLinearGradient = function(aX0, aY0, aX1, aY1) { - var gradient = new CanvasGradient_('gradient'); - gradient.x0_ = aX0; - gradient.y0_ = aY0; - gradient.x1_ = aX1; - gradient.y1_ = aY1; - return gradient; - }; - - contextPrototype.createRadialGradient = function(aX0, aY0, aR0, - aX1, aY1, aR1) { - var gradient = new CanvasGradient_('gradientradial'); - gradient.x0_ = aX0; - gradient.y0_ = aY0; - gradient.r0_ = aR0; - gradient.x1_ = aX1; - gradient.y1_ = aY1; - gradient.r1_ = aR1; - return gradient; - }; - - contextPrototype.drawImage = function(image, var_args) { - var dx, dy, dw, dh, sx, sy, sw, sh; - - // to find the original width we overide the width and height - var oldRuntimeWidth = image.runtimeStyle.width; - var oldRuntimeHeight = image.runtimeStyle.height; - image.runtimeStyle.width = 'auto'; - image.runtimeStyle.height = 'auto'; - - // get the original size - var w = image.width; - var h = image.height; - - // and remove overides - image.runtimeStyle.width = oldRuntimeWidth; - image.runtimeStyle.height = oldRuntimeHeight; - - if (arguments.length == 3) { - dx = arguments[1]; - dy = arguments[2]; - sx = sy = 0; - sw = dw = w; - sh = dh = h; - } else if (arguments.length == 5) { - dx = arguments[1]; - dy = arguments[2]; - dw = arguments[3]; - dh = arguments[4]; - sx = sy = 0; - sw = w; - sh = h; - } else if (arguments.length == 9) { - sx = arguments[1]; - sy = arguments[2]; - sw = arguments[3]; - sh = arguments[4]; - dx = arguments[5]; - dy = arguments[6]; - dw = arguments[7]; - dh = arguments[8]; - } else { - throw Error('Invalid number of arguments'); - } - - var d = this.getCoords_(dx, dy); - - var w2 = sw / 2; - var h2 = sh / 2; - - var vmlStr = []; - - var W = 10; - var H = 10; - - // For some reason that I've now forgotten, using divs didn't work - vmlStr.push(' ' , - '', - ''); - - this.element_.insertAdjacentHTML('BeforeEnd', - vmlStr.join('')); - }; - - contextPrototype.stroke = function(aFill) { - var lineStr = []; - var lineOpen = false; - var a = processStyle(aFill ? this.fillStyle : this.strokeStyle); - var color = a.color; - var opacity = a.alpha * this.globalAlpha; - - var W = 10; - var H = 10; - - lineStr.push(''); - - if (!aFill) { - var lineWidth = this.lineScale_ * this.lineWidth; - - // VML cannot correctly render a line if the width is less than 1px. - // In that case, we dilute the color to make the line look thinner. - if (lineWidth < 1) { - opacity *= lineWidth; - } - - lineStr.push( - '' - ); - } else if (typeof this.fillStyle == 'object') { - var fillStyle = this.fillStyle; - var angle = 0; - var focus = {x: 0, y: 0}; - - // additional offset - var shift = 0; - // scale factor for offset - var expansion = 1; - - if (fillStyle.type_ == 'gradient') { - var x0 = fillStyle.x0_ / this.arcScaleX_; - var y0 = fillStyle.y0_ / this.arcScaleY_; - var x1 = fillStyle.x1_ / this.arcScaleX_; - var y1 = fillStyle.y1_ / this.arcScaleY_; - var p0 = this.getCoords_(x0, y0); - var p1 = this.getCoords_(x1, y1); - var dx = p1.x - p0.x; - var dy = p1.y - p0.y; - angle = Math.atan2(dx, dy) * 180 / Math.PI; - - // The angle should be a non-negative number. - if (angle < 0) { - angle += 360; - } - - // Very small angles produce an unexpected result because they are - // converted to a scientific notation string. - if (angle < 1e-6) { - angle = 0; - } - } else { - var p0 = this.getCoords_(fillStyle.x0_, fillStyle.y0_); - var width = max.x - min.x; - var height = max.y - min.y; - focus = { - x: (p0.x - min.x) / width, - y: (p0.y - min.y) / height - }; - - width /= this.arcScaleX_ * Z; - height /= this.arcScaleY_ * Z; - var dimension = m.max(width, height); - shift = 2 * fillStyle.r0_ / dimension; - expansion = 2 * fillStyle.r1_ / dimension - shift; - } - - // We need to sort the color stops in ascending order by offset, - // otherwise IE won't interpret it correctly. - var stops = fillStyle.colors_; - stops.sort(function(cs1, cs2) { - return cs1.offset - cs2.offset; - }); - - var length = stops.length; - var color1 = stops[0].color; - var color2 = stops[length - 1].color; - var opacity1 = stops[0].alpha * this.globalAlpha; - var opacity2 = stops[length - 1].alpha * this.globalAlpha; - - var colors = []; - for (var i = 0; i < length; i++) { - var stop = stops[i]; - colors.push(stop.offset * expansion + shift + ' ' + stop.color); - } - - // When colors attribute is used, the meanings of opacity and o:opacity2 - // are reversed. - lineStr.push(''); - } else { - lineStr.push(''); - } - - lineStr.push(''); - - this.element_.insertAdjacentHTML('beforeEnd', lineStr.join('')); - }; - - contextPrototype.fill = function() { - this.stroke(true); - } - - contextPrototype.closePath = function() { - this.currentPath_.push({type: 'close'}); - }; - - /** - * @private - */ - contextPrototype.getCoords_ = function(aX, aY) { - var m = this.m_; - return { - x: Z * (aX * m[0][0] + aY * m[1][0] + m[2][0]) - Z2, - y: Z * (aX * m[0][1] + aY * m[1][1] + m[2][1]) - Z2 - } - }; - - contextPrototype.save = function() { - var o = {}; - copyState(this, o); - this.aStack_.push(o); - this.mStack_.push(this.m_); - this.m_ = matrixMultiply(createMatrixIdentity(), this.m_); - }; - - contextPrototype.restore = function() { - copyState(this.aStack_.pop(), this); - this.m_ = this.mStack_.pop(); - }; - - function matrixIsFinite(m) { - for (var j = 0; j < 3; j++) { - for (var k = 0; k < 2; k++) { - if (!isFinite(m[j][k]) || isNaN(m[j][k])) { - return false; - } - } - } - return true; - } - - function setM(ctx, m, updateLineScale) { - if (!matrixIsFinite(m)) { - return; - } - ctx.m_ = m; - - if (updateLineScale) { - // Get the line scale. - // Determinant of this.m_ means how much the area is enlarged by the - // transformation. So its square root can be used as a scale factor - // for width. - var det = m[0][0] * m[1][1] - m[0][1] * m[1][0]; - ctx.lineScale_ = sqrt(abs(det)); - } - } - - contextPrototype.translate = function(aX, aY) { - var m1 = [ - [1, 0, 0], - [0, 1, 0], - [aX, aY, 1] - ]; - - setM(this, matrixMultiply(m1, this.m_), false); - }; - - contextPrototype.rotate = function(aRot) { - var c = mc(aRot); - var s = ms(aRot); - - var m1 = [ - [c, s, 0], - [-s, c, 0], - [0, 0, 1] - ]; - - setM(this, matrixMultiply(m1, this.m_), false); - }; - - contextPrototype.scale = function(aX, aY) { - this.arcScaleX_ *= aX; - this.arcScaleY_ *= aY; - var m1 = [ - [aX, 0, 0], - [0, aY, 0], - [0, 0, 1] - ]; - - setM(this, matrixMultiply(m1, this.m_), true); - }; - - contextPrototype.transform = function(m11, m12, m21, m22, dx, dy) { - var m1 = [ - [m11, m12, 0], - [m21, m22, 0], - [dx, dy, 1] - ]; - - setM(this, matrixMultiply(m1, this.m_), true); - }; - - contextPrototype.setTransform = function(m11, m12, m21, m22, dx, dy) { - var m = [ - [m11, m12, 0], - [m21, m22, 0], - [dx, dy, 1] - ]; - - setM(this, m, true); - }; - - /******** STUBS ********/ - contextPrototype.clip = function() { - // TODO: Implement - }; - - contextPrototype.arcTo = function() { - // TODO: Implement - }; - - contextPrototype.createPattern = function() { - return new CanvasPattern_; - }; - - // Gradient / Pattern Stubs - function CanvasGradient_(aType) { - this.type_ = aType; - this.x0_ = 0; - this.y0_ = 0; - this.r0_ = 0; - this.x1_ = 0; - this.y1_ = 0; - this.r1_ = 0; - this.colors_ = []; - } - - CanvasGradient_.prototype.addColorStop = function(aOffset, aColor) { - aColor = processStyle(aColor); - this.colors_.push({offset: aOffset, - color: aColor.color, - alpha: aColor.alpha}); - }; - - function CanvasPattern_() {} - - // set up externs - G_vmlCanvasManager = G_vmlCanvasManager_; - CanvasRenderingContext2D = CanvasRenderingContext2D_; - CanvasGradient = CanvasGradient_; - CanvasPattern = CanvasPattern_; - -})(); - -} // if \ No newline at end of file diff --git a/v3/js/libs/webix/legacy/swfobject.js b/v3/js/libs/webix/legacy/swfobject.js deleted file mode 100644 index f7ea8a5..0000000 --- a/v3/js/libs/webix/legacy/swfobject.js +++ /dev/null @@ -1,797 +0,0 @@ -/*! SWFObject v2.2 - -Copyright (c) 2009 bobbyvanderluis and TenSafeF...@gmail.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -*/ - -var swfobject = function() { - - var UNDEF = "undefined", - OBJECT = "object", - SHOCKWAVE_FLASH = "Shockwave Flash", - SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash", - FLASH_MIME_TYPE = "application/x-shockwave-flash", - EXPRESS_INSTALL_ID = "SWFObjectExprInst", - ON_READY_STATE_CHANGE = "onreadystatechange", - - win = window, - doc = document, - nav = navigator, - - plugin = false, - domLoadFnArr = [main], - regObjArr = [], - objIdArr = [], - listenersArr = [], - storedAltContent, - storedAltContentId, - storedCallbackFn, - storedCallbackObj, - isDomLoaded = false, - isExpressInstallActive = false, - dynamicStylesheet, - dynamicStylesheetMedia, - autoHideShow = true, - - /* Centralized function for browser feature detection - - User agent string detection is only used when no good alternative is possible - - Is executed directly for optimal performance - */ - ua = function() { - var w3cdom = typeof doc.getElementById != UNDEF && typeof doc.getElementsByTagName != UNDEF && typeof doc.createElement != UNDEF, - u = nav.userAgent.toLowerCase(), - p = nav.platform.toLowerCase(), - windows = p ? /win/.test(p) : /win/.test(u), - mac = p ? /mac/.test(p) : /mac/.test(u), - webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit - ie = !+"\v1", // feature detection based on Andrea Giammarchi's solution: http://webreflection.blogspot.com/2009/01/32-bytes-to-know-if-your-browser-is-ie.html - playerVersion = [0,0,0], - d = null; - if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) { - d = nav.plugins[SHOCKWAVE_FLASH].description; - if (d && !(typeof nav.mimeTypes != UNDEF && nav.mimeTypes[FLASH_MIME_TYPE] && !nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)) { // navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin indicates whether plug-ins are enabled or disabled in Safari 3+ - plugin = true; - ie = false; // cascaded feature detection for Internet Explorer - d = d.replace(/^.*\s+(\S+\s+\S+$)/, "$1"); - playerVersion[0] = parseInt(d.replace(/^(.*)\..*$/, "$1"), 10); - playerVersion[1] = parseInt(d.replace(/^.*\.(.*)\s.*$/, "$1"), 10); - playerVersion[2] = /[a-zA-Z]/.test(d) ? parseInt(d.replace(/^.*[a-zA-Z]+(.*)$/, "$1"), 10) : 0; - } - } - else if (typeof win.ActiveXObject != UNDEF) { - try { - var a = new ActiveXObject(SHOCKWAVE_FLASH_AX); - if (a) { // a will return null when ActiveX is disabled - d = a.GetVariable("$version"); - if (d) { - ie = true; // cascaded feature detection for Internet Explorer - d = d.split(" ")[1].split(","); - playerVersion = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)]; - } - } - } - catch(e) {} - } - return { w3:w3cdom, pv:playerVersion, wk:webkit, ie:ie, win:windows, mac:mac }; - }(), - - /* Cross-browser onDomLoad - - Will fire an event as soon as the DOM of a web page is loaded - - Internet Explorer workaround based on Diego Perini's solution: http://javascript.nwbox.com/IEContentLoaded/ - - Regular onload serves as fallback - */ - onDomLoad = function() { - if (!ua.w3) { return; } - if ((typeof doc.readyState != UNDEF && doc.readyState == "complete") || (typeof doc.readyState == UNDEF && (doc.getElementsByTagName("body")[0] || doc.body))) { // function is fired after onload, e.g. when script is inserted dynamically - callDomLoadFunctions(); - } - if (!isDomLoaded) { - if (typeof doc.addEventListener != UNDEF) { - doc.addEventListener("DOMContentLoaded", callDomLoadFunctions, false); - } - if (ua.ie && ua.win) { - doc.attachEvent(ON_READY_STATE_CHANGE, function() { - if (doc.readyState == "complete") { - doc.detachEvent(ON_READY_STATE_CHANGE, arguments.callee); - callDomLoadFunctions(); - } - }); - if (win == top) { // if not inside an iframe - (function(){ - if (isDomLoaded) { return; } - try { - doc.documentElement.doScroll("left"); - } - catch(e) { - setTimeout(arguments.callee, 0); - return; - } - callDomLoadFunctions(); - })(); - } - } - if (ua.wk) { - (function(){ - if (isDomLoaded) { return; } - if (!/loaded|complete/.test(doc.readyState)) { - setTimeout(arguments.callee, 0); - return; - } - callDomLoadFunctions(); - })(); - } - addLoadEvent(callDomLoadFunctions); - } - }(); - - function callDomLoadFunctions() { - if (isDomLoaded) { return; } - try { // test if we can really add/remove elements to/from the DOM; we don't want to fire it too early - var t = doc.getElementsByTagName("body")[0].appendChild(createElement("span")); - t.parentNode.removeChild(t); - } - catch (e) { return; } - isDomLoaded = true; - var dl = domLoadFnArr.length; - for (var i = 0; i < dl; i++) { - domLoadFnArr[i](); - } - } - - function addDomLoadEvent(fn) { - if (isDomLoaded) { - fn(); - } - else { - domLoadFnArr[domLoadFnArr.length] = fn; // Array.push() is only available in IE5.5+ - } - } - - /* Cross-browser onload - - Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/ - - Will fire an event as soon as a web page including all of its assets are loaded - */ - function addLoadEvent(fn) { - if (typeof win.addEventListener != UNDEF) { - win.addEventListener("load", fn, false); - } - else if (typeof doc.addEventListener != UNDEF) { - doc.addEventListener("load", fn, false); - } - else if (typeof win.attachEvent != UNDEF) { - addListener(win, "onload", fn); - } - else if (typeof win.onload == "function") { - var fnOld = win.onload; - win.onload = function() { - fnOld(); - fn(); - }; - } - else { - win.onload = fn; - } - } - - /* Main function - - Will preferably execute onDomLoad, otherwise onload (as a fallback) - */ - function main() { - if (plugin) { - testPlayerVersion(); - } - else { - matchVersions(); - } - } - - /* Detect the Flash Player version for non-Internet Explorer browsers - - Detecting the plug-in version via the object element is more precise than using the plugins collection item's description: - a. Both release and build numbers can be detected - b. Avoid wrong descriptions by corrupt installers provided by Adobe - c. Avoid wrong descriptions by multiple Flash Player entries in the plugin Array, caused by incorrect browser imports - - Disadvantage of this method is that it depends on the availability of the DOM, while the plugins collection is immediately available - */ - function testPlayerVersion() { - var b = doc.getElementsByTagName("body")[0]; - var o = createElement(OBJECT); - o.setAttribute("type", FLASH_MIME_TYPE); - var t = b.appendChild(o); - if (t) { - var counter = 0; - (function(){ - if (typeof t.GetVariable != UNDEF) { - var d = t.GetVariable("$version"); - if (d) { - d = d.split(" ")[1].split(","); - ua.pv = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)]; - } - } - else if (counter < 10) { - counter++; - setTimeout(arguments.callee, 10); - return; - } - b.removeChild(o); - t = null; - matchVersions(); - })(); - } - else { - matchVersions(); - } - } - - /* Perform Flash Player and SWF version matching; static publishing only - */ - function matchVersions() { - var rl = regObjArr.length; - if (rl > 0) { - for (var i = 0; i < rl; i++) { // for each registered object element - var id = regObjArr[i].id; - var cb = regObjArr[i].callbackFn; - var cbObj = {success:false, id:id}; - if (ua.pv[0] > 0) { - var obj = getElementById(id); - if (obj) { - if (hasPlayerVersion(regObjArr[i].swfVersion) && !(ua.wk && ua.wk < 312)) { // Flash Player version >= published SWF version: Houston, we have a match! - setVisibility(id, true); - if (cb) { - cbObj.success = true; - cbObj.ref = getObjectById(id); - cb(cbObj); - } - } - else if (regObjArr[i].expressInstall && canExpressInstall()) { // show the Adobe Express Install dialog if set by the web page author and if supported - var att = {}; - att.data = regObjArr[i].expressInstall; - att.width = obj.getAttribute("width") || "0"; - att.height = obj.getAttribute("height") || "0"; - if (obj.getAttribute("class")) { att.styleclass = obj.getAttribute("class"); } - if (obj.getAttribute("align")) { att.align = obj.getAttribute("align"); } - // parse HTML object param element's name-value pairs - var par = {}; - var p = obj.getElementsByTagName("param"); - var pl = p.length; - for (var j = 0; j < pl; j++) { - if (p[j].getAttribute("name").toLowerCase() != "movie") { - par[p[j].getAttribute("name")] = p[j].getAttribute("value"); - } - } - showExpressInstall(att, par, id, cb); - } - else { // Flash Player and SWF version mismatch or an older Webkit engine that ignores the HTML object element's nested param elements: display alternative content instead of SWF - displayAltContent(obj); - if (cb) { cb(cbObj); } - } - } - } - else { // if no Flash Player is installed or the fp version cannot be detected we let the HTML object element do its job (either show a SWF or alternative content) - setVisibility(id, true); - if (cb) { - var o = getObjectById(id); // test whether there is an HTML object element or not - if (o && typeof o.SetVariable != UNDEF) { - cbObj.success = true; - cbObj.ref = o; - } - cb(cbObj); - } - } - } - } - } - - function getObjectById(objectIdStr) { - var r = null; - var o = getElementById(objectIdStr); - if (o && o.nodeName == "OBJECT") { - if (typeof o.SetVariable != UNDEF) { - r = o; - } - else { - var n = o.getElementsByTagName(OBJECT)[0]; - if (n) { - r = n; - } - } - } - return r; - } - - /* Requirements for Adobe Express Install - - only one instance can be active at a time - - fp 6.0.65 or higher - - Win/Mac OS only - - no Webkit engines older than version 312 - */ - function canExpressInstall() { - return !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac) && !(ua.wk && ua.wk < 312); - } - - /* Show the Adobe Express Install dialog - - Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75 - */ - function showExpressInstall(att, par, replaceElemIdStr, callbackFn) { - isExpressInstallActive = true; - storedCallbackFn = callbackFn || null; - storedCallbackObj = {success:false, id:replaceElemIdStr}; - var obj = getElementById(replaceElemIdStr); - if (obj) { - if (obj.nodeName == "OBJECT") { // static publishing - storedAltContent = abstractAltContent(obj); - storedAltContentId = null; - } - else { // dynamic publishing - storedAltContent = obj; - storedAltContentId = replaceElemIdStr; - } - att.id = EXPRESS_INSTALL_ID; - if (typeof att.width == UNDEF || (!/%$/.test(att.width) && parseInt(att.width, 10) < 310)) { att.width = "310"; } - if (typeof att.height == UNDEF || (!/%$/.test(att.height) && parseInt(att.height, 10) < 137)) { att.height = "137"; } - doc.title = doc.title.slice(0, 47) + " - Flash Player Installation"; - var pt = ua.ie && ua.win ? "ActiveX" : "PlugIn", - fv = "MMredirectURL=" + encodeURI(window.location).toString().replace(/&/g,"%26") + "&MMplayerType=" + pt + "&MMdoctitle=" + doc.title; - if (typeof par.flashvars != UNDEF) { - par.flashvars += "&" + fv; - } - else { - par.flashvars = fv; - } - // IE only: when a SWF is loading (AND: not available in cache) wait for the readyState of the object element to become 4 before removing it, - // because you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work - if (ua.ie && ua.win && obj.readyState != 4) { - var newObj = createElement("div"); - replaceElemIdStr += "SWFObjectNew"; - newObj.setAttribute("id", replaceElemIdStr); - obj.parentNode.insertBefore(newObj, obj); // insert placeholder div that will be replaced by the object element that loads expressinstall.swf - obj.style.display = "none"; - (function(){ - if (obj.readyState == 4) { - obj.parentNode.removeChild(obj); - } - else { - setTimeout(arguments.callee, 10); - } - })(); - } - createSWF(att, par, replaceElemIdStr); - } - } - - /* Functions to abstract and display alternative content - */ - function displayAltContent(obj) { - if (ua.ie && ua.win && obj.readyState != 4) { - // IE only: when a SWF is loading (AND: not available in cache) wait for the readyState of the object element to become 4 before removing it, - // because you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work - var el = createElement("div"); - obj.parentNode.insertBefore(el, obj); // insert placeholder div that will be replaced by the alternative content - el.parentNode.replaceChild(abstractAltContent(obj), el); - obj.style.display = "none"; - (function(){ - if (obj.readyState == 4) { - obj.parentNode.removeChild(obj); - } - else { - setTimeout(arguments.callee, 10); - } - })(); - } - else { - obj.parentNode.replaceChild(abstractAltContent(obj), obj); - } - } - - function abstractAltContent(obj) { - var ac = createElement("div"); - if (ua.win && ua.ie) { - ac.innerHTML = obj.innerHTML; - } - else { - var nestedObj = obj.getElementsByTagName(OBJECT)[0]; - if (nestedObj) { - var c = nestedObj.childNodes; - if (c) { - var cl = c.length; - for (var i = 0; i < cl; i++) { - if (!(c[i].nodeType == 1 && c[i].nodeName == "PARAM") && !(c[i].nodeType == 8)) { - ac.appendChild(c[i].cloneNode(true)); - } - } - } - } - } - return ac; - } - - /* Cross-browser dynamic SWF creation - */ - function createSWF(attObj, parObj, id) { - var r, el = getElementById(id); - if (ua.wk && ua.wk < 312) { return r; } - if (el) { - if (typeof attObj.id == UNDEF) { // if no 'id' is defined for the object element, it will inherit the 'id' from the alternative content - attObj.id = id; - } - if (ua.ie && ua.win) { // Internet Explorer + the HTML object element + W3C DOM methods do not combine: fall back to outerHTML - var att = ""; - for (var i in attObj) { - if (attObj[i] != Object.prototype[i]) { // filter out prototype additions from other potential libraries - if (i.toLowerCase() == "data") { - parObj.movie = attObj[i]; - } - else if (i.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword - att += ' class="' + attObj[i] + '"'; - } - else if (i.toLowerCase() != "classid") { - att += ' ' + i + '="' + attObj[i] + '"'; - } - } - } - var par = ""; - for (var j in parObj) { - if (parObj[j] != Object.prototype[j]) { // filter out prototype additions from other potential libraries - par += ''; - } - } - el.outerHTML = '' + par + ''; - objIdArr[objIdArr.length] = attObj.id; // stored to fix object 'leaks' on unload (dynamic publishing only) - r = getElementById(attObj.id); - } - else { // well-behaving browsers - var o = createElement(OBJECT); - o.setAttribute("type", FLASH_MIME_TYPE); - for (var m in attObj) { - if (attObj[m] != Object.prototype[m]) { // filter out prototype additions from other potential libraries - if (m.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword - o.setAttribute("class", attObj[m]); - } - else if (m.toLowerCase() != "classid") { // filter out IE specific attribute - o.setAttribute(m, attObj[m]); - } - } - } - for (var n in parObj) { - if (parObj[n] != Object.prototype[n] && n.toLowerCase() != "movie") { // filter out prototype additions from other potential libraries and IE specific param element - createObjParam(o, n, parObj[n]); - } - } - el.parentNode.replaceChild(o, el); - r = o; - } - } - return r; - } - - function createObjParam(el, pName, pValue) { - var p = createElement("param"); - p.setAttribute("name", pName); - p.setAttribute("value", pValue); - el.appendChild(p); - } - - /* Cross-browser SWF removal - - Especially needed to safely and completely remove a SWF in Internet Explorer - */ - function removeSWF(id) { - var obj = getElementById(id); - if (obj && obj.nodeName == "OBJECT") { - if (ua.ie && ua.win) { - obj.style.display = "none"; - (function(){ - if (obj.readyState == 4) { - removeObjectInIE(id); - } - else { - setTimeout(arguments.callee, 10); - } - })(); - } - else { - obj.parentNode.removeChild(obj); - } - } - } - - function removeObjectInIE(id) { - var obj = getElementById(id); - if (obj) { - for (var i in obj) { - if (typeof obj[i] == "function") { - obj[i] = null; - } - } - obj.parentNode.removeChild(obj); - } - } - - /* Functions to optimize JavaScript compression - */ - function getElementById(id) { - var el = null; - try { - el = doc.getElementById(id); - } - catch (e) {} - return el; - } - - function createElement(el) { - return doc.createElement(el); - } - - /* Updated attachEvent function for Internet Explorer - - Stores attachEvent information in an Array, so on unload the detachEvent functions can be called to avoid memory leaks - */ - function addListener(target, eventType, fn) { - target.attachEvent(eventType, fn); - listenersArr[listenersArr.length] = [target, eventType, fn]; - } - - /* Flash Player and SWF content version matching - */ - function hasPlayerVersion(rv) { - var pv = ua.pv, v = rv.split("."); - v[0] = parseInt(v[0], 10); - v[1] = parseInt(v[1], 10) || 0; // supports short notation, e.g. "9" instead of "9.0.0" - v[2] = parseInt(v[2], 10) || 0; - return (pv[0] > v[0] || (pv[0] == v[0] && pv[1] > v[1]) || (pv[0] == v[0] && pv[1] == v[1] && pv[2] >= v[2])) ? true : false; - } - - /* Cross-browser dynamic CSS creation - - Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php - */ - function createCSS(sel, decl, media, newStyle) { - if (ua.ie && ua.mac) { return; } - var h = doc.getElementsByTagName("head")[0]; - if (!h) { return; } // to also support badly authored HTML pages that lack a head element - var m = (media && typeof media == "string") ? media : "screen"; - if (newStyle) { - dynamicStylesheet = null; - dynamicStylesheetMedia = null; - } - if (!dynamicStylesheet || dynamicStylesheetMedia != m) { - // create dynamic stylesheet + get a global reference to it - var s = createElement("style"); - s.setAttribute("type", "text/css"); - s.setAttribute("media", m); - dynamicStylesheet = h.appendChild(s); - if (ua.ie && ua.win && typeof doc.styleSheets != UNDEF && doc.styleSheets.length > 0) { - dynamicStylesheet = doc.styleSheets[doc.styleSheets.length - 1]; - } - dynamicStylesheetMedia = m; - } - // add style rule - if (ua.ie && ua.win) { - if (dynamicStylesheet && typeof dynamicStylesheet.addRule == OBJECT) { - dynamicStylesheet.addRule(sel, decl); - } - } - else { - if (dynamicStylesheet && typeof doc.createTextNode != UNDEF) { - dynamicStylesheet.appendChild(doc.createTextNode(sel + " {" + decl + "}")); - } - } - } - - function setVisibility(id, isVisible) { - if (!autoHideShow) { return; } - var v = isVisible ? "visible" : "hidden"; - if (isDomLoaded && getElementById(id)) { - getElementById(id).style.visibility = v; - } - else { - createCSS("#" + id, "visibility:" + v); - } - } - - /* Filter to avoid XSS attacks - */ - function urlEncodeIfNecessary(s) { - var regex = /[\\\"<>\.;]/; - var hasBadChars = regex.exec(s) != null; - return hasBadChars && typeof encodeURIComponent != UNDEF ? encodeURIComponent(s) : s; - } - - /* Release memory to avoid memory leaks caused by closures, fix hanging audio/video threads and force open sockets/NetConnections to disconnect (Internet Explorer only) - */ - var cleanup = function() { - if (ua.ie && ua.win) { - window.attachEvent("onunload", function() { - // remove listeners to avoid memory leaks - var ll = listenersArr.length; - for (var i = 0; i < ll; i++) { - listenersArr[i][0].detachEvent(listenersArr[i][1], listenersArr[i][2]); - } - // cleanup dynamically embedded objects to fix audio/video threads and force open sockets and NetConnections to disconnect - var il = objIdArr.length; - for (var j = 0; j < il; j++) { - removeSWF(objIdArr[j]); - } - // cleanup library's main closures to avoid memory leaks - for (var k in ua) { - ua[k] = null; - } - ua = null; - for (var l in swfobject) { - swfobject[l] = null; - } - swfobject = null; - }); - } - }(); - - return { - /* Public API - - Reference: http://code.google.com/p/swfobject/wiki/documentation - */ - registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr, callbackFn) { - if (ua.w3 && objectIdStr && swfVersionStr) { - var regObj = {}; - regObj.id = objectIdStr; - regObj.swfVersion = swfVersionStr; - regObj.expressInstall = xiSwfUrlStr; - regObj.callbackFn = callbackFn; - regObjArr[regObjArr.length] = regObj; - setVisibility(objectIdStr, false); - } - else if (callbackFn) { - callbackFn({success:false, id:objectIdStr}); - } - }, - - getObjectById: function(objectIdStr) { - if (ua.w3) { - return getObjectById(objectIdStr); - } - }, - - embedSWF: function(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj, callbackFn) { - var callbackObj = {success:false, id:replaceElemIdStr}; - if (ua.w3 && !(ua.wk && ua.wk < 312) && swfUrlStr && replaceElemIdStr && widthStr && heightStr && swfVersionStr) { - setVisibility(replaceElemIdStr, false); - addDomLoadEvent(function() { - widthStr += ""; // auto-convert to string - heightStr += ""; - var att = {}; - if (attObj && typeof attObj === OBJECT) { - for (var i in attObj) { // copy object to avoid the use of references, because web authors often reuse attObj for multiple SWFs - att[i] = attObj[i]; - } - } - att.data = swfUrlStr; - att.width = widthStr; - att.height = heightStr; - var par = {}; - if (parObj && typeof parObj === OBJECT) { - for (var j in parObj) { // copy object to avoid the use of references, because web authors often reuse parObj for multiple SWFs - par[j] = parObj[j]; - } - } - if (flashvarsObj && typeof flashvarsObj === OBJECT) { - for (var k in flashvarsObj) { // copy object to avoid the use of references, because web authors often reuse flashvarsObj for multiple SWFs - if (typeof par.flashvars != UNDEF) { - par.flashvars += "&" + k + "=" + flashvarsObj[k]; - } - else { - par.flashvars = k + "=" + flashvarsObj[k]; - } - } - } - if (hasPlayerVersion(swfVersionStr)) { // create SWF - var obj = createSWF(att, par, replaceElemIdStr); - if (att.id == replaceElemIdStr) { - setVisibility(replaceElemIdStr, true); - } - callbackObj.success = true; - callbackObj.ref = obj; - } - else if (xiSwfUrlStr && canExpressInstall()) { // show Adobe Express Install - att.data = xiSwfUrlStr; - showExpressInstall(att, par, replaceElemIdStr, callbackFn); - return; - } - else { // show alternative content - setVisibility(replaceElemIdStr, true); - } - if (callbackFn) { callbackFn(callbackObj); } - }); - } - else if (callbackFn) { callbackFn(callbackObj); } - }, - - switchOffAutoHideShow: function() { - autoHideShow = false; - }, - - ua: ua, - - getFlashPlayerVersion: function() { - return { major:ua.pv[0], minor:ua.pv[1], release:ua.pv[2] }; - }, - - hasFlashPlayerVersion: hasPlayerVersion, - - createSWF: function(attObj, parObj, replaceElemIdStr) { - if (ua.w3) { - return createSWF(attObj, parObj, replaceElemIdStr); - } - else { - return undefined; - } - }, - - showExpressInstall: function(att, par, replaceElemIdStr, callbackFn) { - if (ua.w3 && canExpressInstall()) { - showExpressInstall(att, par, replaceElemIdStr, callbackFn); - } - }, - - removeSWF: function(objElemIdStr) { - if (ua.w3) { - removeSWF(objElemIdStr); - } - }, - - createCSS: function(selStr, declStr, mediaStr, newStyleBoolean) { - if (ua.w3) { - createCSS(selStr, declStr, mediaStr, newStyleBoolean); - } - }, - - addDomLoadEvent: addDomLoadEvent, - - addLoadEvent: addLoadEvent, - - getQueryParamValue: function(param) { - var q = doc.location.search || doc.location.hash; - if (q) { - if (/\?/.test(q)) { q = q.split("?")[1]; } // strip question mark - if (param == null) { - return urlEncodeIfNecessary(q); - } - var pairs = q.split("&"); - for (var i = 0; i < pairs.length; i++) { - if (pairs[i].substring(0, pairs[i].indexOf("=")) == param) { - return urlEncodeIfNecessary(pairs[i].substring((pairs[i].indexOf("=") + 1))); - } - } - } - return ""; - }, - - // For internal usage only - expressInstallCallback: function() { - if (isExpressInstallActive) { - var obj = getElementById(EXPRESS_INSTALL_ID); - if (obj && storedAltContent) { - obj.parentNode.replaceChild(storedAltContent, obj); - if (storedAltContentId) { - setVisibility(storedAltContentId, true); - if (ua.ie && ua.win) { storedAltContent.style.display = "block"; } - } - if (storedCallbackFn) { storedCallbackFn(storedCallbackObj); } - } - isExpressInstallActive = false; - } - } - }; -}(); diff --git a/v3/js/libs/webix/license.txt b/v3/js/libs/webix/license.txt deleted file mode 100644 index 20d40b6..0000000 --- a/v3/js/libs/webix/license.txt +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. \ No newline at end of file diff --git a/v3/js/libs/webix/package.json b/v3/js/libs/webix/package.json deleted file mode 100644 index 3a5a518..0000000 --- a/v3/js/libs/webix/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "webix", - "productTag": "webix", - "version": "9.0.0", - "description": "Javascript UI for Web", - "scripts": { - "lint": "yarn eslint \"sources/**/*.js\"", - "build": "rollup -c ./rollup.config.js", - "watch": "rollup -c ./rollup.config.js -w", - "server": "node backend/index.js" - }, - "private":true, - "homepage": "https://webix.com", - "devDependencies": { - "@babel/core": "^7.1.2", - "@babel/preset-env": "^7.1.0", - "rollup": "^0.66.2", - "rollup-plugin-babel": "^4.0.3", - "rollup-plugin-eslint": "^5.0.0", - "rollup-plugin-hypothetical": "^2.1.0", - "rollup-plugin-less": "^0.1.4", - "rollup-plugin-license": "^0.7.0", - "rollup-plugin-replace": "^2.1.0", - "rollup-plugin-uglify": "^6.0.0", - "rollup-plugin-commonjs": "^9.1.8", - "rollup-plugin-node-resolve": "^3.4.0", - - "apollo-server-express": "^2.2.2", - "bluebird": "^3.5.3", - "body-parser": "^1.18.3", - "busboy": "^0.2.14", - "eslint": "^5.8.0", - "express": "^4.16.4", - "faye": "^1.2.4", - "graphql": "^14.0.2", - "nedb": "^1.8.0" - }, - "dependencies": {} -} diff --git a/v3/js/libs/webix/rollup.config.js b/v3/js/libs/webix/rollup.config.js deleted file mode 100644 index 27625a0..0000000 --- a/v3/js/libs/webix/rollup.config.js +++ /dev/null @@ -1,95 +0,0 @@ -import less from "rollup-plugin-less"; -import babel from "rollup-plugin-babel"; -import replace from "rollup-plugin-replace"; -import license from "rollup-plugin-license"; -import { uglify } from "rollup-plugin-uglify"; -import { eslint } from "rollup-plugin-eslint"; -import common from "rollup-plugin-commonjs"; -import resolve from "rollup-plugin-node-resolve"; - -module.exports = function(cli){ - const pkg = require("./package.json"); - - const name = pkg.productTag; - const mode = cli["config-mode"] || "fast"; - const outname = cli["config-name"] || ( mode === "min" ? `${name}.min` : name ); - const skin = cli["config-skin"] || "material"; - - const plugins = [ - replace({ - DEBUG: mode !== "min", - VERSION: pkg.version - }), - less({ - output:`codebase/${name}.css`, - option:{ - paths:[ `${__dirname}/sources/css/skins/${skin}` ] - } - }), - license({ - sourceMap: true, - banner: `@license -webix <%= pkg.productName %> v.<%= pkg.version %> -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details` - }), - resolve({ main:true, module:false }), - common({}) - ]; - - let sourcemap = false; - let treeshake = false; - - - if (mode !== "fastest"){ - plugins.push(eslint({ - - })); - plugins.push(babel({ - exclude: "node_modules/**", - presets: [ - [ - "@babel/preset-env", - { - loose: true, - targets: { "ie": "8" }, - exclude: [ "transform-function-name" ] - } - ] - ] - })); - - if (mode !== "fast"){ - sourcemap = (mode === "normal" || mode === "min"); - treeshake = true; - } - } - - if (mode === "min"){ - plugins.push(uglify({ - mangle:{ - properties:{ regex:/^_(?!id$).*$/ }, - reserved:["log", "assert"] - }, - compress: { - pure_funcs:["log", "assert"] - } - })); - } - - return { - treeshake, - input: `sources/${name}.js`, - plugins, - output: { - file: `codebase/${outname}.js`, - format: "umd", - name, - sourcemap - }, - watch:{ - chokidar: false, - include: "sources/**/*.js" - } - }; -}; \ No newline at end of file diff --git a/v3/js/libs/webix/skins/air.css b/v3/js/libs/webix/skins/air.css deleted file mode 100644 index 2c648c2..0000000 --- a/v3/js/libs/webix/skins/air.css +++ /dev/null @@ -1,1495 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #a4bed4;background-color:#fff;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#fff} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#ebebeb} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:10px;padding-left:10px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:8.5px;color:#444;font-size:10px;text-transform:uppercase;line-height:34px} -.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} -.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#ebebeb} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_header>div{padding-left:10px;font-family:Helvetica,Verdana;color:#1e2022;font-size:13px;font-weight:700;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x;line-height:32px;line-height:34px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#1e2022} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#727981;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #9fa5aa} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #a4bed4;position:relative;z-index:2;font-family:Helvetica,Verdana;color:#1e2022;font-size:13px;font-weight:700;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x;line-height:32px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#1e2022} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:14px 14px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{background-size:100% 100%;background-position:0 0;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f);background-image:-moz-linear-gradient(#ffebc2,#ffdb8f);background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#1e2022;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#d6e8ff} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none} -.webix_list-x .webix_list_item.webix_selected{border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #a4bed4;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana;font-size:13px} -.webix_pager_item_selected{cursor:default;background-color:#ffdb8f;border:1px solid #ffd47b} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-right:1px solid #ebebeb} -.webix_dataview_item.webix_selected{background-size:100% 100%;background-position:0 0;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f);background-image:-moz-linear-gradient(#ffebc2,#ffdb8f);background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f);border-bottom:1px solid #ffd47b;border-right:1px solid #ffd47b} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#9aa0a5} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#4e5358;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#4e5358} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Helvetica,Verdana;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:28px;line-height:28px;display:inline-block;margin:0 5px;border-radius:6px} -.webix_popup_button div{border-radius:6px} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #a4bed4} -.webix_button input,.webix_popup_button div{font-size:13px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);height:28px;line-height:28px} -.webix_popup_button.confirm div{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x} -.webix_popup_title{color:#fff;height:40px;line-height:40px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;font-size:13px;color:#1e2022;min-height:60px} -.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #a4bed4;background-color:#fff;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #a4bed4;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #a4bed4;border-bottom:1px solid #a4bed4;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:2px 5px 2px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#1e2022!important;height:30px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #a4bed4;line-height:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana} -.webix_richfilter{margin-top:1px;line-height:30px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px solid #a4bed4;border-bottom:1px solid #a4bed4} -.webix_ss_footer td{border-right:1px solid #ebebeb;border-top:1px solid #ebebeb} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #a4bed4} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #a4bed4} -.webix_last_topcell.webix_cell{border-bottom:1px solid #a4bed4} -.webix_column>div,.webix_table_cell{border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px} -.webix_column{text-align:left} -.webix_column>div:nth-child(even){background-color:#f7f7f7} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ffd47b} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:34px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#1e2022} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{background-size:100% 100%;background-position:0 0;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f);background-image:-moz-linear-gradient(#ffebc2,#ffdb8f);background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)} -.webix_column>div.webix_cell_select{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;padding-top:0} -.webix_column>div.webix_column_select{border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){background-size:100% 100%;background-position:0 0;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f);background-image:-moz-linear-gradient(#ffebc2,#ffdb8f);background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #ebebeb} -.webix_cell.webix_dtable_colrow.webix_selected{background-size:100% 100%;background-position:0 0;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f);background-image:-moz-linear-gradient(#ffebc2,#ffdb8f);background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)} -.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} -.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #a4bed4} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{background-size:100% 100%;background-position:0 0;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f);background-image:-moz-linear-gradient(#ffebc2,#ffdb8f);background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)} -.webix_hcell span.webix_input_icon{background-color:#a4bed4} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#1e2022} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#1e2022;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{font-family:Helvetica,Verdana;color:#1e2022;font-size:13px;font-weight:700;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x;padding:0;text-align:center;line-height:34px} -.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#1e2022} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#d6e8ff;display:block;border:1px solid #70afff;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;background-size:100% 100%;background-position:0 0;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f);background-image:-moz-linear-gradient(#ffebc2,#ffdb8f);background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs=)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw==)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw==)} -.webix_tree_img{background:0 0;float:left;width:18px;height:22px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#fff} -.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#1e2022;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#1e2022;background:#ffdb8f} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#1e2022;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#727981;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700;color:#C66200} -.webix_cal_outside{color:#7e868e} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#7e868e;background:#f0f0f0} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#ffdb8f;color:#1e2022} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#d6e8ff} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#1e2022;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #a4bed4} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:6px;border:1px solid #a4bed4;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x;float:right} -.webix_cal_blurred_hours{background-color:#f7f7f7} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_line:nth-child(odd){background-color:#f7f7f7} -.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} -.webix_property_label{border-right:1px solid #a4bed4} -.webix_property_label_line{padding-left:10px;font-family:Helvetica,Verdana;color:#1e2022;font-size:13px;font-weight:700;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x;line-height:32px;line-height:23px;border-bottom:1px solid #ebebeb} -.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#1e2022} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #a4bed4;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #a4bed4;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#fff} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#ffdb8f;color:#1e2022} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#7e868e} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #a4bed4} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;border:1px solid #a4bed4;height:100%;width:100%;cursor:pointer;font-size:13px;font-family:Helvetica,Verdana;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#1e2022} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);font-size:13px;font-family:Helvetica,Verdana;padding:0;border:0} -.webixtype_form{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x} -.webixtype_form:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background:#d6e8ff;background-repeat:no-repeat} -.webix_el_button .webixtype_danger{background:#c10;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e7877e),color-stop(100%,#c10));background-image:-webkit-linear-gradient(#e7877e,#c10);background-image:-moz-linear-gradient(#e7877e,#c10);background-image:-ms-linear-gradient(top,#e7877e,#c10);background-image:-o-linear-gradient(top,#e7877e,#c10);border:none!important;color:#fff} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);border:1px solid #a4bed4} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:6px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#1e2022} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#1e2022} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background-image:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background-image:-moz-linear-gradient(#fbfbfb,#e9e9e9);background-image:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background-image:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 2px;height:100%;width:100%;font-size:13px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #a4bed4;color:#1e2022;font-size:13px;font-family:Helvetica,Verdana;-webkit-appearance:none;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#1e2022;text-transform:none;font-size:13px} -.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:2px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:11px;color:#2a2d30} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#1e2022;line-height:30px;padding:2px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:13px;font-family:Helvetica,Verdana;border:1px solid #a4bed4} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #a4bed4;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:13px;width:50px;color:#1e2022;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_prev{padding-left:6px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_inp_counter_next{padding-left:6px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_el_textarea textarea{border:1px solid #a4bed4;height:100%;margin:0;padding:5px;color:#1e2022;resize:none;font-size:13px;font-family:Helvetica,Verdana;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:8.5px} -.webix_segment_0,.webix_segment_1{border:1px solid #a4bed4;border-right-width:0;height:100%} -.webix_segment_0{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{border:1px solid #a4bed4;height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_N:first-child{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);font-size:13px;font-family:Helvetica,Verdana;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{background-size:100% 100%;background-position:0 0;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f);background-image:-moz-linear-gradient(#ffebc2,#ffdb8f);background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)} -.webix_inp_static{border:1px solid #a4bed4;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#666d73} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#1e2022;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#1e2022;padding-right:24px;font-family:Helvetica,Verdana;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:6.5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:27px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:22px;height:22px;border-radius:6px} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search input{padding-right:30px} -.webix_el_search span{position:absolute;right:17px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background-image:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background-image:-moz-linear-gradient(#fbfbfb,#e9e9e9);background-image:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background-image:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#1e2022;font-size:13px;font-family:Helvetica,Verdana;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#000;cursor:pointer} -.webix_multilist .webix_selected{background:#f2f2f2;color:#1e2022} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#e6e6e6} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_tab_filler:first-child{border-right:1px solid #a4bed4} -.webix_item_tab:first-child{border-left:1px solid #a4bed4} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #a4bed4;border-left-width:0;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{border-bottom-width:0;background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#fff));background-image:-webkit-linear-gradient(#e5f1ff,#fff);background-image:-moz-linear-gradient(#e5f1ff,#fff);background-image:-ms-linear-gradient(top,#e5f1ff,#fff);background-image:-o-linear-gradient(top,#e5f1ff,#fff)} -.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;background-size:100% 100%;background-position:0 0;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f));background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f);background-image:-moz-linear-gradient(#ffebc2,#ffdb8f);background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f);background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #a4bed4;border-right:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background-image:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background-image:-moz-linear-gradient(#fbfbfb,#e9e9e9);background-image:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background-image:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:34px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:13px} -.webix_menu-x{background-color:#fff;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x} -.webix_menu-x .webix_list_item{display:inline-block;line-height:30px;-moz-background-size:1px 100%,100% 100%,1px 100%;background-size:1px 100%,100% 100%,1px 100%;background-color:transparent;margin:1px 0;background-position:0 0,1px 0,100% 0;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left top,left bottom,#f0f6ff,#fff,#f0f6ff),-webkit-gradient(linear,left top,left bottom,transparent,transparent),-webkit-gradient(linear,left top,left bottom,#f0f6ff,#a4bed4,#f0f6ff);background-image:-webkit-linear-gradient(#f0f6ff,#fff,#f0f6ff),-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(#f0f6ff,#a4bed4,#f0f6ff);background-image:-moz-linear-gradient(#f0f6ff,#fff,#f0f6ff),-moz-linear-gradient(transparent,transparent),-moz-linear-gradient(#f0f6ff,#a4bed4,#f0f6ff);background-image:-ms-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-ms-linear-gradient(transparent,transparent),-ms-linear-gradient(top,#f0f6ff,#a4bed4,#f0f6ff);background-image:-o-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-o-linear-gradient(transparent,transparent),-o-linear-gradient(top,#f0f6ff,#a4bed4,#f0f6ff)} -.webix_menu-x .webix_list_item:last-child{background-size:1px 100%,100% 100%,1px 100%;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left top,left bottom,#f0f6ff,#fff,#f0f6ff),-webkit-gradient(linear,left top,left bottom,transparent,transparent),-webkit-gradient(linear,left top,left bottom,transparent,transparent);background-image:-webkit-linear-gradient(#f0f6ff,#fff,#f0f6ff),-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(transparent,transparent);background-image:-moz-linear-gradient(#f0f6ff,#fff,#f0f6ff),-moz-linear-gradient(transparent,transparent),-moz-linear-gradient(transparent,transparent);background-image:-ms-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-ms-linear-gradient(transparent,transparent),-ms-linear-gradient(transparent,transparent);background-image:-o-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-o-linear-gradient(transparent,transparent),-o-linear-gradient(transparent,transparent);border-right:0} -.webix_menu{background:#fff;border:1px solid #a4bed4;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #a4bed4} -.webix_menu .webix_submenu_icon{top:11px} -.webix_menu .webix_context_spacer{height:28px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #81a5c4;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#1e2022;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#1e2022;line-height:30px;padding:2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;padding-top:13px;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px} -.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;border:1px solid #b5cadc;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid #b5cadc;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;width:14px;height:14px;border-radius:8px} -.webix_slider_box .webix_slider_left{background:#f5f9ff} -.webix_slider_box .webix_slider_handle{border:1px solid #a4bed4;-moz-box-shadow:inset 0 1px 1px 1px #fff;-webkit-box-shadow:inset 0 1px 1px 1px #fff;box-shadow:inset 0 1px 1px #fff;background:#fafcff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d6e8ff),color-stop(100%,#fafcff));background-image:-webkit-linear-gradient(#d6e8ff,#fafcff);background-image:-moz-linear-gradient(#d6e8ff,#fafcff);background-image:-ms-linear-gradient(top,#d6e8ff,#fafcff);background-image:-o-linear-gradient(top,#d6e8ff,#fafcff);top:10px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:14px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{background:#f0f6ff} -.webix_slider_alt .webix_slider_box .webix_slider_right{background:#eee} -.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#f5f9ff;top:10px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:10px;float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:7px} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{height:11px;width:14px;left:5px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;height:24px;width:60px;background-color:#f1f1f1;border:1px solid #a4bed4;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#ffdb8f;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#666d73} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#ffdb8f;border-color:#ffdb8f} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#ffdb8f;box-shadow:inset 0 0 1px 2px #ffdb8f} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #a4bed4} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#1e2022;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:6px;border:1px solid #a4bed4;cursor:pointer;font-size:13px;font-family:Helvetica,Verdana} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -.webix_toolbar .webix_el_label,.webix_toolbar .webix_inp_label{color:#1e2022} -.webix_ss_sort_asc{position:absolute;float:right;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC)} -.webix_ss_sort_desc{position:absolute;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC)} -.webix_group_back .webix_arrow_icon{color:#1e2022} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:rgba(255,255,255,.4)!important} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:hover{background-color:rgba(0,0,0,.05)!important} -.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} -.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#375975 transparent transparent transparent} -.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #375975} -.webix_popup_title{color:#1e2022!important;background:#e3e3e3!important;font-size:15px!important;font-weight:700;border-bottom:1px solid #dedede!important;text-shadow:none!important} -.webix_modal_box{background:#ebebeb!important;border:1px solid #a4bed4!important} -.confirmButton{color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x} -.confirmButtonActive{background:#fff} -.webix_item_tab{font-size:13px} -.buttonStyle{font-size:13px;font-family:Helvetica,Verdana} -.activeShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_img_btn_abs:active+input,.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background:#f5f5f5;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-repeat:none} -.webix_icon_button:active,.webix_img_btn:active,.webix_img_btn_top:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background:#f5f5f5!important} -.webix_slider_vertical .webix_slider_box{margin-top:-8px} -.webix_rangeslider .webix_slider_title_box{height:17px} -.webix_switch_box.webix_switch_on{background-color:#a4bed4} -.webix_switch_text{line-height:21px} -.webix_accordionitem_label .webix_icon{font-size:19px;width:25px} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_progress_bottom,.webix_progress_top{background:#f7f7f7;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(50%,#f7f7f7),color-stop(100%,#f2f2f2));background-image:-webkit-linear-gradient(top,#f2f2f2 0,#f7f7f7 50%,#f2f2f2 100%);background-image:-moz-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-image:-ms-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-image:-o-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-position:0 1px;background-repeat:repeat-x} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_daterange .webix_range_footer .webix_template{padding:10px 0} -.webix_cal_range{background-color:#fff4dc} -.webix_item_tab .webix_icon{width:30px;font-size:19px} -.webix_tab_more_icon{border-bottom:1px solid #a4bed4} -.webix_skin_mark{height:110px} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;color:#1e2022!important;box-shadow:0 1px 1px #fff inset;background:#e5f1ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);background-position:0 1px;background-repeat:repeat-x;border-right:1px solid #a4bed4;border-bottom:1px solid #a4bed4} -.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#666d73} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/aircompact.css b/v3/js/libs/webix/skins/aircompact.css deleted file mode 100644 index 61b0b16..0000000 --- a/v3/js/libs/webix/skins/aircompact.css +++ /dev/null @@ -1,1499 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #a4bed4;background-color:#fff;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#fff} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#ebebeb} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:10px;padding-left:10px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:6px;color:#444;font-size:10px;text-transform:uppercase;line-height:24px} -.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} -.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#ebebeb} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_header>div{padding-left:10px;font-family:Helvetica,Verdana;color:#1e2022;font-size:13px;font-weight:700;color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x;line-height:22px;line-height:24px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#1e2022} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#727981;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #9fa5aa} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #a4bed4;position:relative;z-index:2;font-family:Helvetica,Verdana;color:#1e2022;font-size:13px;font-weight:700;color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x;line-height:22px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#1e2022} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:9px 9px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 4px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{background-size:100% 100%!important;background-position:0 0!important;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;padding:2px 4px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#1e2022;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:17px} -.webix_group_back .webix_arrow_icon{left:5px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 4px;line-height:19px;text-align:left;background-color:#d6e8ff} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none} -.webix_list-x .webix_list_item.webix_selected{border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-left:3px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #a4bed4;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana;font-size:13px} -.webix_pager_item_selected{cursor:default;background-color:#ffdb8f;border:1px solid #ffd47b} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 4px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-right:1px solid #ebebeb} -.webix_dataview_item.webix_selected{background-size:100% 100%!important;background-position:0 0!important;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important;border-bottom:1px solid #ffd47b;border-right:1px solid #ffd47b} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#9aa0a5} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#4e5358;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#4e5358} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Helvetica,Verdana;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:23px;line-height:23px;display:inline-block;margin:0 5px;border-radius:6px} -.webix_popup_button div{border-radius:6px} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #a4bed4} -.webix_button input,.webix_popup_button div{font-size:13px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);height:23px;line-height:23px} -.webix_popup_button.confirm div{color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x} -.webix_popup_title{color:#fff;height:40px;line-height:40px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;font-size:13px;color:#1e2022;min-height:60px} -.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #a4bed4;background-color:#fff;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:23px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #a4bed4;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #a4bed4;border-bottom:1px solid #a4bed4;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:2px 5px 2px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#1e2022!important;height:20px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #a4bed4;line-height:25px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana} -.webix_richfilter{margin-top:1px;line-height:25px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} -.webix_hcell{padding:0 4px 0 4px;text-align:left} -.webix_ss_header td{border-right:1px solid #a4bed4;border-bottom:1px solid #a4bed4} -.webix_ss_footer td{border-right:1px solid #ebebeb;border-top:1px solid #ebebeb} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #a4bed4} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #a4bed4} -.webix_last_topcell.webix_cell{border-bottom:1px solid #a4bed4} -.webix_column>div,.webix_table_cell{border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 4px} -.webix_column{text-align:left} -.webix_column>div:nth-child(even){background-color:#f7f7f7} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ffd47b} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:26px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 4px;height:26px;line-height:18px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#1e2022} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{background-size:100% 100%!important;background-position:0 0!important;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} -.webix_column>div.webix_cell_select{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-top:0;padding-left:3px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:4px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ffd47b;box-shadow:0 1px #ffe3a9 inset;padding-top:0} -.webix_column>div.webix_column_select{border-right:1px solid #ffd47b;border-left:1px solid #ffd47b;padding-left:3px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){background-size:100% 100%!important;background-position:0 0!important;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:22px;padding-left:4px;padding-top:1px;border-bottom:1px solid #ebebeb} -.webix_cell.webix_dtable_colrow.webix_selected{background-size:100% 100%!important;background-position:0 0!important;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} -.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} -.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #a4bed4} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{background-size:100% 100%!important;background-position:0 0!important;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} -.webix_hcell span.webix_input_icon{background-color:#a4bed4} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#1e2022} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#1e2022;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{font-family:Helvetica,Verdana;color:#1e2022;font-size:13px;font-weight:700;color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x;padding:0;text-align:center;line-height:24px} -.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#1e2022} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#d6e8ff;display:block;border:1px solid #70afff;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;background-size:100% 100%!important;background-position:0 0!important;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs=)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw==)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw==)} -.webix_tree_img{background:0 0;float:left;width:18px;height:22px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#fff} -.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#1e2022;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#1e2022;background:#ffdb8f} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#1e2022;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#727981;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700;color:#C66200} -.webix_cal_outside{color:#7e868e} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#7e868e;background:#f0f0f0} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#ffdb8f;color:#1e2022} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#d6e8ff} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#1e2022;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #a4bed4} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:6px;border:1px solid #a4bed4;color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x;float:right} -.webix_cal_blurred_hours{background-color:#f7f7f7} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_line:nth-child(odd){background-color:#f7f7f7} -.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} -.webix_property_label{border-right:1px solid #a4bed4} -.webix_property_label_line{padding-left:10px;font-family:Helvetica,Verdana;color:#1e2022;font-size:13px;font-weight:700;color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x;line-height:22px;line-height:23px;border-bottom:1px solid #ebebeb} -.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#1e2022} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #a4bed4;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #a4bed4;font-family:Helvetica,Verdana;font-size:13px;color:#1e2022;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#fff} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#ffdb8f;color:#1e2022} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#7e868e} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #a4bed4} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;border:1px solid #a4bed4;height:100%;width:100%;cursor:pointer;font-size:13px;font-family:Helvetica,Verdana;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#1e2022} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);font-size:13px;font-family:Helvetica,Verdana;padding:0;border:0} -.webixtype_form{color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x} -.webixtype_form:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background:#d6e8ff;background-repeat:no-repeat} -.webix_el_button .webixtype_danger{background:#c10;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e7877e),color-stop(100%,#c10));background-image:-webkit-linear-gradient(#e7877e,#c10);background-image:-moz-linear-gradient(#e7877e,#c10);background-image:-ms-linear-gradient(top,#e7877e,#c10);background-image:-o-linear-gradient(top,#e7877e,#c10);border:none!important;color:#fff} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);border:1px solid #a4bed4} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:3.5px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#1e2022} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#1e2022} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background-image:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background-image:-moz-linear-gradient(#fbfbfb,#e9e9e9);background-image:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background-image:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 2px;height:100%;width:100%;font-size:13px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #a4bed4;color:#1e2022;font-size:13px;font-family:Helvetica,Verdana;-webkit-appearance:none;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#1e2022;text-transform:none;font-size:13px} -.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:2px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:11px;color:#2a2d30} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#1e2022;line-height:25px;padding:2px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:13px;font-family:Helvetica,Verdana;border:1px solid #a4bed4} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #a4bed4;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:13px;width:50px;color:#1e2022;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_prev{padding-left:6px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_inp_counter_next{padding-left:6px;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_el_textarea textarea{border:1px solid #a4bed4;height:100%;margin:0;padding:5px;color:#1e2022;resize:none;font-size:13px;font-family:Helvetica,Verdana;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:6px} -.webix_segment_0,.webix_segment_1{border:1px solid #a4bed4;border-right-width:0;height:100%} -.webix_segment_0{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{border:1px solid #a4bed4;height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_N:first-child{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;color:#1e2022;background:#e6e6e6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);font-size:13px;font-family:Helvetica,Verdana;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{background-size:100% 100%!important;background-position:0 0!important;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} -.webix_inp_static{border:1px solid #a4bed4;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#666d73} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#1e2022;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#1e2022;padding-right:24px;font-family:Helvetica,Verdana;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:23px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:17px;height:17px;border-radius:6px} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search input{padding-right:30px} -.webix_el_search span{position:absolute;right:14.5px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background-image:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background-image:-moz-linear-gradient(#fbfbfb,#e9e9e9);background-image:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background-image:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#1e2022;font-size:13px;font-family:Helvetica,Verdana;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#000;cursor:pointer} -.webix_multilist .webix_selected{background:#f2f2f2;color:#1e2022} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#e6e6e6} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_tab_filler:first-child{border-right:1px solid #a4bed4} -.webix_item_tab:first-child{border-left:1px solid #a4bed4} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #a4bed4;border-left-width:0;color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{border-bottom-width:0;background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#fff));background-image:-webkit-linear-gradient(#e5f1ff,#fff);background-image:-moz-linear-gradient(#e5f1ff,#fff);background-image:-ms-linear-gradient(top,#e5f1ff,#fff);background-image:-o-linear-gradient(top,#e5f1ff,#fff)} -.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;background-size:100% 100%!important;background-position:0 0!important;color:#1e2022;background:#ffdb8f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffebc2),color-stop(100%,#ffdb8f))!important;background-image:-webkit-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-moz-linear-gradient(#ffebc2,#ffdb8f)!important;background-image:-ms-linear-gradient(top,#ffebc2,#ffdb8f)!important;background-image:-o-linear-gradient(top,#ffebc2,#ffdb8f)!important} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #a4bed4;border-right:1px solid #a4bed4;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background-image:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background-image:-moz-linear-gradient(#fbfbfb,#e9e9e9);background-image:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background-image:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:25px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:8.5px} -.webix_menu-x{background-color:#fff;color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x} -.webix_menu-x .webix_list_item{display:inline-block;line-height:21px;-moz-background-size:1px 100%,100% 100%,1px 100%;background-size:1px 100%,100% 100%,1px 100%;background-color:transparent;margin:1px 0;background-position:0 0,1px 0,100% 0;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left top,left bottom,#f0f6ff,#fff,#f0f6ff),-webkit-gradient(linear,left top,left bottom,transparent,transparent),-webkit-gradient(linear,left top,left bottom,#f0f6ff,#a4bed4,#f0f6ff);background-image:-webkit-linear-gradient(#f0f6ff,#fff,#f0f6ff),-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(#f0f6ff,#a4bed4,#f0f6ff);background-image:-moz-linear-gradient(#f0f6ff,#fff,#f0f6ff),-moz-linear-gradient(transparent,transparent),-moz-linear-gradient(#f0f6ff,#a4bed4,#f0f6ff);background-image:-ms-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-ms-linear-gradient(transparent,transparent),-ms-linear-gradient(top,#f0f6ff,#a4bed4,#f0f6ff);background-image:-o-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-o-linear-gradient(transparent,transparent),-o-linear-gradient(top,#f0f6ff,#a4bed4,#f0f6ff)} -.webix_menu-x .webix_list_item:last-child{background-size:1px 100%,100% 100%,1px 100%;background-repeat:no-repeat;background-image:-webkit-gradient(linear,left top,left bottom,#f0f6ff,#fff,#f0f6ff),-webkit-gradient(linear,left top,left bottom,transparent,transparent),-webkit-gradient(linear,left top,left bottom,transparent,transparent);background-image:-webkit-linear-gradient(#f0f6ff,#fff,#f0f6ff),-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(transparent,transparent);background-image:-moz-linear-gradient(#f0f6ff,#fff,#f0f6ff),-moz-linear-gradient(transparent,transparent),-moz-linear-gradient(transparent,transparent);background-image:-ms-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-ms-linear-gradient(transparent,transparent),-ms-linear-gradient(transparent,transparent);background-image:-o-linear-gradient(top,#f0f6ff,#fff,#f0f6ff),-o-linear-gradient(transparent,transparent),-o-linear-gradient(transparent,transparent);border-right:0} -.webix_menu{background:#fff;border:1px solid #a4bed4;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #a4bed4} -.webix_menu .webix_submenu_icon{top:6.5px} -.webix_menu .webix_context_spacer{height:28px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #81a5c4;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#1e2022;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#1e2022;line-height:25px;padding:2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Verdana;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px;padding-top:12.5px} -.webix_slider_box .webix_slider_left{float:left;width:100px;border:1px solid #b5cadc;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{float:left;width:100px;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid #b5cadc;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left,.webix_slider_box .webix_slider_right{background:#f5f9ff;height:6px} -.webix_slider_box .webix_slider_handle{border:1px solid #a4bed4;-moz-box-shadow:inset 0 1px 1px 1px #fff;-webkit-box-shadow:inset 0 1px 1px 1px #fff;box-shadow:inset 0 1px 1px #fff;background:#fafcff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d6e8ff),color-stop(100%,#fafcff));background-image:-webkit-linear-gradient(#d6e8ff,#fafcff);background-image:-moz-linear-gradient(#d6e8ff,#fafcff);background-image:-ms-linear-gradient(top,#d6e8ff,#fafcff);background-image:-o-linear-gradient(top,#d6e8ff,#fafcff);top:8.5px;width:12px;height:12px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{background:#f0f6ff} -.webix_slider_alt .webix_slider_box .webix_slider_right{background:#eee} -.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#f5f9ff;top:8.5px;height:12px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{width:14px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;width:60px;background-color:#f1f1f1;border:1px solid #a4bed4;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#ffdb8f;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#666d73} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#ffdb8f;border-color:#ffdb8f} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 4px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#ffdb8f;box-shadow:inset 0 0 1px 2px #ffdb8f} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #a4bed4} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#1e2022;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:6px;border:1px solid #a4bed4;cursor:pointer;font-size:13px;font-family:Helvetica,Verdana} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -.webix_toolbar .webix_el_label,.webix_toolbar .webix_inp_label{color:#1e2022} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_ss_filter select{padding:1px!important} -.webix_ss_sort_asc{position:absolute;float:right;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC)} -.webix_ss_sort_desc{position:absolute;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC)} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:rgba(255,255,255,.4)!important} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:hover{background-color:rgba(0,0,0,.05)!important} -.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} -.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#375975 transparent transparent transparent} -.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #375975} -.webix_popup_title{color:#1e2022!important;background:#e3e3e3!important;font-size:15px!important;font-weight:700;border-bottom:1px solid #dedede!important;text-shadow:none!important} -.webix_modal_box{background:#ebebeb!important;border:1px solid #a4bed4!important} -.confirmButton{color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x} -.confirmButtonActive{background:#fff} -.webix_item_tab{font-size:13px} -.buttonStyle{font-size:13px;font-family:Helvetica,Verdana} -.activeShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_el_button:active .webix_el_arrow,.webix_el_button:active .webixtype_next,.webix_el_button:active .webixtype_prev,.webix_img_btn_abs:active+input,.webixtype_base:active,.webixtype_next:active,.webixtype_prev:active{background:#fff!important;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background:#f5f5f5!important} -.webix_toolbar .webix_img_btn:active,.webix_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.5)!important} -.webix_slider_vertical .webix_slider_box{margin-top:-8px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:6px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:6px} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{left:3px;height:12px} -.webix_rangeslider .webix_slider_title_box{height:15px} -.webix_switch_box{margin-top:1px;height:22px} -.webix_switch_box .webix_switch_handle{height:20px;width:20px} -.webix_switch_box .webix_switch_text{line-height:20px} -.webix_switch_box.webix_switch_on{background-color:#a4bed4} -.webix_progress_bottom,.webix_progress_top{background:#f7f7f7;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(50%,#f7f7f7),color-stop(100%,#f2f2f2));background-image:-webkit-linear-gradient(top,#f2f2f2 0,#f7f7f7 50%,#f2f2f2 100%);background-image:-moz-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-image:-ms-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-image:-o-linear-gradient(top,#f2f2f2 0,#f7f7f7 60%,#f2f2f2 100%);background-position:0 1px;background-repeat:repeat-x} -.webix_item_tab .webix_icon{width:30px} -.webix_tab_more_icon{border-bottom:1px solid #a4bed4} -.webix_tab_more_icon .webix_icon{font-size:16px} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_daterange .webix_range_footer .webix_template{padding:10px 0} -.webix_skin_mark{height:120px} -.webix_cal_range{background-color:#fff4dc} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;color:#1e2022!important;background:#d6e8ff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5f1ff),color-stop(100%,#d6e8ff));background-image:-webkit-linear-gradient(#e5f1ff,#d6e8ff);background-image:-moz-linear-gradient(#e5f1ff,#d6e8ff);background-image:-ms-linear-gradient(top,#e5f1ff,#d6e8ff);background-image:-o-linear-gradient(top,#e5f1ff,#d6e8ff);background-repeat:repeat-x;border-right:1px solid #a4bed4;border-bottom:1px solid #a4bed4} -.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#666d73} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/clouds.css b/v3/js/libs/webix/skins/clouds.css deleted file mode 100644 index de44141..0000000 --- a/v3/js/libs/webix/skins/clouds.css +++ /dev/null @@ -1,1530 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:Verdana;font-size:12px;color:#2b2b2b;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #c8c8c8;background-color:#fff;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#fff} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#fff} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9px;color:#444;font-size:10px;text-transform:uppercase;line-height:36px} -.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template,.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_header>div{padding-left:10px;color:#fff;font-size:13px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);line-height:34px;line-height:36px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_view{color:#fff} -.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff;font-size:13px} -.webix_header>div .webix_el_button{color:#2b2b2b!important} -.webix_header>div .webix_el_button input,.webix_header>div .webix_el_toggle input{border:none} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#848484;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #b0b0b0} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#d8ecfd} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#d8ecfd} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #c8c8c8;position:relative;z-index:2;color:#fff;font-size:13px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);line-height:34px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_view{color:#fff} -.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff;font-size:13px} -.webix_accordionitem_header .webix_el_button{color:#2b2b2b!important} -.webix_accordionitem_header .webix_el_button input,.webix_accordionitem_header .webix_el_toggle input{border:none} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;margin:15px 15px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid #c8c8c8;text-align:left} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{background:#fffeb7;color:#2b2b2b} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ebeaa7;box-shadow:0 -1px #ebeaa7;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#0d8bf2;color:#fff} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#2b2b2b;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#0d8bf2} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #c8c8c8;border-bottom:none} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #ebeaa7;border-right:1px solid #ebeaa7;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #c8c8c8;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Verdana;font-size:12px} -.webix_pager_item_selected{cursor:default;background-color:#fffeb7;border:1px solid #ebeaa7} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid #c8c8c8;text-align:left;border-right:1px solid #c8c8c8} -.webix_dataview_item.webix_selected{background:#fffeb7;color:#2b2b2b;border-bottom:1px solid #ebeaa7;border-right:1px solid #ebeaa7} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:Verdana;font-size:13px;color:#2b2b2b;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#ababab} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#5e5e5e;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#5e5e5e} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Verdana;font-size:12px;color:#2b2b2b} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Verdana;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:24px;line-height:24px;display:inline-block;margin:0 5px;border-radius:4px} -.webix_popup_button div{border-radius:4px} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #c8c8c8} -.webix_button input,.webix_popup_button div{font-size:12px;color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background-image:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);height:24px;line-height:24px} -.webix_popup_button.confirm div{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border-color:#1b629c!important} -.webix_popup_title{color:#fff;height:40px;line-height:40px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;font-size:12px;color:#2b2b2b;min-height:60px} -.webix_error,.webix_info{font-size:12px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #c8c8c8;background-color:#fff;font-family:Verdana;font-size:12px;color:#2b2b2b;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #c8c8c8;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:2px 5px 2px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#2b2b2b!important;height:32px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #c8c8c8;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Verdana} -.webix_richfilter{margin-top:1px;line-height:26px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{color:#fff;background:#0d8bf2} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8} -.webix_ss_footer td{border-right:1px solid #c8c8c8;border-top:1px solid #c8c8c8} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #c8c8c8} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #c8c8c8} -.webix_last_topcell.webix_cell{border-bottom:1px solid #c8c8c8} -.webix_column>div,.webix_table_cell{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;padding:0 10px} -.webix_column{text-align:left} -.webix_column>div:nth-child(even){background-color:#f7f7f7} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ebeaa7} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #c8c8c8;height:34px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #c8c8c8;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#2b2b2b} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{background:#fffeb7;color:#2b2b2b} -.webix_column>div.webix_cell_select{border-bottom:1px solid #ebeaa7;box-shadow:0 -1px #ebeaa7;border-left:1px solid #ebeaa7;border-right:1px solid #ebeaa7;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ebeaa7;box-shadow:0 -1px #ebeaa7;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #ebeaa7;border-right:1px solid #ebeaa7;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){background:#fffeb7;color:#2b2b2b} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #c8c8c8} -.webix_cell.webix_dtable_colrow.webix_selected{background:#fffeb7;color:#2b2b2b} -.webix_dtable_subrow{border-top:1px solid #c8c8c8;text-align:right} -.webix_dtable_subview{background:#c8c8c8;border-top:1px solid #c8c8c8;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #c8c8c8} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{background:#fffeb7;color:#2b2b2b} -.webix_hcell span.webix_input_icon{background-color:#c8c8c8} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#2b2b2b} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#2b2b2b;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:13px;background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);padding:0;text-align:center;line-height:36px} -.webix_win_head>.webix_view>.webix_template .webix_view{color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff;font-size:13px} -.webix_win_head>.webix_view>.webix_template .webix_el_button{color:#2b2b2b!important} -.webix_win_head>.webix_view>.webix_template .webix_el_button input,.webix_win_head>.webix_view>.webix_template .webix_el_toggle input{border:none} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#1b629c;display:block;border:1px solid #0c2b45;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:20px;line-height:20px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;background:#fffeb7;color:#2b2b2b} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} -.webix_tree_img{background:0 0;float:left;width:18px;height:20px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#fff} -.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#2b2b2b;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#2b2b2b;background:#fffeb7} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#2b2b2b;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#848484;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700;color:#C66200} -.webix_cal_outside{color:#919191} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#919191;background:#f0f0f0} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#fffeb7;color:#2b2b2b} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#1b629c} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#2b2b2b;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #c8c8c8} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:4px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border:1px solid #1b629c!important;float:right} -.webix_cal_blurred_hours{background-color:#f7f7f7} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_line:nth-child(odd){background-color:#f7f7f7} -.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} -.webix_property_label{border-right:1px solid #c8c8c8} -.webix_property_label_line{padding-left:10px;color:#fff;font-size:13px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);line-height:34px;line-height:23px;border-bottom:1px solid #c8c8c8} -.webix_property_label_line .webix_view{color:#fff} -.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff;font-size:13px} -.webix_property_label_line .webix_el_button{color:#2b2b2b!important} -.webix_property_label_line .webix_el_button input,.webix_property_label_line .webix_el_toggle input{border:none} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #c8c8c8;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #c8c8c8;font-family:Verdana;font-size:12px;color:#2b2b2b;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#fff} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#fffeb7;color:#2b2b2b} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#919191} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #c8c8c8} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:4px;border:1px solid #c8c8c8;height:100%;width:100%;cursor:pointer;font-size:12px;font-family:Verdana;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#2b2b2b} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background-image:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);font-size:12px;font-family:Verdana;padding:0;border:0} -.webixtype_form{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border:1px solid #1b629c!important} -.webix_el_button .webixtype_danger{background:#c10;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e7877e),color-stop(100%,#c10));background-image:-webkit-linear-gradient(#e7877e,#c10);background-image:-moz-linear-gradient(#e7877e,#c10);background-image:-ms-linear-gradient(top,#e7877e,#c10);background-image:-o-linear-gradient(top,#e7877e,#c10);border:none!important;color:#fff} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background-image:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);border:1px solid #c8c8c8} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:4px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:12px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#2b2b2b} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#2b2b2b} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background-image:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background-image:-moz-linear-gradient(#fbfbfb,#e9e9e9);background-image:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background-image:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Verdana} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 2px;height:100%;width:100%;font-size:12px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #c8c8c8;color:#2b2b2b;font-size:12px;font-family:Verdana;-webkit-appearance:none;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#2b2b2b} -.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:2px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:10px;color:#383838} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#2b2b2b;line-height:26px;padding:2px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:12px;font-family:Verdana;border:1px solid #c8c8c8} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #c8c8c8;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:12px;width:50px;color:#2b2b2b;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_prev{padding-left:6px;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_inp_counter_next{padding-left:6px;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_el_textarea textarea{border:1px solid #c8c8c8;height:100%;margin:0;padding:5px;color:#2b2b2b;resize:none;font-size:12px;font-family:Verdana;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:7px} -.webix_segment_0,.webix_segment_1{border:1px solid #c8c8c8;border-right-width:0;height:100%} -.webix_segment_0{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{border:1px solid #c8c8c8;height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_segment_N:first-child{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background-image:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);font-size:12px;font-family:Verdana;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{background:#fffeb7;color:#2b2b2b} -.webix_inp_static{border:1px solid #c8c8c8;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#787878} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:12px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#2b2b2b;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#2b2b2b;padding-right:24px;font-family:Verdana;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:25px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:10px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:18px;height:18px;border-radius:4px} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search input{padding-right:30px} -.webix_el_search span{position:absolute;right:15px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background-image:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background-image:-moz-linear-gradient(#fbfbfb,#e9e9e9);background-image:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background-image:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#2b2b2b;font-size:12px;font-family:Verdana;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:4px} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#050505;cursor:pointer} -.webix_multilist .webix_selected{background:#f2f2f2;color:#2b2b2b} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#e8e9e9} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid #c8c8c8} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #c8c8c8;border-left-width:0;color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background-image:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);color:#fff;border:1px solid #c8c8c8} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#e9e9e9));background-image:-webkit-linear-gradient(#fbfbfb,#e9e9e9);background-image:-moz-linear-gradient(#fbfbfb,#e9e9e9);background-image:-ms-linear-gradient(top,#fbfbfb,#e9e9e9);background-image:-o-linear-gradient(top,#fbfbfb,#e9e9e9);border-color:#d5d5d5!important} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:34px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:13px} -.webix_menu-x{background-color:#fff;border-color:#1b629c;border-radius:4px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c)} -.webix_menu-x .webix_list_item{display:inline-block;line-height:30px;border-right:1px solid #1b629c;border-left:0;background:0 0;color:#fff} -.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#fff transparent transparent transparent} -.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:#237dc7} -.webix_menu-x .webix_list_item:last-child{border-right:none} -.webix_menu{background:#fff;border:1px solid #c8c8c8;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #c8c8c8} -.webix_menu .webix_submenu_icon{top:11px} -.webix_menu .webix_context_spacer{height:32px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c)} -.webix_layout_toolbar .webix_view{color:#fff} -.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{color:#fff;font-size:13px} -.webix_layout_toolbar .webix_el_button{color:#2b2b2b!important} -.webix_layout_toolbar .webix_el_button input,.webix_layout_toolbar .webix_el_toggle input{border:none} -.webix_toolbar.webix_layout_subbar{background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c)} -.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff;font-size:13px} -.webix_toolbar.webix_layout_subbar .webix_el_button{color:#2b2b2b!important} -.webix_toolbar.webix_layout_subbar .webix_el_button input,.webix_toolbar.webix_layout_subbar .webix_el_toggle input{border:none} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #afafaf;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#2b2b2b;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#2b2b2b;line-height:26px;padding:2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Verdana;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;padding-top:11px;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px} -.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;border:1px solid #d5d5d5;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid #d5d5d5;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{background:#e8e9e9} -.webix_slider_box .webix_slider_handle{width:12px;height:12px;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);top:10px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{background:#e8e9e9} -.webix_slider_alt .webix_slider_box .webix_slider_right{background:#fff} -.webix_slider_alt .webix_slider_box .webix_slider_handle{box-shadow:0 5px 3px #fdfdfd inset;background-color:#edeeee;border:1px solid #c8c8c8;height:12px;top:9px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:10px;float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{height:11px;width:14px;left:5px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;height:24px;width:60px;background-color:#f1f1f1;border:1px solid #c8c8c8;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#fffeb7;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#787878} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#fffeb7;border-color:#fffeb7} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#fffeb7;box-shadow:inset 0 0 1px 2px #fffeb7} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #c8c8c8} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#2b2b2b;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:12px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:4px;border:1px solid #c8c8c8;cursor:pointer;font-size:12px;font-family:Verdana} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcJERkELNWSjQAAAJdJREFUGNON0c0RAUEQxfH/aw4ODkKQwBKBqo3CcYPjRhRCsCk4S2GeS4/aQaHPvzfTH+JD2UYStgUY2AHL2S9YSukknQDHN2i7i4gjsAbu84qACsivN5IOwLY+FgCSKqjVA+eEbvAk8OzoJdxi25oELsAeGLM9mgEluQ6YYCylDBngbRu5CSQZUERcbQ/ADVjpz6P0wOIBnW1NdfmuNjcAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcJERYwivl69wAAAIVJREFUGNOFkDEKAkEQBGv0AgNjH3FwIAiCqeHhDwT/4j+MjPyNipk/MDcvk10QcXc7mWHoLoaGP1K36pj2oCb1qL7U1XdgUvC/gQVwVpcRoRolc5dmnwJDjTzNHwEDcAE2LXLWDJh3DXIAD+AA3EvkfL8C+4i41ao7qU+1b3at7tT1r/ED9/FBNJJUPEsAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC);background-position:0 0;background-repeat:no-repeat;height:16px;width:16px} -.webix_accordionitem_header.collapsed .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC);background-position:0 0} -.webix_accordionitem_header{box-shadow:0 0 1px #1b629c} -.webix_toolbar.webix_layout_toolbar .webix_el_icon,.webix_toolbar.webix_layout_toolbar .webix_icon_btn,.webix_toolbar.webix_layout_toolbar .webix_icon_button,.webix_toolbar.webix_layout_toolbar .webix_img_btn,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top{color:#fff} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs,.webix_toolbar.webix_layout_toolbar .webix_inp_static{color:#2b2b2b} -.webix_toolbar.webix_layout_subbar{background:#d5d5d5;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ddd),color-stop(100%,#d5d5d5));background-image:-webkit-linear-gradient(#ddd,#d5d5d5);background-image:-moz-linear-gradient(#ddd,#d5d5d5);background-image:-ms-linear-gradient(top,#ddd,#d5d5d5);background-image:-o-linear-gradient(top,#ddd,#d5d5d5)} -.webix_toolbar.webix_layout_subbar .webix_view{color:#2b2b2b} -.webix_win_head>.webix_view>.webix_template{background:#1b629c!important} -.webix_popup_title{color:#fff!important;background:#0d8bf2!important;font-size:13px!important;font-weight:700;border-bottom:1px solid #b8b8b8!important;text-shadow:none!important} -.webix_modal_box{background:#fff!important;border:1px solid #b8b8b8!important} -.confirmButton{background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border-color:#1b629c!important} -.confirmButtonActive{background:#237dc7} -.webix_ss_sort_asc{position:absolute;float:right;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC)} -.webix_ss_sort_desc{position:absolute;right:3px;top:8px;width:7px;height:13px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC)} -.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important;font-size:12px!important} -.webix_group_back{background:#0d8bf2;color:#fff} -.webix_group_back .webix_arrow_icon{color:#fff} -.webix_view.webix_menu .webix_list_item.webix_selected{background:#fffeb7;color:#2b2b2b} -.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} -.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #626262} -.buttonStyle{font-size:12px;font-family:Verdana} -.webix_item_tab{font-size:13px;border-bottom:1px solid #c8c8c8!important;border-left-width:1px!important} -.webixtype_bottom .webix_item_tab{border:1px solid #c8c8c8!important;border-left-width:0!important;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);color:#fff;text-shadow:0 -1px #134771} -.webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #c8c8c8!important;border-left-width:0!important;background:#0d8bf2!important;color:#fff;text-shadow:0 0 #2b2b2b} -.webix_tab_filler:first-child,.webixtype_bottom .webix_item_tab:last-child{border-right:0!important} -.passiveBarBG{color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background-image:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%)} -.webix_after_all_tabs{background:#1b629c} -.webix_inp_counter_next,.webix_inp_counter_prev{color:#2b2b2b;background:#e8e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(40%,#f8f8f8),color-stop(100%,#e8e9e9));background-image:-webkit-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-moz-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%);background-image:-o-linear-gradient(top,#fafafa 0,#f8f8f8 40%,#e8e9e9 100%)} -.webix_el_button:active .webix_el_arrow,.webix_el_button:active .webixtype_next,.webix_el_button:active .webixtype_prev,.webix_img_btn_abs:active+input,.webixtype_base:active,.webixtype_next:active,.webixtype_prev:active{background:#f8f8f8!important} -.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} -.webix_toolbar .webix_img_btn:active,.webix_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.1)!important} -.webix_el_box .webixtype_form{color:#2b2b2b;background:#1b629c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#308edb),color-stop(100%,#1b629c));background-image:-webkit-linear-gradient(#308edb,#1b629c);background-image:-moz-linear-gradient(#308edb,#1b629c);background-image:-ms-linear-gradient(top,#308edb,#1b629c);background-image:-o-linear-gradient(top,#308edb,#1b629c);text-shadow:none!important;color:#fff!important;border:1px solid #1b629c!important} -.webix_el_box .webixtype_form:active{background:#0d8bf2} -.webix_slider_vertical .webix_slider_box{margin-top:-7px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:9px} -.webix_slider_vertical.webix_slider_alt .webix_slider_box .webix_slider_handle{left:5px} -.webix_rangeslider .webix_slider_title_box{height:16px} -.webix_switch_box.webix_switch_on{background-color:#c8c8c8} -.webix_switch_text{line-height:21px} -.webix_cal_day{border-radius:4px} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_daterange .webix_range_footer .webix_template{padding:10px 0} -.webix_cal_range{background-color:#ffffe5;border-radius:0} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-color:#0d8bf2;background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} -.webix_progress_top .webix_progress_state{background-size:10px 10px} -.webix_progress_bottom .webix_progress_state{background-size:14px 14px} -.webix_skin_mark{height:130px} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;color:#fff;background:#0d8bf2;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8} -.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #c8c8c8;border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#787878} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/compact.css b/v3/js/libs/webix/skins/compact.css deleted file mode 100644 index 82169d2..0000000 --- a/v3/js/libs/webix/skins/compact.css +++ /dev/null @@ -1,1834 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:'PT Sans',Tahoma;font-size:13px;color:#666;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #ddd;background-color:#fff;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#fff} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#ddd} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:8.5px;color:#444;font-size:10px;text-transform:uppercase;line-height:34px} -.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} -.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#ddd} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_header>div{padding-left:10px;color:#fff;font-size:16px;background:#3498db;line-height:32px;line-height:34px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_el_button,.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff} -.webix_header>div .webix_el_label{font-size:16px} -.webix_header>div .webix_inp_counter_next,.webix_header>div .webix_inp_counter_prev,.webix_header>div .webix_segment_0,.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webixtype_base,.webix_header>div .webixtype_next,.webix_header>div .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_header>div .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_header>div .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_header>div .webix_inp_counter_next:hover,.webix_header>div .webix_inp_counter_prev:hover,.webix_header>div .webix_segment_0:hover,.webix_header>div .webix_segment_1:hover,.webix_header>div .webix_segment_N:hover,.webix_header>div .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_header>div .webix_inp_counter_next:active,.webix_header>div .webix_inp_counter_prev:active,.webix_header>div .webix_segment_0:active,.webix_header>div .webix_segment_1:active,.webix_header>div .webix_segment_N:active,.webix_header>div .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_header>div .webix_inp_counter_next:focus,.webix_header>div .webix_inp_counter_prev:focus,.webix_header>div .webix_segment_0:focus,.webix_header>div .webix_segment_1:focus,.webix_header>div .webix_segment_N:focus,.webix_header>div .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_header>div .webix_inp_static,.webix_header>div input[type=text]{border-color:#fff} -.webix_header>div .webix_inp_static:focus,.webix_header>div input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_header>div .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_header>div .webix_input_icon:active,.webix_header>div .webix_input_icon:focus,.webix_header>div .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_header>div .webix_pressed .webix_el_arrow,.webix_header>div .webix_pressed .webix_inp_counter_next,.webix_header>div .webix_pressed .webix_inp_counter_prev,.webix_header>div .webix_pressed .webix_input_icon,.webix_header>div .webix_pressed .webix_segment_0,.webix_header>div .webix_pressed .webix_segment_1,.webix_header>div .webix_pressed .webix_segment_N,.webix_header>div .webix_pressed .webixtype_base,.webix_header>div .webix_pressed .webixtype_next,.webix_header>div .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_header>div .webix_selected.webix_segment_0,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_header>div .webix_selected.webix_segment_0:hover,.webix_header>div .webix_selected.webix_segment_1:hover,.webix_header>div .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_header>div .webix_selected.webix_segment_0:active,.webix_header>div .webix_selected.webix_segment_0:focus,.webix_header>div .webix_selected.webix_segment_1:active,.webix_header>div .webix_selected.webix_segment_1:focus,.webix_header>div .webix_selected.webix_segment_N:active,.webix_header>div .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_header>div .webix_img_btn:active,.webix_header>div .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_header>div .webix_img_btn:focus,.webix_header>div .webix_img_btn_top:focus{background-color:#2489cc} -.webix_header>div .webix_img_btn:hover,.webix_header>div .webix_img_btn_top:hover{background-color:#268fd5} -.webix_header>div .webix_icon_button{border-radius:6px} -.webix_header>div .webix_el_icon,.webix_header>div .webix_icon_btn,.webix_header>div .webix_icon_button,.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_abs,.webix_header>div .webix_img_btn_abs .webix_icon,.webix_header>div .webix_img_btn_abs .webix_img_btn_text,.webix_header>div .webix_img_btn_top .webix_icon,.webix_header>div .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_header>div .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_header>div .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} -.webix_header>div .webix_el_box .webix_img_btn_abs:hover,.webix_header>div .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} -.webix_header>div .webix_control{border-color:#3498db} -.webix_header>div .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_top{border-width:0} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#bfbfbf;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #ebebeb} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #ddd;position:relative;z-index:2;color:#fff;font-size:16px;background:#3498db;line-height:32px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_el_button,.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff} -.webix_accordionitem_header .webix_el_label{font-size:16px} -.webix_accordionitem_header .webix_inp_counter_next,.webix_accordionitem_header .webix_inp_counter_prev,.webix_accordionitem_header .webix_segment_0,.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webixtype_base,.webix_accordionitem_header .webixtype_next,.webix_accordionitem_header .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_accordionitem_header .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_accordionitem_header .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_accordionitem_header .webix_inp_counter_next:hover,.webix_accordionitem_header .webix_inp_counter_prev:hover,.webix_accordionitem_header .webix_segment_0:hover,.webix_accordionitem_header .webix_segment_1:hover,.webix_accordionitem_header .webix_segment_N:hover,.webix_accordionitem_header .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_accordionitem_header .webix_inp_counter_next:active,.webix_accordionitem_header .webix_inp_counter_prev:active,.webix_accordionitem_header .webix_segment_0:active,.webix_accordionitem_header .webix_segment_1:active,.webix_accordionitem_header .webix_segment_N:active,.webix_accordionitem_header .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_accordionitem_header .webix_inp_counter_next:focus,.webix_accordionitem_header .webix_inp_counter_prev:focus,.webix_accordionitem_header .webix_segment_0:focus,.webix_accordionitem_header .webix_segment_1:focus,.webix_accordionitem_header .webix_segment_N:focus,.webix_accordionitem_header .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_accordionitem_header .webix_inp_static,.webix_accordionitem_header input[type=text]{border-color:#fff} -.webix_accordionitem_header .webix_inp_static:focus,.webix_accordionitem_header input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_accordionitem_header .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_accordionitem_header .webix_input_icon:active,.webix_accordionitem_header .webix_input_icon:focus,.webix_accordionitem_header .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_accordionitem_header .webix_pressed .webix_el_arrow,.webix_accordionitem_header .webix_pressed .webix_inp_counter_next,.webix_accordionitem_header .webix_pressed .webix_inp_counter_prev,.webix_accordionitem_header .webix_pressed .webix_input_icon,.webix_accordionitem_header .webix_pressed .webix_segment_0,.webix_accordionitem_header .webix_pressed .webix_segment_1,.webix_accordionitem_header .webix_pressed .webix_segment_N,.webix_accordionitem_header .webix_pressed .webixtype_base,.webix_accordionitem_header .webix_pressed .webixtype_next,.webix_accordionitem_header .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_accordionitem_header .webix_selected.webix_segment_0,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_accordionitem_header .webix_selected.webix_segment_0:hover,.webix_accordionitem_header .webix_selected.webix_segment_1:hover,.webix_accordionitem_header .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_accordionitem_header .webix_selected.webix_segment_0:active,.webix_accordionitem_header .webix_selected.webix_segment_0:focus,.webix_accordionitem_header .webix_selected.webix_segment_1:active,.webix_accordionitem_header .webix_selected.webix_segment_1:focus,.webix_accordionitem_header .webix_selected.webix_segment_N:active,.webix_accordionitem_header .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_accordionitem_header .webix_img_btn:active,.webix_accordionitem_header .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_accordionitem_header .webix_img_btn:focus,.webix_accordionitem_header .webix_img_btn_top:focus{background-color:#2489cc} -.webix_accordionitem_header .webix_img_btn:hover,.webix_accordionitem_header .webix_img_btn_top:hover{background-color:#268fd5} -.webix_accordionitem_header .webix_icon_button{border-radius:6px} -.webix_accordionitem_header .webix_el_icon,.webix_accordionitem_header .webix_icon_btn,.webix_accordionitem_header .webix_icon_button,.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_abs,.webix_accordionitem_header .webix_img_btn_abs .webix_icon,.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text,.webix_accordionitem_header .webix_img_btn_top .webix_icon,.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_accordionitem_header .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:hover,.webix_accordionitem_header .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} -.webix_accordionitem_header .webix_control{border-color:#3498db} -.webix_accordionitem_header .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_top{border-width:0} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:9.5px 8px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg==)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{color:#fff;background:#27ae60} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ebebeb;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#d2e3ef;font-size:13px;color:#4a4a4a} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#666;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#d2e3ef} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none;border-color:#ebebeb} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #ddd;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;font-size:13px} -.webix_pager_item_selected{cursor:default;background-color:#27ae60;border:1px solid #ebebeb} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb;border-right:1px solid #ebebeb} -.webix_dataview_item.webix_selected{color:#fff;background:#27ae60;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:'PT Sans',Tahoma;font-size:13px;color:#666;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#e6e6e6} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#999;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#999} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:'PT Sans',Tahoma;font-size:13px;color:#666} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:'PT Sans',Tahoma;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:22px;line-height:22px;display:inline-block;margin:0 5px;border-radius:6px} -.webix_popup_button div{border-radius:6px} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #ddd} -.webix_button input,.webix_popup_button div{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;height:22px;line-height:22px} -.webix_popup_button.confirm div{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} -.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;color:#666;min-height:60px} -.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #ddd;background-color:#fff;font-family:'PT Sans',Tahoma;font-size:13px;color:#666;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:21px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #ddd;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #b0cee3;border-bottom:1px solid #ddd;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:3px 5px 3px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#666!important;height:28px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #ddd;line-height:24px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} -.webix_richfilter{margin-top:1px;line-height:24px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:13px;color:#4a4a4a;background:#d2e3ef} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} -.webix_ss_footer td{border-right:1px solid #ebebeb;border-top:1px solid #ebebeb} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #ddd} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #ddd} -.webix_last_topcell.webix_cell{border-bottom:1px solid #ddd} -.webix_column>div,.webix_table_cell{border-right:1px solid #ebebeb;padding:0 10px;border-bottom:1px solid #ebebeb} -.webix_column{text-align:left} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ebebeb} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:24px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 10px;height:24px;line-height:16px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#666} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#27ae60} -.webix_column>div.webix_cell_select{border-bottom:1px solid #ebebeb;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ebebeb;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#27ae60} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #ebebeb} -.webix_cell.webix_dtable_colrow.webix_selected{color:#fff;background:#27ae60} -.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} -.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #ddd} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{color:#fff;background:#27ae60} -.webix_hcell span.webix_input_icon{background-color:#b0cee3} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#666} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#666;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:16px;background:#3498db;padding:0;text-align:center;line-height:34px} -.webix_win_head>.webix_view>.webix_template .webix_el_button,.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_label{font-size:16px} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webixtype_base,.webix_win_head>.webix_view>.webix_template .webixtype_next,.webix_win_head>.webix_view>.webix_template .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:hover,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_N:hover,.webix_win_head>.webix_view>.webix_template .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:active,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:active,.webix_win_head>.webix_view>.webix_template .webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:focus,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_N:focus,.webix_win_head>.webix_view>.webix_template .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_inp_static,.webix_win_head>.webix_view>.webix_template input[type=text]{border-color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_inp_static:focus,.webix_win_head>.webix_view>.webix_template input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_win_head>.webix_view>.webix_template .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_win_head>.webix_view>.webix_template .webix_input_icon:active,.webix_win_head>.webix_view>.webix_template .webix_input_icon:focus,.webix_win_head>.webix_view>.webix_template .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_el_arrow,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_input_icon,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_base,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_win_head>.webix_view>.webix_template .webix_img_btn:active,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_win_head>.webix_view>.webix_template .webix_img_btn:focus,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:focus{background-color:#2489cc} -.webix_win_head>.webix_view>.webix_template .webix_img_btn:hover,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:hover{background-color:#268fd5} -.webix_win_head>.webix_view>.webix_template .webix_icon_button{border-radius:6px} -.webix_win_head>.webix_view>.webix_template .webix_el_icon,.webix_win_head>.webix_view>.webix_template .webix_icon_btn,.webix_win_head>.webix_view>.webix_template .webix_icon_button,.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_img_btn_text,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} -.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:hover,.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} -.webix_win_head>.webix_view>.webix_template .webix_control{border-color:#3498db} -.webix_win_head>.webix_view>.webix_template .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top{border-width:0} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#3498db;display:block;border:1px solid #196090;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#27ae60} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} -.webix_tree_img{background:0 0;float:left;width:18px;height:22px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#fff} -.webix_cal_month{height:22px;position:relative;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;color:#666;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#27ae60} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#666;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#bfbfbf;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#ccc;background:#f0f0f0} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#27ae60;color:#fff} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#3498db} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#666;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ddd} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;border-radius:6px;font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;float:right} -.webix_cal_blurred_hours{background-color:#f7f7f7} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} -.webix_property_label{border-right:1px solid #ddd} -.webix_property_label_line{padding-left:10px;color:#fff;font-size:16px;background:#3498db;line-height:32px;line-height:23px;border-bottom:1px solid #ebebeb} -.webix_property_label_line .webix_el_button,.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff} -.webix_property_label_line .webix_el_label{font-size:16px} -.webix_property_label_line .webix_inp_counter_next,.webix_property_label_line .webix_inp_counter_prev,.webix_property_label_line .webix_segment_0,.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webixtype_base,.webix_property_label_line .webixtype_next,.webix_property_label_line .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_property_label_line .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_property_label_line .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_property_label_line .webix_inp_counter_next:hover,.webix_property_label_line .webix_inp_counter_prev:hover,.webix_property_label_line .webix_segment_0:hover,.webix_property_label_line .webix_segment_1:hover,.webix_property_label_line .webix_segment_N:hover,.webix_property_label_line .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_property_label_line .webix_inp_counter_next:active,.webix_property_label_line .webix_inp_counter_prev:active,.webix_property_label_line .webix_segment_0:active,.webix_property_label_line .webix_segment_1:active,.webix_property_label_line .webix_segment_N:active,.webix_property_label_line .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_property_label_line .webix_inp_counter_next:focus,.webix_property_label_line .webix_inp_counter_prev:focus,.webix_property_label_line .webix_segment_0:focus,.webix_property_label_line .webix_segment_1:focus,.webix_property_label_line .webix_segment_N:focus,.webix_property_label_line .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_property_label_line .webix_inp_static,.webix_property_label_line input[type=text]{border-color:#fff} -.webix_property_label_line .webix_inp_static:focus,.webix_property_label_line input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_property_label_line .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_property_label_line .webix_input_icon:active,.webix_property_label_line .webix_input_icon:focus,.webix_property_label_line .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_property_label_line .webix_pressed .webix_el_arrow,.webix_property_label_line .webix_pressed .webix_inp_counter_next,.webix_property_label_line .webix_pressed .webix_inp_counter_prev,.webix_property_label_line .webix_pressed .webix_input_icon,.webix_property_label_line .webix_pressed .webix_segment_0,.webix_property_label_line .webix_pressed .webix_segment_1,.webix_property_label_line .webix_pressed .webix_segment_N,.webix_property_label_line .webix_pressed .webixtype_base,.webix_property_label_line .webix_pressed .webixtype_next,.webix_property_label_line .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_property_label_line .webix_selected.webix_segment_0,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_property_label_line .webix_selected.webix_segment_0:hover,.webix_property_label_line .webix_selected.webix_segment_1:hover,.webix_property_label_line .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_property_label_line .webix_selected.webix_segment_0:active,.webix_property_label_line .webix_selected.webix_segment_0:focus,.webix_property_label_line .webix_selected.webix_segment_1:active,.webix_property_label_line .webix_selected.webix_segment_1:focus,.webix_property_label_line .webix_selected.webix_segment_N:active,.webix_property_label_line .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_property_label_line .webix_img_btn:active,.webix_property_label_line .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_property_label_line .webix_img_btn:focus,.webix_property_label_line .webix_img_btn_top:focus{background-color:#2489cc} -.webix_property_label_line .webix_img_btn:hover,.webix_property_label_line .webix_img_btn_top:hover{background-color:#268fd5} -.webix_property_label_line .webix_icon_button{border-radius:6px} -.webix_property_label_line .webix_el_icon,.webix_property_label_line .webix_icon_btn,.webix_property_label_line .webix_icon_button,.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_abs,.webix_property_label_line .webix_img_btn_abs .webix_icon,.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text,.webix_property_label_line .webix_img_btn_top .webix_icon,.webix_property_label_line .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_property_label_line .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_property_label_line .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} -.webix_property_label_line .webix_el_box .webix_img_btn_abs:hover,.webix_property_label_line .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} -.webix_property_label_line .webix_control{border-color:#3498db} -.webix_property_label_line .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_top{border-width:0} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #ddd;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #ddd;font-family:'PT Sans',Tahoma;font-size:13px;color:#666;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#fff} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#27ae60;color:#fff} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#ccc} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #ddd} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start{display:block} -.webix_daterange .webix_range_timepicker .webix_cal_time{display:block;padding:5px 15px} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;height:100%;width:100%;cursor:pointer;color:#fff;font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#666} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#3498db;color:#fff;font-size:13px;font-family:'PT Sans',Tahoma;outline:0;padding:0;border:0} -.webixtype_form{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} -.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545;border-bottom:1px solid #b13e2f;color:#fff} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;outline:0;color:#fff;background:#3498db;border:1px solid #ddd} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:4px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#fff} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:13px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #ddd;color:#666;font-size:13px;background:#fff;font-family:'PT Sans',Tahoma;padding-top:0;border-color:#ccc;-webkit-appearance:none;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#666} -.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:3px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:11px;color:#737373} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#666;line-height:24px;padding:3px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:13px;border:1px solid #ddd} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #ddd;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:13px;width:50px;color:#666;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_prev{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_inp_counter_next{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_el_textarea textarea{border:1px solid #ddd;height:100%;margin:0;padding:5px;color:#666;resize:none;font-size:13px;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:6.5px} -.webix_segment_0,.webix_segment_1{height:100%} -.webix_segment_0{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_N:first-child{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#3498db;color:#fff;font-size:13px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#27ae60;border-color:#27ae60} -.webix_inp_static{border:1px solid #ddd;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#b3b3b3} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#666;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#666;padding-right:24px;background:#fff;font-family:'PT Sans',Tahoma;padding-top:0;border-color:#ccc;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:3.5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:23px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:16px;height:16px;border-radius:6px} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search span{position:absolute;right:15px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#666;font-size:13px;font-family:'PT Sans',Tahoma;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#404040;cursor:pointer} -.webix_multilist .webix_selected{background:#f2f2f2;color:#666} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#3498db} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid #ddd} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #ddd;border-left-width:0;background:#a4b4bf;color:#fff;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{border-bottom-width:0;background:#3498db;color:#fff;border-color:#3498db} -.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #ddd;border-right:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:28px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:10px} -.webix_menu-x{background-color:#fff;border:none;background:0 0} -.webix_menu-x .webix_list_item{display:inline-block;line-height:24px;border-right:1px solid #fff;border-left:0;background:#3498db;color:#fff;font-size:13px} -.webix_menu-x .webix_list_item .webix_submenu_icon:before{content:'\f107'} -.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:#268fd5} -.webix_menu-x .webix_list_item:first-child{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_menu-x .webix_list_item:last-child{border-right:none;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_menu{background:#fff;border:1px solid #ddd;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #ddd} -.webix_menu .webix_submenu_icon{top:8px} -.webix_menu .webix_context_spacer{height:28px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar{color:#fff;font-size:16px;background:#3498db} -.webix_layout_toolbar .webix_el_button,.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{color:#fff} -.webix_layout_toolbar .webix_el_label{font-size:16px} -.webix_layout_toolbar .webix_inp_counter_next,.webix_layout_toolbar .webix_inp_counter_prev,.webix_layout_toolbar .webix_segment_0,.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webixtype_base,.webix_layout_toolbar .webixtype_next,.webix_layout_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_layout_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_layout_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_layout_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar .webix_segment_0:hover,.webix_layout_toolbar .webix_segment_1:hover,.webix_layout_toolbar .webix_segment_N:hover,.webix_layout_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_layout_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar .webix_segment_0:active,.webix_layout_toolbar .webix_segment_1:active,.webix_layout_toolbar .webix_segment_N:active,.webix_layout_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar .webix_segment_0:focus,.webix_layout_toolbar .webix_segment_1:focus,.webix_layout_toolbar .webix_segment_N:focus,.webix_layout_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_layout_toolbar .webix_inp_static,.webix_layout_toolbar input[type=text]{border-color:#fff} -.webix_layout_toolbar .webix_inp_static:focus,.webix_layout_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_layout_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_layout_toolbar .webix_input_icon:active,.webix_layout_toolbar .webix_input_icon:focus,.webix_layout_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_layout_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_layout_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_layout_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_layout_toolbar .webix_img_btn:active,.webix_layout_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar .webix_img_btn:focus,.webix_layout_toolbar .webix_img_btn_top:focus{background-color:#2489cc} -.webix_layout_toolbar .webix_img_btn:hover,.webix_layout_toolbar .webix_img_btn_top:hover{background-color:#268fd5} -.webix_layout_toolbar .webix_icon_button{border-radius:6px} -.webix_layout_toolbar .webix_el_icon,.webix_layout_toolbar .webix_icon_btn,.webix_layout_toolbar .webix_icon_button,.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_abs,.webix_layout_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} -.webix_layout_toolbar .webix_control{border-color:#3498db} -.webix_layout_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_top{border-width:0} -.webix_toolbar.webix_layout_subbar{color:#fff;font-size:16px} -.webix_toolbar.webix_layout_subbar .webix_el_button,.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_label{font-size:16px} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webixtype_base,.webix_toolbar.webix_layout_subbar .webixtype_next,.webix_toolbar.webix_layout_subbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:hover,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:hover,.webix_toolbar.webix_layout_subbar .webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_segment_N:hover,.webix_toolbar.webix_layout_subbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active,.webix_toolbar.webix_layout_subbar .webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:focus,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:focus,.webix_toolbar.webix_layout_subbar .webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_segment_N:focus,.webix_toolbar.webix_layout_subbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_toolbar.webix_layout_subbar .webix_inp_static,.webix_toolbar.webix_layout_subbar input[type=text]{border-color:#fff} -.webix_toolbar.webix_layout_subbar .webix_inp_static:focus,.webix_toolbar.webix_layout_subbar input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_toolbar.webix_layout_subbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_toolbar.webix_layout_subbar .webix_input_icon:active,.webix_toolbar.webix_layout_subbar .webix_input_icon:focus,.webix_toolbar.webix_layout_subbar .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_el_arrow,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_input_icon,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_base,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_toolbar.webix_layout_subbar .webix_img_btn:active,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_toolbar.webix_layout_subbar .webix_img_btn:focus,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:focus{background-color:#2489cc} -.webix_toolbar.webix_layout_subbar .webix_img_btn:hover,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:hover{background-color:#268fd5} -.webix_toolbar.webix_layout_subbar .webix_icon_button{border-radius:6px} -.webix_toolbar.webix_layout_subbar .webix_el_icon,.webix_toolbar.webix_layout_subbar .webix_icon_btn,.webix_toolbar.webix_layout_subbar .webix_icon_button,.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:hover,.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} -.webix_toolbar.webix_layout_subbar .webix_control{border-color:#3498db} -.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_top{border-width:0} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #c4c4c4;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#666;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#666;line-height:24px;padding:3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:13px;margin-top:-13px} -.webix_slider_box .webix_slider_left{float:left;width:100px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{float:left;width:100px;background:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid #eaeaea;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{height:6px;border:1px solid #ccc;background:#3498db} -.webix_slider_box .webix_slider_right{height:6px;border-color:#ccc} -.webix_slider_box .webix_slider_handle{width:12px;height:12px;border:1px solid #ccc;background-color:#fff;top:9px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #ccc;background:#3498db} -.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#ccc} -.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#fff;border:1px solid #ccc;top:9px;height:12px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{width:14px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;width:60px;background-color:#f1f1f1;border:1px solid #ddd;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{background-color:#3498db;color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#27ae60;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#b3b3b3} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#27ae60;border-color:#27ae60} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#27ae60;box-shadow:inset 0 0 1px 2px #27ae60} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #ddd} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#666;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#eef7fc;border-radius:6px;border:1px solid #ddd;cursor:pointer;font-size:13px;font-family:'PT Sans',Tahoma} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(../fonts/PTS-webfont.woff) format('woff')} -@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:local('PT Sans Bold'),local('PTSans-Bold'),url(../fonts/PTS-bold.woff) format('woff')} -.mainFont{font-family:'PT Sans',Tahoma;font-size:13px;color:#666} -.webix_layout_toolbar.webix_toolbar{color:#fff;font-size:16px;background:#3498db} -.webix_layout_toolbar.webix_toolbar .webix_el_button,.webix_layout_toolbar.webix_toolbar .webix_el_label,.webix_layout_toolbar.webix_toolbar .webix_inp_label{color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_el_label{font-size:16px} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webixtype_base,.webix_layout_toolbar.webix_toolbar .webixtype_next,.webix_layout_toolbar.webix_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_N:hover,.webix_layout_toolbar.webix_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar.webix_toolbar .webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_N:focus,.webix_layout_toolbar.webix_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_inp_static,.webix_layout_toolbar.webix_toolbar input[type=text]{border-color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_inp_static:focus,.webix_layout_toolbar.webix_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_layout_toolbar.webix_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_layout_toolbar.webix_toolbar .webix_input_icon:active,.webix_layout_toolbar.webix_toolbar .webix_input_icon:focus,.webix_layout_toolbar.webix_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:active,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:focus,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:focus{background-color:#2489cc} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:hover,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:hover{background-color:#268fd5} -.webix_layout_toolbar.webix_toolbar .webix_icon_button{border-radius:6px} -.webix_layout_toolbar.webix_toolbar .webix_el_icon,.webix_layout_toolbar.webix_toolbar .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_icon_button,.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:focus{background-color:#2489cc} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:hover{background-color:#268fd5} -.webix_layout_toolbar.webix_toolbar .webix_control{border-color:#3498db} -.webix_layout_toolbar.webix_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top{border-width:0} -.webix_layout_space>.webix_toolbar{border-radius:4px} -.webix_view.webix_layout_accordion{background-color:#ddd} -.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:8.5px 8px} -.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:7.5px} -.webix_accordionitem.collapsed,.webix_accordionitem.horizontal.collapsed{background-color:#a4b4bf} -.webix_accordionitem.collapsed .webix_accordionitem_header,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header{background-color:#a4b4bf;color:#fff} -.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button{color:#fff} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{color:#fff;background-image:none;font-family:FontAwesome;font-size:24px;text-align:center;width:24px;height:34px;margin:0 5px 0 5px} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before{content:'\f104'} -.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f106'} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f105'} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f107'} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{height:31px;margin:0 5px 0 5px} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f106'} -.webix_accordionitem.vertical>.webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f107'} -.webix_toolbar.webix_layout_subbar{background:0 0} -.webix_toolbar.webix_layout_subbar .webix_view{color:#666} -.webix_el_tabbar+.webix_multiview{background-color:#fff} -.webix_view.rounded_top{-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px} -.webix_view.rounded_right{-moz-border-top-right-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px} -.webix_view.rounded_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px} -.webix_view.rounded_left{-moz-border-top-left-radius:4px;-moz-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px} -.webix_layout_space .webix_layout_accordion .webix_accordionitem,.webix_layout_space>.webix_view,.webix_layout_wide .webix_layout_accordion .webix_accordionitem,.webix_layout_wide>.webix_view{border-radius:4px} -.webix_view .webix_win_head{border-bottom:1px solid #ddd} -.webix_view .webix_win_head>.webix_view>.webix_template{color:#666;background:#fff;box-shadow:0 -2px #3498db inset} -.webix_modal_box .webix_popup_title{color:#666;background:#fff;font-size:13px;text-shadow:none} -.webix_popup_text{box-shadow:0 3px #3498db inset;font-size:13px} -.webix_alert-warning .webix_popup_text,.webix_confirm-warning .webix_popup_text{box-shadow:0 3px #ffd21a inset} -.webix_alert-error .webix_popup_text,.webix_confirm-error .webix_popup_text{box-shadow:0 3px #ff391b inset} -.webix_modal_box,.webix_view.webix_popup{border:1px solid #ddd} -.confirmButton{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} -.confirmButtonActive{background:#2ecb70} -.webix_popup_button{border:none} -.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid #d0d0d0} -.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid #d0d0d0} -.webix_dtable .webix_last_topcell{border-bottom:1px solid #d0d0d0} -.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #b0cee3} -.webix_dtable .webix_hcell.webix_ss_filter{padding:0 5px} -.webix_dtable .webix_ss_filter input,.webix_dtable .webix_ss_filter select{height:24px;vertical-align:middle;border-radius:6px} -.webix_dtable .webix_richfilter{margin-top:2px} -.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} -.webix_ss_sort_asc:before{content:'\f106'} -.webix_ss_sort_desc:before{content:'\f107'} -.dtBodyCell{border-bottom:1px solid #ebebeb} -.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #b0cee3} -.webix_view .webix_dt_editor input,.webix_view .webix_dt_editor select{border:1px solid #3498db} -.dataItemStyle{border-color:#ebebeb} -.webix_list_item.webix_group_back{color:#4a4a4a;background:#d2e3ef;border-bottom:1px solid #b0cee3} -.webix_dataview_item{border-right-color:#ebebeb} -.webix_view .webix_pager_item{padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;font-size:13px} -.webix_view .webix_pager_item:hover{background-color:#268fd5} -.webix_view .webix_pager_item:focus{background-color:#2489cc} -.webix_view .webix_pager_item_selected{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} -.webix_view .webix_pager_item,.webix_view .webix_pager_item_selected{border-radius:6px} -.webix_list .webix_unit_header{font-weight:400;text-shadow:none;background:#d2e3ef;font-size:13px;color:#4a4a4a} -.webix_view .webix_tree_close,.webix_view .webix_tree_open{background-image:none;font-family:FontAwesome;font-size:14px;text-align:center;color:#666;line-height:22px} -.webix_view .webix_tree_open:before{content:"\f147"} -.webix_view .webix_tree_close:before{content:"\f196"} -.webix_menu-x .webix_submenu_icon,.webix_view.webix_menu .webix_submenu_icon{width:6px;height:auto;font-size:14px;font-family:FontAwesome;line-height:1px;margin-top:3px} -.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:focus,.webix_menu.webix_view .webix_list_item:hover{background-color:#f5f5f5} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before{content:'\f105'} -.webix_menu.webix_view .webix_list_item.webix_selected{background:#27ae60} -.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#ebebeb} -.webix_view .webix_drag_over,.webix_view .webix_drop_zone{background-color:#f4f4f4} -.webix_view button,.webix_view input[type=button]{-webkit-appearance:none} -.webix_el_colorpicker span.webix_input_icon,.webix_el_combo span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_richselect span.webix_input_icon{background-color:#3498db;color:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.focusStyle{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_combo input,.webix_el_search input{padding-right:28px} -.webix_el_combo input,.webix_el_search input,.webix_el_text input{border-radius:6px} -.webix_el_combo input:focus,.webix_el_search input:focus,.webix_el_text input:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_counter input[type=text]:focus{border-top:1px solid #3498db;border-bottom:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_dbldatepicker .webix_inp_static,.webix_el_dbldatepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input{border-radius:6px;padding-right:28px} -.webix_el_colorpicker .webix_inp_static:focus,.webix_el_colorpicker input:focus,.webix_el_datepicker .webix_inp_static:focus,.webix_el_datepicker input:focus,.webix_el_dbldatepicker .webix_inp_static:focus,.webix_el_dbldatepicker input:focus,.webix_el_richselect .webix_inp_static:focus,.webix_el_richselect input:focus,.webix_el_textarea textarea:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_select select,.webix_el_textarea textarea{border-radius:6px} -.webix_el_combo span.webix_input_icon,.webix_el_richselect span.webix_input_icon{width:21px;padding-left:8px} -.webix_el_colorpicker span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_search span.webix_input_icon{width:24px} -.webix_el_text .webix_inp_static{border-radius:6px;white-space:nowrap} -.webix_focused .webix_inp_static{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_multilist .fa-check-square{color:#3498db} -.buttonStyle{color:#fff;font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0} -.webix_el_colorpicker div.webix_inp_static div{margin:2.5px -20px 0 -5px} -.webix_el_textarea textarea,div.webix_inp_static{background:#fff;font-family:'PT Sans',Tahoma;padding-top:0;border-color:#ccc} -.webix_el_textarea .webix_el_box textarea{padding-top:2px} -.webix_el_select select{font-family:'PT Sans',Tahoma;border-color:#ddd} -.webix_el_checkbox input{border-color:#ddd} -.webix_el_counter .webix_inp_counter_value{width:40px;background:#fff;font-family:'PT Sans',Tahoma;padding-top:0;border-color:#ccc} -.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#3498db;width:29px;color:#fff;padding:auto 6px;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;font-weight:700;font-family:"Courier New",Courier,monospace;font-size:20px} -.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none;font-size:13px} -.webix_view.webix_control.webix_el_tabbar{background:0 0} -div.webix_item_tab{border-color:#a4b4bf;padding-top:3px;font-size:16px} -div.webix_item_tab.webix_selected{padding-top:2px} -.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border-color:#3498db;border-right:1px solid #5faee3;background:#3498db;color:#fff;padding-top:0} -.webixtype_bottom .webix_item_tab.webix_selected:last-child,.webixtype_bottom .webix_item_tab:last-child{border-right:1px solid #5faee3} -.webixtype_bottom .webix_item_tab.webix_selected{background:#2383c4;color:#fff} -.webix_el_tabbar .webixtype_icon .webix_item_tab{white-space:nowrap} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;height:100%;line-height:inherit;margin:0 3px;vertical-align:top;width:100%} -.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected{background:#2383c4} -.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_el_tabbar .webixtype_iconTop .webix_icon,.webix_el_tabbar .webixtype_image .webix_icon{color:#fff;font-size:18px;top:1px} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{font-size:13px} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon,.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon{margin-top:2px} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_img_btn_text{bottom:0;font-size:13px} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected{background:#2383c4;box-shadow:0 0 0 1px #3498db inset} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text{color:#fff} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn{background-color:#2383c4} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn{color:#fff} -.webix_el_tabbar .webixtype_icon,.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{background:#3498db} -.webix_el_tabbar .webixtype_icon .webix_tab_filler,.webix_el_tabbar .webixtype_iconTop .webix_tab_filler,.webix_el_tabbar .webixtype_image .webix_tab_filler{border-bottom-color:#3498db} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:0;border-radius:0;color:#fff;background:#3498db;border-color:#3498db;border-bottom:1px solid #3498db} -.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn{color:#fff} -.webix_tab_more_icon:hover{color:#4d4d4d} -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon{background:#3498db} -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon{color:#fff} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover{background-color:#268fd5} -.webix_tab_filler:first-child{border-right:0} -.passiveBarBG{background:#a4b4bf;color:#fff} -.webix_all_tabs{padding-left:1px;padding-right:1px} -.webix_after_all_tabs{background:#3498db} -.webix_el_box .webixtype_form:active{background-color:#219552;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_el_box .webixtype_form:focus{background-color:#219552} -.webix_el_box .webixtype_form:hover{background-color:#239d57} -.webixtype_danger:hover{background-color:#ca4635} -.webixtype_danger:focus{background-color:#c14433} -.webixtype_danger:active{background-color:#c14433;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webixtype_next:focus,.webixtype_next:focus+.webixtype_next_arrow,.webixtype_prev:focus,.webixtype_prev:focus+.webixtype_prev_arrow{background-color:#2489cc} -.webixtype_next:hover,.webixtype_next:hover+.webixtype_next_arrow,.webixtype_prev:hover,.webixtype_prev:hover+.webixtype_prev_arrow{background-color:#268fd5} -.webix_el_box .webixtype_form{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} -.webix_inp_counter_next:hover,.webix_inp_counter_prev:hover,.webix_segment_0:hover,.webix_segment_1:hover,.webix_segment_N:hover,.webixbutton:hover,.webixtype_base:hover{background-color:#268fd5} -.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webix_segment_0:active,.webix_segment_1:active,.webix_segment_N:active,.webixbutton:active,.webixtype_base:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_el_text .webix_input_icon:active,.webix_el_text .webix_input_icon:hover{color:#3498db;background:inherit;cursor:pointer} -.webix_inp_counter_next:focus,.webix_inp_counter_prev:focus,.webix_segment_0:focus,.webix_segment_1:focus,.webix_segment_N:focus,.webixbutton:focus,.webixtype_base:focus{background-color:#2489cc} -.webix_selected.webix_segment_0:hover,.webix_selected.webix_segment_1:hover,.webix_selected.webix_segment_N:hover{background-color:#239d57} -.webix_selected.webix_segment_0:active,.webix_selected.webix_segment_0:focus,.webix_selected.webix_segment_1:active,.webix_selected.webix_segment_1:focus,.webix_selected.webix_segment_N:active,.webix_selected.webix_segment_N:focus{background-color:#219552} -.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{margin-left:1px;border-left:none} -.webix_slider_vertical .webix_slider_box{margin-top:-10px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:6px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:6px} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{left:3px;height:11px} -.webix_rangeslider .webix_slider_title_box{height:17px} -.webix_switch_box{margin-top:1px;height:22px} -.webix_switch_box .webix_switch_handle{height:20px;width:20px} -.activeShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.toggleShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.18)} -.webix_el_toggle .webix_pressed .webix_img_btn,.webix_el_toggle .webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs,.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:#2489cc} -.webix_img_btn_abs_top .webix_icon{font-size:22px} -.webix_img_btn:hover,.webix_img_btn_top:hover{background-color:rgba(0,0,0,.05)} -.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(0,0,0,.07);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_img_btn:focus,.webix_img_btn_top:focus{background-color:rgba(0,0,0,.07)} -.webix_view .webix_fieldset fieldset{border:1px solid #dedede} -.webix_view .webix_fieldset legend{color:#787878} -.webix_custom_checkbox:before{content:"\f00c";color:#3498db;font-family:FontAwesome;font-size:16px;height:14px;display:block;line-height:13px;width:14px} -.webix_checkbox_0 .webix_custom_checkbox:before{visibility:hidden} -.webix_custom_checkbox{float:left;position:relative;top:50%;margin-top:-7px;padding:0;height:15px;width:15px;border:1px solid #ccc;border-radius:3px;background-color:#fff} -.webix_custom_checkbox:focus{border-color:#3498db} -a:active .webix_custom_checkbox,a:focus .webix_custom_checkbox{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_radio .webix_custom_radio:before{content:" ";margin:3px;border-radius:50%;display:block;width:7px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:7px;background-color:#3498db} -.webix_el_radio .webix_radio_0 .webix_custom_radio:before{visibility:hidden} -.webix_el_radio .webix_custom_radio{display:block;height:15px;width:15px;padding:0;border:1px solid #ccc;border-radius:50%;background-color:#fff} -.webix_el_radio .webix_custom_radio:focus{border-color:#3498db} -.webix_el_radio .webix_label_right{color:#666;font-size:13px} -a:active .webix_custom_radio,a:focus .webix_custom_radio{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_cal_body .webix_cal_today{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #27ae60;border-radius:6px} -.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{font-size:11px} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today{border-radius:6px} -.webix_cal_body .webix_cal_event.webix_cal_select,.webix_cal_body .webix_selected{color:#fff;border-radius:6px;background:#27ae60} -.webix_cal_event{color:#3498db} -.webix_cal_outside{font-weight:400;color:#bbb} -.webix_cal_footer .webix_cal_done,.webix_time_footer .webix_cal_done{font-size:13px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8} -.webix_cal_footer .webix_cal_done:hover,.webix_time_footer .webix_cal_done:hover{background-color:#268fd5} -.webix_cal_footer .webix_cal_done:focus,.webix_time_footer .webix_cal_done:focus{background-color:#2489cc} -.webix_cal_month{line-height:20px;text-align:center;font-size:17px;font-weight:700} -.webix_view>.webix_cal_header div{font-size:12px} -.webix_cal_month_name{font-size:12px;font-weight:400} -.webix_cal_range{background-color:#d4f5e2} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} -.webix_progress_top .webix_progress_state{background-size:10px 10px} -.webix_progress_bottom .webix_progress_state{background-size:14px 14px} -.webix_accordionitem_label .webix_icon{font-size:17px;width:25px} -.webix_item_tab .webix_icon{width:30px;font-size:17px} -.webix_skin_mark{height:210px} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;font-size:13px;color:#4a4a4a;background:#d2e3ef;border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} -.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#b3b3b3} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/contrast.css b/v3/js/libs/webix/skins/contrast.css deleted file mode 100644 index bfdd4a4..0000000 --- a/v3/js/libs/webix/skins/contrast.css +++ /dev/null @@ -1,1661 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:'PT Sans',Tahoma;font-size:15px;color:#fff;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #818181;background-color:#393939;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#393939} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#818181} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:11.25px;font-size:10px;text-transform:uppercase;line-height:45px} -.webix_section>.webix_template{padding:0 8px;background-color:#393939;display:inline} -.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#818181} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#393939} -.webix_header>div{padding-left:10px;color:#fff;font-size:18px;background:#191919;line-height:43px;line-height:45px;padding-top:0;padding-bottom:0} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#fff;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #fff} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQkuAIBHEAAAABpJREFUGNNjZGBg+M8AAYyksJkY6A0Y6e5UALbZCgXV4j6XAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAOCAYAAADnqNYmAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQg2CvfuBwAAABpJREFUGNNjZGBg+M8AAYwwNhMDsYBxZGgHADNmCgtzYivBAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQkuAIBHEAAAABpJREFUGNNjZGBg+M8AAYyksJkY6A0Y6e5UALbZCgXV4j6XAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAOCAYAAADnqNYmAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQg2CvfuBwAAABpJREFUGNNjZGBg+M8AAYwwNhMDsYBxZGgHADNmCgtzYivBAAAAAElFTkSuQmCC) no-repeat center center} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #818181;position:relative;z-index:2;color:#fff;font-size:18px;background:#191919;line-height:43px;cursor:pointer;overflow:hidden} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:15px 13.5px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg==)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#4d4d4d} -.webix_list_item.webix_selected{color:#fff;background:#1f884c} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #4d4d4d;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#575757;font-size:15px;color:#fff} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#fff;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#575757} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none;border-color:#4d4d4d} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #4d4d4d;border-right:1px solid #4d4d4d;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #818181;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;font-size:15px} -.webix_pager_item_selected{cursor:default;background-color:#1f884c;border:1px solid #4d4d4d} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#4d4d4d;border-right:1px solid #ebebeb} -.webix_dataview_item.webix_selected{color:#fff;background:#1f884c;border-bottom:1px solid #4d4d4d;border-right:1px solid #4d4d4d} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:'PT Sans',Tahoma;font-size:13px;color:#fff;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#fff} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#fff;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#fff} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-size:15px;color:#fff} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#393939;box-shadow:0 3px 6px #c8c8c8;font-family:'PT Sans',Tahoma;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:30px;line-height:30px;display:inline-block;margin:0 5px;border-radius:2px} -.webix_popup_button div{border-radius:2px} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #818181} -.webix_button input,.webix_popup_button div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4;height:30px;line-height:30px} -.webix_popup_button.confirm div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;border-color:#28b263;box-shadow:none;text-shadow:none;color:#fff} -.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;color:#fff;min-height:60px} -.webix_error,.webix_info{font-size:15px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #818181;background-color:#393939;font-family:'PT Sans',Tahoma;font-size:15px;color:#fff;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #393939;border-top:1px solid #818181;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #6e6e6e;border-bottom:1px solid #818181;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:3px 5px 3px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#fff!important;height:39px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #818181;line-height:32px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} -.webix_richfilter{margin-top:1px;line-height:32px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#fff;background:#575757} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#343434} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px solid #6e6e6e;border-bottom:1px solid #6e6e6e} -.webix_ss_footer td{border-right:1px solid #4d4d4d;border-top:1px solid #4d4d4d} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #818181} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #818181} -.webix_last_topcell.webix_cell{border-bottom:1px solid #818181} -.webix_column>div,.webix_table_cell{border-right:1px solid #4d4d4d;padding:0 10px;border-bottom:1px solid #4d4d4d} -.webix_column{text-align:left} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:34px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#393939;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{color:#fff} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#1f884c} -.webix_column>div.webix_cell_select{border-bottom:1px solid #4d4d4d;border-left:1px solid #4d4d4d;border-right:1px solid #4d4d4d;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #4d4d4d;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #4d4d4d;border-right:1px solid #4d4d4d;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#1f884c} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #ebebeb} -.webix_cell.webix_dtable_colrow.webix_selected{color:#fff;background:#1f884c} -.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} -.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #818181} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{color:#fff;background:#1f884c} -.webix_hcell span.webix_input_icon{background-color:#6e6e6e} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#fff} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#fff;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:18px;background:#191919;padding:0;text-align:center;line-height:45px} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#191919;display:block;border:1px solid #000;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:28px;line-height:28px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#1f884c} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} -.webix_tree_img{background:0 0;float:left;width:25px;height:28px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIxjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKrKg68GbjNGVTeGZmeiRP+IphBbi0EgrAAA7)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIpjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC7/mTNf2jef6zvc+XgAAOw==);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAI1jI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC78VC9KeveGYPpsJTwFmfCeixahABoQRXQEAOw==)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIjjI+py+0Po5y02ouz3rxDAIZi+HGAiW6nmmqr22avHGMzUwAAOw==)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#393939} -.webix_cal_month{height:22px;position:relative;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#1f884c} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#fff;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#fff;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_inactive{background:#888} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#393939;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#1f884c;color:#fff} -.webix_cal_footer{text-align:center;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#191919} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#fff;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #818181} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;border-radius:2px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;color:#fff;border-color:#28b263;box-shadow:none;float:right} -.webix_cal_blurred_hours{background-color:#313131} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_label,.webix_property_value{padding-left:10px;float:left;border-bottom:1px solid #818181;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:28px;line-height:27px} -.webix_property_label{border-right:1px solid #818181} -.webix_property_label_line{padding-left:10px;color:#fff;font-size:18px;background:#191919;border-bottom:1px solid #ebebeb;line-height:28px} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #818181;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#393939;padding:5px 10px;border:1px solid #818181;font-family:'PT Sans',Tahoma;font-size:15px;color:#fff;border-radius:0} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#393939} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#1f884c;color:#fff} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#fff} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #818181} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:2px;height:100%;width:100%;cursor:pointer;color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:purple;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;outline:0;padding:0;border:0} -.webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;color:#fff;border-color:#28b263;box-shadow:none} -.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545;border-bottom:1px solid #b13e2f;color:#fff} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:2px;-webkit-border-bottom-right-radius:2px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:2px;border-bottom-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;outline:0;color:#fff;background:purple;border:1px solid #818181} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:8px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:15px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#fff} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#bfbfbf;background:#747474;border:1px solid #747474;text-shadow:none} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#bfbfbf} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#bfbfbf} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:15px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #818181;color:#fff;font-size:15px;background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979;-webkit-appearance:none} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#fff;text-transform:none;font-size:15px} -.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:3px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:13px;color:#fff} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#fff;line-height:32px;padding:3px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:15px;border:1px solid #818181} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #818181;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:15px;width:50px;color:#fff;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_prev{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4;-webkit-border-top-left-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:2px;border-bottom-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_inp_counter_next{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:2px;-webkit-border-bottom-right-radius:2px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px} -.webix_el_textarea textarea{border:1px solid #818181;height:100%;margin:0;padding:5px;color:#fff;resize:none;font-size:15px;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:9.5px} -.webix_segment_0,.webix_segment_1{height:100%} -.webix_segment_0{-webkit-border-top-left-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:2px;border-bottom-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:2px;-webkit-border-bottom-right-radius:2px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px} -.webix_segment_N:first-child{-webkit-border-top-left-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-right-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:2px;border-bottom-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:purple;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#1f884c;border-color:#28b263} -.webix_inp_static{border:1px solid #818181;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#fff} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:15px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#fff;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#fff;padding-right:24px;background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:6.5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:32px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_inp_bottom_label{font-size:13px} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:24px;height:24px;border-radius:2px} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search span{position:absolute;right:19px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#bfbfbf} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#bfbfbf;background:#797979} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#bfbfbf;background:#747474;border:1px solid #747474;text-shadow:none} -.webix_disabled_top_label{color:#bfbfbf} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#2c2c2c;display:inline-block;margin:3px;float:left;border-radius:2px} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#d9d9d9;cursor:pointer} -.webix_multilist .webix_selected{background:#2c2c2c;color:#fff} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:purple} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #818181;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid #818181} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #818181;border-left-width:0;background:#393939;color:#fff;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{border-bottom-width:0;background:#191919;color:#fff;border-color:#191919} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #818181;border-right:1px solid #818181;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#bfbfbf;background:#747474;border:1px solid #747474;text-shadow:none} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#393939;height:34px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:13px} -.webix_menu-x{background-color:#fff;border:none;background:0 0} -.webix_menu-x .webix_list_item{display:inline-block;line-height:30px;border-right:1px solid #cd00cc;border-left:0;background:purple;color:#fff;font-size:15px} -.webix_menu-x .webix_list_item .webix_submenu_icon:before{content:'\f107'} -.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:hover{background-color:#b300b3} -.webix_menu-x .webix_list_item:first-child{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_menu-x .webix_list_item:last-child{border-right:none;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_menu{background:#393939;border:1px solid #818181;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #818181} -.webix_menu .webix_submenu_icon{top:11px} -.webix_menu .webix_context_spacer{height:34px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{color:#fff;font-size:18px;background:#191919} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:8px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #686868;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#fff;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#fff;line-height:32px;padding:3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:15px;margin-top:-13px} -.webix_slider_box .webix_slider_left{float:left;width:100px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{float:left;width:100px;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid #8e8e8e;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{height:6px;border:1px solid #cd00cc;background:#b300b3} -.webix_slider_box .webix_slider_right{height:6px;background:#6c6c6c;border-color:#797979} -.webix_slider_box .webix_slider_handle{width:14px;height:14px;background-color:purple;border:1px solid #cd00cc;box-shadow:0 0 1px #cd00cc;top:10px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{margin:0 2px;height:14px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgQDC8KQSqFawAAABlJREFUCNdj+P//vxkDAwMDMs3EgAUMrCAA8LUJqB1jT/kAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #cd00cc;background:#b300b3} -.webix_slider_alt .webix_slider_box .webix_slider_right{background:#6c6c6c;border-color:#797979} -.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:purple;border:1px solid #cd00cc;top:10px;width:11px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{height:11px;width:14px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;height:24px;width:60px;background-color:#f1f1f1;border:1px solid #818181;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{background-color:purple;color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#2c2c2c} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#1f884c;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#fff} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#1f884c;border-color:#1f884c} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#e2e2a7} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#e2e2a7} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#1f884c;box-shadow:inset 0 0 1px 2px #1f884c} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #818181} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#fff;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:15px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#ff5cff;border-radius:2px;border:1px solid #818181;cursor:pointer;font-size:15px;font-family:'PT Sans',Tahoma} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(../fonts/PTS-webfont.woff) format('woff')} -@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:local('PT Sans Bold'),local('PTSans-Bold'),url(../fonts/PTS-bold.woff) format('woff')} -.mainFont{font-family:'PT Sans',Tahoma;font-size:15px;color:#fff} -.invalidStyle{color:#fea5a8;background-color:#4d4d4d;border-color:#fea5a8} -.webix_layout_toolbar.webix_toolbar{color:#fff;font-size:18px;background:#191919} -.webix_layout_space>.webix_toolbar{border-radius:0} -.webix_view.webix_layout_accordion{background-color:#818181} -.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:14px 13.5px} -.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:13px} -.webix_accordionitem.collapsed,.webix_accordionitem.horizontal.collapsed{background-color:#393939} -.webix_accordionitem.collapsed .webix_accordionitem_header,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header{background-color:#393939;color:#fff} -.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button{color:#fff} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{color:#fff;background-image:none;font-family:FontAwesome;font-size:24px;text-align:center;width:24px;height:45px;margin:0 10.5px 0 10.5px} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before{content:'\f104'} -.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f106'} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f105'} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f107'} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{height:42px;margin:0 10.5px 0 10.5px} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f106'} -.webix_accordionitem.vertical>.webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f107'} -.webix_toolbar.webix_layout_subbar{background:0 0} -.webix_toolbar.webix_layout_subbar .webix_view{color:#fff} -.webix_el_tabbar+.webix_multiview{background-color:#393939} -.webix_view.rounded_top{-moz-border-top-left-radius:0;-moz-border-top-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-left-radius:0;border-top-right-radius:0} -.webix_view.rounded_right{-moz-border-top-right-radius:0;-moz-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0} -.webix_view.rounded_bottom{border-bottom-left-radius:0;border-bottom-right-radius:0;-moz-border-bottom-left-radius:0;-moz-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0} -.webix_view.rounded_left{-moz-border-top-left-radius:0;-moz-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0} -.webix_layout_space .webix_layout_accordion .webix_accordionitem,.webix_layout_space>.webix_view,.webix_layout_wide .webix_layout_accordion .webix_accordionitem,.webix_layout_wide>.webix_view{border-radius:0} -.webix_tooltip,.webix_window{box-shadow:0 1px 7px 1px #818181} -.webix_view .webix_win_head{border-bottom:1px solid #818181} -.webix_view .webix_win_head>.webix_view>.webix_template{color:#fff;background:#191919} -.webix_modal_box .webix_popup_title{color:#fff;background:#393939;font-size:15px;text-shadow:none} -.webix_popup_text{font-size:15px} -.webix_alert-warning .webix_popup_text,.webix_confirm-warning .webix_popup_text{box-shadow:0 3px #ffd21a inset} -.webix_alert-error .webix_popup_text,.webix_confirm-error .webix_popup_text{box-shadow:0 3px #ff391b inset} -.webix_modal_box,.webix_view.webix_popup{border:1px solid #818181} -.confirmButton{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;border-color:#28b263;box-shadow:none;text-shadow:none;color:#fff} -.confirmButtonActive{background:#26a55c} -.webix_popup_button{border:none} -.webix_resize_handle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgQDA8VWaasPAAAAB9JREFUKM9jYBgy4P////9HmkaiDRpGGnEaRH+NAwIARRJTrXKWh1IAAAAASUVORK5CYII=)} -.webix_resizer_x,.webix_resizer_y{background-color:#818181} -.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid #747474} -.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid #747474} -.webix_dtable .webix_last_topcell{border-bottom:1px solid #747474} -.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #6e6e6e} -.webix_dtable .webix_hcell.webix_ss_filter{padding:0 5px} -.webix_dtable .webix_hcell.webix_div_filter{padding:3px 5px} -.webix_dtable .webix_ss_filter input,.webix_dtable .webix_ss_filter select{height:32px;vertical-align:middle;border-radius:2px} -.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;right:3px;float:none;width:12px} -.webix_ss_sort_asc:before{content:'\f106'} -.webix_ss_sort_desc:before{content:'\f107'} -.dtBodyCell{border-bottom:1px solid #4d4d4d} -.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #6e6e6e} -.dataItemStyle{border-color:#4d4d4d} -.webix_dd_over_column,.webix_sel_hcell{background-color:#878787} -.webix_block_selection{background:rgba(255,255,255,.25);border:2px solid #818181} -.webix_list_item.webix_invalid{color:#fea5a8;background-color:#4d4d4d;border-color:#fea5a8} -.webix_list_item.webix_group_back{color:#fff;background:#575757;border-bottom:1px solid #6e6e6e} -.webix_dataview_item{border-right-color:#4d4d4d} -.webix_view .webix_pager_item{padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4;font-size:15px} -.webix_view .webix_pager_item:hover{background-color:#b300b3} -.webix_view .webix_pager_item:focus{background-color:#9f009f} -.webix_view .webix_pager_item_selected{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;color:#fff;border-color:#28b263;box-shadow:none} -.webix_view .webix_pager_item,.webix_view .webix_pager_item_selected{border-radius:2px} -.webix_list .webix_unit_header{font-weight:400;text-shadow:none;background:#575757;font-size:15px;color:#fff} -.webix_tree_close,.webix_tree_open{background-image:none;font-family:FontAwesome;font-size:15px;text-align:center;color:#fff} -.webix_tree_open:before{content:"\f107"} -.webix_tree_close:before{content:"\f105"} -.webix_menu-x .webix_submenu_icon,.webix_view.webix_menu .webix_submenu_icon{width:6px;height:auto;font-size:14px;font-family:FontAwesome;line-height:1px;margin-top:3px} -.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background-color:#535353} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before{content:'\f105'} -.webix_menu.webix_view .webix_list_item.webix_selected{background:#1f884c} -.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#4d4d4d} -.webix_column>.webix_drag_over.webix_cell,.webix_drag_over,.webix_drop_zone{background-color:#535353} -.propertyStyle{height:28px;line-height:27px} -.propertyTitle{line-height:28px} -.webix_organogram_item{background-color:#575757;color:#fff;border:1px solid #a3a3a3} -.webix_view button,.webix_view input[type=button]{-webkit-appearance:none} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{color:#fea5a8;background-color:#4d4d4d;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{color:#fea5a8} -.webix_el_colorpicker span.webix_input_icon,.webix_el_combo span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_richselect span.webix_input_icon,.webix_el_search span.webix_input_icon{background-color:#797979;color:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:2px;-webkit-border-bottom-right-radius:2px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px} -.focusStyle{box-shadow:0 0 0 1px #fff} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_search input{padding-right:28px} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{border-radius:2px} -.webix_el_colorpicker input:focus,.webix_el_combo input:focus,.webix_el_datepicker input:focus,.webix_el_search input:focus,.webix_el_text input:focus{box-shadow:0 0 0 1px #fff} -.webix_el_colorpicker .webix_inp_static,.webix_el_datepicker .webix_inp_static,.webix_el_dbldatepicker .webix_inp_static,.webix_el_richselect .webix_inp_static{border-radius:2px;padding-right:28px;white-space:nowrap} -.webix_el_colorpicker .webix_inp_static:focus,.webix_el_datepicker .webix_inp_static:focus,.webix_el_dbldatepicker .webix_inp_static:focus,.webix_el_richselect .webix_inp_static:focus{box-shadow:0 0 0 1px #fff} -.webix_el_select select,.webix_el_textarea textarea{border-radius:2px} -.webix_el_select select:focus,.webix_el_textarea textarea:focus{box-shadow:0 0 0 1px #fff} -.webix_el_combo span.webix_input_icon,.webix_el_richselect span.webix_input_icon{width:21px;padding-left:8px} -.webix_el_colorpicker span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_search span.webix_input_icon{width:24px} -.webix_el_text .webix_inp_static{border-radius:2px;white-space:nowrap} -.webix_focused .webix_inp_static{box-shadow:0 0 0 1px #fff} -.webix_multilist .fa-check-square{color:#fff} -.buttonStyle{color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0} -.inputButtonStyle{color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #797979;border-bottom:1px solid #797979;outline:0} -.webix_el_colorpicker div.webix_inp_static div{margin:2.5px -20px 0 -5px} -.webix_el_textarea textarea,div.webix_inp_static{background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979} -.webix_el_select select{color:#fff;background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979} -.webix_el_checkbox input{border-color:#818181} -.webix_el_counter .webix_inp_counter_value{width:40px;background:#535353;font-family:'PT Sans',Tahoma;border-color:#797979} -.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#797979;width:29px;color:#fff;padding:auto 6px;border:1px solid #797979;border-bottom:1px solid #797979;outline:0;font-weight:700;font-family:"Courier New",Courier,monospace;font-size:20px} -.webix_el_counter .webix_inp_counter_next:focus,.webix_el_counter .webix_inp_counter_prev:focus{border-color:#fff} -.webix_el_counter input[type=text]:focus{border:1px solid #fff} -.webix_control,.webix_view.webix_control.webix_el_tabbar{background:0 0} -div.webix_item_tab{border-color:#393939;padding-top:3px;font-size:18px} -div.webix_item_tab.webix_selected{padding-top:2px} -.webix_el_tabbar .webix_item_tab{border:1px solid #818181} -.webix_el_tabbar .webix_item_tab.webix_selected{border-bottom-width:0} -.webixtype_bottom .webix_item_tab{border-color:#393939} -.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;border-color:#191919} -.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border-right-color:#818181;padding-top:0} -.webixtype_bottom .webix_item_tab.webix_selected:last-child,.webixtype_bottom .webix_item_tab:last-child{border-right:1px solid #818181} -.webixtype_bottom .webix_item_tab.webix_selected{background:#050505;color:#fff} -.webix_el_tabbar .webixtype_icon .webix_item_tab{white-space:nowrap} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;height:100%;line-height:inherit;margin:0 3px;vertical-align:top;width:100%} -.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected{background:#050505} -.webix_accordionitem_label .webix_icon{font-size:19px;width:25px} -.webix_item_tab .webix_icon{width:30px;font-size:19px} -.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_el_tabbar .webixtype_iconTop .webix_icon,.webix_el_tabbar .webixtype_image .webix_icon{color:#fff;font-size:18px;top:1px} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{font-size:15px} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon,.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon{margin-top:2px} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_img_btn_text{bottom:0;font-size:15px} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected{background:#050505;box-shadow:0 0 0 1px #191919 inset} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text{color:#fff} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn{background-color:#050505} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn{color:#fff} -.webix_el_tabbar .webixtype_icon,.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{background:#191919} -.webix_el_tabbar .webixtype_icon .webix_tab_filler,.webix_el_tabbar .webixtype_iconTop .webix_tab_filler,.webix_el_tabbar .webixtype_image .webix_tab_filler{border-bottom-color:#191919} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:0;border-radius:0;color:#fff;background:#191919;border-color:#191919;border-bottom:1px solid #191919} -.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn{color:#fff} -.webix_tab_more_icon:hover{color:#e6e6e6} -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon{background:#191919} -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon{color:#fff} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover{background-color:#333} -.webix_tab_filler:first-child{border-right:0} -.passiveBarBG{background:#393939;color:#fff} -.webix_after_all_tabs{background:#191919} -.webix_el_box .webixtype_form:active{background-color:#25a15a;background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} -.webix_el_box .webixtype_form:focus{background-color:#25a15a} -.webix_el_box .webixtype_form:hover{background-color:#28b263} -.webixtype_danger:hover{background-color:#d97a6d} -.webixtype_danger:focus{background-color:#d46b5d} -.webixtype_danger:active{background-color:#d46b5d;background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} -.webixtype_next:focus,.webixtype_next:focus+.webixtype_next_arrow,.webixtype_prev:focus,.webixtype_prev:focus+.webixtype_prev_arrow{background-color:#9f009f} -.webixtype_next:hover,.webixtype_next:hover+.webixtype_next_arrow,.webixtype_prev:hover,.webixtype_prev:hover+.webixtype_prev_arrow{background-color:#b300b3} -.webix_el_box .webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;background:#1f884c;color:#fff;border-color:#28b263;box-shadow:none} -.webix_segment_0:hover,.webix_segment_1:hover,.webix_segment_N:hover,.webixbutton:hover,.webixtype_base:hover{background-color:#b300b3} -.webix_segment_0:active,.webix_segment_1:active,.webix_segment_N:active,.webixbutton:active,.webixtype_base:active{background-color:#9f009f;background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} -.webix_el_text .webix_input_icon{color:#e2e2a7} -.webix_el_text .webix_input_icon:active,.webix_el_text .webix_input_icon:hover{cursor:pointer} -.webix_segment_0:focus,.webix_segment_1:focus,.webix_segment_N:focus,.webixbutton:focus,.webixtype_base:focus{background-color:#9f009f} -.webix_selected.webix_segment_0:hover,.webix_selected.webix_segment_1:hover,.webix_selected.webix_segment_N:hover{background-color:#28b263} -.webix_selected.webix_segment_0:active,.webix_selected.webix_segment_0:focus,.webix_selected.webix_segment_1:active,.webix_selected.webix_segment_1:focus,.webix_selected.webix_segment_N:active,.webix_selected.webix_segment_N:focus{background-color:#25a15a} -.webix_segment_1:not(.webix_selected),.webix_segment_N:not(.webix_selected){border-left:none} -.webix_slider_vertical .webix_slider_box{margin-top:-11px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:6px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:5px} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{left:3px} -.webix_rangeslider .webix_slider_title_box{height:21px} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px #fff;border-color:purple} -.activeShadow{background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} -.toggleShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.18)} -.webix_el_toggle .webix_pressed .webix_img_btn,.webix_el_toggle .webix_pressed .webix_img_btn_top{background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} -.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs,.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base{box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);background-color:#9f009f} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#e2e2a7} -.webix_img_btn_abs_top .webix_icon{font-size:22px} -.webix_img_btn:hover,.webix_img_btn_top:hover{background-color:rgba(0,0,0,.05)} -.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(0,0,0,.07);background-color:rgba(255,255,255,.25);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)} -.webix_img_btn:focus,.webix_img_btn_top:focus{background-color:rgba(0,0,0,.07)} -.webix_view .webix_fieldset fieldset{border:1px solid #797979} -.webix_view .webix_fieldset legend{color:#fff} -.webix_control.webix_el_search span{background-color:#5f5f5f} -.webix_checkbox_1 .webix_custom_checkbox:before{content:"\f00c";color:#fff;font-family:FontAwesome;font-size:16px;height:16px;display:block;line-height:13px;width:14px} -.webix_custom_checkbox{float:left;position:relative;top:50%;margin-top:-7px;padding:0;height:17px;width:17px;border:1px solid #fff;border-radius:3px;background-color:#4b4b4b} -.webix_custom_checkbox:focus,a:active .webix_custom_checkbox,a:focus .webix_custom_checkbox{box-shadow:0 0 0 1px #fff} -.webix_el_radio .webix_custom_radio:before{content:" ";background-color:#4b4b4b} -.webix_el_radio .webix_radio_1 .webix_custom_radio:before{content:" ";border-radius:50%;display:block;width:9px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:9px;background-color:#fff} -.webix_el_radio .webix_custom_radio{display:block;height:17px;width:17px;padding:3px;border:1px solid #fff;border-radius:50%;background-color:#4d4d4d} -.webix_el_radio .webix_custom_radio:focus{box-shadow:0 0 0 1px #fff} -.webix_el_radio .webix_label_right{color:#fff;font-size:15px} -a:active .webix_custom_radio,a:focus .webix_custom_radio{box-shadow:0 0 0 1px #fff} -::-webkit-input-placeholder{color:#d9d9d9} -::-moz-placeholder{color:#d9d9d9} -:-ms-input-placeholder{color:#d9d9d9} -.webix_badge{background-color:#ffb3ff;color:#060606;font-weight:700} -.webix_dt_editor input,.webix_dt_editor select{background:#393939;font-family:'PT Sans',Tahoma;border-color:#797979;box-shadow:0 0 0 1px #fff inset} -.headerFilterStyle,.webix_ss_filter input,.webix_ss_filter select,.webix_ss_header .webix_inp_static,.webix_ss_header input{background:#3e3e3e;font-family:'PT Sans',Tahoma;font-size:15px;color:#fff;border-color:#878787} -.webix_ss_header span.webix_input_icon{background:#878787} -.webix_section{color:#fff} -.webix_cal_body .webix_cal_today{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1f884c;border-radius:2px} -.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{font-size:14px} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today{border-radius:2px} -.webix_cal_body .webix_cal_select.webix_cal_select{font-weight:700} -.webix_cal_body .webix_cal_event.webix_cal_select,.webix_cal_body .webix_selected{color:#fff;border-radius:2px;background:#1f884c} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#ccc;background:#6c6c6c} -.webix_cal_event{font-weight:400;color:#ffb3ff} -.webix_cal_icons .webix_cal_icon,.webix_cal_month_name{color:#e2e2a7} -.webix_cal_month_name:hover,.webix_cal_time:hover{color:#e2e2a7;text-decoration:underline} -.webix_cal_outside{font-weight:400;color:#bbb} -.webix_cal_footer .webix_cal_done,.webix_time_footer .webix_cal_done{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #cd00cc;outline:0;color:#fff;background:purple;border-bottom:1px solid #a400a4} -.webix_cal_footer .webix_cal_done:hover,.webix_time_footer .webix_cal_done:hover{background-color:#b300b3} -.webix_cal_footer .webix_cal_done:focus,.webix_time_footer .webix_cal_done:focus{background-color:#9f009f} -.webix_cal_month{line-height:20px;text-align:center;font-size:17px;font-weight:700} -.webix_cal_footer,.webix_view>.webix_cal_header div{font-size:13px;color:#e2e2a7} -.webix_cal_month_name{font-size:14px;font-weight:400} -.webix_cal_next_button,.webix_cal_prev_button{color:#e2e2a7;background-image:none;font-family:FontAwesome} -.webix_cal_next_button:before{content:'\f105'} -.webix_cal_prev_button:before{content:'\f104'} -.webix_cal_prev_button{background-image:none} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_cal_body .webix_cal_today.webix_cal_range,.webix_cal_range{background-color:#1f884c} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} -.webix_progress_top .webix_progress_state{background-size:10px 10px} -.webix_progress_bottom .webix_progress_state{background-size:14px 14px} -.webix_view ::-webkit-scrollbar,.webix_view ::-webkit-scrollbar-button,.webix_view ::-webkit-scrollbar-corner,.webix_view ::-webkit-scrollbar-track-piece,.webix_view::-webkit-scrollbar,.webix_view::-webkit-scrollbar-button,.webix_view::-webkit-scrollbar-corner,.webix_view::-webkit-scrollbar-track-piece{background:#393939} -.webix_view ::-webkit-scrollbar-button:vertical:increment,.webix_view::-webkit-scrollbar-button:vertical:increment{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center} -.webix_view ::-webkit-scrollbar-button:vertical:decrement,.webix_view::-webkit-scrollbar-button:vertical:decrement{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center} -.webix_view ::-webkit-scrollbar-button:horizontal:increment,.webix_view::-webkit-scrollbar-button:horizontal:increment{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center center} -.webix_view ::-webkit-scrollbar-button:horizontal:decrement,.webix_view::-webkit-scrollbar-button:horizontal:decrement{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center center} -.webix_view ::-webkit-scrollbar-thumb,.webix_view::-webkit-scrollbar-thumb{background:#b9b9b9} -.webix_skin_mark{height:230px} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#fff;background:#575757;border-right:1px solid #6e6e6e;border-bottom:1px solid #6e6e6e} -.webix_table_print .webix_footer_cell{display:table-cell;background:#343434;border-right:1px solid #4d4d4d;border-top:1px solid #4d4d4d;border-bottom:1px solid #4d4d4d} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#fff} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/debug/air.css b/v3/js/libs/webix/skins/debug/air.css deleted file mode 100644 index bfe7152..0000000 --- a/v3/js/libs/webix/skins/debug/air.css +++ /dev/null @@ -1,7065 +0,0 @@ -.webix_view { - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #a4bed4; - background-color: #ffffff; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #ffffff; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #ebebeb; -} -.webix_layout_wide { - background-color: #ebebeb; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 10px; - padding-left: 10px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 8.5px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 34px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ebebeb; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ebebeb; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_header > div { - padding-left: 10px; - font-family: Helvetica, Verdana; - color: #1e2022; - font-size: 13px; - font-weight: bold; - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; - line-height: 32px; - line-height: 34px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_inp_label, -.webix_header > div .webix_el_label { - color: #1e2022; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #727981; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #9fa5aa; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #a4bed4; - position: relative; - z-index: 2; - font-family: Helvetica, Verdana; - color: #1e2022; - font-size: 13px; - font-weight: bold; - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; - line-height: 32px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_inp_label, -.webix_accordionitem_header .webix_el_label { - color: #1e2022; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 14px 14px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - background-size: 100% 100%; - background-position: 0 0; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #ffd47b; - box-shadow: 0 1px #ffe3a9 inset; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #1e2022; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #d6e8ff; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid #ebebeb; - border-bottom: none; -} -.webix_list-x .webix_list_item.webix_selected { - border-right: 1px solid #ffd47b; - border-left: 1px solid #ffd47b; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 2px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #a4bed4; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Helvetica, Verdana; - font-size: 13px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #ffdb8f; - border: 1px solid #ffd47b; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; - border-right: 1px solid #ebebeb; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - background-size: 100% 100%; - background-position: 0 0; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); - border-bottom: 1px solid #ffd47b; - border-right: 1px solid #ffd47b; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #9aa0a5; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #4e5358; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #4e5358; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #ffffff; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: Helvetica, Verdana; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 28px; - line-height: 28px; - display: inline-block; - margin: 0 5px; - border-radius: 6px; -} -.webix_popup_button div { - border-radius: 6px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #a4bed4; -} -.webix_button input, -.webix_popup_button div { - font-size: 13px; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - height: 28px; - line-height: 28px; -} -.webix_popup_button.confirm div { - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 13px; - color: #1e2022; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 13px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #a4bed4; - background-color: #ffffff; - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #e6e6e6; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 31px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-top: 1px solid #a4bed4; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #a4bed4; - border-bottom: 1px solid #a4bed4; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 2px 5px 2px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #1e2022 !important; - height: 30px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #a4bed4; - line-height: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Helvetica, Verdana; -} -.webix_richfilter { - margin-top: 1px; - line-height: 30px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #fafafa; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #a4bed4; - border-bottom: 1px solid #a4bed4; -} -.webix_ss_footer td { - border-right: 1px solid #ebebeb; - border-top: 1px solid #ebebeb; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #a4bed4; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #a4bed4; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #a4bed4; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0 10px; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -.webix_column > div:nth-child(even) { - background-color: #f7f7f7; -} -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #ffd47b; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid #ebebeb; - height: 34px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #ffffff; - border-top: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 5px 10px; - height: 34px; - line-height: 26px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #e6e6e6; - color: #1e2022; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - background-size: 100% 100%; - background-position: 0 0; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #ffd47b; - box-shadow: 0 1px #ffe3a9 inset; - border-right: 1px solid #ffd47b; - border-left: 1px solid #ffd47b; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #ffd47b; - box-shadow: 0 1px #ffe3a9 inset; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-right: 1px solid #ffd47b; - border-left: 1px solid #ffd47b; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - background-size: 100% 100%; - background-position: 0 0; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid #ebebeb; -} -.webix_cell.webix_dtable_colrow.webix_selected { - background-size: 100% 100%; - background-position: 0 0; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); -} -.webix_dtable_subrow { - border-top: 1px solid #ebebeb; - text-align: right; -} -.webix_dtable_subview { - background: #ebebeb; - border-top: 1px solid #ebebeb; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #a4bed4; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - background-size: 100% 100%; - background-position: 0 0; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); -} -.webix_hcell span.webix_input_icon { - background-color: #a4bed4; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #1e2022; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #1e2022; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - font-family: Helvetica, Verdana; - color: #1e2022; - font-size: 13px; - font-weight: bold; - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; - padding: 0px; - text-align: center; - line-height: 34px; -} -.webix_win_head > .webix_view > .webix_template .webix_inp_label, -.webix_win_head > .webix_view > .webix_template .webix_el_label { - color: #1e2022; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #d6e8ff; - display: block; - border: 1px solid #70afff; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 22px; - line-height: 22px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - background-size: 100% 100%; - background-position: 0 0; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs="); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw=="); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 18px; - height: 22px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #ffffff; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #1e2022; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #1e2022; - background: #ffdb8f; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #1e2022; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #727981; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #7e868e; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #7e868e; - background: #f0f0f0; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #ffffff; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #ffdb8f; - color: #1e2022; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #d6e8ff; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #1e2022; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #a4bed4; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 6px; - border: 1px solid #a4bed4; - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; - float: right; -} -.webix_cal_blurred_hours { - background-color: #f7f7f7; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_line:nth-child(odd) { - background-color: #f7f7f7; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #a4bed4; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; -} -.webix_property_label { - border-right: 1px solid #a4bed4; -} -.webix_property_label_line { - padding-left: 10px; - font-family: Helvetica, Verdana; - color: #1e2022; - font-size: 13px; - font-weight: bold; - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; - line-height: 32px; - line-height: 23px; - border-bottom: 1px solid #ebebeb; -} -.webix_property_label_line .webix_inp_label, -.webix_property_label_line .webix_el_label { - color: #1e2022; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #a4bed4; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #ffffff; - padding: 5px 10px; - border: 1px solid #a4bed4; - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #ffffff; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #ffffff; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #ffdb8f; - color: #1e2022; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #7e868e; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #a4bed4; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 6px; - border: 1px solid #a4bed4; - height: 100%; - width: 100%; - cursor: pointer; - font-size: 13px; - font-family: Helvetica, Verdana; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #1e2022; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #1e2022; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - font-size: 13px; - font-family: Helvetica, Verdana; - padding: 0px; - border: 0px; -} -.webixtype_form { - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.webixtype_form:active { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background: #d6e8ff; - background-repeat: no-repeat; -} -.webix_el_button .webixtype_danger { - background: #cc1100; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7877e), color-stop(100%, #cc1100)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e7877e, #cc1100); - background-image: -moz-linear-gradient(#e7877e, #cc1100); - background-image: -ms-linear-gradient(top, #e7877e, #cc1100); - background-image: -o-linear-gradient(top, #e7877e, #cc1100); - border: none !important; - color: white; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - border: 1px solid #a4bed4; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 6px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 13px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #1e2022; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 3px; - width: 100%; - text-align: center; - cursor: pointer; - color: #1e2022; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa !important; - background: #e9e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); - background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); - border-color: #d5d5d5 !important; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Helvetica, Verdana; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 2px; - height: 100%; - width: 100%; - font-size: 13px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #a4bed4; - color: #1e2022; - font-size: 13px; - font-family: Helvetica, Verdana; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #1e2022; - text-transform: none; - font-size: 13px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 2px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 2px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 11px; - color: #2a2d30; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #1e2022; - line-height: 30px; - padding: 2px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 13px; - font-family: Helvetica, Verdana; - border: 1px solid #a4bed4; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #a4bed4; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 13px; - width: 50px; - color: #1e2022; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_el_textarea textarea { - border: 1px solid #a4bed4; - height: 100%; - margin: 0; - padding: 5px; - color: #1e2022; - resize: none; - font-size: 13px; - font-family: Helvetica, Verdana; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 8.5px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #a4bed4; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #a4bed4; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - font-size: 13px; - font-family: Helvetica, Verdana; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - background-size: 100% 100%; - background-position: 0 0; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); -} -.webix_inp_static { - border: 1px solid #a4bed4; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #666d73; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 13px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #1e2022; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #1e2022; - padding-right: 24px; - font-family: Helvetica, Verdana; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 6.5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 27px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 11px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 6px; - right: 8px; - width: 22px; - height: 22px; - border-radius: 6px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 17px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa !important; - background: #e9e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); - background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); - border-color: #d5d5d5 !important; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #1e2022; - font-size: 13px; - font-family: Helvetica, Verdana; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #f2f2f2; - display: inline-block; - margin: 3px; - float: left; - border-radius: 6px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #000000; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #f2f2f2; - color: #1e2022; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #e6e6e6; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #a4bed4; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #a4bed4; -} -.webix_item_tab:first-child { - border-left: 1px solid #a4bed4; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #a4bed4; - border-left-width: 0px; - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - background: #ffffff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #ffffff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #ffffff); - background-image: -moz-linear-gradient(#e5f1ff, #ffffff); - background-image: -ms-linear-gradient(top, #e5f1ff, #ffffff); - background-image: -o-linear-gradient(top, #e5f1ff, #ffffff); -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - background-size: 100% 100%; - background-position: 0 0; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f); - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f); - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f); - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f); -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #a4bed4; - border-right: 1px solid #a4bed4; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa !important; - background: #e9e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); - background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); - border-color: #d5d5d5 !important; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 2px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #ebebeb; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #ffffff; - height: 34px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0px; -} -.webix_menu-x .webix_submenu_icon { - top: 13px; -} -.webix_menu-x { - background-color: white; - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 30px; -} -.webix_menu-x .webix_list_item { - -moz-background-size: 1px 100%,100% 100%, 1px 100%; - background-size: 1px 100%,100% 100%, 1px 100%; - background-color: transparent; - margin: 1px 0; - background-position: 0 0,1px 0, 100% 0%; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, left top, left bottom, #f0f6ff, #ffffff, #f0f6ff), -webkit-gradient(linear, left top, left bottom, transparent, transparent), -webkit-gradient(linear, left top, left bottom, #f0f6ff, #a4bed4, #f0f6ff); - /* old webkit */ - background-image: -webkit-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(#f0f6ff, #a4bed4, #f0f6ff); - background-image: -moz-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(#f0f6ff, #a4bed4, #f0f6ff); - background-image: -ms-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -ms-linear-gradient(transparent, transparent), -ms-linear-gradient(top, #f0f6ff, #a4bed4, #f0f6ff); - background-image: -o-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -o-linear-gradient(transparent, transparent), -o-linear-gradient(top, #f0f6ff, #a4bed4, #f0f6ff); -} -.webix_menu-x .webix_list_item:last-child { - background-size: 1px 100%,100% 100%, 1px 100%; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, left top, left bottom, #f0f6ff, #ffffff, #f0f6ff), -webkit-gradient(linear, left top, left bottom, transparent, transparent), -webkit-gradient(linear, left top, left bottom, transparent, transparent); - /* old webkit */ - background-image: -webkit-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(transparent, transparent); - background-image: -moz-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(transparent, transparent); - background-image: -ms-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -ms-linear-gradient(transparent, transparent), -ms-linear-gradient(transparent, transparent); - background-image: -o-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -o-linear-gradient(transparent, transparent), -o-linear-gradient(transparent, transparent); - border-right: 0; -} -/* Submenu */ -.webix_menu { - background: #ffffff; - border: 1px solid #a4bed4; - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #a4bed4; -} -.webix_menu .webix_submenu_icon { - top: 11px; -} -.webix_menu .webix_context_spacer { - height: 28px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.webix_toolbar.webix_layout_subbar { - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 5px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #81a5c4; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #1e2022; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #1e2022; - line-height: 30px; - padding: 2px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Helvetica, Verdana; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 13px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #ffffff; - border: 1px solid #b5cadc; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #b5cadc; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 10px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - background: #f5f9ff; -} -.webix_slider_box .webix_slider_handle { - border: 1px solid #a4bed4; - -moz-box-shadow: inset 0px 1px 1px 1px #fff; - -webkit-box-shadow: inset 0px 1px 1px 1px #fff; - box-shadow: inset 0px 1px 1px #fff; - background: #fafcff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6e8ff), color-stop(100%, #fafcff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#d6e8ff, #fafcff); - background-image: -moz-linear-gradient(#d6e8ff, #fafcff); - background-image: -ms-linear-gradient(top, #d6e8ff, #fafcff); - background-image: -o-linear-gradient(top, #d6e8ff, #fafcff); - top: 10px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 10px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - background: #f0f6ff; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - background: #eee; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - background-color: #f5f9ff; - top: 10px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #a4bed4; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #e6e6e6; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #f2f2f2; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #ffdb8f; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #666d73; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #ffdb8f; - border-color: #ffdb8f; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #606060; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #606060; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #ffffff; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #ffdb8f; - box-shadow: inset 0 0 1px 2px #ffdb8f; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #a4bed4; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #1e2022; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 13px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #ffffff; - border-radius: 6px; - border: 1px solid #a4bed4; - cursor: pointer; - font-size: 13px; - font-family: Helvetica, Verdana; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -/*@gradientMainBg0: hsl(hue(@mainColor),100%,95%); -@gradientMainBg1: hsl(hue(@mainColor),100%,94%); -@gradientMainBg2: hsl( hue(@mainColor), 100%, 92%);*/ -.webix_toolbar .webix_inp_label, -.webix_toolbar .webix_el_label { - color: #1e2022; -} -/*[L]*/ -/*[L]*/ -/*@gradientSelectColor1: hsl(hue(@selectColor), 100%, 78%); -@gradientSelectColor0: hsl(hue(@selectColor), 100%, 88%); -@selectBorderColor: hsl(hue(@selectColor), 64%, 71%); */ -.webix_ss_sort_asc { - position: absolute; - float: right; - right: 3px; - top: 8px; - width: 7px; - height: 13px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC"); -} -.webix_ss_sort_desc { - position: absolute; - right: 3px; - top: 8px; - width: 7px; - height: 13px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC"); -} -.webix_group_back .webix_arrow_icon { - color: #1e2022; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background-color: rgba(255, 255, 255, 0.4) !important; -} -.webix_menu .webix_list_item:hover, -.webix_menu .webix_list_item:active { - background-color: rgba(0, 0, 0, 0.05) !important; -} -.webix_list_item .webix_submenu_icon { - width: 0px; - height: 0px; - border-width: 4px; - border-style: solid; -} -.webix_menu-x .webix_list_item .webix_submenu_icon { - border-color: #375975 transparent transparent transparent; -} -.webix_menu .webix_list_item .webix_submenu_icon { - border-color: transparent transparent transparent #375975; -} -.webix_popup_title { - color: #1e2022 !important; - background: #e3e3e3 !important; - font-size: 15px !important; - font-weight: bold; - border-bottom: 1px solid #dedede !important; - text-shadow: none !important; -} -.webix_modal_box { - background: #ebebeb !important; - border: 1px solid #a4bed4 !important; -} -.confirmButton { - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.confirmButtonActive { - background: #ffffff; -} -.webix_item_tab { - font-size: 13px; -} -.buttonStyle { - font-size: 13px; - font-family: Helvetica, Verdana; -} -.activeShadow { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webixtype_base:active, -.webix_inp_counter_next:active, -.webix_inp_counter_prev:active { - background: #f5f5f5; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-repeat: none; -} -.webix_img_btn_abs:active + input { - background: #f5f5f5; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-repeat: none; -} -.webix_img_btn:active, -.webix_img_btn_top:active, -.webix_icon_button:active { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background: #f5f5f5 !important; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -8px; -} -.webix_rangeslider .webix_slider_title_box { - height: 17px; -} -.webix_switch_box.webix_switch_on { - background-color: #a4bed4; -} -.webix_switch_text { - line-height: 21px; -} -.webix_accordionitem_label .webix_icon { - font-size: 19px; - width: 25px; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_progress_top, -.webix_progress_bottom { - background: #f7f7f7; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #f7f7f7), color-stop(100%, #f2f2f2)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f7f7f7 50%, #f2f2f2 100%); - background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); - background-image: -ms-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); - background-image: -o-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_daterange .webix_range_footer .webix_template { - padding: 10px 0px; -} -.webix_cal_range { - background-color: #fff4dc; -} -.webix_item_tab .webix_icon { - width: 30px; - font-size: 19px; -} -.webix_tab_more_icon { - border-bottom: 1px solid #a4bed4; -} -.webix_skin_mark { - height: 110px; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - color: #1e2022 !important; - box-shadow: 0px 1px 1px #ffffff inset; - background: #e5f1ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3ff), color-stop(50%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #eaf3ff 0%, #e5f1ff 50%, #d6e8ff 100%); - background-image: -moz-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -ms-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-image: -o-linear-gradient(top, #eaf3ff 0%, #e5f1ff 60%, #d6e8ff 100%); - background-position: 0px 1px; - background-repeat: repeat-x; - border-right: 1px solid #a4bed4; - border-bottom: 1px solid #a4bed4; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #fafafa; - border-right: 1px solid #ebebeb; - border-top: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #666d73; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/aircompact.css b/v3/js/libs/webix/skins/debug/aircompact.css deleted file mode 100644 index b655d82..0000000 --- a/v3/js/libs/webix/skins/debug/aircompact.css +++ /dev/null @@ -1,7058 +0,0 @@ -.webix_view { - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #a4bed4; - background-color: #ffffff; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #ffffff; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #ebebeb; -} -.webix_layout_wide { - background-color: #ebebeb; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 10px; - padding-left: 10px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 6px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 24px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ebebeb; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ebebeb; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_header > div { - padding-left: 10px; - font-family: Helvetica, Verdana; - color: #1e2022; - font-size: 13px; - font-weight: bold; - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; - line-height: 22px; - line-height: 24px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_inp_label, -.webix_header > div .webix_el_label { - color: #1e2022; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #727981; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #9fa5aa; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #a4bed4; - position: relative; - z-index: 2; - font-family: Helvetica, Verdana; - color: #1e2022; - font-size: 13px; - font-weight: bold; - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; - line-height: 22px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_inp_label, -.webix_accordionitem_header .webix_el_label { - color: #1e2022; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 9px 9px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 4px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - background-size: 100% 100% !important; - background-position: 0 0 !important; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #ffd47b; - box-shadow: 0 1px #ffe3a9 inset; - padding: 2px 4px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #1e2022; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 17px; -} -.webix_group_back .webix_arrow_icon { - left: 5px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 4px; - line-height: 19px; - text-align: left; - background-color: #d6e8ff; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid #ebebeb; - border-bottom: none; -} -.webix_list-x .webix_list_item.webix_selected { - border-right: 1px solid #ffd47b; - border-left: 1px solid #ffd47b; - padding-left: 3px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 2px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #a4bed4; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Helvetica, Verdana; - font-size: 13px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #ffdb8f; - border: 1px solid #ffd47b; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 4px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; - border-right: 1px solid #ebebeb; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - background-size: 100% 100% !important; - background-position: 0 0 !important; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; - border-bottom: 1px solid #ffd47b; - border-right: 1px solid #ffd47b; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #9aa0a5; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #4e5358; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #4e5358; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #ffffff; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: Helvetica, Verdana; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 23px; - line-height: 23px; - display: inline-block; - margin: 0 5px; - border-radius: 6px; -} -.webix_popup_button div { - border-radius: 6px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #a4bed4; -} -.webix_button input, -.webix_popup_button div { - font-size: 13px; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - height: 23px; - line-height: 23px; -} -.webix_popup_button.confirm div { - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 13px; - color: #1e2022; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 13px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #a4bed4; - background-color: #ffffff; - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #e6e6e6; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 23px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-top: 1px solid #a4bed4; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #a4bed4; - border-bottom: 1px solid #a4bed4; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 2px 5px 2px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #1e2022 !important; - height: 20px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #a4bed4; - line-height: 25px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Helvetica, Verdana; -} -.webix_richfilter { - margin-top: 1px; - line-height: 25px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #fafafa; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 4px 0px 4px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #a4bed4; - border-bottom: 1px solid #a4bed4; -} -.webix_ss_footer td { - border-right: 1px solid #ebebeb; - border-top: 1px solid #ebebeb; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #a4bed4; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #a4bed4; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #a4bed4; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0 4px; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -.webix_column > div:nth-child(even) { - background-color: #f7f7f7; -} -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #ffd47b; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid #ebebeb; - height: 26px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #ffffff; - border-top: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 5px 4px; - height: 26px; - line-height: 18px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #e6e6e6; - color: #1e2022; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - background-size: 100% 100% !important; - background-position: 0 0 !important; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #ffd47b; - box-shadow: 0 1px #ffe3a9 inset; - border-right: 1px solid #ffd47b; - border-left: 1px solid #ffd47b; - padding-top: 0px; - padding-left: 3px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 4px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #ffd47b; - box-shadow: 0 1px #ffe3a9 inset; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-right: 1px solid #ffd47b; - border-left: 1px solid #ffd47b; - padding-left: 3px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - background-size: 100% 100% !important; - background-position: 0 0 !important; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 22px; - padding-left: 4px; - padding-top: 1px; - border-bottom: 1px solid #ebebeb; -} -.webix_cell.webix_dtable_colrow.webix_selected { - background-size: 100% 100% !important; - background-position: 0 0 !important; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; -} -.webix_dtable_subrow { - border-top: 1px solid #ebebeb; - text-align: right; -} -.webix_dtable_subview { - background: #ebebeb; - border-top: 1px solid #ebebeb; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #a4bed4; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - background-size: 100% 100% !important; - background-position: 0 0 !important; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; -} -.webix_hcell span.webix_input_icon { - background-color: #a4bed4; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #1e2022; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #1e2022; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - font-family: Helvetica, Verdana; - color: #1e2022; - font-size: 13px; - font-weight: bold; - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; - padding: 0px; - text-align: center; - line-height: 24px; -} -.webix_win_head > .webix_view > .webix_template .webix_inp_label, -.webix_win_head > .webix_view > .webix_template .webix_el_label { - color: #1e2022; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #d6e8ff; - display: block; - border: 1px solid #70afff; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 22px; - line-height: 22px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - background-size: 100% 100% !important; - background-position: 0 0 !important; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs="); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw=="); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 18px; - height: 22px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #ffffff; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #1e2022; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #1e2022; - background: #ffdb8f; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #1e2022; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #727981; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #7e868e; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #7e868e; - background: #f0f0f0; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #ffffff; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #ffdb8f; - color: #1e2022; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #d6e8ff; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #1e2022; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #a4bed4; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 6px; - border: 1px solid #a4bed4; - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; - float: right; -} -.webix_cal_blurred_hours { - background-color: #f7f7f7; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_line:nth-child(odd) { - background-color: #f7f7f7; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #a4bed4; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; -} -.webix_property_label { - border-right: 1px solid #a4bed4; -} -.webix_property_label_line { - padding-left: 10px; - font-family: Helvetica, Verdana; - color: #1e2022; - font-size: 13px; - font-weight: bold; - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; - line-height: 22px; - line-height: 23px; - border-bottom: 1px solid #ebebeb; -} -.webix_property_label_line .webix_inp_label, -.webix_property_label_line .webix_el_label { - color: #1e2022; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #a4bed4; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #ffffff; - padding: 5px 10px; - border: 1px solid #a4bed4; - font-family: Helvetica, Verdana; - font-size: 13px; - color: #1e2022; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #ffffff; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #ffffff; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #ffdb8f; - color: #1e2022; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #7e868e; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #a4bed4; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 6px; - border: 1px solid #a4bed4; - height: 100%; - width: 100%; - cursor: pointer; - font-size: 13px; - font-family: Helvetica, Verdana; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #1e2022; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #1e2022; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - font-size: 13px; - font-family: Helvetica, Verdana; - padding: 0px; - border: 0px; -} -.webixtype_form { - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; -} -.webixtype_form:active { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background: #d6e8ff; - background-repeat: no-repeat; -} -.webix_el_button .webixtype_danger { - background: #cc1100; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7877e), color-stop(100%, #cc1100)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e7877e, #cc1100); - background-image: -moz-linear-gradient(#e7877e, #cc1100); - background-image: -ms-linear-gradient(top, #e7877e, #cc1100); - background-image: -o-linear-gradient(top, #e7877e, #cc1100); - border: none !important; - color: white; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - border: 1px solid #a4bed4; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 3.5px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 13px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #1e2022; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 3px; - width: 100%; - text-align: center; - cursor: pointer; - color: #1e2022; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa !important; - background: #e9e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); - background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); - border-color: #d5d5d5 !important; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Helvetica, Verdana; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 2px; - height: 100%; - width: 100%; - font-size: 13px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #a4bed4; - color: #1e2022; - font-size: 13px; - font-family: Helvetica, Verdana; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #1e2022; - text-transform: none; - font-size: 13px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 2px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 2px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 11px; - color: #2a2d30; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #1e2022; - line-height: 25px; - padding: 2px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 13px; - font-family: Helvetica, Verdana; - border: 1px solid #a4bed4; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #a4bed4; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 13px; - width: 50px; - color: #1e2022; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_el_textarea textarea { - border: 1px solid #a4bed4; - height: 100%; - margin: 0; - padding: 5px; - color: #1e2022; - resize: none; - font-size: 13px; - font-family: Helvetica, Verdana; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 6px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #a4bed4; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #a4bed4; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - color: #1e2022; - background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); - /* old webkit */ - background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); - background-image: -moz-linear-gradient(#ffffff, #e6e6e6); - background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - font-size: 13px; - font-family: Helvetica, Verdana; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - background-size: 100% 100% !important; - background-position: 0 0 !important; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; -} -.webix_inp_static { - border: 1px solid #a4bed4; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #666d73; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 13px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #1e2022; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #1e2022; - padding-right: 24px; - font-family: Helvetica, Verdana; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 4px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 23px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 11px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 6px; - right: 8px; - width: 17px; - height: 17px; - border-radius: 6px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 14.5px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa !important; - background: #e9e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); - background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); - border-color: #d5d5d5 !important; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #1e2022; - font-size: 13px; - font-family: Helvetica, Verdana; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #f2f2f2; - display: inline-block; - margin: 3px; - float: left; - border-radius: 6px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #000000; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #f2f2f2; - color: #1e2022; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #e6e6e6; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #a4bed4; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #a4bed4; -} -.webix_item_tab:first-child { - border-left: 1px solid #a4bed4; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #a4bed4; - border-left-width: 0px; - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - background: #ffffff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #ffffff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #ffffff); - background-image: -moz-linear-gradient(#e5f1ff, #ffffff); - background-image: -ms-linear-gradient(top, #e5f1ff, #ffffff); - background-image: -o-linear-gradient(top, #e5f1ff, #ffffff); -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - background-size: 100% 100% !important; - background-position: 0 0 !important; - color: #1e2022; - background: #ffdb8f; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebc2), color-stop(100%, #ffdb8f)) !important; - /* old webkit */ - background-image: -webkit-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -moz-linear-gradient(#ffebc2, #ffdb8f) !important; - background-image: -ms-linear-gradient(top, #ffebc2, #ffdb8f) !important; - background-image: -o-linear-gradient(top, #ffebc2, #ffdb8f) !important; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #a4bed4; - border-right: 1px solid #a4bed4; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa !important; - background: #e9e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); - background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); - border-color: #d5d5d5 !important; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 2px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #ebebeb; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #ffffff; - height: 25px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0px; -} -.webix_menu-x .webix_submenu_icon { - top: 8.5px; -} -.webix_menu-x { - background-color: white; - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 21px; -} -.webix_menu-x .webix_list_item { - -moz-background-size: 1px 100%,100% 100%, 1px 100%; - background-size: 1px 100%,100% 100%, 1px 100%; - background-color: transparent; - margin: 1px 0; - background-position: 0 0,1px 0, 100% 0%; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, left top, left bottom, #f0f6ff, #ffffff, #f0f6ff), -webkit-gradient(linear, left top, left bottom, transparent, transparent), -webkit-gradient(linear, left top, left bottom, #f0f6ff, #a4bed4, #f0f6ff); - /* old webkit */ - background-image: -webkit-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(#f0f6ff, #a4bed4, #f0f6ff); - background-image: -moz-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(#f0f6ff, #a4bed4, #f0f6ff); - background-image: -ms-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -ms-linear-gradient(transparent, transparent), -ms-linear-gradient(top, #f0f6ff, #a4bed4, #f0f6ff); - background-image: -o-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -o-linear-gradient(transparent, transparent), -o-linear-gradient(top, #f0f6ff, #a4bed4, #f0f6ff); -} -.webix_menu-x .webix_list_item:last-child { - background-size: 1px 100%,100% 100%, 1px 100%; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, left top, left bottom, #f0f6ff, #ffffff, #f0f6ff), -webkit-gradient(linear, left top, left bottom, transparent, transparent), -webkit-gradient(linear, left top, left bottom, transparent, transparent); - /* old webkit */ - background-image: -webkit-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(transparent, transparent); - background-image: -moz-linear-gradient(#f0f6ff, #ffffff, #f0f6ff), -moz-linear-gradient(transparent, transparent), -moz-linear-gradient(transparent, transparent); - background-image: -ms-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -ms-linear-gradient(transparent, transparent), -ms-linear-gradient(transparent, transparent); - background-image: -o-linear-gradient(top, #f0f6ff, #ffffff, #f0f6ff), -o-linear-gradient(transparent, transparent), -o-linear-gradient(transparent, transparent); - border-right: 0; -} -/* Submenu */ -.webix_menu { - background: #ffffff; - border: 1px solid #a4bed4; - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #a4bed4; -} -.webix_menu .webix_submenu_icon { - top: 6.5px; -} -.webix_menu .webix_context_spacer { - height: 28px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; -} -.webix_toolbar.webix_layout_subbar { - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 5px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #81a5c4; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #1e2022; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #1e2022; - line-height: 25px; - padding: 2px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Helvetica, Verdana; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 10.5px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; - padding-top: 12.5px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #ffffff; - border: 1px solid #b5cadc; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #b5cadc; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 7.5px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left, -.webix_slider_box .webix_slider_right { - background: #f5f9ff; - height: 6px; -} -.webix_slider_box .webix_slider_handle { - border: 1px solid #a4bed4; - -moz-box-shadow: inset 0px 1px 1px 1px #fff; - -webkit-box-shadow: inset 0px 1px 1px 1px #fff; - box-shadow: inset 0px 1px 1px #fff; - background: #fafcff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6e8ff), color-stop(100%, #fafcff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#d6e8ff, #fafcff); - background-image: -moz-linear-gradient(#d6e8ff, #fafcff); - background-image: -ms-linear-gradient(top, #d6e8ff, #fafcff); - background-image: -o-linear-gradient(top, #d6e8ff, #fafcff); - top: 8.5px; - width: 12px; - height: 12px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 7.5px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - background: #f0f6ff; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - background: #eee; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - background-color: #f5f9ff; - top: 8.5px; - height: 12px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #a4bed4; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #e6e6e6; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #f2f2f2; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #ffdb8f; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #666d73; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #ffdb8f; - border-color: #ffdb8f; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #606060; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #606060; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #ffffff; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 4px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #ffdb8f; - box-shadow: inset 0 0 1px 2px #ffdb8f; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #a4bed4; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #1e2022; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 13px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #ffffff; - border-radius: 6px; - border: 1px solid #a4bed4; - cursor: pointer; - font-size: 13px; - font-family: Helvetica, Verdana; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -.webix_toolbar .webix_inp_label, -.webix_toolbar .webix_el_label { - color: #1e2022; -} -/*[L]*/ -/*[L]*/ -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_ss_filter select { - padding: 1px !important; -} -.webix_ss_sort_asc { - position: absolute; - float: right; - right: 3px; - top: 8px; - width: 7px; - height: 13px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC"); -} -.webix_ss_sort_desc { - position: absolute; - right: 3px; - top: 8px; - width: 7px; - height: 13px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC"); -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background-color: rgba(255, 255, 255, 0.4) !important; -} -.webix_menu .webix_list_item:hover, -.webix_menu .webix_list_item:active { - background-color: rgba(0, 0, 0, 0.05) !important; -} -.webix_list_item .webix_submenu_icon { - width: 0px; - height: 0px; - border-width: 4px; - border-style: solid; -} -.webix_menu-x .webix_list_item .webix_submenu_icon { - border-color: #375975 transparent transparent transparent; -} -.webix_menu .webix_list_item .webix_submenu_icon { - border-color: transparent transparent transparent #375975; -} -.webix_popup_title { - color: #1e2022 !important; - background: #e3e3e3 !important; - font-size: 15px !important; - font-weight: bold; - border-bottom: 1px solid #dedede !important; - text-shadow: none !important; -} -.webix_modal_box { - background: #ebebeb !important; - border: 1px solid #a4bed4 !important; -} -.confirmButton { - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; -} -.confirmButtonActive { - background: #ffffff; -} -.webix_item_tab { - font-size: 13px; -} -.buttonStyle { - font-size: 13px; - font-family: Helvetica, Verdana; -} -.activeShadow { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webixtype_base:active, -.webixtype_prev:active, -.webixtype_next:active { - background: #ffffff !important; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_el_button:active .webix_el_arrow, -.webix_el_button:active .webixtype_next, -.webix_el_button:active .webixtype_prev { - background: #ffffff !important; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_img_btn_abs:active + input { - background: #ffffff !important; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_img_btn:active, -.webix_img_btn_top:active { - background-color: rgba(100, 100, 100, 0.1) !important; -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background: #f5f5f5 !important; -} -.webix_toolbar .webix_img_btn:active, -.webix_toolbar .webix_img_btn_top:active { - background-color: rgba(255, 255, 255, 0.5) !important; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -8px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 6px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 6px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - left: 3px; - height: 12px; -} -.webix_rangeslider .webix_slider_title_box { - height: 15px; -} -.webix_switch_box { - margin-top: 1px; - height: 22px; -} -.webix_switch_box .webix_switch_handle { - height: 20px; - width: 20px; -} -.webix_switch_box .webix_switch_text { - line-height: 20px; -} -.webix_switch_box.webix_switch_on { - background-color: #a4bed4; -} -.webix_progress_top, -.webix_progress_bottom { - background: #f7f7f7; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #f7f7f7), color-stop(100%, #f2f2f2)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f7f7f7 50%, #f2f2f2 100%); - background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); - background-image: -ms-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); - background-image: -o-linear-gradient(top, #f2f2f2 0%, #f7f7f7 60%, #f2f2f2 100%); - background-position: 0px 1px; - background-repeat: repeat-x; -} -.webix_item_tab .webix_icon { - width: 30px; -} -.webix_tab_more_icon { - border-bottom: 1px solid #a4bed4; -} -.webix_tab_more_icon .webix_icon { - font-size: 16px; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_daterange .webix_range_footer .webix_template { - padding: 10px 0px; -} -.webix_skin_mark { - height: 120px; -} -.webix_cal_range { - background-color: #fff4dc; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - color: #1e2022 !important; - background: #d6e8ff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f1ff), color-stop(100%, #d6e8ff)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -moz-linear-gradient(#e5f1ff, #d6e8ff); - background-image: -ms-linear-gradient(top, #e5f1ff, #d6e8ff); - background-image: -o-linear-gradient(top, #e5f1ff, #d6e8ff); - background-repeat: repeat-x; - border-right: 1px solid #a4bed4; - border-bottom: 1px solid #a4bed4; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #fafafa; - border-right: 1px solid #ebebeb; - border-top: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #666d73; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/clouds.css b/v3/js/libs/webix/skins/debug/clouds.css deleted file mode 100644 index 3829f9c..0000000 --- a/v3/js/libs/webix/skins/debug/clouds.css +++ /dev/null @@ -1,7096 +0,0 @@ -.webix_view { - font-family: Verdana; - font-size: 12px; - color: #2b2b2b; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #c8c8c8; - background-color: #ffffff; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #ffffff; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #ffffff; -} -.webix_layout_wide { - background-color: #ffffff; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 5px; - padding-left: 5px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 9px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 36px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_header > div { - padding-left: 10px; - color: #ffffff; - font-size: 13px; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - line-height: 34px; - line-height: 36px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_view { - color: #ffffff; -} -.webix_header > div .webix_el_label, -.webix_header > div .webix_inp_label { - color: #ffffff; - font-size: 13px; -} -.webix_header > div .webix_el_button { - color: #2b2b2b !important; -} -.webix_header > div .webix_el_button input, -.webix_header > div .webix_el_toggle input { - border: none; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #848484; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #b0b0b0; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #d8ecfd; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #d8ecfd; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #c8c8c8; - position: relative; - z-index: 2; - color: #ffffff; - font-size: 13px; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - line-height: 34px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_view { - color: #ffffff; -} -.webix_accordionitem_header .webix_el_label, -.webix_accordionitem_header .webix_inp_label { - color: #ffffff; - font-size: 13px; -} -.webix_accordionitem_header .webix_el_button { - color: #2b2b2b !important; -} -.webix_accordionitem_header .webix_el_button input, -.webix_accordionitem_header .webix_el_toggle input { - border: none; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 15px 15px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid #c8c8c8; - text-align: left; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - background: #fffeb7; - color: #2b2b2b; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #ebeaa7; - box-shadow: 0 -1px #ebeaa7; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #0d8bf2; - color: #ffffff; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #2b2b2b; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #0d8bf2; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid #c8c8c8; - border-bottom: none; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #ebeaa7; - border-right: 1px solid #ebeaa7; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 2px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #c8c8c8; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Verdana; - font-size: 12px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #fffeb7; - border: 1px solid #ebeaa7; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid #c8c8c8; - text-align: left; - border-right: 1px solid #c8c8c8; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - background: #fffeb7; - color: #2b2b2b; - border-bottom: 1px solid #ebeaa7; - border-right: 1px solid #ebeaa7; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: Verdana; - font-size: 13px; - color: #2b2b2b; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #ababab; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #5e5e5e; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #5e5e5e; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: Verdana; - font-size: 12px; - color: #2b2b2b; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #ffffff; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: Verdana; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 24px; - line-height: 24px; - display: inline-block; - margin: 0 5px; - border-radius: 4px; -} -.webix_popup_button div { - border-radius: 4px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #c8c8c8; -} -.webix_button input, -.webix_popup_button div { - font-size: 12px; - color: #2b2b2b; - background: #e8e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - height: 24px; - line-height: 24px; -} -.webix_popup_button.confirm div { - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - text-shadow: none !important; - color: #ffffff !important; - border-color: #1b629c !important; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 12px; - color: #2b2b2b; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 12px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #c8c8c8; - background-color: #ffffff; - font-family: Verdana; - font-size: 12px; - color: #2b2b2b; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #e6e6e6; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 31px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-top: 1px solid #c8c8c8; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #c8c8c8; - border-bottom: 1px solid #c8c8c8; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 2px 5px 2px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #2b2b2b !important; - height: 32px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #c8c8c8; - line-height: 26px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Verdana; -} -.webix_richfilter { - margin-top: 1px; - line-height: 26px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - color: #ffffff; - background: #0d8bf2; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #fafafa; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #c8c8c8; - border-bottom: 1px solid #c8c8c8; -} -.webix_ss_footer td { - border-right: 1px solid #c8c8c8; - border-top: 1px solid #c8c8c8; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #c8c8c8; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #c8c8c8; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #c8c8c8; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #c8c8c8; - border-bottom: 1px solid #c8c8c8; - padding: 0 10px; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -.webix_column > div:nth-child(even) { - background-color: #f7f7f7; -} -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #ebeaa7; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid #c8c8c8; - height: 34px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #ffffff; - border-top: 1px solid #c8c8c8; - border-right: 1px solid #c8c8c8; - border-bottom: 1px solid #c8c8c8; - padding: 5px 10px; - height: 34px; - line-height: 26px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #e6e6e6; - color: #2b2b2b; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - background: #fffeb7; - color: #2b2b2b; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #ebeaa7; - box-shadow: 0 -1px #ebeaa7; - border-left: 1px solid #ebeaa7; - border-right: 1px solid #ebeaa7; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #ebeaa7; - box-shadow: 0 -1px #ebeaa7; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #ebeaa7; - border-right: 1px solid #ebeaa7; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - background: #fffeb7; - color: #2b2b2b; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid #c8c8c8; -} -.webix_cell.webix_dtable_colrow.webix_selected { - background: #fffeb7; - color: #2b2b2b; -} -.webix_dtable_subrow { - border-top: 1px solid #c8c8c8; - text-align: right; -} -.webix_dtable_subview { - background: #c8c8c8; - border-top: 1px solid #c8c8c8; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #c8c8c8; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - background: #fffeb7; - color: #2b2b2b; -} -.webix_hcell span.webix_input_icon { - background-color: #c8c8c8; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #2b2b2b; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #2b2b2b; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - color: #ffffff; - font-size: 13px; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - padding: 0px; - text-align: center; - line-height: 36px; -} -.webix_win_head > .webix_view > .webix_template .webix_view { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_label, -.webix_win_head > .webix_view > .webix_template .webix_inp_label { - color: #ffffff; - font-size: 13px; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button { - color: #2b2b2b !important; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button input, -.webix_win_head > .webix_view > .webix_template .webix_el_toggle input { - border: none; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #1b629c; - display: block; - border: 1px solid #0c2b45; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 20px; - line-height: 20px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - background: #fffeb7; - color: #2b2b2b; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 18px; - height: 20px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #ffffff; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #2b2b2b; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #2b2b2b; - background: #fffeb7; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #2b2b2b; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #848484; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #919191; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #919191; - background: #f0f0f0; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #ffffff; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #fffeb7; - color: #2b2b2b; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #1b629c; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #2b2b2b; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #c8c8c8; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 4px; - border: 1px solid #c8c8c8; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - text-shadow: none !important; - color: #ffffff !important; - border: 1px solid #1b629c !important; - float: right; -} -.webix_cal_blurred_hours { - background-color: #f7f7f7; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_line:nth-child(odd) { - background-color: #f7f7f7; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #c8c8c8; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; -} -.webix_property_label { - border-right: 1px solid #c8c8c8; -} -.webix_property_label_line { - padding-left: 10px; - color: #ffffff; - font-size: 13px; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - line-height: 34px; - line-height: 23px; - border-bottom: 1px solid #c8c8c8; -} -.webix_property_label_line .webix_view { - color: #ffffff; -} -.webix_property_label_line .webix_el_label, -.webix_property_label_line .webix_inp_label { - color: #ffffff; - font-size: 13px; -} -.webix_property_label_line .webix_el_button { - color: #2b2b2b !important; -} -.webix_property_label_line .webix_el_button input, -.webix_property_label_line .webix_el_toggle input { - border: none; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #c8c8c8; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #ffffff; - padding: 5px 10px; - border: 1px solid #c8c8c8; - font-family: Verdana; - font-size: 12px; - color: #2b2b2b; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #ffffff; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #ffffff; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #fffeb7; - color: #2b2b2b; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #919191; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #c8c8c8; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 4px; - border: 1px solid #c8c8c8; - height: 100%; - width: 100%; - cursor: pointer; - font-size: 12px; - font-family: Verdana; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #2b2b2b; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #2b2b2b; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - color: #2b2b2b; - background: #e8e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - font-size: 12px; - font-family: Verdana; - padding: 0px; - border: 0px; -} -.webixtype_form { - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - text-shadow: none !important; - color: #ffffff !important; - border: 1px solid #1b629c !important; -} -.webix_el_button .webixtype_danger { - background: #cc1100; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7877e), color-stop(100%, #cc1100)); - /* old webkit */ - background-image: -webkit-linear-gradient(#e7877e, #cc1100); - background-image: -moz-linear-gradient(#e7877e, #cc1100); - background-image: -ms-linear-gradient(top, #e7877e, #cc1100); - background-image: -o-linear-gradient(top, #e7877e, #cc1100); - border: none !important; - color: white; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - color: #2b2b2b; - background: #e8e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - border: 1px solid #c8c8c8; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 4px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 12px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #2b2b2b; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 3px; - width: 100%; - text-align: center; - cursor: pointer; - color: #2b2b2b; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa !important; - background: #e9e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); - background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); - border-color: #d5d5d5 !important; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Verdana; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 2px; - height: 100%; - width: 100%; - font-size: 12px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #c8c8c8; - color: #2b2b2b; - font-size: 12px; - font-family: Verdana; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #2b2b2b; - text-transform: none; - font-size: 12px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 2px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 2px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 10px; - color: #383838; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #2b2b2b; - line-height: 26px; - padding: 2px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 12px; - font-family: Verdana; - border: 1px solid #c8c8c8; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #c8c8c8; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 12px; - width: 50px; - color: #2b2b2b; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - color: #2b2b2b; - background: #e8e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - color: #2b2b2b; - background: #e8e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_el_textarea textarea { - border: 1px solid #c8c8c8; - height: 100%; - margin: 0; - padding: 5px; - color: #2b2b2b; - resize: none; - font-size: 12px; - font-family: Verdana; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 7px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #c8c8c8; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #c8c8c8; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - color: #2b2b2b; - background: #e8e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - font-size: 12px; - font-family: Verdana; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - background: #fffeb7; - color: #2b2b2b; -} -.webix_inp_static { - border: 1px solid #c8c8c8; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #787878; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 12px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #2b2b2b; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #2b2b2b; - padding-right: 24px; - font-family: Verdana; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 25px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 10px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 6px; - right: 8px; - width: 18px; - height: 18px; - border-radius: 4px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 15px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa !important; - background: #e9e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); - background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); - border-color: #d5d5d5 !important; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #2b2b2b; - font-size: 12px; - font-family: Verdana; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #f2f2f2; - display: inline-block; - margin: 3px; - float: left; - border-radius: 4px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #050505; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #f2f2f2; - color: #2b2b2b; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #e8e9e9; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #c8c8c8; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #c8c8c8; -} -.webix_item_tab:first-child { - border-left: 1px solid #c8c8c8; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #c8c8c8; - border-left-width: 0px; - color: #2b2b2b; - background: #e8e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - color: #ffffff; - border: 1px solid #c8c8c8; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - background: #fffeb7; - color: #2b2b2b; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #c8c8c8; - border-right: 1px solid #c8c8c8; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa !important; - background: #e9e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -moz-linear-gradient(#fbfbfb, #e9e9e9); - background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9); - background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9); - border-color: #d5d5d5 !important; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 2px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #ffffff; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #ffffff; - height: 34px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0; -} -.webix_menu-x .webix_submenu_icon { - top: 13px; -} -.webix_menu-x { - background-color: white; - border-color: #1b629c; - border-radius: 4px; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 30px; -} -.webix_menu-x .webix_list_item { - border-right: 1px solid #1b629c; - border-left: 0px; - background: transparent; - color: #ffffff; -} -.webix_menu-x .webix_list_item .webix_submenu_icon { - border-color: #ffffff transparent transparent transparent; -} -.webix_menu-x .webix_list_item .webix_icon_btn { - color: #ffffff; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background: #237dc7; -} -.webix_menu-x .webix_list_item:last-child { - border-right: none; -} -/* Submenu */ -.webix_menu { - background: #ffffff; - border: 1px solid #c8c8c8; - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #c8c8c8; -} -.webix_menu .webix_submenu_icon { - top: 11px; -} -.webix_menu .webix_context_spacer { - height: 32px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); -} -.webix_layout_toolbar .webix_view { - color: #ffffff; -} -.webix_layout_toolbar .webix_el_label, -.webix_layout_toolbar .webix_inp_label { - color: #ffffff; - font-size: 13px; -} -.webix_layout_toolbar .webix_el_button { - color: #2b2b2b !important; -} -.webix_layout_toolbar .webix_el_button input, -.webix_layout_toolbar .webix_el_toggle input { - border: none; -} -.webix_toolbar.webix_layout_subbar { - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); -} -.webix_toolbar.webix_layout_subbar .webix_view { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_label, -.webix_toolbar.webix_layout_subbar .webix_inp_label { - color: #ffffff; - font-size: 13px; -} -.webix_toolbar.webix_layout_subbar .webix_el_button { - color: #2b2b2b !important; -} -.webix_toolbar.webix_layout_subbar .webix_el_button input, -.webix_toolbar.webix_layout_subbar .webix_el_toggle input { - border: none; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 7px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #afafaf; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #2b2b2b; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #2b2b2b; - line-height: 26px; - padding: 2px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Verdana; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 11px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #acd2f1; - border: 1px solid #d5d5d5; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #d5d5d5; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 8px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - background: #e8e9e9; -} -.webix_slider_box .webix_slider_handle { - width: 12px; - height: 12px; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - top: 10px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 8px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - background: #e8e9e9; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - background: #ffffff; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - box-shadow: 0px 5px 3px #fdfdfd inset; - background-color: #edeeee; - border: 1px solid #c8c8c8; - height: 12px; - top: 9px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #c8c8c8; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #e8e9e9; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #f2f2f2; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #fffeb7; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #787878; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #fffeb7; - border-color: #fffeb7; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #606060; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #606060; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #ffffff; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #fffeb7; - box-shadow: inset 0 0 1px 2px #fffeb7; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #c8c8c8; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #2b2b2b; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 12px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #ffffff; - border-radius: 4px; - border: 1px solid #c8c8c8; - cursor: pointer; - font-size: 12px; - font-family: Verdana; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -/*[L]*/ -/*[L]*/ -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcJERkELNWSjQAAAJdJREFUGNON0c0RAUEQxfH/aw4ODkKQwBKBqo3CcYPjRhRCsCk4S2GeS4/aQaHPvzfTH+JD2UYStgUY2AHL2S9YSukknQDHN2i7i4gjsAbu84qACsivN5IOwLY+FgCSKqjVA+eEbvAk8OzoJdxi25oELsAeGLM9mgEluQ6YYCylDBngbRu5CSQZUERcbQ/ADVjpz6P0wOIBnW1NdfmuNjcAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcJERYwivl69wAAAIVJREFUGNOFkDEKAkEQBGv0AgNjH3FwIAiCqeHhDwT/4j+MjPyNipk/MDcvk10QcXc7mWHoLoaGP1K36pj2oCb1qL7U1XdgUvC/gQVwVpcRoRolc5dmnwJDjTzNHwEDcAE2LXLWDJh3DXIAD+AA3EvkfL8C+4i41ao7qU+1b3at7tT1r/ED9/FBNJJUPEsAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsaIfsOOTwAAAAuSURBVBjTY2CgK/j///9/bOKM+BQyMjIy4lSMzURkDYyErEbWwEhIIS4nDSAAAPX3FAHp7wCoAAAAAElFTkSuQmCC"); - background-position: 0px 0px; - background-repeat: no-repeat; - height: 16px; - width: 16px; -} -.webix_accordionitem_header.collapsed .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wMFQsWO6rZj0oAAAA3SURBVBjTY2AYFICRgYGB4f////8JKmRkZGSEcfBpgKljRBbEpgHZQEZ0SWQNyApxAmL8QF0AAHVOFAHvOUFbAAAAAElFTkSuQmCC"); - background-position: 0px 0px; -} -.webix_accordionitem_header { - box-shadow: 0 0 1px #1b629c; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_top, -.webix_toolbar.webix_layout_toolbar .webix_el_icon, -.webix_toolbar.webix_layout_toolbar .webix_img_btn, -.webix_toolbar.webix_layout_toolbar .webix_icon_btn, -.webix_toolbar.webix_layout_toolbar .webix_icon_button { - color: #fff; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs, -.webix_toolbar.webix_layout_toolbar .webix_inp_static { - color: #2b2b2b; -} -.webix_toolbar.webix_layout_subbar { - background: #d5d5d5; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #d5d5d5)); - /* old webkit */ - background-image: -webkit-linear-gradient(#dddddd, #d5d5d5); - background-image: -moz-linear-gradient(#dddddd, #d5d5d5); - background-image: -ms-linear-gradient(top, #dddddd, #d5d5d5); - background-image: -o-linear-gradient(top, #dddddd, #d5d5d5); -} -.webix_toolbar.webix_layout_subbar .webix_view { - color: #2b2b2b; -} -.webix_win_head > .webix_view > .webix_template { - background: #1b629c !important; -} -.webix_popup_title { - color: #ffffff !important; - background: #0d8bf2 !important; - font-size: 13px !important; - font-weight: bold; - border-bottom: 1px solid #b8b8b8 !important; - text-shadow: none !important; -} -.webix_modal_box { - background: #ffffff !important; - border: 1px solid #b8b8b8 !important; -} -.confirmButton { - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - text-shadow: none !important; - color: #ffffff !important; - border-color: #1b629c !important; -} -.confirmButtonActive { - background: #237dc7; -} -.webix_ss_sort_asc { - position: absolute; - float: right; - right: 3px; - top: 8px; - width: 7px; - height: 13px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC"); -} -.webix_ss_sort_desc { - position: absolute; - right: 3px; - top: 8px; - width: 7px; - height: 13px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC"); -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right, -.webix_el_label { - text-transform: none !important; - font-size: 12px !important; -} -.webix_group_back { - background: #0d8bf2; - color: #ffffff; -} -.webix_group_back .webix_arrow_icon { - color: #ffffff; -} -.webix_view.webix_menu .webix_list_item.webix_selected { - background: #fffeb7; - color: #2b2b2b; -} -.webix_list_item .webix_submenu_icon { - width: 0px; - height: 0px; - border-width: 4px; - border-style: solid; -} -.webix_menu .webix_list_item .webix_submenu_icon { - border-color: transparent transparent transparent #626262; -} -.buttonStyle { - font-size: 12px; - font-family: Verdana; -} -.webix_item_tab { - font-size: 13px; - border-bottom: 1px solid #c8c8c8 !important; - border-left-width: 1px !important; -} -.webixtype_bottom .webix_item_tab { - border: 1px solid #c8c8c8 !important; - border-left-width: 0 !important; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - color: #ffffff; - text-shadow: 0px -1px #134771; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border: 1px solid #c8c8c8 !important; - border-left-width: 0 !important; - background: #0d8bf2 !important; - color: #ffffff; - text-shadow: 0px 0px #2b2b2b; -} -.webixtype_bottom .webix_item_tab:last-child { - border-right: 0 !important; -} -.webix_tab_filler:first-child { - border-right: 0 !important; -} -.passiveBarBG { - color: #2b2b2b; - background: #e8e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); -} -.webix_after_all_tabs { - background: #1b629c; -} -.webix_inp_counter_next, -.webix_inp_counter_prev { - color: #2b2b2b; - background: #e8e9e9; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(40%, #f8f8f8), color-stop(100%, #e8e9e9)); - /* old webkit */ - background-image: -webkit-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -ms-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); - background-image: -o-linear-gradient(top, #fafafa 0%, #f8f8f8 40%, #e8e9e9 100%); -} -.webixtype_base:active, -.webixtype_prev:active, -.webixtype_next:active { - background: #f8f8f8 !important; -} -.webix_img_btn_abs:active + input { - background: #f8f8f8 !important; -} -.webix_el_button:active .webix_el_arrow, -.webix_el_button:active .webixtype_next, -.webix_el_button:active .webixtype_prev { - background: #f8f8f8 !important; -} -.webix_img_btn:active, -.webix_img_btn_top:active { - background-color: rgba(100, 100, 100, 0.1) !important; -} -.webix_toolbar .webix_img_btn:active, -.webix_toolbar .webix_img_btn_top:active { - background-color: rgba(255, 255, 255, 0.1) !important; -} -.webix_el_box .webixtype_form { - color: #2b2b2b; - text-shadow: 0 1px #c3dff6; - background: #1b629c; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308edb), color-stop(100%, #1b629c)); - /* old webkit */ - background-image: -webkit-linear-gradient(#308edb, #1b629c); - background-image: -moz-linear-gradient(#308edb, #1b629c); - background-image: -ms-linear-gradient(top, #308edb, #1b629c); - background-image: -o-linear-gradient(top, #308edb, #1b629c); - text-shadow: none !important; - color: #ffffff !important; - border: 1px solid #1b629c !important; -} -.webix_el_box .webixtype_form:active { - background: #0d8bf2; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -7px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 9px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_box .webix_slider_handle { - left: 5px; -} -.webix_rangeslider .webix_slider_title_box { - height: 16px; -} -.webix_switch_box.webix_switch_on { - background-color: #c8c8c8; -} -.webix_switch_text { - line-height: 21px; -} -.webix_cal_day { - border-radius: 4px; -} -.webix_cal_day { - border-radius: 4px; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_daterange .webix_range_footer .webix_template { - padding: 10px 0px; -} -.webix_cal_range { - background-color: #ffffe5; - border-radius: 0; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - background-color: #0d8bf2; - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); -} -.webix_progress_top .webix_progress_state { - background-size: 10px 10px; -} -.webix_progress_bottom .webix_progress_state { - background-size: 14px 14px; -} -.webix_skin_mark { - height: 130px; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - color: #ffffff; - background: #0d8bf2; - border-right: 1px solid #c8c8c8; - border-bottom: 1px solid #c8c8c8; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #fafafa; - border-right: 1px solid #c8c8c8; - border-top: 1px solid #c8c8c8; - border-bottom: 1px solid #c8c8c8; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #787878; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/compact.css b/v3/js/libs/webix/skins/debug/compact.css deleted file mode 100644 index 023aaee..0000000 --- a/v3/js/libs/webix/skins/debug/compact.css +++ /dev/null @@ -1,9015 +0,0 @@ -.webix_view { - font-family: 'PT Sans', Tahoma; - font-size: 13px; - color: #666666; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #dddddd; - background-color: #ffffff; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #ffffff; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #dddddd; -} -.webix_layout_wide { - background-color: #dddddd; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 5px; - padding-left: 5px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 8.5px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 34px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #dddddd; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #dddddd; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_header > div { - padding-left: 10px; - color: #ffffff; - font-size: 16px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ - line-height: 32px; - line-height: 34px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_el_button, -.webix_header > div .webix_el_label, -.webix_header > div .webix_inp_label { - color: #ffffff; -} -.webix_header > div .webix_el_label { - font-size: 16px; -} -.webix_header > div .webixtype_base, -.webix_header > div .webixtype_prev, -.webix_header > div .webixtype_next, -.webix_header > div .webix_inp_counter_next, -.webix_header > div .webix_inp_counter_prev, -.webix_header > div .webix_segment_0, -.webix_header > div .webix_segment_1, -.webix_header > div .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_header > div .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_header > div .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_header > div .webixtype_base:hover, -.webix_header > div .webix_inp_counter_next:hover, -.webix_header > div .webix_inp_counter_prev:hover, -.webix_header > div .webix_segment_0:hover, -.webix_header > div .webix_segment_1:hover, -.webix_header > div .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_header > div .webixtype_base:active, -.webix_header > div .webix_inp_counter_next:active, -.webix_header > div .webix_inp_counter_prev:active, -.webix_header > div .webix_segment_0:active, -.webix_header > div .webix_segment_1:active, -.webix_header > div .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_header > div .webixtype_base:focus, -.webix_header > div .webix_inp_counter_next:focus, -.webix_header > div .webix_inp_counter_prev:focus, -.webix_header > div .webix_segment_0:focus, -.webix_header > div .webix_segment_1:focus, -.webix_header > div .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_header > div .webix_inp_static, -.webix_header > div input[type=text] { - border-color: #ffffff; -} -.webix_header > div .webix_inp_static:focus, -.webix_header > div input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_header > div .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_header > div .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_header > div .webix_input_icon:active, -.webix_header > div .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_header > div .webix_pressed .webixtype_base, -.webix_header > div .webix_pressed .webixtype_prev, -.webix_header > div .webix_pressed .webixtype_next, -.webix_header > div .webix_pressed .webix_el_arrow, -.webix_header > div .webix_pressed .webix_inp_counter_next, -.webix_header > div .webix_pressed .webix_inp_counter_prev, -.webix_header > div .webix_pressed .webix_input_icon, -.webix_header > div .webix_pressed .webix_segment_0, -.webix_header > div .webix_pressed .webix_segment_1, -.webix_header > div .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_header > div .webix_selected.webix_segment_0, -.webix_header > div .webix_selected.webix_segment_1, -.webix_header > div .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_header > div .webix_selected.webix_segment_0:hover, -.webix_header > div .webix_selected.webix_segment_1:hover, -.webix_header > div .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_header > div .webix_selected.webix_segment_0:active, -.webix_header > div .webix_selected.webix_segment_1:active, -.webix_header > div .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_header > div .webix_selected.webix_segment_0:focus, -.webix_header > div .webix_selected.webix_segment_1:focus, -.webix_header > div .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_header > div .webix_segment_1, -.webix_header > div .webix_segment_N, -.webix_header > div .webix_selected.webix_segment_1, -.webix_header > div .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_header > div .webix_img_btn:active, -.webix_header > div .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_header > div .webix_img_btn:focus, -.webix_header > div .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_header > div .webix_img_btn:hover, -.webix_header > div .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_header > div .webix_icon_button { - border-radius: 6px; -} -.webix_header > div .webix_img_btn_top .webix_img_btn_text, -.webix_header > div .webix_img_btn_top .webix_icon, -.webix_header > div .webix_el_icon, -.webix_header > div .webix_img_btn, -.webix_header > div .webix_icon_btn, -.webix_header > div .webix_icon_button { - color: #ffffff; -} -.webix_header > div .webix_img_btn_abs .webix_icon, -.webix_header > div .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_header > div .webix_img_btn_abs { - color: #ffffff; -} -.webix_header > div .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_header > div .webix_el_icon .webix_icon_button:focus { - background-color: #2489cc; -} -.webix_header > div .webix_el_box .webix_img_btn_abs:hover, -.webix_header > div .webix_el_icon .webix_icon_button:hover { - background-color: #268fd5; -} -.webix_header > div .webix_control { - border-color: #3498db; -} -.webix_header > div .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_header > div .webix_img_btn, -.webix_header > div .webix_img_btn_top { - border-width: 0; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #bfbfbf; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #ebebeb; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #dddddd; - position: relative; - z-index: 2; - color: #ffffff; - font-size: 16px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ - line-height: 32px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_el_button, -.webix_accordionitem_header .webix_el_label, -.webix_accordionitem_header .webix_inp_label { - color: #ffffff; -} -.webix_accordionitem_header .webix_el_label { - font-size: 16px; -} -.webix_accordionitem_header .webixtype_base, -.webix_accordionitem_header .webixtype_prev, -.webix_accordionitem_header .webixtype_next, -.webix_accordionitem_header .webix_inp_counter_next, -.webix_accordionitem_header .webix_inp_counter_prev, -.webix_accordionitem_header .webix_segment_0, -.webix_accordionitem_header .webix_segment_1, -.webix_accordionitem_header .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_accordionitem_header .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_accordionitem_header .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_accordionitem_header .webixtype_base:hover, -.webix_accordionitem_header .webix_inp_counter_next:hover, -.webix_accordionitem_header .webix_inp_counter_prev:hover, -.webix_accordionitem_header .webix_segment_0:hover, -.webix_accordionitem_header .webix_segment_1:hover, -.webix_accordionitem_header .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_accordionitem_header .webixtype_base:active, -.webix_accordionitem_header .webix_inp_counter_next:active, -.webix_accordionitem_header .webix_inp_counter_prev:active, -.webix_accordionitem_header .webix_segment_0:active, -.webix_accordionitem_header .webix_segment_1:active, -.webix_accordionitem_header .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_accordionitem_header .webixtype_base:focus, -.webix_accordionitem_header .webix_inp_counter_next:focus, -.webix_accordionitem_header .webix_inp_counter_prev:focus, -.webix_accordionitem_header .webix_segment_0:focus, -.webix_accordionitem_header .webix_segment_1:focus, -.webix_accordionitem_header .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_accordionitem_header .webix_inp_static, -.webix_accordionitem_header input[type=text] { - border-color: #ffffff; -} -.webix_accordionitem_header .webix_inp_static:focus, -.webix_accordionitem_header input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_accordionitem_header .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_accordionitem_header .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_accordionitem_header .webix_input_icon:active, -.webix_accordionitem_header .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_accordionitem_header .webix_pressed .webixtype_base, -.webix_accordionitem_header .webix_pressed .webixtype_prev, -.webix_accordionitem_header .webix_pressed .webixtype_next, -.webix_accordionitem_header .webix_pressed .webix_el_arrow, -.webix_accordionitem_header .webix_pressed .webix_inp_counter_next, -.webix_accordionitem_header .webix_pressed .webix_inp_counter_prev, -.webix_accordionitem_header .webix_pressed .webix_input_icon, -.webix_accordionitem_header .webix_pressed .webix_segment_0, -.webix_accordionitem_header .webix_pressed .webix_segment_1, -.webix_accordionitem_header .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_accordionitem_header .webix_selected.webix_segment_0, -.webix_accordionitem_header .webix_selected.webix_segment_1, -.webix_accordionitem_header .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_accordionitem_header .webix_selected.webix_segment_0:hover, -.webix_accordionitem_header .webix_selected.webix_segment_1:hover, -.webix_accordionitem_header .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_accordionitem_header .webix_selected.webix_segment_0:active, -.webix_accordionitem_header .webix_selected.webix_segment_1:active, -.webix_accordionitem_header .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_accordionitem_header .webix_selected.webix_segment_0:focus, -.webix_accordionitem_header .webix_selected.webix_segment_1:focus, -.webix_accordionitem_header .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_accordionitem_header .webix_segment_1, -.webix_accordionitem_header .webix_segment_N, -.webix_accordionitem_header .webix_selected.webix_segment_1, -.webix_accordionitem_header .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_accordionitem_header .webix_img_btn:active, -.webix_accordionitem_header .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_accordionitem_header .webix_img_btn:focus, -.webix_accordionitem_header .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_accordionitem_header .webix_img_btn:hover, -.webix_accordionitem_header .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_accordionitem_header .webix_icon_button { - border-radius: 6px; -} -.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text, -.webix_accordionitem_header .webix_img_btn_top .webix_icon, -.webix_accordionitem_header .webix_el_icon, -.webix_accordionitem_header .webix_img_btn, -.webix_accordionitem_header .webix_icon_btn, -.webix_accordionitem_header .webix_icon_button { - color: #ffffff; -} -.webix_accordionitem_header .webix_img_btn_abs .webix_icon, -.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_accordionitem_header .webix_img_btn_abs { - color: #ffffff; -} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_accordionitem_header .webix_el_icon .webix_icon_button:focus { - background-color: #2489cc; -} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:hover, -.webix_accordionitem_header .webix_el_icon .webix_icon_button:hover { - background-color: #268fd5; -} -.webix_accordionitem_header .webix_control { - border-color: #3498db; -} -.webix_accordionitem_header .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_accordionitem_header .webix_img_btn, -.webix_accordionitem_header .webix_img_btn_top { - border-width: 0; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 9.5px 8px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg=="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; - border-color: #ebebeb; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - color: #ffffff; - background: #27ae60; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #ebebeb; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #d2e3ef; - font-size: 13px; - color: #4a4a4a; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #666666; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #d2e3ef; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid #ebebeb; - border-bottom: none; - border-color: #ebebeb; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 3px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #dddddd; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; - font-size: 13px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #27ae60; - border: 1px solid #ebebeb; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; - border-color: #ebebeb; - border-right: 1px solid #ebebeb; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - color: #ffffff; - background: #27ae60; - border-bottom: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: 'PT Sans', Tahoma; - font-size: 13px; - color: #666666; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #e6e6e6; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #999999; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #999999; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: 'PT Sans', Tahoma; - font-size: 13px; - color: #666666; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #ffffff; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: 'PT Sans', Tahoma; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 22px; - line-height: 22px; - display: inline-block; - margin: 0 5px; - border-radius: 6px; -} -.webix_popup_button div { - border-radius: 6px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #dddddd; -} -.webix_button input, -.webix_popup_button div { - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - height: 22px; - line-height: 22px; -} -.webix_popup_button.confirm div { - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; - text-shadow: none; - color: #ffffff; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 13px; - color: #666666; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 13px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #dddddd; - background-color: #ffffff; - font-family: 'PT Sans', Tahoma; - font-size: 13px; - color: #666666; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #e6e6e6; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 21px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-top: 1px solid #dddddd; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #b0cee3; - border-bottom: 1px solid #dddddd; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 3px 5px 3px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #666666 !important; - height: 28px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #dddddd; - line-height: 24px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; -} -.webix_richfilter { - margin-top: 1px; - line-height: 24px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - font-size: 13px; - color: #4a4a4a; - background: #d2e3ef; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #fafafa; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #b0cee3; - border-bottom: 1px solid #b0cee3; -} -.webix_ss_footer td { - border-right: 1px solid #ebebeb; - border-top: 1px solid #ebebeb; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #dddddd; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #dddddd; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #dddddd; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #ebebeb; - padding: 0 10px; - border-bottom: 1px solid #ebebeb; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #ebebeb; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid #ebebeb; - height: 24px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #ffffff; - border-top: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 5px 10px; - height: 24px; - line-height: 16px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #e6e6e6; - color: #666666; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - color: #ffffff; - background: #27ae60; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #ebebeb; - border-left: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #ebebeb; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - color: #ffffff; - background: #27ae60; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid #ebebeb; -} -.webix_cell.webix_dtable_colrow.webix_selected { - color: #ffffff; - background: #27ae60; -} -.webix_dtable_subrow { - border-top: 1px solid #ebebeb; - text-align: right; -} -.webix_dtable_subview { - background: #ebebeb; - border-top: 1px solid #ebebeb; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #dddddd; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - color: #ffffff; - background: #27ae60; -} -.webix_hcell span.webix_input_icon { - background-color: #b0cee3; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #666666; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #666666; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - color: #ffffff; - font-size: 16px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ - padding: 0px; - text-align: center; - line-height: 34px; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button, -.webix_win_head > .webix_view > .webix_template .webix_el_label, -.webix_win_head > .webix_view > .webix_template .webix_inp_label { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_label { - font-size: 16px; -} -.webix_win_head > .webix_view > .webix_template .webixtype_base, -.webix_win_head > .webix_view > .webix_template .webixtype_prev, -.webix_win_head > .webix_view > .webix_template .webixtype_next, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev, -.webix_win_head > .webix_view > .webix_template .webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_win_head > .webix_view > .webix_template .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_win_head > .webix_view > .webix_template .webixtype_base:hover, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:hover, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:hover, -.webix_win_head > .webix_view > .webix_template .webix_segment_0:hover, -.webix_win_head > .webix_view > .webix_template .webix_segment_1:hover, -.webix_win_head > .webix_view > .webix_template .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_win_head > .webix_view > .webix_template .webixtype_base:active, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:active, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:active, -.webix_win_head > .webix_view > .webix_template .webix_segment_0:active, -.webix_win_head > .webix_view > .webix_template .webix_segment_1:active, -.webix_win_head > .webix_view > .webix_template .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_win_head > .webix_view > .webix_template .webixtype_base:focus, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:focus, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:focus, -.webix_win_head > .webix_view > .webix_template .webix_segment_0:focus, -.webix_win_head > .webix_view > .webix_template .webix_segment_1:focus, -.webix_win_head > .webix_view > .webix_template .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_inp_static, -.webix_win_head > .webix_view > .webix_template input[type=text] { - border-color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_inp_static:focus, -.webix_win_head > .webix_view > .webix_template input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_win_head > .webix_view > .webix_template .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_win_head > .webix_view > .webix_template .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_win_head > .webix_view > .webix_template .webix_input_icon:active, -.webix_win_head > .webix_view > .webix_template .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_base, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_prev, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_next, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_el_arrow, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_inp_counter_next, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_inp_counter_prev, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_input_icon, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:hover, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:hover, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:active, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:active, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:focus, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:focus, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_win_head > .webix_view > .webix_template .webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_segment_N, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn:active, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn:focus, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn:hover, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_win_head > .webix_view > .webix_template .webix_icon_button { - border-radius: 6px; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_img_btn_text, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_icon, -.webix_win_head > .webix_view > .webix_template .webix_el_icon, -.webix_win_head > .webix_view > .webix_template .webix_img_btn, -.webix_win_head > .webix_view > .webix_template .webix_icon_btn, -.webix_win_head > .webix_view > .webix_template .webix_icon_button { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_icon, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon_button:focus { - background-color: #2489cc; -} -.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:hover, -.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon_button:hover { - background-color: #268fd5; -} -.webix_win_head > .webix_view > .webix_template .webix_control { - border-color: #3498db; -} -.webix_win_head > .webix_view > .webix_template .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top { - border-width: 0; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #3498db; - display: block; - border: 1px solid #196090; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 22px; - line-height: 22px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - color: #ffffff; - background: #27ae60; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 18px; - height: 22px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #ffffff; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #666666; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #ffffff; - background: #27ae60; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #666666; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #bfbfbf; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #cccccc; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #cccccc; - background: #f0f0f0; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #ffffff; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #27ae60; - color: #ffffff; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #3498db; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #666666; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #dddddd; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 6px; - border: 1px solid #dddddd; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - color: #ffffff; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; - float: right; -} -.webix_cal_blurred_hours { - background-color: #f7f7f7; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #dddddd; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; -} -.webix_property_label { - border-right: 1px solid #dddddd; -} -.webix_property_label_line { - padding-left: 10px; - color: #ffffff; - font-size: 16px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ - line-height: 32px; - line-height: 23px; - border-bottom: 1px solid #ebebeb; -} -.webix_property_label_line .webix_el_button, -.webix_property_label_line .webix_el_label, -.webix_property_label_line .webix_inp_label { - color: #ffffff; -} -.webix_property_label_line .webix_el_label { - font-size: 16px; -} -.webix_property_label_line .webixtype_base, -.webix_property_label_line .webixtype_prev, -.webix_property_label_line .webixtype_next, -.webix_property_label_line .webix_inp_counter_next, -.webix_property_label_line .webix_inp_counter_prev, -.webix_property_label_line .webix_segment_0, -.webix_property_label_line .webix_segment_1, -.webix_property_label_line .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_property_label_line .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_property_label_line .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_property_label_line .webixtype_base:hover, -.webix_property_label_line .webix_inp_counter_next:hover, -.webix_property_label_line .webix_inp_counter_prev:hover, -.webix_property_label_line .webix_segment_0:hover, -.webix_property_label_line .webix_segment_1:hover, -.webix_property_label_line .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_property_label_line .webixtype_base:active, -.webix_property_label_line .webix_inp_counter_next:active, -.webix_property_label_line .webix_inp_counter_prev:active, -.webix_property_label_line .webix_segment_0:active, -.webix_property_label_line .webix_segment_1:active, -.webix_property_label_line .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_property_label_line .webixtype_base:focus, -.webix_property_label_line .webix_inp_counter_next:focus, -.webix_property_label_line .webix_inp_counter_prev:focus, -.webix_property_label_line .webix_segment_0:focus, -.webix_property_label_line .webix_segment_1:focus, -.webix_property_label_line .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_property_label_line .webix_inp_static, -.webix_property_label_line input[type=text] { - border-color: #ffffff; -} -.webix_property_label_line .webix_inp_static:focus, -.webix_property_label_line input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_property_label_line .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_property_label_line .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_property_label_line .webix_input_icon:active, -.webix_property_label_line .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_property_label_line .webix_pressed .webixtype_base, -.webix_property_label_line .webix_pressed .webixtype_prev, -.webix_property_label_line .webix_pressed .webixtype_next, -.webix_property_label_line .webix_pressed .webix_el_arrow, -.webix_property_label_line .webix_pressed .webix_inp_counter_next, -.webix_property_label_line .webix_pressed .webix_inp_counter_prev, -.webix_property_label_line .webix_pressed .webix_input_icon, -.webix_property_label_line .webix_pressed .webix_segment_0, -.webix_property_label_line .webix_pressed .webix_segment_1, -.webix_property_label_line .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_property_label_line .webix_selected.webix_segment_0, -.webix_property_label_line .webix_selected.webix_segment_1, -.webix_property_label_line .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_property_label_line .webix_selected.webix_segment_0:hover, -.webix_property_label_line .webix_selected.webix_segment_1:hover, -.webix_property_label_line .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_property_label_line .webix_selected.webix_segment_0:active, -.webix_property_label_line .webix_selected.webix_segment_1:active, -.webix_property_label_line .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_property_label_line .webix_selected.webix_segment_0:focus, -.webix_property_label_line .webix_selected.webix_segment_1:focus, -.webix_property_label_line .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_property_label_line .webix_segment_1, -.webix_property_label_line .webix_segment_N, -.webix_property_label_line .webix_selected.webix_segment_1, -.webix_property_label_line .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_property_label_line .webix_img_btn:active, -.webix_property_label_line .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_property_label_line .webix_img_btn:focus, -.webix_property_label_line .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_property_label_line .webix_img_btn:hover, -.webix_property_label_line .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_property_label_line .webix_icon_button { - border-radius: 6px; -} -.webix_property_label_line .webix_img_btn_top .webix_img_btn_text, -.webix_property_label_line .webix_img_btn_top .webix_icon, -.webix_property_label_line .webix_el_icon, -.webix_property_label_line .webix_img_btn, -.webix_property_label_line .webix_icon_btn, -.webix_property_label_line .webix_icon_button { - color: #ffffff; -} -.webix_property_label_line .webix_img_btn_abs .webix_icon, -.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_property_label_line .webix_img_btn_abs { - color: #ffffff; -} -.webix_property_label_line .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_property_label_line .webix_el_icon .webix_icon_button:focus { - background-color: #2489cc; -} -.webix_property_label_line .webix_el_box .webix_img_btn_abs:hover, -.webix_property_label_line .webix_el_icon .webix_icon_button:hover { - background-color: #268fd5; -} -.webix_property_label_line .webix_control { - border-color: #3498db; -} -.webix_property_label_line .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_property_label_line .webix_img_btn, -.webix_property_label_line .webix_img_btn_top { - border-width: 0; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #dddddd; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #ffffff; - padding: 5px 10px; - border: 1px solid #dddddd; - font-family: 'PT Sans', Tahoma; - font-size: 13px; - color: #666666; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #ffffff; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #d4f5e2; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #27ae60; - color: #ffffff; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #cccccc; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #dddddd; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 6px; - border: 1px solid #dddddd; - height: 100%; - width: 100%; - cursor: pointer; - color: #ffffff; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #666666; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #666666; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - background: #3498db; - border-bottom: 1px solid #2386c8; - color: #ffffff; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - padding: 0px; - border: 0px; -} -.webixtype_form { - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - color: #ffffff; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; -} -.webix_el_button .webixtype_danger { - background: #ce5545; - border: 1px solid #ce5545; - border-bottom: 1px solid #b13e2f; - color: #fff; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - border: 1px solid #dddddd; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 4px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 13px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #ffffff; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 4px; - width: 100%; - text-align: center; - cursor: pointer; - color: #ffffff; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa; - background: #e9e9e9; - border: 1px solid #e9e9e9; - text-shadow: none; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 2px; - height: 100%; - width: 100%; - font-size: 13px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #dddddd; - color: #666666; - font-size: 13px; - background: #ffffff; - font-family: 'PT Sans', Tahoma; - padding-top: 0px; - border-color: #cccccc; - /*.altBackColor; - .altBackBorderColor;*/ - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #666666; - text-transform: none; - font-size: 13px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 3px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 3px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 11px; - color: #737373; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #666666; - line-height: 24px; - padding: 3px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 13px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #dddddd; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #dddddd; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 13px; - width: 50px; - color: #666666; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_el_textarea textarea { - border: 1px solid #dddddd; - height: 100%; - margin: 0; - padding: 5px; - color: #666666; - resize: none; - font-size: 13px; - font-family: 'PT Sans', Tahoma; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 6.5px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #dddddd; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #dddddd; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - background: #3498db; - border-bottom: 1px solid #2386c8; - color: #ffffff; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - color: #ffffff; - background: #27ae60; - border-color: #27ae60; -} -.webix_inp_static { - border: 1px solid #dddddd; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #b3b3b3; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 13px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #666666; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #666666; - padding-right: 24px; - background: #ffffff; - font-family: 'PT Sans', Tahoma; - padding-top: 0px; - border-color: #cccccc; - /*.altBackColor; - .altBackBorderColor;*/ - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 3.5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 23px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 11px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 7px; - right: 8px; - width: 16px; - height: 16px; - border-radius: 6px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 15px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa; - background: #e9e9e9; - border: 1px solid #e9e9e9; - text-shadow: none; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #666666; - font-size: 13px; - font-family: 'PT Sans', Tahoma; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #f2f2f2; - display: inline-block; - margin: 3px; - float: left; - border-radius: 6px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #404040; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #f2f2f2; - color: #666666; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #3498db; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #dddddd; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #dddddd; -} -.webix_item_tab:first-child { - border-left: 1px solid #dddddd; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #dddddd; - border-left-width: 0px; - background: #a4b4bf; - color: #ffffff; - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 4px; - border-bottom-left-radius: 0px; - border-top-right-radius: 4px; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - background: #3498db; - color: #ffffff; - border-color: #3498db; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - color: #ffffff; - background: #27ae60; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #dddddd; - border-right: 1px solid #dddddd; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa; - background: #e9e9e9; - border: 1px solid #e9e9e9; - text-shadow: none; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 3px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #dddddd; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #ffffff; - height: 28px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0px; -} -.webix_menu-x .webix_submenu_icon { - top: 10px; -} -.webix_menu-x { - background-color: white; - border: none; - background: transparent; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 24px; -} -.webix_menu-x .webix_list_item { - border-right: 1px solid #fff; - border-left: 0px; - background: #3498db; - color: #fff; - font-size: 13px; -} -.webix_menu-x .webix_list_item .webix_submenu_icon:before { - content: '\f107'; -} -.webix_menu-x .webix_list_item .webix_icon_btn { - color: #fff; - text-align: left; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background-color: #268fd5; -} -.webix_menu-x .webix_list_item:first-child { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_menu-x .webix_list_item:last-child { - border-right: none; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -/* Submenu */ -.webix_menu { - background: #ffffff; - border: 1px solid #dddddd; - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #dddddd; -} -.webix_menu .webix_submenu_icon { - top: 8px; -} -.webix_menu .webix_context_spacer { - height: 28px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - color: #ffffff; - font-size: 16px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ -} -.webix_layout_toolbar .webix_el_button, -.webix_layout_toolbar .webix_el_label, -.webix_layout_toolbar .webix_inp_label { - color: #ffffff; -} -.webix_layout_toolbar .webix_el_label { - font-size: 16px; -} -.webix_layout_toolbar .webixtype_base, -.webix_layout_toolbar .webixtype_prev, -.webix_layout_toolbar .webixtype_next, -.webix_layout_toolbar .webix_inp_counter_next, -.webix_layout_toolbar .webix_inp_counter_prev, -.webix_layout_toolbar .webix_segment_0, -.webix_layout_toolbar .webix_segment_1, -.webix_layout_toolbar .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_layout_toolbar .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_layout_toolbar .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_layout_toolbar .webixtype_base:hover, -.webix_layout_toolbar .webix_inp_counter_next:hover, -.webix_layout_toolbar .webix_inp_counter_prev:hover, -.webix_layout_toolbar .webix_segment_0:hover, -.webix_layout_toolbar .webix_segment_1:hover, -.webix_layout_toolbar .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_layout_toolbar .webixtype_base:active, -.webix_layout_toolbar .webix_inp_counter_next:active, -.webix_layout_toolbar .webix_inp_counter_prev:active, -.webix_layout_toolbar .webix_segment_0:active, -.webix_layout_toolbar .webix_segment_1:active, -.webix_layout_toolbar .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar .webixtype_base:focus, -.webix_layout_toolbar .webix_inp_counter_next:focus, -.webix_layout_toolbar .webix_inp_counter_prev:focus, -.webix_layout_toolbar .webix_segment_0:focus, -.webix_layout_toolbar .webix_segment_1:focus, -.webix_layout_toolbar .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_layout_toolbar .webix_inp_static, -.webix_layout_toolbar input[type=text] { - border-color: #ffffff; -} -.webix_layout_toolbar .webix_inp_static:focus, -.webix_layout_toolbar input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_layout_toolbar .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_layout_toolbar .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_layout_toolbar .webix_input_icon:active, -.webix_layout_toolbar .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_layout_toolbar .webix_pressed .webixtype_base, -.webix_layout_toolbar .webix_pressed .webixtype_prev, -.webix_layout_toolbar .webix_pressed .webixtype_next, -.webix_layout_toolbar .webix_pressed .webix_el_arrow, -.webix_layout_toolbar .webix_pressed .webix_inp_counter_next, -.webix_layout_toolbar .webix_pressed .webix_inp_counter_prev, -.webix_layout_toolbar .webix_pressed .webix_input_icon, -.webix_layout_toolbar .webix_pressed .webix_segment_0, -.webix_layout_toolbar .webix_pressed .webix_segment_1, -.webix_layout_toolbar .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar .webix_selected.webix_segment_0, -.webix_layout_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_layout_toolbar .webix_selected.webix_segment_0:hover, -.webix_layout_toolbar .webix_selected.webix_segment_1:hover, -.webix_layout_toolbar .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_layout_toolbar .webix_selected.webix_segment_0:active, -.webix_layout_toolbar .webix_selected.webix_segment_1:active, -.webix_layout_toolbar .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_layout_toolbar .webix_selected.webix_segment_0:focus, -.webix_layout_toolbar .webix_selected.webix_segment_1:focus, -.webix_layout_toolbar .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_layout_toolbar .webix_segment_1, -.webix_layout_toolbar .webix_segment_N, -.webix_layout_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_layout_toolbar .webix_img_btn:active, -.webix_layout_toolbar .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar .webix_img_btn:focus, -.webix_layout_toolbar .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_layout_toolbar .webix_img_btn:hover, -.webix_layout_toolbar .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_layout_toolbar .webix_icon_button { - border-radius: 6px; -} -.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, -.webix_layout_toolbar .webix_img_btn_top .webix_icon, -.webix_layout_toolbar .webix_el_icon, -.webix_layout_toolbar .webix_img_btn, -.webix_layout_toolbar .webix_icon_btn, -.webix_layout_toolbar .webix_icon_button { - color: #ffffff; -} -.webix_layout_toolbar .webix_img_btn_abs .webix_icon, -.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_layout_toolbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar .webix_el_icon .webix_icon_button:focus { - background-color: #2489cc; -} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:hover, -.webix_layout_toolbar .webix_el_icon .webix_icon_button:hover { - background-color: #268fd5; -} -.webix_layout_toolbar .webix_control { - border-color: #3498db; -} -.webix_layout_toolbar .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_layout_toolbar .webix_img_btn, -.webix_layout_toolbar .webix_img_btn_top { - border-width: 0; -} -.webix_toolbar.webix_layout_subbar { - color: #ffffff; - font-size: 16px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ -} -.webix_toolbar.webix_layout_subbar .webix_el_button, -.webix_toolbar.webix_layout_subbar .webix_el_label, -.webix_toolbar.webix_layout_subbar .webix_inp_label { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_label { - font-size: 16px; -} -.webix_toolbar.webix_layout_subbar .webixtype_base, -.webix_toolbar.webix_layout_subbar .webixtype_prev, -.webix_toolbar.webix_layout_subbar .webixtype_next, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev, -.webix_toolbar.webix_layout_subbar .webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_toolbar.webix_layout_subbar .webixtype_base:hover, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:hover, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:hover, -.webix_toolbar.webix_layout_subbar .webix_segment_0:hover, -.webix_toolbar.webix_layout_subbar .webix_segment_1:hover, -.webix_toolbar.webix_layout_subbar .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_toolbar.webix_layout_subbar .webixtype_base:active, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active, -.webix_toolbar.webix_layout_subbar .webix_segment_0:active, -.webix_toolbar.webix_layout_subbar .webix_segment_1:active, -.webix_toolbar.webix_layout_subbar .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_toolbar.webix_layout_subbar .webixtype_base:focus, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:focus, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:focus, -.webix_toolbar.webix_layout_subbar .webix_segment_0:focus, -.webix_toolbar.webix_layout_subbar .webix_segment_1:focus, -.webix_toolbar.webix_layout_subbar .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_inp_static, -.webix_toolbar.webix_layout_subbar input[type=text] { - border-color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_inp_static:focus, -.webix_toolbar.webix_layout_subbar input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_toolbar.webix_layout_subbar .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_toolbar.webix_layout_subbar .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_toolbar.webix_layout_subbar .webix_input_icon:active, -.webix_toolbar.webix_layout_subbar .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_base, -.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_prev, -.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_next, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_el_arrow, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_next, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_prev, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_input_icon, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:hover, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:hover, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:active, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:active, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:focus, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:focus, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_toolbar.webix_layout_subbar .webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_segment_N, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn:active, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_toolbar.webix_layout_subbar .webix_img_btn:focus, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn:hover, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_toolbar.webix_layout_subbar .webix_icon_button { - border-radius: 6px; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon, -.webix_toolbar.webix_layout_subbar .webix_el_icon, -.webix_toolbar.webix_layout_subbar .webix_img_btn, -.webix_toolbar.webix_layout_subbar .webix_icon_btn, -.webix_toolbar.webix_layout_subbar .webix_icon_button { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon, -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:focus { - background-color: #2489cc; -} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:hover, -.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:hover { - background-color: #268fd5; -} -.webix_toolbar.webix_layout_subbar .webix_control { - border-color: #3498db; -} -.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top { - border-width: 0; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 5px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #c4c4c4; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #666666; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #666666; - line-height: 24px; - padding: 3px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 11px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; - padding-top: 13px; - margin-top: -13px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #f7fbfe; - border: 1px solid #eaeaea; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #eaeaea; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 8px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - height: 6px; - border: 1px solid #cccccc; - background: #3498db; -} -.webix_slider_box .webix_slider_right { - height: 6px; - border-color: #cccccc; -} -.webix_slider_box .webix_slider_handle { - width: 12px; - height: 12px; - border: 1px solid #cccccc; - background-color: #ffffff; - top: 9px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 8px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #cccccc; - background: #3498db; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border-color: #cccccc; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - background-color: #ffffff; - border: 1px solid #cccccc; - top: 9px; - height: 12px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #dddddd; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #3498db; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #f2f2f2; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #27ae60; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #b3b3b3; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #27ae60; - border-color: #27ae60; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #606060; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #606060; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #ffffff; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #27ae60; - box-shadow: inset 0 0 1px 2px #27ae60; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #dddddd; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #666666; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 13px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #eef7fc; - border-radius: 6px; - border: 1px solid #dddddd; - cursor: pointer; - font-size: 13px; - font-family: 'PT Sans', Tahoma; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -@font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: 400; - src: local('PT Sans'), local('PTSans-Regular'), url('../../fonts/PTS-webfont.woff') format('woff'); -} -@font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: 700; - src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../fonts/PTS-bold.woff') format('woff'); -} -.mainFont { - font-family: 'PT Sans', Tahoma; - font-size: 13px; - color: #666666; -} -/*[L]*/ -/*[L]*/ -.webix_layout_toolbar.webix_toolbar { - color: #ffffff; - font-size: 16px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ -} -.webix_layout_toolbar.webix_toolbar .webix_el_button, -.webix_layout_toolbar.webix_toolbar .webix_el_label, -.webix_layout_toolbar.webix_toolbar .webix_inp_label { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_el_label { - font-size: 16px; -} -.webix_layout_toolbar.webix_toolbar .webixtype_base, -.webix_layout_toolbar.webix_toolbar .webixtype_prev, -.webix_layout_toolbar.webix_toolbar .webixtype_next, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev, -.webix_layout_toolbar.webix_toolbar .webix_segment_0, -.webix_layout_toolbar.webix_toolbar .webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_layout_toolbar.webix_toolbar .webixtype_base:hover, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:hover, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:hover, -.webix_layout_toolbar.webix_toolbar .webix_segment_0:hover, -.webix_layout_toolbar.webix_toolbar .webix_segment_1:hover, -.webix_layout_toolbar.webix_toolbar .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_layout_toolbar.webix_toolbar .webixtype_base:active, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active, -.webix_layout_toolbar.webix_toolbar .webix_segment_0:active, -.webix_layout_toolbar.webix_toolbar .webix_segment_1:active, -.webix_layout_toolbar.webix_toolbar .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar.webix_toolbar .webixtype_base:focus, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:focus, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:focus, -.webix_layout_toolbar.webix_toolbar .webix_segment_0:focus, -.webix_layout_toolbar.webix_toolbar .webix_segment_1:focus, -.webix_layout_toolbar.webix_toolbar .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_inp_static, -.webix_layout_toolbar.webix_toolbar input[type=text] { - border-color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_inp_static:focus, -.webix_layout_toolbar.webix_toolbar input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_layout_toolbar.webix_toolbar .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_layout_toolbar.webix_toolbar .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_layout_toolbar.webix_toolbar .webix_input_icon:active, -.webix_layout_toolbar.webix_toolbar .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_base, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_prev, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_next, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_el_arrow, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_next, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_prev, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_input_icon, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_0, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:hover, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:hover, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:active, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:active, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:focus, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:focus, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_layout_toolbar.webix_toolbar .webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_segment_N, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:active, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:focus, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:hover, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_layout_toolbar.webix_toolbar .webix_icon_button { - border-radius: 6px; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_el_icon, -.webix_layout_toolbar.webix_toolbar .webix_img_btn, -.webix_layout_toolbar.webix_toolbar .webix_icon_btn, -.webix_layout_toolbar.webix_toolbar .webix_icon_button { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:focus { - background-color: #2489cc; -} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:hover, -.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:hover { - background-color: #268fd5; -} -.webix_layout_toolbar.webix_toolbar .webix_control { - border-color: #3498db; -} -.webix_layout_toolbar.webix_toolbar .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top { - border-width: 0; -} -.webix_layout_space > .webix_toolbar { - border-radius: 4px; -} -.webix_view.webix_layout_accordion { - background-color: #dddddd; -} -/*.webix_layout_accordion > .webix_accordionitem > .webix_accordionitem_header, -.webix_layout_space > .webix_accordionitem > .webix_accordionitem_header, -.webix_layout_wide > .webix_accordionitem > .webix_accordionitem_header{ - #border > .top(@layoutRadius); -} -.webix_layout_accordion > .webix_accordionitem.collapsed, -.webix_layout_space > .webix_accordionitem.collapsed, -.webix_layout_wide > .webix_accordionitem.collapsed{ - #border > .radius(@layoutRadius); -} -.webix_layout_accordion > .webix_accordionitem > .webix_accordionitem_body, -.webix_layout_space > .webix_accordionitem > .webix_accordionitem_body, -.webix_layout_wide > .webix_accordionitem > .webix_accordionitem_body{ - #border > .bottom(@layoutRadius); -}*/ -.webix_accordionitem .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin: 8.5px 8px; -} -.webix_accordionitem.collapsed .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin-top: 7.5px; -} -.webix_accordionitem.horizontal.collapsed, -.webix_accordionitem.collapsed { - background-color: #a4b4bf; -} -.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header, -.webix_accordionitem.collapsed .webix_accordionitem_header { - background-color: #a4b4bf; - color: #ffffff; -} -.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button, -.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button { - color: #ffffff; -} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button { - color: #ffffff; - background-image: none; - font-family: FontAwesome; - font-size: 24px; - text-align: center; - width: 24px; - height: 34px; - margin: 0 5px 0 5px; -} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f104'; -} -.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { - content: '\f106'; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f105'; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f107'; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - height: 31px; - margin: 0px 5px 0 5px; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f106'; -} -.webix_accordionitem.vertical > .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { - content: '\f107'; -} -.webix_toolbar.webix_layout_subbar { - background: transparent; -} -.webix_toolbar.webix_layout_subbar .webix_view { - color: #666666; -} -.webix_el_tabbar + .webix_multiview { - background-color: #ffffff; -} -.webix_view.rounded_top { - -moz-border-top-left-radius: 4px; - -moz-border-top-right-radius: 4px; - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} -.webix_view.rounded_right { - -moz-border-top-right-radius: 4px; - -moz-border-bottom-right-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; -} -.webix_view.rounded_bottom { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-bottom-left-radius: 4px; - -moz-border-bottom-right-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-bottom-right-radius: 4px; -} -.webix_view.rounded_left { - -moz-border-top-left-radius: 4px; - -moz-border-bottom-left-radius: 4px; - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; -} -.webix_layout_space > .webix_view, -.webix_layout_wide > .webix_view { - border-radius: 4px; -} -.webix_layout_space .webix_layout_accordion .webix_accordionitem, -.webix_layout_wide .webix_layout_accordion .webix_accordionitem { - border-radius: 4px; -} -.webix_view .webix_win_head { - border-bottom: 1px solid #dddddd; -} -.webix_view .webix_win_head > .webix_view > .webix_template { - color: #666666; - background: #ffffff; - box-shadow: 0 -2px #3498db inset; -} -.webix_modal_box .webix_popup_title { - color: #666666; - background: #ffffff; - font-size: 13px; - text-shadow: none; -} -.webix_popup_text { - box-shadow: 0 3px #3498db inset; - font-size: 13px; -} -.webix_alert-warning .webix_popup_text, -.webix_confirm-warning .webix_popup_text { - box-shadow: 0 3px #ffd21a inset; -} -.webix_alert-error .webix_popup_text, -.webix_confirm-error .webix_popup_text { - box-shadow: 0 3px #ff391b inset; -} -.webix_view.webix_popup { - border: 1px solid #dddddd; -} -.webix_modal_box { - border: 1px solid #dddddd; -} -.confirmButton { - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; - text-shadow: none; - color: #ffffff; -} -.confirmButtonActive { - background: #2ecb70; -} -.webix_popup_button { - border: none; -} -.webix_dtable .webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #d0d0d0; -} -.webix_dtable .webix_ss_right .webix_column.webix_first > div { - border-left: 1px solid #d0d0d0; -} -.webix_dtable .webix_last_topcell { - border-bottom: 1px solid #d0d0d0; -} -.webix_dtable .webix_hs_right td.webix_first { - border-left: 1px solid #b0cee3; -} -.webix_dtable .webix_hcell.webix_ss_filter { - padding: 0px 5px; -} -.webix_dtable .webix_ss_filter select, -.webix_dtable .webix_ss_filter input { - height: 24px; - vertical-align: middle; - border-radius: 6px; -} -.webix_dtable .webix_richfilter { - margin-top: 2px; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - font-size: 14px; - font-family: FontAwesome; - top: 50%; - line-height: 1px; - bottom: auto; - float: none; - width: 12px; -} -.webix_ss_sort_asc:before { - content: '\f106'; -} -.webix_ss_sort_desc:before { - content: '\f107'; -} -/*.webix_ss_header tr:nth-child(2) td{ - border-top: 1px solid transparent ; -}*/ -.dtBodyCell { - border-bottom: 1px solid #ebebeb; -} -.webix_dtable .webix_ss_vscroll_header { - border-bottom: 1px solid #b0cee3; -} -.webix_view .webix_dt_editor input, -.webix_view .webix_dt_editor select { - border: 1px solid #3498db; -} -.dataItemStyle { - border-color: #ebebeb; -} -.webix_list_item.webix_group_back { - color: #4a4a4a; - background: #d2e3ef; - border-bottom: 1px solid #b0cee3; -} -.webix_dataview_item { - border-right-color: #ebebeb; -} -.webix_view .webix_pager_item { - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - font-size: 13px; -} -.webix_view .webix_pager_item:hover { - background-color: #268fd5; -} -.webix_view .webix_pager_item:focus { - background-color: #2489cc; -} -.webix_view .webix_pager_item_selected { - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - color: #ffffff; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; -} -.webix_view .webix_pager_item, -.webix_view .webix_pager_item_selected { - border-radius: 6px; -} -.webix_list .webix_unit_header { - font-weight: normal; - text-shadow: none; - background: #d2e3ef; - font-size: 13px; - color: #4a4a4a; -} -.webix_view .webix_tree_open, -.webix_view .webix_tree_close { - background-image: none; - font-family: FontAwesome; - font-size: 14px; - text-align: center; - color: #666666; - line-height: 22px; -} -.webix_view .webix_tree_open:before { - content: "\f147"; -} -.webix_view .webix_tree_close:before { - content: "\f196"; -} -.webix_menu-x .webix_submenu_icon, -.webix_view.webix_menu .webix_submenu_icon { - width: 6px; - height: auto; - font-size: 14px; - font-family: FontAwesome; - line-height: 1px; - margin-top: 3px; -} -.webix_menu.webix_view .webix_list_item:hover, -.webix_menu.webix_view .webix_list_item:active, -.webix_menu.webix_view .webix_list_item:focus { - background-color: #f5f5f5; -} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before { - content: '\f105'; -} -.webix_menu.webix_view .webix_list_item.webix_selected { - background: #27ae60; -} -.webix_property .webix_property_label, -.webix_property .webix_property_value { - border-color: #ebebeb; -} -.webix_view .webix_drag_over, -.webix_view .webix_drop_zone { - background-color: #f4f4f4; -} -.webix_view button, -.webix_view input[type=button] { - -webkit-appearance: none; -} -.webix_el_combo span.webix_input_icon, -.webix_el_richselect span.webix_input_icon, -.webix_el_datepicker span.webix_input_icon, -.webix_el_colorpicker span.webix_input_icon, -.webix_el_dbldatepicker span.webix_input_icon { - background-color: #3498db; - color: #ffffff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.focusStyle { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_search input, -.webix_el_combo input { - padding-right: 28px; -} -.webix_el_search input, -.webix_el_text input, -.webix_el_combo input { - border-radius: 6px; -} -.webix_el_search input:focus, -.webix_el_text input:focus, -.webix_el_combo input:focus { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_counter input[type=text]:focus { - border-top: 1px solid #3498db; - border-bottom: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_dbldatepicker input, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_dbldatepicker .webix_inp_static { - border-radius: 6px; - padding-right: 28px; -} -.webix_el_richselect input:focus, -.webix_el_datepicker input:focus, -.webix_el_colorpicker input:focus, -.webix_el_dbldatepicker input:focus, -.webix_el_richselect .webix_inp_static:focus, -.webix_el_datepicker .webix_inp_static:focus, -.webix_el_colorpicker .webix_inp_static:focus, -.webix_el_dbldatepicker .webix_inp_static:focus { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_textarea textarea:focus { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_select select, -.webix_el_textarea textarea { - border-radius: 6px; -} -.webix_el_combo span.webix_input_icon, -.webix_el_richselect span.webix_input_icon { - width: 21px; - padding-left: 8px; -} -.webix_el_datepicker span.webix_input_icon, -.webix_el_dbldatepicker span.webix_input_icon, -.webix_el_colorpicker span.webix_input_icon, -.webix_el_search span.webix_input_icon { - width: 24px; -} -.webix_el_text .webix_inp_static { - border-radius: 6px; - white-space: nowrap; -} -.webix_focused .webix_inp_static { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_multilist .fa-check-square { - color: #3498db; -} -.buttonStyle { - color: #ffffff; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; -} -.webix_el_colorpicker div.webix_inp_static div { - margin: 2.5px -20px 0px -5px; -} -div.webix_inp_static, -.webix_el_textarea textarea { - background: #ffffff; - font-family: 'PT Sans', Tahoma; - padding-top: 0px; - border-color: #cccccc; - /*.altBackColor; - .altBackBorderColor;*/ -} -.webix_el_textarea .webix_el_box textarea { - padding-top: 2px; -} -.webix_el_select select { - font-family: 'PT Sans', Tahoma; - border-color: #dddddd; -} -.webix_el_checkbox input { - border-color: #dddddd; -} -.webix_el_counter .webix_inp_counter_value { - width: 40px; - background: #ffffff; - font-family: 'PT Sans', Tahoma; - padding-top: 0px; - border-color: #cccccc; - /*.altBackColor; - .altBackBorderColor;*/ -} -.webix_el_counter .webix_inp_counter_prev, -.webix_el_counter .webix_inp_counter_next { - background: #3498db; - width: 29px; - color: #ffffff; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - font-weight: bold; - font-family: "Courier New", Courier, monospace; -} -.webix_el_counter .webix_inp_counter_prev { - font-size: 20px; -} -.webix_el_counter .webix_inp_counter_next { - font-size: 20px; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right, -.webix_el_label { - text-transform: none; - font-size: 13px; -} -.webix_view.webix_control.webix_el_tabbar { - background: transparent; -} -div.webix_item_tab { - border-color: #a4b4bf; - padding-top: 3px; - font-size: 16px; -} -div.webix_item_tab.webix_selected { - padding-top: 2px; -} -.webixtype_bottom .webix_item_tab, -.webixtype_bottom .webix_item_tab.webix_selected { - border-color: #3498db; - border-right: 1px solid #5faee3; - background: #3498db; - color: #ffffff; - padding-top: 0; -} -.webixtype_bottom .webix_item_tab:last-child, -.webixtype_bottom .webix_item_tab.webix_selected:last-child { - border-right: 1px solid #5faee3; -} -.webixtype_bottom .webix_item_tab.webix_selected { - background: #2383c4; - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon { - background: #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab { - white-space: nowrap; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-size: 24px; - height: 100%; - line-height: inherit; - margin: 0 3px; - vertical-align: top; - width: 100%; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected { - background: #2383c4; -} -.webix_el_tabbar .webixtype_iconTop, -.webix_el_tabbar .webixtype_image { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_el_tabbar .webixtype_iconTop .webix_icon, -.webix_el_tabbar .webixtype_image .webix_icon { - color: #ffffff; - font-size: 18px; - top: 1px; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - font-size: 13px; - padding-top: 2px; - padding-bottom: 2px; -} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon, -.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon { - margin-top: 2px; -} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text, -.webix_el_tabbar .webixtype_image .webix_img_btn_text { - bottom: 0px; - font-size: 13px; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected { - background: #2383c4; - box-shadow: 0 0 0 1px #3498db inset; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn { - background-color: #2383c4; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon, -.webix_el_tabbar .webixtype_iconTop, -.webix_el_tabbar .webixtype_image { - background: #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_tab_filler, -.webix_el_tabbar .webixtype_iconTop .webix_tab_filler, -.webix_el_tabbar .webixtype_image .webix_tab_filler { - border-bottom-color: #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - color: #ffffff; - background: #3498db; - border-color: #3498db; - border-bottom: 1px solid #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn { - color: #ffffff; -} -.webix_tab_more_icon:hover { - color: #4d4d4d; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon, -.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon, -.webix_el_tabbar .webixtype_image .webix_tab_more_icon, -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon { - background: #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon, -.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon, -.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon, -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover, -.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover, -.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover { - background-color: #268fd5; -} -.webix_tab_filler:first-child { - border-right: 0; -} -.passiveBarBG { - background: #a4b4bf; - color: #ffffff; -} -.webix_all_tabs { - padding-left: 1px; - padding-right: 1px; -} -.webix_after_all_tabs { - background: #3498db; -} -.webix_el_box .webixtype_form:active { - background-color: #219552; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_el_box .webixtype_form:focus { - background-color: #219552; -} -.webix_el_box .webixtype_form:hover { - background-color: #239d57; -} -.webixtype_danger:hover { - background-color: #ca4635; -} -.webixtype_danger:focus { - background-color: #c14433; -} -.webixtype_danger:active { - background-color: #c14433; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webixtype_prev:focus, -.webixtype_prev:focus + .webixtype_prev_arrow, -.webixtype_next:focus, -.webixtype_next:focus + .webixtype_next_arrow { - background-color: #2489cc; -} -.webixtype_prev:hover, -.webixtype_prev:hover + .webixtype_prev_arrow, -.webixtype_next:hover, -.webixtype_next:hover + .webixtype_next_arrow { - background-color: #268fd5; -} -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color:rgba(100,100,100,0.1); -};*/ -.webix_el_box .webixtype_form { - color: #666666; - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - color: #ffffff; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; -} -.webixbutton:hover, -.webixtype_base:hover, -.webix_inp_counter_next:hover, -.webix_inp_counter_prev:hover, -.webix_segment_0:hover, -.webix_segment_1:hover, -.webix_segment_N:hover { - background-color: #268fd5; -} -.webixbutton:active, -.webixtype_base:active, -.webix_inp_counter_next:active, -.webix_inp_counter_prev:active, -.webix_segment_0:active, -.webix_segment_1:active, -.webix_segment_N:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_el_text .webix_input_icon:hover, -.webix_el_text .webix_input_icon:active { - color: #3498db; - background: inherit; - cursor: pointer; -} -.webixbutton:focus, -.webixtype_base:focus, -.webix_inp_counter_next:focus, -.webix_inp_counter_prev:focus, -.webix_segment_0:focus, -.webix_segment_1:focus, -.webix_segment_N:focus { - background-color: #2489cc; -} -.webix_selected.webix_segment_0:hover, -.webix_selected.webix_segment_1:hover, -.webix_selected.webix_segment_N:hover { - background-color: #239d57; -} -.webix_selected.webix_segment_0:active, -.webix_selected.webix_segment_1:active, -.webix_selected.webix_segment_N:active { - background-color: #219552; -} -.webix_selected.webix_segment_0:focus, -.webix_selected.webix_segment_1:focus, -.webix_selected.webix_segment_N:focus { - background-color: #219552; -} -.webix_all_segments .webix_segment_1, -.webix_all_segments .webix_segment_N { - margin-left: 1px; - border-left: none; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -10px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 6px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 6px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - left: 3px; - height: 11px; -} -.webix_rangeslider .webix_slider_title_box { - height: 17px; -} -.webix_switch_box { - margin-top: 1px; - height: 22px; -} -.webix_switch_box .webix_switch_handle { - height: 20px; - width: 20px; -} -.activeShadow { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.toggleShadow { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.18); -} -.webix_el_toggle .webix_pressed .webix_img_btn, -.webix_el_toggle .webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base, -.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: #2489cc; -} -.webix_img_btn_abs_top .webix_icon { - font-size: 22px; -} -.webix_img_btn:hover, -.webix_img_btn_top:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_img_btn:active, -.webix_img_btn_top:active { - background-color: rgba(0, 0, 0, 0.07); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_img_btn:focus, -.webix_img_btn_top:focus { - background-color: rgba(0, 0, 0, 0.07); -} -/* -.webix_el_box .webix_img_btn_abs:active + input, .webix_el_box .webix_img_btn_abs + input:active{ - .darkActiveRule(@buttonBgColor); -} -.webix_el_box .webix_img_btn_abs:hover + input, .webix_el_box .webix_img_btn_abs + input:hover{ - .darkHoverRule(@buttonBgColor); -}*/ -.webix_view .webix_fieldset fieldset { - border: 1px solid #dedede; -} -.webix_view .webix_fieldset legend { - color: #787878; -} -.webix_custom_checkbox:before { - content: "\f00c"; - color: #3498db; - font-family: FontAwesome; - font-size: 16px; - height: 14px; - display: block; - line-height: 13px; - width: 14px; -} -.webix_checkbox_0 .webix_custom_checkbox:before { - visibility: hidden; -} -.webix_custom_checkbox { - float: left; - position: relative; - top: 50%; - width: auto; - margin-top: -7px; - padding: 0; - height: 15px; - width: 15px; - border: 1px solid #cccccc; - border-radius: 3px; - background-color: #ffffff; -} -.webix_custom_checkbox:focus { - border-color: #3498db; -} -a:focus .webix_custom_checkbox, -a:active .webix_custom_checkbox { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_radio .webix_custom_radio:before { - content: " "; - background-color: #ffffff; -} -.webix_el_radio .webix_custom_radio:before { - content: " "; - margin: 3px; - border-radius: 50%; - display: block; - width: 7px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - height: 7px; - background-color: #3498db; -} -.webix_el_radio .webix_radio_0 .webix_custom_radio:before { - visibility: hidden; -} -.webix_el_radio .webix_custom_radio { - display: block; - height: 15px; - width: 15px; - padding: 0; - border: 1px solid #cccccc; - border-radius: 50%; - background-color: #ffffff; -} -.webix_el_radio .webix_custom_radio:focus { - border-color: #3498db; -} -.webix_el_radio .webix_label_right { - color: #666666; - font-size: 13px; -} -a:focus .webix_custom_radio, -a:active .webix_custom_radio { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_cal_body .webix_cal_today { - /*background-color: transparent; - color: @fontColor;*/ - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border: 1px solid #27ae60; - border-radius: 6px; -} -.webix_cal_body .webix_cal_today span { - /*#box > .sizing; - border: 1px solid @selectColor;*/ -} -.webix_cal_body .webix_cal_day, -.webix_cal_body .webix_cal_week_num { - font-size: 11px; -} -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - /*background: transparent; - color: @fontColor;*/ - border-radius: 6px; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_event.webix_cal_select { - color: #ffffff; - border-radius: 6px; - background: #27ae60; -} -.webix_cal_event { - color: #3498db; -} -.webix_cal_outside { - font-weight: normal; - color: #bbb; -} -.webix_time_footer .webix_cal_done, -.webix_cal_footer .webix_cal_done { - font-size: 13px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; -} -.webix_time_footer .webix_cal_done:hover, -.webix_cal_footer .webix_cal_done:hover { - background-color: #268fd5; -} -.webix_time_footer .webix_cal_done:focus, -.webix_cal_footer .webix_cal_done:focus { - background-color: #2489cc; -} -.webix_cal_month { - line-height: 20px; - text-align: center; - font-size: 17px; - font-weight: bold; -} -.webix_view > .webix_cal_header div { - font-size: 12px; -} -.webix_cal_month_name { - font-size: 12px; - font-weight: normal; -} -.webix_cal_range { - background-color: #d4f5e2; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); -} -.webix_progress_top .webix_progress_state { - background-size: 10px 10px; -} -.webix_progress_bottom .webix_progress_state { - background-size: 14px 14px; -} -.webix_accordionitem_label .webix_icon { - font-size: 17px; - width: 25px; -} -.webix_item_tab .webix_icon { - width: 30px; - font-size: 17px; -} -.webix_skin_mark { - height: 210px; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - font-size: 13px; - color: #4a4a4a; - background: #d2e3ef; - border-right: 1px solid #b0cee3; - border-bottom: 1px solid #b0cee3; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #fafafa; - border-right: 1px solid #ebebeb; - border-top: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #b3b3b3; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/contrast.css b/v3/js/libs/webix/skins/debug/contrast.css deleted file mode 100644 index 0e5f679..0000000 --- a/v3/js/libs/webix/skins/debug/contrast.css +++ /dev/null @@ -1,7851 +0,0 @@ -.webix_view { - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #ffffff; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #818181; - background-color: #393939; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #393939; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #818181; -} -.webix_layout_wide { - background-color: #818181; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 5px; - padding-left: 5px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 11.25px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 45px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #393939; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #818181; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #818181; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #393939; -} -.webix_header > div { - padding-left: 10px; - color: #ffffff; - font-size: 18px; - background: #191919; - line-height: 43px; - line-height: 45px; - padding-top: 0; - padding-bottom: 0; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #ffffff; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #ffffff; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQkuAIBHEAAAABpJREFUGNNjZGBg+M8AAYyksJkY6A0Y6e5UALbZCgXV4j6XAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAOCAYAAADnqNYmAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQg2CvfuBwAAABpJREFUGNNjZGBg+M8AAYwwNhMDsYBxZGgHADNmCgtzYivBAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQkuAIBHEAAAABpJREFUGNNjZGBg+M8AAYyksJkY6A0Y6e5UALbZCgXV4j6XAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #c2c2c2; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAOCAYAAADnqNYmAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgRCQg2CvfuBwAAABpJREFUGNNjZGBg+M8AAYwwNhMDsYBxZGgHADNmCgtzYivBAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #c2c2c2; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #818181; - position: relative; - z-index: 2; - color: #ffffff; - font-size: 18px; - background: #191919; - line-height: 43px; - cursor: pointer; - overflow: hidden; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 15px 13.5px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg=="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 29px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; - border-color: #4d4d4d; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - color: #ffffff; - background: #1f884c; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #4d4d4d; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #575757; - font-size: 15px; - color: #ffffff; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #ffffff; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #575757; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid #ebebeb; - border-bottom: none; - border-color: #4d4d4d; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #4d4d4d; - border-right: 1px solid #4d4d4d; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 3px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #818181; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; - font-size: 15px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #1f884c; - border: 1px solid #4d4d4d; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 29px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; - border-color: #4d4d4d; - border-right: 1px solid #ebebeb; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - color: #ffffff; - background: #1f884c; - border-bottom: 1px solid #4d4d4d; - border-right: 1px solid #4d4d4d; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: 'PT Sans', Tahoma; - font-size: 13px; - color: #ffffff; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #ffffff; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #ffffff; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #ffffff; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #ffffff; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #393939; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: 'PT Sans', Tahoma; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 30px; - line-height: 30px; - display: inline-block; - margin: 0 5px; - border-radius: 2px; -} -.webix_popup_button div { - border-radius: 2px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #818181; -} -.webix_button input, -.webix_popup_button div { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - color: #ffffff; - background: #800080; - border-bottom: 1px solid #a400a4; - height: 30px; - line-height: 30px; -} -.webix_popup_button.confirm div { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - background: #1f884c; - border-color: #28b263; - box-shadow: none; - text-shadow: none; - color: #ffffff; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 15px; - color: #ffffff; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 15px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #818181; - background-color: #393939; - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #ffffff; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #202020; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 31px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #393939; - border-top: 1px solid #818181; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #6e6e6e; - border-bottom: 1px solid #818181; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 3px 5px 3px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #ffffff !important; - height: 39px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #818181; - line-height: 32px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; -} -.webix_richfilter { - margin-top: 1px; - line-height: 32px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - font-size: 15px; - color: #ffffff; - background: #575757; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #343434; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #6e6e6e; - border-bottom: 1px solid #6e6e6e; -} -.webix_ss_footer td { - border-right: 1px solid #4d4d4d; - border-top: 1px solid #4d4d4d; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #818181; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #818181; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #818181; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #4d4d4d; - border-bottom: 1px solid #ebebeb; - padding: 0 10px; - border-bottom: 1px solid #4d4d4d; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #4d4d4d; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid #ebebeb; - height: 34px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #393939; - border-top: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 5px 10px; - height: 34px; - line-height: 26px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #202020; - color: #ffffff; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - color: #ffffff; - background: #1f884c; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #4d4d4d; - border-left: 1px solid #4d4d4d; - border-right: 1px solid #4d4d4d; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #4d4d4d; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #4d4d4d; - border-right: 1px solid #4d4d4d; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - color: #ffffff; - background: #1f884c; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid #ebebeb; -} -.webix_cell.webix_dtable_colrow.webix_selected { - color: #ffffff; - background: #1f884c; -} -.webix_dtable_subrow { - border-top: 1px solid #ebebeb; - text-align: right; -} -.webix_dtable_subview { - background: #ebebeb; - border-top: 1px solid #ebebeb; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #818181; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - color: #ffffff; - background: #1f884c; -} -.webix_hcell span.webix_input_icon { - background-color: #6e6e6e; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #ffffff; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #ffffff; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - color: #ffffff; - font-size: 18px; - background: #191919; - padding: 0px; - text-align: center; - line-height: 45px; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #191919; - display: block; - border: 1px solid #000000; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 28px; - line-height: 28px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - color: #ffffff; - background: #1f884c; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAO7u7v///yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 25px; - height: 28px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIxjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKrKg68GbjNGVTeGZmeiRP+IphBbi0EgrAAA7"); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIpjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC7/mTNf2jef6zvc+XgAAOw=="); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAI1jI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC78VC9KeveGYPpsJTwFmfCeixahABoQRXQEAOw=="); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIjjI+py+0Po5y02ouz3rxDAIZi+HGAiW6nmmqr22avHGMzUwAAOw=="); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #393939; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #ffffff; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #ffffff; - background: #1f884c; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #ffffff; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #ffffff; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #ffffff; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #ffffff; - background: #2a2a2a; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #393939; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #1f884c; - color: #ffffff; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #191919; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #ffffff; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #818181; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 2px; - border: 1px solid #818181; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - background: #1f884c; - color: #ffffff; - border-color: #28b263; - box-shadow: none; - float: right; -} -.webix_cal_blurred_hours { - background-color: #313131; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #818181; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; - height: 28px; - line-height: 27px; -} -.webix_property_label { - border-right: 1px solid #818181; -} -.webix_property_label_line { - padding-left: 10px; - color: #ffffff; - font-size: 18px; - background: #191919; - line-height: 43px; - line-height: 23px; - border-bottom: 1px solid #ebebeb; - line-height: 28px; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #818181; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #393939; - padding: 5px 10px; - border: 1px solid #818181; - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #ffffff; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #393939; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #afedc9; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #1f884c; - color: #ffffff; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #ffffff; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #818181; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 2px; - border: 1px solid #818181; - height: 100%; - width: 100%; - cursor: pointer; - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #ffffff; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #ffffff; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - background: #800080; - border-bottom: 1px solid #a400a4; - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - padding: 0px; - border: 0px; -} -.webixtype_form { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - background: #1f884c; - color: #ffffff; - border-color: #28b263; - box-shadow: none; -} -.webix_el_button .webixtype_danger { - background: #ce5545; - border: 1px solid #ce5545; - border-bottom: 1px solid #b13e2f; - color: #fff; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 2px; - -moz-border-radius-bottomright: 2px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 2px; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - color: #ffffff; - background: #800080; - border-bottom: 1px solid #a400a4; - border: 1px solid #818181; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 8px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 15px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #ffffff; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 4px; - width: 100%; - text-align: center; - cursor: pointer; - color: #ffffff; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #bfbfbf; - background: #747474; - border: 1px solid #747474; - text-shadow: none; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #bfbfbf; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #bfbfbf; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #bfbfbf; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 2px; - height: 100%; - width: 100%; - font-size: 15px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #818181; - color: #ffffff; - font-size: 15px; - background: #535353; - font-family: 'PT Sans', Tahoma; - border-color: #797979; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #ffffff; - text-transform: none; - font-size: 15px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 3px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 3px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 13px; - color: #ffffff; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #ffffff; - line-height: 32px; - padding: 3px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 15px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #818181; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #818181; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 15px; - width: 50px; - color: #ffffff; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - color: #ffffff; - background: #800080; - border-bottom: 1px solid #a400a4; - -webkit-border-top-left-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 2px; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - color: #ffffff; - background: #800080; - border-bottom: 1px solid #a400a4; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 2px; - -moz-border-radius-bottomright: 2px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.webix_el_textarea textarea { - border: 1px solid #818181; - height: 100%; - margin: 0; - padding: 5px; - color: #ffffff; - resize: none; - font-size: 15px; - font-family: 'PT Sans', Tahoma; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 9.5px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #818181; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 2px; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #818181; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 2px; - -moz-border-radius-bottomright: 2px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - -webkit-border-top-right-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - -moz-border-radius-topleft: 2px; - -moz-border-radius-bottomleft: 2px; - -moz-border-radius-topright: 2px; - -moz-border-radius-bottomright: 2px; - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - background: #800080; - border-bottom: 1px solid #a400a4; - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - color: #ffffff; - background: #1f884c; - border-color: #28b263; -} -.webix_inp_static { - border: 1px solid #818181; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #ffffff; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 15px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #ffffff; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #ffffff; - padding-right: 24px; - background: #535353; - font-family: 'PT Sans', Tahoma; - border-color: #797979; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 6.5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 32px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 13px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 7px; - right: 8px; - width: 24px; - height: 24px; - border-radius: 2px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 19px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #bfbfbf; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #bfbfbf; - background: #797979; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #bfbfbf; - background: #747474; - border: 1px solid #747474; - text-shadow: none; -} -.webix_disabled_top_label { - color: #bfbfbf; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #ffffff; - font-size: 15px; - font-family: 'PT Sans', Tahoma; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #2c2c2c; - display: inline-block; - margin: 3px; - float: left; - border-radius: 2px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #d9d9d9; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #2c2c2c; - color: #ffffff; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #800080; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #818181; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #818181; -} -.webix_item_tab:first-child { - border-left: 1px solid #818181; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #818181; - border-left-width: 0px; - background: #393939; - color: #ffffff; - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 4px; - border-bottom-left-radius: 0px; - border-top-right-radius: 4px; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - background: #191919; - color: #ffffff; - border-color: #191919; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - color: #ffffff; - background: #1f884c; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #818181; - border-right: 1px solid #818181; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #bfbfbf; - background: #747474; - border: 1px solid #747474; - text-shadow: none; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 3px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #818181; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #393939; - height: 34px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0px; -} -.webix_menu-x .webix_submenu_icon { - top: 13px; -} -.webix_menu-x { - background-color: white; - border: none; - background: transparent; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 30px; -} -.webix_menu-x .webix_list_item { - border-right: 1px solid #cd00cc; - border-left: 0px; - background: #800080; - color: #ffffff; - font-size: 15px; -} -.webix_menu-x .webix_list_item .webix_submenu_icon:before { - content: '\f107'; -} -.webix_menu-x .webix_list_item .webix_icon_btn { - color: #ffffff; - text-align: left; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active { - background-color: #b300b3; -} -.webix_menu-x .webix_list_item:first-child { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_menu-x .webix_list_item:last-child { - border-right: none; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -/* Submenu */ -.webix_menu { - background: #393939; - border: 1px solid #818181; - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #818181; -} -.webix_menu .webix_submenu_icon { - top: 11px; -} -.webix_menu .webix_context_spacer { - height: 34px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - color: #ffffff; - font-size: 18px; - background: #191919; -} -.webix_toolbar.webix_layout_subbar { - color: #ffffff; - font-size: 18px; - background: #191919; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 8px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #686868; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #ffffff; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #ffffff; - line-height: 32px; - padding: 3px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; - padding-top: 15px; - margin-top: -13px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #8c8c8c; - border: 1px solid #8e8e8e; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #8e8e8e; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 12px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - height: 6px; - border: 1px solid #cd00cc; - background: #b300b3; -} -.webix_slider_box .webix_slider_right { - height: 6px; - background: #6c6c6c; - border-color: #797979; -} -.webix_slider_box .webix_slider_handle { - width: 14px; - height: 14px; - background-color: #800080; - border: 1px solid #cd00cc; - box-shadow: 0 0 1px #cd00cc; - top: 10px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 12px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgQDC8KQSqFawAAABlJREFUCNdj+P//vxkDAwMDMs3EgAUMrCAA8LUJqB1jT/kAAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #cd00cc; - background: #b300b3; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - background: #6c6c6c; - border-color: #797979; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - background-color: #800080; - border: 1px solid #cd00cc; - top: 10px; - width: 11px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #818181; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #800080; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #2c2c2c; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #1f884c; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #ffffff; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #1f884c; - border-color: #1f884c; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #e2e2a7; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #e2e2a7; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #393939; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #1f884c; - box-shadow: inset 0 0 1px 2px #1f884c; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #818181; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #ffffff; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 15px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #ff5cff; - border-radius: 2px; - border: 1px solid #818181; - cursor: pointer; - font-size: 15px; - font-family: 'PT Sans', Tahoma; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -@font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: 400; - src: local('PT Sans'), local('PTSans-Regular'), url('../../fonts/PTS-webfont.woff') format('woff'); -} -@font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: 700; - src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../fonts/PTS-bold.woff') format('woff'); -} -.mainFont { - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #ffffff; -} -.invalidStyle { - color: #fea5a8; - background-color: #4d4d4d; - border-color: #fea5a8; -} -/*[L]*/ -/*[L]*/ -.webix_layout_toolbar.webix_toolbar { - color: #ffffff; - font-size: 18px; - background: #191919; -} -.webix_layout_space > .webix_toolbar { - border-radius: 0; -} -.webix_view.webix_layout_accordion { - background-color: #818181; -} -.webix_accordionitem .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin: 14px 13.5px; -} -.webix_accordionitem.collapsed .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin-top: 13px; -} -.webix_accordionitem.horizontal.collapsed, -.webix_accordionitem.collapsed { - background-color: #393939; -} -.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header, -.webix_accordionitem.collapsed .webix_accordionitem_header { - background-color: #393939; - color: #ffffff; -} -.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button, -.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button { - color: #ffffff; -} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button { - color: #ffffff; - background-image: none; - font-family: FontAwesome; - font-size: 24px; - text-align: center; - width: 24px; - height: 45px; - margin: 0 10.5px 0 10.5px; -} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f104'; -} -.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { - content: '\f106'; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f105'; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f107'; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - height: 42px; - margin: 0px 10.5px 0 10.5px; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f106'; -} -.webix_accordionitem.vertical > .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { - content: '\f107'; -} -.webix_toolbar.webix_layout_subbar { - background: transparent; -} -.webix_toolbar.webix_layout_subbar .webix_view { - color: #ffffff; -} -.webix_el_tabbar + .webix_multiview { - background-color: #393939; -} -.webix_view.rounded_top { - -moz-border-top-left-radius: 0; - -moz-border-top-right-radius: 0; - -webkit-border-top-left-radius: 0; - -webkit-border-top-right-radius: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.webix_view.rounded_right { - -moz-border-top-right-radius: 0; - -moz-border-bottom-right-radius: 0; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; -} -.webix_view.rounded_bottom { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - -moz-border-bottom-left-radius: 0; - -moz-border-bottom-right-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-bottom-right-radius: 0; -} -.webix_view.rounded_left { - -moz-border-top-left-radius: 0; - -moz-border-bottom-left-radius: 0; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; -} -.webix_layout_space > .webix_view, -.webix_layout_wide > .webix_view { - border-radius: 0; -} -.webix_layout_space .webix_layout_accordion .webix_accordionitem, -.webix_layout_wide .webix_layout_accordion .webix_accordionitem { - border-radius: 0; -} -.webix_window, -.webix_tooltip { - box-shadow: 0px 1px 7px 1px #818181; -} -.webix_view .webix_win_head { - border-bottom: 1px solid #818181; -} -.webix_view .webix_win_head > .webix_view > .webix_template { - color: #ffffff; - background: #191919; -} -.webix_modal_box .webix_popup_title { - color: #ffffff; - background: #393939; - font-size: 15px; - text-shadow: none; -} -.webix_popup_text { - font-size: 15px; -} -.webix_alert-warning .webix_popup_text, -.webix_confirm-warning .webix_popup_text { - box-shadow: 0 3px #ffd21a inset; -} -.webix_alert-error .webix_popup_text, -.webix_confirm-error .webix_popup_text { - box-shadow: 0 3px #ff391b inset; -} -.webix_view.webix_popup { - border: 1px solid #818181; -} -.webix_modal_box { - border: 1px solid #818181; -} -.confirmButton { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - background: #1f884c; - border-color: #28b263; - box-shadow: none; - text-shadow: none; - color: #ffffff; -} -.confirmButtonActive { - background: #26a55c; -} -.webix_popup_button { - border: none; -} -.webix_resize_handle { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgQDA8VWaasPAAAAB9JREFUKM9jYBgy4P////9HmkaiDRpGGnEaRH+NAwIARRJTrXKWh1IAAAAASUVORK5CYII="); -} -.webix_resizer_y { - background-color: #818181; -} -.webix_resizer_x { - background-color: #818181; -} -.webix_dtable .webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #747474; -} -.webix_dtable .webix_ss_right .webix_column.webix_first > div { - border-left: 1px solid #747474; -} -.webix_dtable .webix_last_topcell { - border-bottom: 1px solid #747474; -} -.webix_dtable .webix_hs_right td.webix_first { - border-left: 1px solid #6e6e6e; -} -.webix_dtable .webix_hcell.webix_ss_filter { - padding: 0px 5px; -} -.webix_dtable .webix_hcell.webix_div_filter { - padding: 3px 5px; -} -.webix_dtable .webix_ss_filter select, -.webix_dtable .webix_ss_filter input { - height: 32px; - vertical-align: middle; - border-radius: 2px; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - font-size: 14px; - font-family: FontAwesome; - top: 50%; - line-height: 1px; - bottom: auto; - right: 3px; - float: none; - width: 12px; -} -.webix_ss_sort_asc:before { - content: '\f106'; -} -.webix_ss_sort_desc:before { - content: '\f107'; -} -.dtBodyCell { - border-bottom: 1px solid #4d4d4d; -} -.webix_dtable .webix_ss_vscroll_header { - border-bottom: 1px solid #6e6e6e; -} -.dataItemStyle { - border-color: #4d4d4d; -} -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #878787; -} -.webix_block_selection { - background: rgba(255, 255, 255, 0.25); - border: 2px solid #818181; -} -.webix_list_item.webix_invalid { - color: #fea5a8; - background-color: #4d4d4d; - border-color: #fea5a8; -} -.webix_list_item.webix_group_back { - color: #ffffff; - background: #575757; - border-bottom: 1px solid #6e6e6e; -} -.webix_dataview_item { - border-right-color: #4d4d4d; -} -.webix_view .webix_pager_item { - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - color: #ffffff; - background: #800080; - border-bottom: 1px solid #a400a4; - font-size: 15px; -} -.webix_view .webix_pager_item:hover { - background-color: #b300b3; -} -.webix_view .webix_pager_item:focus { - background-color: #9f009f; -} -.webix_view .webix_pager_item_selected { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - background: #1f884c; - color: #ffffff; - border-color: #28b263; - box-shadow: none; -} -.webix_view .webix_pager_item, -.webix_view .webix_pager_item_selected { - border-radius: 2px; -} -.webix_list .webix_unit_header { - font-weight: normal; - text-shadow: none; - background: #575757; - font-size: 15px; - color: #ffffff; -} -.webix_tree_open, -.webix_tree_close { - background-image: none; - font-family: FontAwesome; - font-size: 15px; - text-align: center; - color: #ffffff; -} -.webix_tree_open:before { - content: "\f107"; -} -.webix_tree_close:before { - content: "\f105"; -} -.webix_menu-x .webix_submenu_icon, -.webix_view.webix_menu .webix_submenu_icon { - width: 6px; - height: auto; - font-size: 14px; - font-family: FontAwesome; - line-height: 1px; - margin-top: 3px; -} -.webix_menu.webix_view .webix_list_item:hover, -.webix_menu.webix_view .webix_list_item:active { - background-color: #535353; -} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before { - content: '\f105'; -} -.webix_menu.webix_view .webix_list_item.webix_selected { - background: #1f884c; -} -.webix_property .webix_property_label, -.webix_property .webix_property_value { - border-color: #4d4d4d; -} -.webix_drag_over, -.webix_drop_zone, -.webix_column > .webix_drag_over.webix_cell { - background-color: #535353; -} -.propertyStyle { - height: 28px; - line-height: 27px; -} -.propertyTitle { - line-height: 28px; -} -.webix_organogram_item { - background-color: #575757; - color: #ffffff; - border: 1px solid #a3a3a3; -} -.webix_view button, -.webix_view input[type=button] { - -webkit-appearance: none; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - color: #fea5a8; - background-color: #4d4d4d; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - color: #fea5a8; -} -.webix_el_combo span.webix_input_icon, -.webix_el_search span.webix_input_icon, -.webix_el_richselect span.webix_input_icon, -.webix_el_datepicker span.webix_input_icon, -.webix_el_colorpicker span.webix_input_icon, -.webix_el_dbldatepicker span.webix_input_icon { - background-color: #797979; - color: #ffffff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 2px; - -webkit-border-bottom-right-radius: 2px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 2px; - -moz-border-radius-bottomright: 2px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.focusStyle { - box-shadow: 0 0 0 1px #ffffff; -} -.webix_el_search input, -.webix_el_combo input, -.webix_el_colorpicker input { - padding-right: 28px; -} -.webix_el_search input, -.webix_el_text input, -.webix_el_combo input, -.webix_el_colorpicker input, -.webix_el_datepicker input { - border-radius: 2px; -} -.webix_el_search input:focus, -.webix_el_text input:focus, -.webix_el_combo input:focus, -.webix_el_colorpicker input:focus, -.webix_el_datepicker input:focus { - box-shadow: 0 0 0 1px #ffffff; -} -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_dbldatepicker .webix_inp_static { - border-radius: 2px; - padding-right: 28px; - white-space: nowrap; -} -.webix_el_richselect .webix_inp_static:focus, -.webix_el_datepicker .webix_inp_static:focus, -.webix_el_colorpicker .webix_inp_static:focus, -.webix_el_dbldatepicker .webix_inp_static:focus { - box-shadow: 0 0 0 1px #ffffff; -} -.webix_el_select select, -.webix_el_textarea textarea { - border-radius: 2px; -} -.webix_el_textarea textarea:focus, -.webix_el_select select:focus { - box-shadow: 0 0 0 1px #ffffff; -} -.webix_el_combo span.webix_input_icon, -.webix_el_richselect span.webix_input_icon { - width: 21px; - padding-left: 8px; -} -.webix_el_datepicker span.webix_input_icon, -.webix_el_dbldatepicker span.webix_input_icon, -.webix_el_colorpicker span.webix_input_icon, -.webix_el_search span.webix_input_icon { - width: 24px; -} -.webix_el_text .webix_inp_static { - border-radius: 2px; - white-space: nowrap; -} -.webix_focused .webix_inp_static { - box-shadow: 0 0 0 1px #ffffff; -} -.webix_multilist .fa-check-square { - color: #ffffff; -} -.buttonStyle { - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; -} -.inputButtonStyle { - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #797979; - border-bottom: 1px solid #797979; - outline: none; -} -.webix_el_colorpicker div.webix_inp_static div { - margin: 2.5px -20px 0px -5px; -} -div.webix_inp_static, -.webix_el_textarea textarea { - background: #535353; - font-family: 'PT Sans', Tahoma; - border-color: #797979; -} -.webix_el_select select { - color: #ffffff; - background: #535353; - font-family: 'PT Sans', Tahoma; - border-color: #797979; -} -.webix_el_checkbox input { - border-color: #818181; -} -.webix_el_counter .webix_inp_counter_value { - width: 40px; - background: #535353; - font-family: 'PT Sans', Tahoma; - border-color: #797979; -} -.webix_el_counter .webix_inp_counter_prev, -.webix_el_counter .webix_inp_counter_next { - background: #797979; - width: 29px; - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #797979; - border-bottom: 1px solid #797979; - outline: none; - font-weight: bold; - font-family: "Courier New", Courier, monospace; -} -.webix_el_counter .webix_inp_counter_prev, -.webix_el_counter .webix_inp_counter_next { - font-size: 20px; -} -.webix_el_counter .webix_inp_counter_prev:focus, -.webix_el_counter .webix_inp_counter_next:focus { - border-color: #ffffff; -} -.webix_el_counter input[type=text]:focus { - border: 1px solid #ffffff; -} -.webix_control { - background: transparent; -} -/* .webix_layout_line > .webix_control, .webix_layout_clean > .webix_control{ - background: @backColor; -}*/ -.webix_view.webix_control.webix_el_tabbar { - background: transparent; -} -div.webix_item_tab { - border-color: #393939; - padding-top: 3px; - font-size: 18px; -} -div.webix_item_tab.webix_selected { - padding-top: 2px; -} -.webix_el_tabbar .webix_item_tab { - border: 1px solid #818181; -} -.webix_el_tabbar .webix_item_tab.webix_selected { - border-bottom-width: 0; -} -.webixtype_bottom .webix_item_tab { - border-color: #393939; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px; - border-color: #191919; -} -.webixtype_bottom .webix_item_tab, -.webixtype_bottom .webix_item_tab.webix_selected { - border-right-color: #818181; - padding-top: 0; -} -.webixtype_bottom .webix_item_tab:last-child, -.webixtype_bottom .webix_item_tab.webix_selected:last-child { - border-right: 1px solid #818181; -} -.webixtype_bottom .webix_item_tab.webix_selected { - background: #050505; - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon { - background: #191919; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab { - white-space: nowrap; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-size: 24px; - height: 100%; - line-height: inherit; - margin: 0 3px; - vertical-align: top; - width: 100%; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected { - background: #050505; -} -.webix_accordionitem_label .webix_icon { - font-size: 19px; - width: 25px; -} -.webix_item_tab .webix_icon { - width: 30px; - font-size: 19px; -} -.webix_el_tabbar .webixtype_iconTop, -.webix_el_tabbar .webixtype_image { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_el_tabbar .webixtype_iconTop .webix_icon, -.webix_el_tabbar .webixtype_image .webix_icon { - color: #ffffff; - font-size: 18px; - top: 1px; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - font-size: 15px; - padding-top: 2px; - padding-bottom: 2px; -} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon, -.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon { - margin-top: 2px; -} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text, -.webix_el_tabbar .webixtype_image .webix_img_btn_text { - bottom: 0px; - font-size: 15px; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected { - background: #050505; - box-shadow: 0 0 0 1px #191919 inset; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn { - background-color: #050505; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon, -.webix_el_tabbar .webixtype_iconTop, -.webix_el_tabbar .webixtype_image { - background: #191919; -} -.webix_el_tabbar .webixtype_icon .webix_tab_filler, -.webix_el_tabbar .webixtype_iconTop .webix_tab_filler, -.webix_el_tabbar .webixtype_image .webix_tab_filler { - border-bottom-color: #191919; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - color: #ffffff; - background: #191919; - border-color: #191919; - border-bottom: 1px solid #191919; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn { - color: #ffffff; -} -.webix_tab_more_icon:hover { - color: #e6e6e6; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon, -.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon, -.webix_el_tabbar .webixtype_image .webix_tab_more_icon, -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon { - background: #191919; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon, -.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon, -.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon, -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover, -.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover, -.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover { - background-color: #333333; -} -.webix_tab_filler:first-child { - border-right: 0; -} -.passiveBarBG { - background: #393939; - color: #ffffff; -} -.webix_after_all_tabs { - background: #191919; -} -.webix_el_box .webixtype_form:active { - background-color: #25a15a; - background-color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); -} -.webix_el_box .webixtype_form:focus { - background-color: #25a15a; -} -.webix_el_box .webixtype_form:hover { - background-color: #28b263; -} -.webixtype_danger:hover { - background-color: #d97a6d; -} -.webixtype_danger:focus { - background-color: #d46b5d; -} -.webixtype_danger:active { - background-color: #d46b5d; - background-color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); -} -.webixtype_prev:focus, -.webixtype_prev:focus + .webixtype_prev_arrow, -.webixtype_next:focus, -.webixtype_next:focus + .webixtype_next_arrow { - background-color: #9f009f; -} -.webixtype_prev:hover, -.webixtype_prev:hover + .webixtype_prev_arrow, -.webixtype_next:hover, -.webixtype_next:hover + .webixtype_next_arrow { - background-color: #b300b3; -} -.webix_el_box .webixtype_form { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - background: #1f884c; - color: #ffffff; - border-color: #28b263; - box-shadow: none; -} -.webixbutton:hover, -.webixtype_base:hover, -.webix_segment_0:hover, -.webix_segment_1:hover, -.webix_segment_N:hover { - background-color: #b300b3; -} -.webixbutton:active, -.webixtype_base:active, -.webix_segment_0:active, -.webix_segment_1:active, -.webix_segment_N:active { - background-color: #9f009f; - background-color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); -} -.webix_el_text .webix_input_icon { - color: #e2e2a7; -} -.webix_el_text .webix_input_icon:hover, -.webix_el_text .webix_input_icon:active { - cursor: pointer; -} -.webixbutton:focus, -.webixtype_base:focus, -.webix_segment_0:focus, -.webix_segment_1:focus, -.webix_segment_N:focus { - background-color: #9f009f; -} -.webix_selected.webix_segment_0:hover, -.webix_selected.webix_segment_1:hover, -.webix_selected.webix_segment_N:hover { - background-color: #28b263; -} -.webix_selected.webix_segment_0:active, -.webix_selected.webix_segment_1:active, -.webix_selected.webix_segment_N:active { - background-color: #25a15a; -} -.webix_selected.webix_segment_0:focus, -.webix_selected.webix_segment_1:focus, -.webix_selected.webix_segment_N:focus { - background-color: #25a15a; -} -.webix_segment_1:not(.webix_selected), -.webix_segment_N:not(.webix_selected) { - border-left: none; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -11px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 6px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 5px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - left: 3px; -} -.webix_rangeslider .webix_slider_title_box { - height: 21px; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px #fff; - border-color: #800080; -} -.activeShadow { - background-color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); -} -.toggleShadow { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.18); -} -.webix_el_toggle .webix_pressed .webix_img_btn, -.webix_el_toggle .webix_pressed .webix_img_btn_top { - background-color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); -} -.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base, -.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs { - background-color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); - background-color: #9f009f; -} -/*icon buttons*/ -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #e2e2a7; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #e2e2a7; -} -.webix_img_btn_abs_top .webix_icon { - font-size: 22px; -} -.webix_img_btn:hover, -.webix_img_btn_top:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_img_btn:active, -.webix_img_btn_top:active { - background-color: rgba(0, 0, 0, 0.07); - background-color: rgba(255, 255, 255, 0.25); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); -} -.webix_img_btn:focus, -.webix_img_btn_top:focus { - background-color: rgba(0, 0, 0, 0.07); -} -.webix_view .webix_fieldset fieldset { - border: 1px solid #797979; -} -.webix_view .webix_fieldset legend { - color: #ffffff; -} -.webix_control.webix_el_search span { - background-color: #5f5f5f; -} -.webix_checkbox_1 .webix_custom_checkbox:before { - content: "\f00c"; - color: #ffffff; - font-family: FontAwesome; - font-size: 16px; - height: 16px; - display: block; - line-height: 13px; - width: 14px; -} -.webix_custom_checkbox { - float: left; - position: relative; - top: 50%; - width: auto; - margin-top: -7px; - padding: 0; - height: 17px; - width: 17px; - border: 1px solid #ffffff; - border-radius: 3px; - background-color: #4b4b4b; -} -.webix_custom_checkbox:focus { - box-shadow: 0 0 0 1px #ffffff; -} -a:focus .webix_custom_checkbox, -a:active .webix_custom_checkbox { - box-shadow: 0 0 0 1px #ffffff; -} -.webix_el_radio .webix_custom_radio:before { - content: " "; - background-color: #4b4b4b; -} -.webix_el_radio .webix_radio_1 .webix_custom_radio:before { - content: " "; - border-radius: 50%; - display: block; - width: 9px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - height: 9px; - background-color: #ffffff; -} -.webix_el_radio .webix_custom_radio { - display: block; - height: 17px; - width: 17px; - padding: 3px; - border: 1px solid #ffffff; - border-radius: 50%; - background-color: #4d4d4d; -} -.webix_el_radio .webix_custom_radio:focus { - box-shadow: 0 0 0 1px #ffffff; -} -.webix_el_radio .webix_label_right { - color: #ffffff; - font-size: 15px; -} -a:focus .webix_custom_radio, -a:active .webix_custom_radio { - box-shadow: 0 0 0 1px #ffffff; -} -::-webkit-input-placeholder { - color: #d9d9d9; -} -::-moz-placeholder { - color: #d9d9d9; -} -:-ms-input-placeholder { - color: #d9d9d9; -} -.webix_badge { - background-color: #ffb3ff; - color: #060606; - font-weight: bold; -} -.webix_dt_editor input, -.webix_dt_editor select { - background: #393939; - font-family: 'PT Sans', Tahoma; - border-color: #797979; - box-shadow: 0 0 0 1px #ffffff inset; -} -.headerFilterStyle { - background: #3e3e3e; - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #ffffff; - border-color: #878787; -} -.webix_ss_filter input, -.webix_ss_filter select { - background: #3e3e3e; - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #ffffff; - border-color: #878787; -} -.webix_ss_header .webix_inp_static, -.webix_ss_header input { - background: #3e3e3e; - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #ffffff; - border-color: #878787; -} -.webix_ss_header span.webix_input_icon { - background: #878787; -} -.webix_section { - color: #ffffff; -} -.webix_cal_body .webix_cal_today { - /*background-color: transparent; - color: @fontColor;*/ - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border: 1px solid #1f884c; - border-radius: 2px; -} -.webix_cal_body .webix_cal_today span { - /*#box > .sizing; - border: 1px solid @selectColor;*/ -} -.webix_cal_body .webix_cal_day, -.webix_cal_body .webix_cal_week_num { - font-size: 14px; -} -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - border-radius: 2px; -} -.webix_cal_body .webix_cal_select.webix_cal_select { - font-weight: bold; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_event.webix_cal_select { - color: #ffffff; - border-radius: 2px; - background: #1f884c; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #cccccc; - background: #6c6c6c; -} -.webix_cal_event { - font-weight: normal; - color: #ffb3ff; -} -.webix_cal_icons .webix_cal_icon, -.webix_cal_month_name { - color: #e2e2a7; -} -.webix_cal_month_name:hover, -.webix_cal_time:hover { - color: #e2e2a7; - text-decoration: underline; -} -.webix_cal_outside { - font-weight: normal; - color: #bbb; -} -.webix_time_footer .webix_cal_done, -.webix_cal_footer .webix_cal_done { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #cd00cc; - outline: none; - color: #ffffff; - background: #800080; - border-bottom: 1px solid #a400a4; -} -.webix_time_footer .webix_cal_done:hover, -.webix_cal_footer .webix_cal_done:hover { - background-color: #b300b3; -} -.webix_time_footer .webix_cal_done:focus, -.webix_cal_footer .webix_cal_done:focus { - background-color: #9f009f; -} -.webix_cal_month { - line-height: 20px; - text-align: center; - font-size: 17px; - font-weight: bold; -} -.webix_view > .webix_cal_header div, -.webix_cal_footer { - font-size: 13px; - color: #e2e2a7; -} -.webix_cal_month_name { - font-size: 14px; - font-weight: normal; -} -.webix_cal_next_button, -.webix_cal_prev_button { - color: #e2e2a7; - background-image: none; - font-family: FontAwesome; -} -.webix_cal_next_button:before { - content: '\f105'; -} -.webix_cal_prev_button:before { - content: '\f104'; -} -.webix_cal_prev_button { - background-image: none; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_cal_range, -.webix_cal_body .webix_cal_today.webix_cal_range { - background-color: #1f884c; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); -} -.webix_progress_top .webix_progress_state { - background-size: 10px 10px; -} -.webix_progress_bottom .webix_progress_state { - background-size: 14px 14px; -} -.webix_view::-webkit-scrollbar, -.webix_view ::-webkit-scrollbar, -.webix_view::-webkit-scrollbar-button, -.webix_view ::-webkit-scrollbar-button, -.webix_view::-webkit-scrollbar-corner, -.webix_view ::-webkit-scrollbar-corner, -.webix_view::-webkit-scrollbar-track-piece, -.webix_view ::-webkit-scrollbar-track-piece { - background: #393939; -} -.webix_view::-webkit-scrollbar-button:vertical:increment, -.webix_view ::-webkit-scrollbar-button:vertical:increment { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; - background-position: center center; -} -.webix_view::-webkit-scrollbar-button:vertical:decrement, -.webix_view ::-webkit-scrollbar-button:vertical:decrement { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-repeat: no-repeat; - background-position: center center; -} -.webix_view::-webkit-scrollbar-button:horizontal:increment, -.webix_view ::-webkit-scrollbar-button:horizontal:increment { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: center center; -} -.webix_view::-webkit-scrollbar-button:horizontal:decrement, -.webix_view ::-webkit-scrollbar-button:horizontal:decrement { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: center center; -} -.webix_view::-webkit-scrollbar-thumb, -.webix_view ::-webkit-scrollbar-thumb { - background: #b9b9b9; -} -.webix_skin_mark { - height: 230px; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - font-size: 15px; - color: #ffffff; - background: #575757; - border-right: 1px solid #6e6e6e; - border-bottom: 1px solid #6e6e6e; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #343434; - border-right: 1px solid #4d4d4d; - border-top: 1px solid #4d4d4d; - border-bottom: 1px solid #4d4d4d; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #ffffff; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/flat.css b/v3/js/libs/webix/skins/debug/flat.css deleted file mode 100644 index a4535b8..0000000 --- a/v3/js/libs/webix/skins/debug/flat.css +++ /dev/null @@ -1,8994 +0,0 @@ -.webix_view { - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #666666; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #dddddd; - background-color: #ffffff; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #ffffff; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #dddddd; -} -.webix_layout_wide { - background-color: #dddddd; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 5px; - padding-left: 5px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 11.25px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 45px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #dddddd; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #dddddd; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_header > div { - padding-left: 10px; - color: #ffffff; - font-size: 18px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ - line-height: 43px; - line-height: 45px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_el_button, -.webix_header > div .webix_el_label, -.webix_header > div .webix_inp_label { - color: #ffffff; -} -.webix_header > div .webix_el_label { - font-size: 18px; -} -.webix_header > div .webixtype_base, -.webix_header > div .webixtype_prev, -.webix_header > div .webixtype_next, -.webix_header > div .webix_inp_counter_next, -.webix_header > div .webix_inp_counter_prev, -.webix_header > div .webix_segment_0, -.webix_header > div .webix_segment_1, -.webix_header > div .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_header > div .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_header > div .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_header > div .webixtype_base:hover, -.webix_header > div .webix_inp_counter_next:hover, -.webix_header > div .webix_inp_counter_prev:hover, -.webix_header > div .webix_segment_0:hover, -.webix_header > div .webix_segment_1:hover, -.webix_header > div .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_header > div .webixtype_base:active, -.webix_header > div .webix_inp_counter_next:active, -.webix_header > div .webix_inp_counter_prev:active, -.webix_header > div .webix_segment_0:active, -.webix_header > div .webix_segment_1:active, -.webix_header > div .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_header > div .webixtype_base:focus, -.webix_header > div .webix_inp_counter_next:focus, -.webix_header > div .webix_inp_counter_prev:focus, -.webix_header > div .webix_segment_0:focus, -.webix_header > div .webix_segment_1:focus, -.webix_header > div .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_header > div .webix_inp_static, -.webix_header > div input[type=text] { - border-color: #ffffff; -} -.webix_header > div .webix_inp_static:focus, -.webix_header > div input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_header > div .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_header > div .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_header > div .webix_input_icon:active, -.webix_header > div .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_header > div .webix_pressed .webixtype_base, -.webix_header > div .webix_pressed .webixtype_prev, -.webix_header > div .webix_pressed .webixtype_next, -.webix_header > div .webix_pressed .webix_el_arrow, -.webix_header > div .webix_pressed .webix_inp_counter_next, -.webix_header > div .webix_pressed .webix_inp_counter_prev, -.webix_header > div .webix_pressed .webix_input_icon, -.webix_header > div .webix_pressed .webix_segment_0, -.webix_header > div .webix_pressed .webix_segment_1, -.webix_header > div .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_header > div .webix_selected.webix_segment_0, -.webix_header > div .webix_selected.webix_segment_1, -.webix_header > div .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_header > div .webix_selected.webix_segment_0:hover, -.webix_header > div .webix_selected.webix_segment_1:hover, -.webix_header > div .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_header > div .webix_selected.webix_segment_0:active, -.webix_header > div .webix_selected.webix_segment_1:active, -.webix_header > div .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_header > div .webix_selected.webix_segment_0:focus, -.webix_header > div .webix_selected.webix_segment_1:focus, -.webix_header > div .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_header > div .webix_segment_1, -.webix_header > div .webix_segment_N, -.webix_header > div .webix_selected.webix_segment_1, -.webix_header > div .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_header > div .webix_img_btn:active, -.webix_header > div .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_header > div .webix_img_btn:focus, -.webix_header > div .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_header > div .webix_img_btn:hover, -.webix_header > div .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_header > div .webix_icon_button { - border-radius: 6px; -} -.webix_header > div .webix_img_btn_top .webix_img_btn_text, -.webix_header > div .webix_img_btn_top .webix_icon, -.webix_header > div .webix_el_icon, -.webix_header > div .webix_img_btn, -.webix_header > div .webix_icon_btn, -.webix_header > div .webix_icon_button { - color: #ffffff; -} -.webix_header > div .webix_img_btn_abs .webix_icon, -.webix_header > div .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_header > div .webix_img_btn_abs { - color: #ffffff; -} -.webix_header > div .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_header > div .webix_el_icon .webix_icon_button:focus { - background-color: rgba(0, 0, 0, 0.07); -} -.webix_header > div .webix_el_box .webix_img_btn_abs:hover, -.webix_header > div .webix_el_icon .webix_icon_button:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_header > div .webix_control { - border-color: #3498db; -} -.webix_header > div .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_header > div .webix_img_btn, -.webix_header > div .webix_img_btn_top { - border-width: 0; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #bfbfbf; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #ebebeb; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #dddddd; - position: relative; - z-index: 2; - color: #ffffff; - font-size: 18px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ - line-height: 43px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_el_button, -.webix_accordionitem_header .webix_el_label, -.webix_accordionitem_header .webix_inp_label { - color: #ffffff; -} -.webix_accordionitem_header .webix_el_label { - font-size: 18px; -} -.webix_accordionitem_header .webixtype_base, -.webix_accordionitem_header .webixtype_prev, -.webix_accordionitem_header .webixtype_next, -.webix_accordionitem_header .webix_inp_counter_next, -.webix_accordionitem_header .webix_inp_counter_prev, -.webix_accordionitem_header .webix_segment_0, -.webix_accordionitem_header .webix_segment_1, -.webix_accordionitem_header .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_accordionitem_header .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_accordionitem_header .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_accordionitem_header .webixtype_base:hover, -.webix_accordionitem_header .webix_inp_counter_next:hover, -.webix_accordionitem_header .webix_inp_counter_prev:hover, -.webix_accordionitem_header .webix_segment_0:hover, -.webix_accordionitem_header .webix_segment_1:hover, -.webix_accordionitem_header .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_accordionitem_header .webixtype_base:active, -.webix_accordionitem_header .webix_inp_counter_next:active, -.webix_accordionitem_header .webix_inp_counter_prev:active, -.webix_accordionitem_header .webix_segment_0:active, -.webix_accordionitem_header .webix_segment_1:active, -.webix_accordionitem_header .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_accordionitem_header .webixtype_base:focus, -.webix_accordionitem_header .webix_inp_counter_next:focus, -.webix_accordionitem_header .webix_inp_counter_prev:focus, -.webix_accordionitem_header .webix_segment_0:focus, -.webix_accordionitem_header .webix_segment_1:focus, -.webix_accordionitem_header .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_accordionitem_header .webix_inp_static, -.webix_accordionitem_header input[type=text] { - border-color: #ffffff; -} -.webix_accordionitem_header .webix_inp_static:focus, -.webix_accordionitem_header input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_accordionitem_header .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_accordionitem_header .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_accordionitem_header .webix_input_icon:active, -.webix_accordionitem_header .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_accordionitem_header .webix_pressed .webixtype_base, -.webix_accordionitem_header .webix_pressed .webixtype_prev, -.webix_accordionitem_header .webix_pressed .webixtype_next, -.webix_accordionitem_header .webix_pressed .webix_el_arrow, -.webix_accordionitem_header .webix_pressed .webix_inp_counter_next, -.webix_accordionitem_header .webix_pressed .webix_inp_counter_prev, -.webix_accordionitem_header .webix_pressed .webix_input_icon, -.webix_accordionitem_header .webix_pressed .webix_segment_0, -.webix_accordionitem_header .webix_pressed .webix_segment_1, -.webix_accordionitem_header .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_accordionitem_header .webix_selected.webix_segment_0, -.webix_accordionitem_header .webix_selected.webix_segment_1, -.webix_accordionitem_header .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_accordionitem_header .webix_selected.webix_segment_0:hover, -.webix_accordionitem_header .webix_selected.webix_segment_1:hover, -.webix_accordionitem_header .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_accordionitem_header .webix_selected.webix_segment_0:active, -.webix_accordionitem_header .webix_selected.webix_segment_1:active, -.webix_accordionitem_header .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_accordionitem_header .webix_selected.webix_segment_0:focus, -.webix_accordionitem_header .webix_selected.webix_segment_1:focus, -.webix_accordionitem_header .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_accordionitem_header .webix_segment_1, -.webix_accordionitem_header .webix_segment_N, -.webix_accordionitem_header .webix_selected.webix_segment_1, -.webix_accordionitem_header .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_accordionitem_header .webix_img_btn:active, -.webix_accordionitem_header .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_accordionitem_header .webix_img_btn:focus, -.webix_accordionitem_header .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_accordionitem_header .webix_img_btn:hover, -.webix_accordionitem_header .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_accordionitem_header .webix_icon_button { - border-radius: 6px; -} -.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text, -.webix_accordionitem_header .webix_img_btn_top .webix_icon, -.webix_accordionitem_header .webix_el_icon, -.webix_accordionitem_header .webix_img_btn, -.webix_accordionitem_header .webix_icon_btn, -.webix_accordionitem_header .webix_icon_button { - color: #ffffff; -} -.webix_accordionitem_header .webix_img_btn_abs .webix_icon, -.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_accordionitem_header .webix_img_btn_abs { - color: #ffffff; -} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_accordionitem_header .webix_el_icon .webix_icon_button:focus { - background-color: rgba(0, 0, 0, 0.07); -} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:hover, -.webix_accordionitem_header .webix_el_icon .webix_icon_button:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_accordionitem_header .webix_control { - border-color: #3498db; -} -.webix_accordionitem_header .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_accordionitem_header .webix_img_btn, -.webix_accordionitem_header .webix_img_btn_top { - border-width: 0; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 15px 13.5px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg=="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 29px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; - border-color: #ebebeb; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - color: #ffffff; - background: #27ae60; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #ebebeb; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #d2e3ef; - font-size: 15px; - color: #4a4a4a; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #666666; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #d2e3ef; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid #ebebeb; - border-bottom: none; - border-color: #ebebeb; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 3px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #dddddd; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; - font-size: 15px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #27ae60; - border: 1px solid #ebebeb; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 29px; - cursor: pointer; - border-bottom: 1px solid #ebebeb; - text-align: left; - border-color: #ebebeb; - border-right: 1px solid #ebebeb; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - color: #ffffff; - background: #27ae60; - border-bottom: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: 'PT Sans', Tahoma; - font-size: 13px; - color: #666666; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #e6e6e6; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #999999; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #999999; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #666666; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #ffffff; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: 'PT Sans', Tahoma; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 30px; - line-height: 30px; - display: inline-block; - margin: 0 5px; - border-radius: 6px; -} -.webix_popup_button div { - border-radius: 6px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #dddddd; -} -.webix_button input, -.webix_popup_button div { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - height: 30px; - line-height: 30px; -} -.webix_popup_button.confirm div { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; - text-shadow: none; - color: #ffffff; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 15px; - color: #666666; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 15px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #dddddd; - background-color: #ffffff; - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #666666; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #e6e6e6; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 31px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-top: 1px solid #dddddd; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #b0cee3; - border-bottom: 1px solid #dddddd; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 3px 5px 3px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #666666 !important; - height: 39px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #dddddd; - line-height: 32px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; -} -.webix_richfilter { - margin-top: 1px; - line-height: 32px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - font-size: 15px; - color: #4a4a4a; - background: #d2e3ef; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #fafafa; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #b0cee3; - border-bottom: 1px solid #b0cee3; -} -.webix_ss_footer td { - border-right: 1px solid #ebebeb; - border-top: 1px solid #ebebeb; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #dddddd; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #dddddd; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #dddddd; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #ebebeb; - padding: 0 10px; - border-bottom: 1px solid #ebebeb; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #ebebeb; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid #ebebeb; - height: 34px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #ffffff; - border-top: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 5px 10px; - height: 34px; - line-height: 26px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #e6e6e6; - color: #666666; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - color: #ffffff; - background: #27ae60; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #ebebeb; - border-left: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #ebebeb; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #ebebeb; - border-right: 1px solid #ebebeb; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - color: #ffffff; - background: #27ae60; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid #ebebeb; -} -.webix_cell.webix_dtable_colrow.webix_selected { - color: #ffffff; - background: #27ae60; -} -.webix_dtable_subrow { - border-top: 1px solid #ebebeb; - text-align: right; -} -.webix_dtable_subview { - background: #ebebeb; - border-top: 1px solid #ebebeb; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #dddddd; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - color: #ffffff; - background: #27ae60; -} -.webix_hcell span.webix_input_icon { - background-color: #b0cee3; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #666666; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #666666; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - color: #ffffff; - font-size: 18px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ - padding: 0px; - text-align: center; - line-height: 45px; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button, -.webix_win_head > .webix_view > .webix_template .webix_el_label, -.webix_win_head > .webix_view > .webix_template .webix_inp_label { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_label { - font-size: 18px; -} -.webix_win_head > .webix_view > .webix_template .webixtype_base, -.webix_win_head > .webix_view > .webix_template .webixtype_prev, -.webix_win_head > .webix_view > .webix_template .webixtype_next, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev, -.webix_win_head > .webix_view > .webix_template .webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_win_head > .webix_view > .webix_template .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_win_head > .webix_view > .webix_template .webixtype_base:hover, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:hover, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:hover, -.webix_win_head > .webix_view > .webix_template .webix_segment_0:hover, -.webix_win_head > .webix_view > .webix_template .webix_segment_1:hover, -.webix_win_head > .webix_view > .webix_template .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_win_head > .webix_view > .webix_template .webixtype_base:active, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:active, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:active, -.webix_win_head > .webix_view > .webix_template .webix_segment_0:active, -.webix_win_head > .webix_view > .webix_template .webix_segment_1:active, -.webix_win_head > .webix_view > .webix_template .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_win_head > .webix_view > .webix_template .webixtype_base:focus, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:focus, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:focus, -.webix_win_head > .webix_view > .webix_template .webix_segment_0:focus, -.webix_win_head > .webix_view > .webix_template .webix_segment_1:focus, -.webix_win_head > .webix_view > .webix_template .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_inp_static, -.webix_win_head > .webix_view > .webix_template input[type=text] { - border-color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_inp_static:focus, -.webix_win_head > .webix_view > .webix_template input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_win_head > .webix_view > .webix_template .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_win_head > .webix_view > .webix_template .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_win_head > .webix_view > .webix_template .webix_input_icon:active, -.webix_win_head > .webix_view > .webix_template .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_base, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_prev, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webixtype_next, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_el_arrow, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_inp_counter_next, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_inp_counter_prev, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_input_icon, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:hover, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:hover, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:active, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:active, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0:focus, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1:focus, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_win_head > .webix_view > .webix_template .webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_segment_N, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn:active, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn:focus, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn:hover, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_win_head > .webix_view > .webix_template .webix_icon_button { - border-radius: 6px; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_img_btn_text, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_icon, -.webix_win_head > .webix_view > .webix_template .webix_el_icon, -.webix_win_head > .webix_view > .webix_template .webix_img_btn, -.webix_win_head > .webix_view > .webix_template .webix_icon_btn, -.webix_win_head > .webix_view > .webix_template .webix_icon_button { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_icon, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon_button:focus { - background-color: rgba(0, 0, 0, 0.07); -} -.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:hover, -.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon_button:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_win_head > .webix_view > .webix_template .webix_control { - border-color: #3498db; -} -.webix_win_head > .webix_view > .webix_template .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top { - border-width: 0; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #3498db; - display: block; - border: 1px solid #196090; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 28px; - line-height: 28px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - color: #ffffff; - background: #27ae60; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 25px; - height: 28px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIxjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKrKg68GbjNGVTeGZmeiRP+IphBbi0EgrAAA7"); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIpjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC7/mTNf2jef6zvc+XgAAOw=="); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAI1jI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC78VC9KeveGYPpsJTwFmfCeixahABoQRXQEAOw=="); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIjjI+py+0Po5y02ouz3rxDAIZi+HGAiW6nmmqr22avHGMzUwAAOw=="); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #ffffff; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #666666; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #ffffff; - background: #27ae60; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #666666; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #bfbfbf; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #cccccc; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #cccccc; - background: #f0f0f0; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #ffffff; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #27ae60; - color: #ffffff; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #3498db; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #666666; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #dddddd; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 6px; - border: 1px solid #dddddd; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - color: #ffffff; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; - float: right; -} -.webix_cal_blurred_hours { - background-color: #f7f7f7; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #dddddd; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; - height: 28px; - line-height: 27px; -} -.webix_property_label { - border-right: 1px solid #dddddd; -} -.webix_property_label_line { - padding-left: 10px; - color: #ffffff; - font-size: 18px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ - line-height: 43px; - line-height: 23px; - border-bottom: 1px solid #ebebeb; - line-height: 28px; -} -.webix_property_label_line .webix_el_button, -.webix_property_label_line .webix_el_label, -.webix_property_label_line .webix_inp_label { - color: #ffffff; -} -.webix_property_label_line .webix_el_label { - font-size: 18px; -} -.webix_property_label_line .webixtype_base, -.webix_property_label_line .webixtype_prev, -.webix_property_label_line .webixtype_next, -.webix_property_label_line .webix_inp_counter_next, -.webix_property_label_line .webix_inp_counter_prev, -.webix_property_label_line .webix_segment_0, -.webix_property_label_line .webix_segment_1, -.webix_property_label_line .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_property_label_line .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_property_label_line .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_property_label_line .webixtype_base:hover, -.webix_property_label_line .webix_inp_counter_next:hover, -.webix_property_label_line .webix_inp_counter_prev:hover, -.webix_property_label_line .webix_segment_0:hover, -.webix_property_label_line .webix_segment_1:hover, -.webix_property_label_line .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_property_label_line .webixtype_base:active, -.webix_property_label_line .webix_inp_counter_next:active, -.webix_property_label_line .webix_inp_counter_prev:active, -.webix_property_label_line .webix_segment_0:active, -.webix_property_label_line .webix_segment_1:active, -.webix_property_label_line .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_property_label_line .webixtype_base:focus, -.webix_property_label_line .webix_inp_counter_next:focus, -.webix_property_label_line .webix_inp_counter_prev:focus, -.webix_property_label_line .webix_segment_0:focus, -.webix_property_label_line .webix_segment_1:focus, -.webix_property_label_line .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_property_label_line .webix_inp_static, -.webix_property_label_line input[type=text] { - border-color: #ffffff; -} -.webix_property_label_line .webix_inp_static:focus, -.webix_property_label_line input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_property_label_line .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_property_label_line .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_property_label_line .webix_input_icon:active, -.webix_property_label_line .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_property_label_line .webix_pressed .webixtype_base, -.webix_property_label_line .webix_pressed .webixtype_prev, -.webix_property_label_line .webix_pressed .webixtype_next, -.webix_property_label_line .webix_pressed .webix_el_arrow, -.webix_property_label_line .webix_pressed .webix_inp_counter_next, -.webix_property_label_line .webix_pressed .webix_inp_counter_prev, -.webix_property_label_line .webix_pressed .webix_input_icon, -.webix_property_label_line .webix_pressed .webix_segment_0, -.webix_property_label_line .webix_pressed .webix_segment_1, -.webix_property_label_line .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_property_label_line .webix_selected.webix_segment_0, -.webix_property_label_line .webix_selected.webix_segment_1, -.webix_property_label_line .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_property_label_line .webix_selected.webix_segment_0:hover, -.webix_property_label_line .webix_selected.webix_segment_1:hover, -.webix_property_label_line .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_property_label_line .webix_selected.webix_segment_0:active, -.webix_property_label_line .webix_selected.webix_segment_1:active, -.webix_property_label_line .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_property_label_line .webix_selected.webix_segment_0:focus, -.webix_property_label_line .webix_selected.webix_segment_1:focus, -.webix_property_label_line .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_property_label_line .webix_segment_1, -.webix_property_label_line .webix_segment_N, -.webix_property_label_line .webix_selected.webix_segment_1, -.webix_property_label_line .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_property_label_line .webix_img_btn:active, -.webix_property_label_line .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_property_label_line .webix_img_btn:focus, -.webix_property_label_line .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_property_label_line .webix_img_btn:hover, -.webix_property_label_line .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_property_label_line .webix_icon_button { - border-radius: 6px; -} -.webix_property_label_line .webix_img_btn_top .webix_img_btn_text, -.webix_property_label_line .webix_img_btn_top .webix_icon, -.webix_property_label_line .webix_el_icon, -.webix_property_label_line .webix_img_btn, -.webix_property_label_line .webix_icon_btn, -.webix_property_label_line .webix_icon_button { - color: #ffffff; -} -.webix_property_label_line .webix_img_btn_abs .webix_icon, -.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_property_label_line .webix_img_btn_abs { - color: #ffffff; -} -.webix_property_label_line .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_property_label_line .webix_el_icon .webix_icon_button:focus { - background-color: rgba(0, 0, 0, 0.07); -} -.webix_property_label_line .webix_el_box .webix_img_btn_abs:hover, -.webix_property_label_line .webix_el_icon .webix_icon_button:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_property_label_line .webix_control { - border-color: #3498db; -} -.webix_property_label_line .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_property_label_line .webix_img_btn, -.webix_property_label_line .webix_img_btn_top { - border-width: 0; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #dddddd; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #ffffff; - padding: 5px 10px; - border: 1px solid #dddddd; - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #666666; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #ffffff; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #d4f5e2; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #27ae60; - color: #ffffff; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #cccccc; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #dddddd; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 6px; - border: 1px solid #dddddd; - height: 100%; - width: 100%; - cursor: pointer; - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #666666; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #666666; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - background: #3498db; - border-bottom: 1px solid #2386c8; - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - padding: 0px; - border: 0px; -} -.webixtype_form { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - color: #ffffff; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; -} -.webix_el_button .webixtype_danger { - background: #ce5545; - border: 1px solid #ce5545; - border-bottom: 1px solid #b13e2f; - color: #fff; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - border: 1px solid #dddddd; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 8px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 15px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #ffffff; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 4px; - width: 100%; - text-align: center; - cursor: pointer; - color: #ffffff; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa; - background: #e9e9e9; - border: 1px solid #e9e9e9; - text-shadow: none; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 2px; - height: 100%; - width: 100%; - font-size: 15px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #dddddd; - color: #666666; - font-size: 15px; - background: #ffffff; - font-family: 'PT Sans', Tahoma; - border-color: #cccccc; - /*.altBackColor; - .altBackBorderColor;*/ - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #666666; - text-transform: none; - font-size: 15px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 3px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 3px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 13px; - color: #737373; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #666666; - line-height: 32px; - padding: 3px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 15px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #dddddd; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #dddddd; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 15px; - width: 50px; - color: #666666; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_el_textarea textarea { - border: 1px solid #dddddd; - height: 100%; - margin: 0; - padding: 5px; - color: #666666; - resize: none; - font-size: 15px; - font-family: 'PT Sans', Tahoma; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 9.5px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #dddddd; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #dddddd; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - background: #3498db; - border-bottom: 1px solid #2386c8; - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - color: #ffffff; - background: #27ae60; - border-color: #27ae60; -} -.webix_inp_static { - border: 1px solid #dddddd; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #b3b3b3; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 15px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #666666; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #666666; - padding-right: 24px; - background: #ffffff; - font-family: 'PT Sans', Tahoma; - border-color: #cccccc; - /*.altBackColor; - .altBackBorderColor;*/ - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 6.5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 32px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 13px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 7px; - right: 8px; - width: 24px; - height: 24px; - border-radius: 6px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 19px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa; - background: #e9e9e9; - border: 1px solid #e9e9e9; - text-shadow: none; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #666666; - font-size: 15px; - font-family: 'PT Sans', Tahoma; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #f2f2f2; - display: inline-block; - margin: 3px; - float: left; - border-radius: 6px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #404040; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #f2f2f2; - color: #666666; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #3498db; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #dddddd; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #dddddd; -} -.webix_item_tab:first-child { - border-left: 1px solid #dddddd; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #dddddd; - border-left-width: 0px; - background: #a4b4bf; - color: #ffffff; - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 4px; - border-bottom-left-radius: 0px; - border-top-right-radius: 4px; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - background: #3498db; - color: #ffffff; - border-color: #3498db; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - color: #ffffff; - background: #27ae60; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #dddddd; - border-right: 1px solid #dddddd; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa; - background: #e9e9e9; - border: 1px solid #e9e9e9; - text-shadow: none; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 3px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #dddddd; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #ffffff; - height: 34px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0px; -} -.webix_menu-x .webix_submenu_icon { - top: 13px; -} -.webix_menu-x { - background-color: white; - border: none; - background: transparent; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 30px; -} -.webix_menu-x .webix_list_item { - border-right: 1px solid #fff; - border-left: 0px; - background: #3498db; - color: #fff; - font-size: 15px; -} -.webix_menu-x .webix_list_item .webix_submenu_icon:before { - content: '\f107'; -} -.webix_menu-x .webix_list_item .webix_icon_btn { - color: #fff; - text-align: left; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background-color: #268fd5; -} -.webix_menu-x .webix_list_item:first-child { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_menu-x .webix_list_item:last-child { - border-right: none; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -/* Submenu */ -.webix_menu { - background: #ffffff; - border: 1px solid #dddddd; - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #dddddd; -} -.webix_menu .webix_submenu_icon { - top: 11px; -} -.webix_menu .webix_context_spacer { - height: 34px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - color: #ffffff; - font-size: 18px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ -} -.webix_layout_toolbar .webix_el_button, -.webix_layout_toolbar .webix_el_label, -.webix_layout_toolbar .webix_inp_label { - color: #ffffff; -} -.webix_layout_toolbar .webix_el_label { - font-size: 18px; -} -.webix_layout_toolbar .webixtype_base, -.webix_layout_toolbar .webixtype_prev, -.webix_layout_toolbar .webixtype_next, -.webix_layout_toolbar .webix_inp_counter_next, -.webix_layout_toolbar .webix_inp_counter_prev, -.webix_layout_toolbar .webix_segment_0, -.webix_layout_toolbar .webix_segment_1, -.webix_layout_toolbar .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_layout_toolbar .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_layout_toolbar .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_layout_toolbar .webixtype_base:hover, -.webix_layout_toolbar .webix_inp_counter_next:hover, -.webix_layout_toolbar .webix_inp_counter_prev:hover, -.webix_layout_toolbar .webix_segment_0:hover, -.webix_layout_toolbar .webix_segment_1:hover, -.webix_layout_toolbar .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_layout_toolbar .webixtype_base:active, -.webix_layout_toolbar .webix_inp_counter_next:active, -.webix_layout_toolbar .webix_inp_counter_prev:active, -.webix_layout_toolbar .webix_segment_0:active, -.webix_layout_toolbar .webix_segment_1:active, -.webix_layout_toolbar .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar .webixtype_base:focus, -.webix_layout_toolbar .webix_inp_counter_next:focus, -.webix_layout_toolbar .webix_inp_counter_prev:focus, -.webix_layout_toolbar .webix_segment_0:focus, -.webix_layout_toolbar .webix_segment_1:focus, -.webix_layout_toolbar .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_layout_toolbar .webix_inp_static, -.webix_layout_toolbar input[type=text] { - border-color: #ffffff; -} -.webix_layout_toolbar .webix_inp_static:focus, -.webix_layout_toolbar input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_layout_toolbar .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_layout_toolbar .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_layout_toolbar .webix_input_icon:active, -.webix_layout_toolbar .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_layout_toolbar .webix_pressed .webixtype_base, -.webix_layout_toolbar .webix_pressed .webixtype_prev, -.webix_layout_toolbar .webix_pressed .webixtype_next, -.webix_layout_toolbar .webix_pressed .webix_el_arrow, -.webix_layout_toolbar .webix_pressed .webix_inp_counter_next, -.webix_layout_toolbar .webix_pressed .webix_inp_counter_prev, -.webix_layout_toolbar .webix_pressed .webix_input_icon, -.webix_layout_toolbar .webix_pressed .webix_segment_0, -.webix_layout_toolbar .webix_pressed .webix_segment_1, -.webix_layout_toolbar .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar .webix_selected.webix_segment_0, -.webix_layout_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_layout_toolbar .webix_selected.webix_segment_0:hover, -.webix_layout_toolbar .webix_selected.webix_segment_1:hover, -.webix_layout_toolbar .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_layout_toolbar .webix_selected.webix_segment_0:active, -.webix_layout_toolbar .webix_selected.webix_segment_1:active, -.webix_layout_toolbar .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_layout_toolbar .webix_selected.webix_segment_0:focus, -.webix_layout_toolbar .webix_selected.webix_segment_1:focus, -.webix_layout_toolbar .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_layout_toolbar .webix_segment_1, -.webix_layout_toolbar .webix_segment_N, -.webix_layout_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_layout_toolbar .webix_img_btn:active, -.webix_layout_toolbar .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar .webix_img_btn:focus, -.webix_layout_toolbar .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_layout_toolbar .webix_img_btn:hover, -.webix_layout_toolbar .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_layout_toolbar .webix_icon_button { - border-radius: 6px; -} -.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, -.webix_layout_toolbar .webix_img_btn_top .webix_icon, -.webix_layout_toolbar .webix_el_icon, -.webix_layout_toolbar .webix_img_btn, -.webix_layout_toolbar .webix_icon_btn, -.webix_layout_toolbar .webix_icon_button { - color: #ffffff; -} -.webix_layout_toolbar .webix_img_btn_abs .webix_icon, -.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_layout_toolbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar .webix_el_icon .webix_icon_button:focus { - background-color: rgba(0, 0, 0, 0.07); -} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:hover, -.webix_layout_toolbar .webix_el_icon .webix_icon_button:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_layout_toolbar .webix_control { - border-color: #3498db; -} -.webix_layout_toolbar .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_layout_toolbar .webix_img_btn, -.webix_layout_toolbar .webix_img_btn_top { - border-width: 0; -} -.webix_toolbar.webix_layout_subbar { - color: #ffffff; - font-size: 18px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ -} -.webix_toolbar.webix_layout_subbar .webix_el_button, -.webix_toolbar.webix_layout_subbar .webix_el_label, -.webix_toolbar.webix_layout_subbar .webix_inp_label { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_label { - font-size: 18px; -} -.webix_toolbar.webix_layout_subbar .webixtype_base, -.webix_toolbar.webix_layout_subbar .webixtype_prev, -.webix_toolbar.webix_layout_subbar .webixtype_next, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev, -.webix_toolbar.webix_layout_subbar .webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_toolbar.webix_layout_subbar .webixtype_base:hover, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:hover, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:hover, -.webix_toolbar.webix_layout_subbar .webix_segment_0:hover, -.webix_toolbar.webix_layout_subbar .webix_segment_1:hover, -.webix_toolbar.webix_layout_subbar .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_toolbar.webix_layout_subbar .webixtype_base:active, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active, -.webix_toolbar.webix_layout_subbar .webix_segment_0:active, -.webix_toolbar.webix_layout_subbar .webix_segment_1:active, -.webix_toolbar.webix_layout_subbar .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_toolbar.webix_layout_subbar .webixtype_base:focus, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:focus, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:focus, -.webix_toolbar.webix_layout_subbar .webix_segment_0:focus, -.webix_toolbar.webix_layout_subbar .webix_segment_1:focus, -.webix_toolbar.webix_layout_subbar .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_inp_static, -.webix_toolbar.webix_layout_subbar input[type=text] { - border-color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_inp_static:focus, -.webix_toolbar.webix_layout_subbar input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_toolbar.webix_layout_subbar .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_toolbar.webix_layout_subbar .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_toolbar.webix_layout_subbar .webix_input_icon:active, -.webix_toolbar.webix_layout_subbar .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_base, -.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_prev, -.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_next, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_el_arrow, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_next, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_prev, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_input_icon, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:hover, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:hover, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:active, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:active, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:focus, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:focus, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_toolbar.webix_layout_subbar .webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_segment_N, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn:active, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_toolbar.webix_layout_subbar .webix_img_btn:focus, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn:hover, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_toolbar.webix_layout_subbar .webix_icon_button { - border-radius: 6px; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon, -.webix_toolbar.webix_layout_subbar .webix_el_icon, -.webix_toolbar.webix_layout_subbar .webix_img_btn, -.webix_toolbar.webix_layout_subbar .webix_icon_btn, -.webix_toolbar.webix_layout_subbar .webix_icon_button { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon, -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:focus { - background-color: rgba(0, 0, 0, 0.07); -} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:hover, -.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_toolbar.webix_layout_subbar .webix_control { - border-color: #3498db; -} -.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top { - border-width: 0; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 8px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #c4c4c4; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #666666; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #666666; - line-height: 32px; - padding: 3px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: 'PT Sans', Tahoma; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; - padding-top: 15px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #f7fbfe; - border: 1px solid #eaeaea; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #eaeaea; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 12px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - height: 6px; - border: 1px solid #cccccc; - background: #3498db; -} -.webix_slider_box .webix_slider_right { - height: 6px; - border-color: #cccccc; -} -.webix_slider_box .webix_slider_handle { - width: 14px; - height: 14px; - border: 1px solid #cccccc; - background-color: #ffffff; - top: 10px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 12px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #cccccc; - background: #3498db; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border-color: #cccccc; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - background-color: #ffffff; - border: 1px solid #cccccc; - top: 10px; - width: 11px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #dddddd; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #3498db; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #f2f2f2; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #27ae60; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #b3b3b3; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #27ae60; - border-color: #27ae60; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #606060; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #606060; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #ffffff; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #27ae60; - box-shadow: inset 0 0 1px 2px #27ae60; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #dddddd; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #666666; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 15px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #eef7fc; - border-radius: 6px; - border: 1px solid #dddddd; - cursor: pointer; - font-size: 15px; - font-family: 'PT Sans', Tahoma; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -@font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: 400; - src: local('PT Sans'), local('PTSans-Regular'), url('../../fonts/PTS-webfont.woff') format('woff'); -} -@font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: 700; - src: local('PT Sans Bold'), local('PTSans-Bold'), url('../../fonts/PTS-bold.woff') format('woff'); -} -.mainFont { - font-family: 'PT Sans', Tahoma; - font-size: 15px; - color: #666666; -} -/*[L]*/ -/*[L]*/ -.webix_layout_toolbar.webix_toolbar { - color: #ffffff; - font-size: 18px; - background: #3498db; - /*.webix_el_button input, .webix_el_toggle input { - border: none; - - }*/ - /*.webixtype_prev:active, .webixtype_next:active, .webixtype_base:active, .webix_inp_counter_next:active, .webix_inp_counter_prev:active{ - background-color: @barButtonActiveColor; - }*/ -} -.webix_layout_toolbar.webix_toolbar .webix_el_button, -.webix_layout_toolbar.webix_toolbar .webix_el_label, -.webix_layout_toolbar.webix_toolbar .webix_inp_label { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_el_label { - font-size: 18px; -} -.webix_layout_toolbar.webix_toolbar .webixtype_base, -.webix_layout_toolbar.webix_toolbar .webixtype_prev, -.webix_layout_toolbar.webix_toolbar .webixtype_next, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev, -.webix_layout_toolbar.webix_toolbar .webix_segment_0, -.webix_layout_toolbar.webix_toolbar .webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_segment_N { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_next_arrow { - border-left: none; - border-bottom: none; -} -.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_prev_arrow { - border-right: none; - border-bottom: none; -} -.webix_layout_toolbar.webix_toolbar .webixtype_base:hover, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:hover, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:hover, -.webix_layout_toolbar.webix_toolbar .webix_segment_0:hover, -.webix_layout_toolbar.webix_toolbar .webix_segment_1:hover, -.webix_layout_toolbar.webix_toolbar .webix_segment_N:hover { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.05); -} -.webix_layout_toolbar.webix_toolbar .webixtype_base:active, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active, -.webix_layout_toolbar.webix_toolbar .webix_segment_0:active, -.webix_layout_toolbar.webix_toolbar .webix_segment_1:active, -.webix_layout_toolbar.webix_toolbar .webix_segment_N:active { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar.webix_toolbar .webixtype_base:focus, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:focus, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:focus, -.webix_layout_toolbar.webix_toolbar .webix_segment_0:focus, -.webix_layout_toolbar.webix_toolbar .webix_segment_1:focus, -.webix_layout_toolbar.webix_toolbar .webix_segment_N:focus { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_inp_static, -.webix_layout_toolbar.webix_toolbar input[type=text] { - border-color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_inp_static:focus, -.webix_layout_toolbar.webix_toolbar input[type=text]:focus { - border-color: #ffffff; - box-shadow: none; -} -.webix_layout_toolbar.webix_toolbar .webix_input_icon { - border-color: #d9d9d9; - background-color: transparent; - color: #ffffff; - color: #666666; -} -.webix_layout_toolbar.webix_toolbar .webix_input_icon:hover { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_layout_toolbar.webix_toolbar .webix_input_icon:active, -.webix_layout_toolbar.webix_toolbar .webix_input_icon:focus { - background-color: rgba(0, 0, 0, 0); - color: #666666; -} -.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_base, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_prev, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_next, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_el_arrow, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_next, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_prev, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_input_icon, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_0, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_N { - background-color: rgba(0, 0, 0, 0.07); - color: #ffffff; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { - border-color: #d9d9d9; - background-color: #27ae60; - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:hover, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:hover, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:hover { - background-color: #24a259; -} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:active, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:active, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:active { - background-color: #229955; -} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:focus, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:focus, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:focus { - background-color: #229955; -} -.webix_layout_toolbar.webix_toolbar .webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_segment_N, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { - margin-left: 0; - border-left: none; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:active, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:focus, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:focus { - background-color: #2489cc; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:hover, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:hover { - background-color: #268fd5; -} -.webix_layout_toolbar.webix_toolbar .webix_icon_button { - border-radius: 6px; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_el_icon, -.webix_layout_toolbar.webix_toolbar .webix_img_btn, -.webix_layout_toolbar.webix_toolbar .webix_icon_btn, -.webix_layout_toolbar.webix_toolbar .webix_icon_button { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_img_btn_text { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:focus { - background-color: rgba(0, 0, 0, 0.07); -} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:hover, -.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_layout_toolbar.webix_toolbar .webix_control { - border-color: #3498db; -} -.webix_layout_toolbar.webix_toolbar .webix_icon_button .webix_icon { - font-size: 23px; - height: 27px; - width: 27px; - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top { - border-width: 0; -} -.webix_layout_space > .webix_toolbar { - border-radius: 4px; -} -.webix_view.webix_layout_accordion { - background-color: #dddddd; -} -/*.webix_layout_accordion > .webix_accordionitem > .webix_accordionitem_header, -.webix_layout_space > .webix_accordionitem > .webix_accordionitem_header, -.webix_layout_wide > .webix_accordionitem > .webix_accordionitem_header{ - #border > .top(@layoutRadius); -} -.webix_layout_accordion > .webix_accordionitem.collapsed, -.webix_layout_space > .webix_accordionitem.collapsed, -.webix_layout_wide > .webix_accordionitem.collapsed{ - #border > .radius(@layoutRadius); -} -.webix_layout_accordion > .webix_accordionitem > .webix_accordionitem_body, -.webix_layout_space > .webix_accordionitem > .webix_accordionitem_body, -.webix_layout_wide > .webix_accordionitem > .webix_accordionitem_body{ - #border > .bottom(@layoutRadius); -}*/ -.webix_accordionitem .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin: 14px 13.5px; -} -.webix_accordionitem.collapsed .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin-top: 13px; -} -.webix_accordionitem.horizontal.collapsed, -.webix_accordionitem.collapsed { - background-color: #a4b4bf; -} -.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header, -.webix_accordionitem.collapsed .webix_accordionitem_header { - background-color: #a4b4bf; - color: #ffffff; -} -.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button, -.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button { - color: #ffffff; -} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button { - color: #ffffff; - background-image: none; - font-family: FontAwesome; - font-size: 24px; - text-align: center; - width: 24px; - height: 45px; - margin: 0 10.5px 0 10.5px; -} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f104'; -} -.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { - content: '\f106'; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f105'; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f107'; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - height: 42px; - margin: 0px 10.5px 0 10.5px; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f106'; -} -.webix_accordionitem.vertical > .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { - content: '\f107'; -} -.webix_toolbar.webix_layout_subbar { - background: transparent; -} -.webix_toolbar.webix_layout_subbar .webix_view { - color: #666666; -} -.webix_el_tabbar + .webix_multiview { - background-color: #ffffff; -} -.webix_view.rounded_top { - -moz-border-top-left-radius: 4px; - -moz-border-top-right-radius: 4px; - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} -.webix_view.rounded_right { - -moz-border-top-right-radius: 4px; - -moz-border-bottom-right-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; -} -.webix_view.rounded_bottom { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-bottom-left-radius: 4px; - -moz-border-bottom-right-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-bottom-right-radius: 4px; -} -.webix_view.rounded_left { - -moz-border-top-left-radius: 4px; - -moz-border-bottom-left-radius: 4px; - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; -} -.webix_layout_space > .webix_view, -.webix_layout_wide > .webix_view { - border-radius: 4px; -} -.webix_layout_space .webix_layout_accordion .webix_accordionitem, -.webix_layout_wide .webix_layout_accordion .webix_accordionitem { - border-radius: 4px; -} -.webix_view .webix_win_head { - border-bottom: 1px solid #dddddd; -} -.webix_view .webix_win_head > .webix_view > .webix_template { - color: #666666; - background: #ffffff; - box-shadow: 0 -2px #3498db inset; -} -.webix_modal_box .webix_popup_title { - color: #666666; - background: #ffffff; - font-size: 15px; - text-shadow: none; -} -.webix_popup_text { - box-shadow: 0 3px #3498db inset; - font-size: 15px; -} -.webix_alert-warning .webix_popup_text, -.webix_confirm-warning .webix_popup_text { - box-shadow: 0 3px #ffd21a inset; -} -.webix_alert-error .webix_popup_text, -.webix_confirm-error .webix_popup_text { - box-shadow: 0 3px #ff391b inset; -} -.webix_view.webix_popup { - border: 1px solid #dddddd; -} -.webix_modal_box { - border: 1px solid #dddddd; -} -.confirmButton { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; - text-shadow: none; - color: #ffffff; -} -.confirmButtonActive { - background: #2ecb70; -} -.webix_popup_button { - border: none; -} -.webix_dtable .webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #d0d0d0; -} -.webix_dtable .webix_last_topcell { - border-bottom: 1px solid #d0d0d0; -} -.webix_dtable .webix_ss_right .webix_column.webix_first > div { - border-left: 1px solid #d0d0d0; -} -.webix_dtable .webix_hs_right td.webix_first { - border-left: 1px solid #b0cee3; -} -.webix_dtable .webix_hcell.webix_ss_filter { - padding: 0px 5px; -} -.webix_dtable .webix_hcell.webix_div_filter { - padding: 3px 5px; -} -.webix_dtable .webix_ss_filter select, -.webix_dtable .webix_ss_filter input { - height: 32px; - vertical-align: middle; - border-radius: 6px; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - font-size: 14px; - font-family: FontAwesome; - top: 50%; - line-height: 1px; - bottom: auto; - right: 3px; - float: none; - width: 12px; -} -.webix_ss_sort_asc:before { - content: '\f106'; -} -.webix_ss_sort_desc:before { - content: '\f107'; -} -/*.webix_ss_header tr:nth-child(2) td{ - border-top: 1px solid transparent ; -}*/ -.dtBodyCell { - border-bottom: 1px solid #ebebeb; -} -.webix_dtable .webix_ss_vscroll_header { - border-bottom: 1px solid #b0cee3; -} -.webix_view .webix_dt_editor input, -.webix_view .webix_dt_editor select { - border: 1px solid #3498db; -} -.dataItemStyle { - border-color: #ebebeb; -} -.webix_list_item.webix_group_back { - color: #4a4a4a; - background: #d2e3ef; - border-bottom: 1px solid #b0cee3; -} -.webix_dataview_item { - border-right-color: #ebebeb; -} -.webix_view .webix_pager_item { - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; - font-size: 15px; -} -.webix_view .webix_pager_item:hover { - background-color: #268fd5; -} -.webix_view .webix_pager_item:focus { - background-color: #2489cc; -} -.webix_view .webix_pager_item_selected { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - color: #ffffff; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; -} -.webix_view .webix_pager_item_selected:hover, -.webix_view .webix_pager_item_selected:focus { - background-color: #219552; -} -.webix_view .webix_pager_item, -.webix_view .webix_pager_item_selected { - border-radius: 6px; -} -.webix_list .webix_unit_header { - font-weight: normal; - text-shadow: none; - background: #d2e3ef; - font-size: 15px; - color: #4a4a4a; -} -.webix_view .webix_tree_open, -.webix_view .webix_tree_close { - background-image: none; - font-family: FontAwesome; - font-size: 14px; - text-align: center; - color: #666666; -} -.webix_view .webix_tree_open:before { - content: "\f147"; -} -.webix_view .webix_tree_close:before { - content: "\f196"; -} -.webix_menu-x .webix_submenu_icon, -.webix_view.webix_menu .webix_submenu_icon { - width: 6px; - height: auto; - font-size: 14px; - font-family: FontAwesome; - line-height: 1px; - margin-top: 3px; -} -.webix_menu.webix_view .webix_list_item:hover, -.webix_menu.webix_view .webix_list_item:active { - background-color: #f5f5f5; -} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before { - content: '\f105'; -} -.webix_menu.webix_view .webix_list_item.webix_selected { - background: #27ae60; -} -.webix_property .webix_property_label, -.webix_property .webix_property_value { - border-color: #ebebeb; -} -.webix_view .webix_drag_over, -.webix_view .webix_drop_zone { - background-color: #f4f4f4; -} -.propertyStyle { - height: 28px; - line-height: 27px; -} -.propertyTitle { - line-height: 28px; -} -.webix_view button, -.webix_view input[type=button] { - -webkit-appearance: none; -} -.webix_el_combo span.webix_input_icon, -.webix_el_richselect span.webix_input_icon, -.webix_el_datepicker span.webix_input_icon, -.webix_el_colorpicker span.webix_input_icon, -.webix_el_dbldatepicker span.webix_input_icon { - background-color: #3498db; - color: #ffffff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.focusStyle { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_search input, -.webix_el_combo input, -.webix_el_colorpicker input { - padding-right: 28px; -} -.webix_el_search input, -.webix_el_text input, -.webix_el_combo input, -.webix_el_colorpicker input, -.webix_el_datepicker input { - border-radius: 6px; -} -.webix_el_search input:focus, -.webix_el_text input:focus, -.webix_el_combo input:focus, -.webix_el_colorpicker input:focus, -.webix_el_datepicker input:focus { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_counter input[type=text]:focus { - border-top: 1px solid #3498db; - border-bottom: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_dbldatepicker .webix_inp_static { - border-radius: 6px; - padding-right: 28px; - white-space: nowrap; -} -.webix_el_richselect .webix_inp_static:focus, -.webix_el_datepicker .webix_inp_static:focus, -.webix_el_colorpicker .webix_inp_static:focus, -.webix_el_dbldatepicker .webix_inp_static:focus { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_textarea textarea:focus { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_select select:focus { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_select select, -.webix_el_textarea textarea { - border-radius: 6px; -} -.webix_el_combo span.webix_input_icon, -.webix_el_richselect span.webix_input_icon { - width: 21px; - padding-left: 8px; -} -.webix_el_datepicker span.webix_input_icon, -.webix_el_dbldatepicker span.webix_input_icon, -.webix_el_colorpicker span.webix_input_icon, -.webix_el_search span.webix_input_icon { - width: 24px; -} -.webix_el_text .webix_inp_static { - border-radius: 6px; - white-space: nowrap; -} -.webix_focused .webix_inp_static { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_multilist .fa-check-square { - color: #3498db; -} -.buttonStyle { - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; -} -/*.webix_el_button input, .webix_el_toggle input, .webix_el_button button, .webix_el_toggle button, .webixbutton{ - border-width:0px; - }*/ -.webix_el_colorpicker div.webix_inp_static div { - margin: 2.5px -20px 0px -5px; -} -div.webix_inp_static, -.webix_el_textarea textarea { - background: #ffffff; - font-family: 'PT Sans', Tahoma; - border-color: #cccccc; - /*.altBackColor; - .altBackBorderColor;*/ -} -.webix_el_select select { - font-family: 'PT Sans', Tahoma; - border-color: #dddddd; -} -.webix_el_checkbox input { - border-color: #dddddd; -} -.webix_el_counter .webix_inp_counter_value { - width: 40px; - background: #ffffff; - font-family: 'PT Sans', Tahoma; - border-color: #cccccc; - /*.altBackColor; - .altBackBorderColor;*/ -} -.webix_el_counter .webix_inp_counter_prev, -.webix_el_counter .webix_inp_counter_next { - background: #3498db; - width: 29px; - color: #ffffff; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - font-weight: bold; - font-family: "Courier New", Courier, monospace; -} -.webix_el_counter .webix_inp_counter_prev { - font-size: 20px; -} -.webix_el_counter .webix_inp_counter_next { - font-size: 20px; -} -.webix_view.webix_control.webix_el_tabbar { - background: transparent; -} -div.webix_item_tab { - border-color: #a4b4bf; - padding-top: 3px; - font-size: 18px; -} -div.webix_item_tab.webix_selected { - padding-top: 2px; -} -.webixtype_bottom .webix_item_tab, -.webixtype_bottom .webix_item_tab.webix_selected { - border-color: #3498db; - border-right: 1px solid #5faee3; - background: #3498db; - color: #ffffff; - padding-top: 0; -} -.webixtype_bottom .webix_item_tab:last-child, -.webixtype_bottom .webix_item_tab.webix_selected:last-child { - border-right: 1px solid #5faee3; -} -.webixtype_bottom .webix_item_tab.webix_selected { - background: #2383c4; - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon { - background: #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab { - white-space: nowrap; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-size: 24px; - height: 100%; - line-height: inherit; - margin: 0 3px; - vertical-align: top; - width: 100%; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected { - background: #2383c4; -} -.webix_accordionitem_label .webix_icon { - font-size: 19px; - width: 25px; -} -.webix_item_tab .webix_icon { - width: 30px; - font-size: 19px; -} -.webix_el_tabbar .webixtype_iconTop, -.webix_el_tabbar .webixtype_image { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_el_tabbar .webixtype_iconTop .webix_icon, -.webix_el_tabbar .webixtype_image .webix_icon { - color: #ffffff; - font-size: 18px; - top: 1px; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - font-size: 15px; - padding-top: 2px; - padding-bottom: 2px; -} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon, -.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon { - margin-top: 2px; -} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text, -.webix_el_tabbar .webixtype_image .webix_img_btn_text { - bottom: 0px; - font-size: 15px; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected { - background: #2383c4; - box-shadow: 0 0 0 1px #3498db inset; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn { - background-color: #2383c4; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon, -.webix_el_tabbar .webixtype_iconTop, -.webix_el_tabbar .webixtype_image { - background: #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_tab_filler, -.webix_el_tabbar .webixtype_iconTop .webix_tab_filler, -.webix_el_tabbar .webixtype_image .webix_tab_filler { - border-bottom-color: #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - color: #ffffff; - background: #3498db; - border-color: #3498db; - border-bottom: 1px solid #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn { - color: #ffffff; -} -.webix_tab_more_icon:hover { - color: #4d4d4d; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon, -.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon, -.webix_el_tabbar .webixtype_image .webix_tab_more_icon, -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon { - background: #3498db; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon, -.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon, -.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon, -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover, -.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover, -.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover { - background-color: #268fd5; -} -.webix_tab_filler:first-child { - border-right: 0; -} -.passiveBarBG { - background: #a4b4bf; - color: #ffffff; -} -.webix_all_tabs { - padding-left: 1px; - padding-right: 1px; -} -.webix_after_all_tabs { - background: #3498db; -} -.webix_el_box .webixtype_form:active { - background-color: #219552; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_el_box .webixtype_form:focus { - background-color: #219552; -} -.webix_el_box .webixtype_form:hover { - background-color: #239d57; -} -.webixtype_danger:hover { - background-color: #ca4635; -} -.webixtype_danger:focus { - background-color: #c14433; -} -.webixtype_danger:active { - background-color: #c14433; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webixtype_prev:focus, -.webixtype_prev:focus + .webixtype_prev_arrow, -.webixtype_next:focus, -.webixtype_next:focus + .webixtype_next_arrow { - background-color: #2489cc; -} -.webixtype_prev:hover, -.webixtype_prev:hover + .webixtype_prev_arrow, -.webixtype_next:hover, -.webixtype_next:hover + .webixtype_next_arrow { - background-color: #268fd5; -} -.webix_el_box .webixtype_form { - color: #666666; - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - background: #27ae60; - color: #ffffff; - border-color: #27ae60; - border-bottom: 1px solid #209150; - box-shadow: none; -} -.webixbutton:hover, -.webixtype_base:hover, -.webix_inp_counter_next:hover, -.webix_inp_counter_prev:hover, -.webix_segment_0:hover, -.webix_segment_1:hover, -.webix_segment_N:hover { - background-color: #268fd5; -} -.webixbutton:active, -.webixtype_base:active, -.webix_inp_counter_next:active, -.webix_inp_counter_prev:active, -.webix_segment_0:active, -.webix_segment_1:active, -.webix_segment_N:active { - background-color: #2489cc; - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_el_text .webix_input_icon:hover, -.webix_el_text .webix_input_icon:active { - color: #3498db; - background: inherit; - cursor: pointer; -} -.webixbutton:focus, -.webixtype_base:focus, -.webix_inp_counter_next:focus, -.webix_inp_counter_prev:focus, -.webix_segment_0:focus, -.webix_segment_1:focus, -.webix_segment_N:focus { - background-color: #2489cc; -} -.webix_selected.webix_segment_0:hover, -.webix_selected.webix_segment_1:hover, -.webix_selected.webix_segment_N:hover { - background-color: #239d57; -} -.webix_selected.webix_segment_0:active, -.webix_selected.webix_segment_1:active, -.webix_selected.webix_segment_N:active { - background-color: #219552; -} -.webix_selected.webix_segment_0:focus, -.webix_selected.webix_segment_1:focus, -.webix_selected.webix_segment_N:focus { - background-color: #219552; -} -.webix_all_segments .webix_segment_1, -.webix_all_segments .webix_segment_N { - margin-left: 1px; - border-left: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 6px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 5px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - left: 3px; -} -.activeShadow { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.toggleShadow { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.18); -} -.webix_el_toggle .webix_pressed .webix_img_btn, -.webix_el_toggle .webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base, -.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: #2489cc; -} -.webix_img_btn_abs_top .webix_icon { - font-size: 22px; -} -.webix_img_btn:hover, -.webix_img_btn_top:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.webix_img_btn:active, -.webix_img_btn_top:active { - background-color: rgba(0, 0, 0, 0.07); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_img_btn:focus, -.webix_img_btn_top:focus { - background-color: rgba(0, 0, 0, 0.07); -} -.webix_view .webix_fieldset fieldset { - border: 1px solid #dedede; -} -.webix_view .webix_fieldset legend { - color: #787878; -} -.webix_custom_checkbox:before { - content: "\f00c"; - color: #3498db; - font-family: FontAwesome; - font-size: 16px; - height: 14px; - display: block; - line-height: 13px; - width: 14px; -} -.webix_checkbox_0 .webix_custom_checkbox:before { - visibility: hidden; -} -.webix_custom_checkbox { - float: left; - position: relative; - top: 50%; - width: auto; - margin-top: -7px; - padding: 0; - height: 15px; - width: 15px; - border: 1px solid #cccccc; - border-radius: 3px; - background-color: #ffffff; -} -.webix_custom_checkbox:focus { - border-color: #3498db; -} -a:focus .webix_custom_checkbox, -a:active .webix_custom_checkbox { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_el_radio .webix_custom_radio:before { - content: " "; - background-color: #ffffff; -} -.webix_el_radio .webix_custom_radio:before { - content: " "; - border-radius: 50%; - display: block; - width: 7px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - height: 7px; - background-color: #3498db; -} -.webix_el_radio .webix_radio_0 .webix_custom_radio:before { - visibility: hidden; -} -.webix_el_radio .webix_custom_radio { - display: block; - height: 15px; - width: 15px; - padding: 3px; - border: 1px solid #cccccc; - border-radius: 50%; - background-color: #ffffff; -} -.webix_el_radio .webix_custom_radio:focus { - border-color: #3498db; -} -.webix_el_radio .webix_label_right { - color: #666666; - font-size: 15px; -} -a:focus .webix_custom_radio, -a:active .webix_custom_radio { - border: 1px solid #3498db; - box-shadow: 0 0 1px #3498db inset; -} -.webix_cal_body .webix_cal_today { - /*background-color: transparent; - color: @fontColor;*/ - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border: 1px solid #27ae60; - border-radius: 6px; -} -.webix_cal_body .webix_cal_today span { - /*#box > .sizing; - border: 1px solid @selectColor;*/ -} -.webix_cal_body .webix_cal_day, -.webix_cal_body .webix_cal_week_num { - font-size: 13px; -} -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - /*background: transparent; - color: @fontColor;*/ - border-radius: 6px; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_event.webix_cal_select { - color: #ffffff; - border-radius: 6px; - background: #27ae60; -} -.webix_cal_event { - color: #3498db; -} -.webix_cal_outside { - font-weight: normal; - color: #bbb; -} -.webix_time_footer .webix_cal_done, -.webix_cal_footer .webix_cal_done { - font-size: 15px; - padding: auto 6px; - font-family: 'PT Sans', Tahoma; - border: 1px solid #3498db; - border-bottom: 1px solid #268fd5; - outline: none; - color: #ffffff; - background: #3498db; - border-bottom: 1px solid #2386c8; -} -.webix_time_footer .webix_cal_done:hover, -.webix_cal_footer .webix_cal_done:hover { - background-color: #268fd5; -} -.webix_time_footer .webix_cal_done:focus, -.webix_cal_footer .webix_cal_done:focus { - background-color: #2489cc; -} -.webix_cal_month { - line-height: 20px; - text-align: center; - font-size: 17px; - font-weight: bold; -} -.webix_view > .webix_cal_header div { - font-size: 12px; -} -.webix_cal_month_name { - font-size: 14px; - font-weight: normal; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_cal_range { - background-color: #d4f5e2; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); -} -.webix_progress_top .webix_progress_state { - background-size: 10px 10px; -} -.webix_progress_bottom .webix_progress_state { - background-size: 14px 14px; -} -.webix_skin_mark { - height: 200px; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - font-size: 15px; - color: #4a4a4a; - background: #d2e3ef; - border-right: 1px solid #b0cee3; - border-bottom: 1px solid #b0cee3; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #fafafa; - border-right: 1px solid #ebebeb; - border-top: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #b3b3b3; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/glamour.css b/v3/js/libs/webix/skins/debug/glamour.css deleted file mode 100644 index c2c2b26..0000000 --- a/v3/js/libs/webix/skins/debug/glamour.css +++ /dev/null @@ -1,7558 +0,0 @@ -.webix_view { - font-family: Tahoma; - font-size: 15px; - color: #555555; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid rgba(0, 0, 0, 0); - background-color: #f4f4f4; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #f4f4f4; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #ffffff; -} -.webix_layout_wide { - background-color: #ffffff; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 5px; - padding-left: 5px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 9.75px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 39px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #f4f4f4; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #f4f4f4; -} -.webix_header > div { - padding-left: 10px; - color: #ffffff; - font-size: 17px; - background: #bcbcbc; - line-height: 37px; - line-height: 39px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_el_button, -.webix_header > div .webix_el_label, -.webix_header > div .webix_inp_label { - color: #ffffff !important; -} -.webix_header > div .webix_el_button input, -.webix_header > div .webix_el_toggle input { - border: none; -} -.webix_header > div .webixtype_base, -.webix_header > div .webixtype_prev, -.webix_header > div .webixtype_next, -.webix_header > div .webix_inp_counter_next, -.webix_header > div .webix_inp_counter_prev, -.webix_header > div .webix_input_icon { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; -} -.webix_header > div .webix_segment_0, -.webix_header > div .webix_segment_1, -.webix_header > div .webix_segment_N { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; - border-color: #a5a5a5; - border-left: 1px solid rgba(255, 255, 255, 0.3) !important; -} -.webix_header > div .webix_selected.webix_segment_0, -.webix_header > div .webix_selected.webix_segment_1, -.webix_header > div .webix_selected.webix_segment_N { - background-color: #e42750; - color: #ffffff; - box-shadow: none !important; - border-top-color: #e42750 !important; - border-bottom: 1px solid #db1b45 !important; -} -.webix_header > div .webixtype_next:active, -.webix_header > div .webixtype_prev:active, -.webix_header > div .webixtype_base:active, -.webix_header > div .webix_inp_counter_next:active, -.webix_header > div .webix_inp_counter_prev:active { - background-color: #afafaf; -} -.webix_header > div .webix_img_btn:active, -.webix_header > div .webix_img_btn_top:active, -.webix_header > div .webix_icon_button:active { - background-color: rgba(255, 255, 255, 0.2) !important; -} -.webix_header > div .webix_img_btn_top .webix_img_btn_text, -.webix_header > div .webix_el_icon .webix_icon, -.webix_header > div .webix_img_btn, -.webix_header > div .webix_icon_btn, -.webix_header > div .webix_icon_button { - color: #ffffff; -} -.webix_header > div .webix_img_btn_abs { - color: #ffffff; -} -.webix_header > div .webix_el_box .webix_img_btn_abs:active + input, -.webix_header > div .webix_el_box .webix_img_btn_abs + input:active { - background: #b2b2b2; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #aeaeae; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #dadada; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid rgba(0, 0, 0, 0); - position: relative; - z-index: 2; - color: #ffffff; - font-size: 17px; - background: #bcbcbc; - line-height: 37px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_el_button, -.webix_accordionitem_header .webix_el_label, -.webix_accordionitem_header .webix_inp_label { - color: #ffffff !important; -} -.webix_accordionitem_header .webix_el_button input, -.webix_accordionitem_header .webix_el_toggle input { - border: none; -} -.webix_accordionitem_header .webixtype_base, -.webix_accordionitem_header .webixtype_prev, -.webix_accordionitem_header .webixtype_next, -.webix_accordionitem_header .webix_inp_counter_next, -.webix_accordionitem_header .webix_inp_counter_prev, -.webix_accordionitem_header .webix_input_icon { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; -} -.webix_accordionitem_header .webix_segment_0, -.webix_accordionitem_header .webix_segment_1, -.webix_accordionitem_header .webix_segment_N { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; - border-color: #a5a5a5; - border-left: 1px solid rgba(255, 255, 255, 0.3) !important; -} -.webix_accordionitem_header .webix_selected.webix_segment_0, -.webix_accordionitem_header .webix_selected.webix_segment_1, -.webix_accordionitem_header .webix_selected.webix_segment_N { - background-color: #e42750; - color: #ffffff; - box-shadow: none !important; - border-top-color: #e42750 !important; - border-bottom: 1px solid #db1b45 !important; -} -.webix_accordionitem_header .webixtype_next:active, -.webix_accordionitem_header .webixtype_prev:active, -.webix_accordionitem_header .webixtype_base:active, -.webix_accordionitem_header .webix_inp_counter_next:active, -.webix_accordionitem_header .webix_inp_counter_prev:active { - background-color: #afafaf; -} -.webix_accordionitem_header .webix_img_btn:active, -.webix_accordionitem_header .webix_img_btn_top:active, -.webix_accordionitem_header .webix_icon_button:active { - background-color: rgba(255, 255, 255, 0.2) !important; -} -.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text, -.webix_accordionitem_header .webix_el_icon .webix_icon, -.webix_accordionitem_header .webix_img_btn, -.webix_accordionitem_header .webix_icon_btn, -.webix_accordionitem_header .webix_icon_button { - color: #ffffff; -} -.webix_accordionitem_header .webix_img_btn_abs { - color: #ffffff; -} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active + input, -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs + input:active { - background: #b2b2b2; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 12px 10.5px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid transparent; - text-align: left; - border-color: #d6d6d6; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - color: #ffffff; - background: #e42750; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #db1b45; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #bcbcbc; - font-size: 15px; - color: #ffffff; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #555555; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #bcbcbc; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid transparent; - border-bottom: none; - border-color: #d6d6d6; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #db1b45; - border-right: 1px solid #db1b45; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 3px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid rgba(0, 0, 0, 0); - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Tahoma; - font-size: 15px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #e42750; - border: 1px solid #db1b45; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid transparent; - text-align: left; - border-color: #d6d6d6; - border-right: 1px solid transparent; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - color: #ffffff; - background: #e42750; - border-bottom: 1px solid #db1b45; - border-right: 1px solid #db1b45; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: Tahoma; - font-size: 13px; - color: #555555; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #d4d4d4; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #888888; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #888888; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: Tahoma; - font-size: 15px; - color: #555555; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #f4f4f4; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: Tahoma; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 26px; - line-height: 26px; - display: inline-block; - margin: 0 5px; - border-radius: 0px; -} -.webix_popup_button div { - border-radius: 0px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid rgba(0, 0, 0, 0); -} -.webix_button input, -.webix_popup_button div { - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - color: #ffffff; - background: #bcbcbc; - height: 26px; - line-height: 26px; -} -.webix_popup_button.confirm div { - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - background: #e42750; - color: #ffffff; - border-color: #e42750; - border-bottom: 1px solid #ce1a41; - box-shadow: none; - color: #ffffff !important; - text-shadow: none !important; - border-color: #e42750 !important; -} -.webix_button input:focus, -.webix_button input:active, -.webix_popup_button.confirm div:active, -.webix_popup_button.confirm div:focus { - background: #c6c6c6; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 15px; - color: #555555; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 15px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px rgba(0, 0, 0, 0); - background-color: #f4f4f4; - font-family: Tahoma; - font-size: 15px; - color: #555555; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #dbdbdb; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 29px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #f4f4f4; - border-top: 1px solid rgba(0, 0, 0, 0); - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #d6d6d6; - border-bottom: 1px solid rgba(0, 0, 0, 0); - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 3px 5px 3px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #555555 !important; - height: 33px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid rgba(0, 0, 0, 0); - line-height: 28px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Tahoma; -} -.webix_richfilter { - margin-top: 1px; - line-height: 28px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - font-size: 15px; - color: #ffffff; - background: #bcbcbc; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #efefef; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #d6d6d6; - border-bottom: 1px solid #d6d6d6; -} -.webix_ss_footer td { - border-right: 1px solid #d6d6d6; - border-top: 1px solid #d6d6d6; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid rgba(0, 0, 0, 0); -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid rgba(0, 0, 0, 0); -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid rgba(0, 0, 0, 0); -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #d6d6d6; - border-bottom: 1px solid transparent; - padding: 0 10px; - border-bottom: 1px solid #d6d6d6; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #db1b45; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid transparent; - height: 32px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #f4f4f4; - border-top: 1px solid transparent; - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; - padding: 5px 10px; - height: 32px; - line-height: 24px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #dbdbdb; - color: #555555; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - color: #ffffff; - background: #e42750; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #db1b45; - border-left: 1px solid #db1b45; - border-right: 1px solid #db1b45; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #db1b45; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #db1b45; - border-right: 1px solid #db1b45; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - color: #ffffff; - background: #e42750; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid transparent; -} -.webix_cell.webix_dtable_colrow.webix_selected { - color: #ffffff; - background: #e42750; -} -.webix_dtable_subrow { - border-top: 1px solid transparent; - text-align: right; -} -.webix_dtable_subview { - background: transparent; - border-top: 1px solid transparent; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid rgba(0, 0, 0, 0); -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - color: #ffffff; - background: #e42750; -} -.webix_hcell span.webix_input_icon { - background-color: #d6d6d6; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #555555; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #555555; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - color: #ffffff; - font-size: 17px; - background: #bcbcbc; - padding: 0px; - text-align: center; - line-height: 39px; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button, -.webix_win_head > .webix_view > .webix_template .webix_el_label, -.webix_win_head > .webix_view > .webix_template .webix_inp_label { - color: #ffffff !important; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button input, -.webix_win_head > .webix_view > .webix_template .webix_el_toggle input { - border: none; -} -.webix_win_head > .webix_view > .webix_template .webixtype_base, -.webix_win_head > .webix_view > .webix_template .webixtype_prev, -.webix_win_head > .webix_view > .webix_template .webixtype_next, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev, -.webix_win_head > .webix_view > .webix_template .webix_input_icon { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; -} -.webix_win_head > .webix_view > .webix_template .webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_segment_N { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; - border-color: #a5a5a5; - border-left: 1px solid rgba(255, 255, 255, 0.3) !important; -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N { - background-color: #e42750; - color: #ffffff; - box-shadow: none !important; - border-top-color: #e42750 !important; - border-bottom: 1px solid #db1b45 !important; -} -.webix_win_head > .webix_view > .webix_template .webixtype_next:active, -.webix_win_head > .webix_view > .webix_template .webixtype_prev:active, -.webix_win_head > .webix_view > .webix_template .webixtype_base:active, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_next:active, -.webix_win_head > .webix_view > .webix_template .webix_inp_counter_prev:active { - background-color: #afafaf; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn:active, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top:active, -.webix_win_head > .webix_view > .webix_template .webix_icon_button:active { - background-color: rgba(255, 255, 255, 0.2) !important; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_img_btn_text, -.webix_win_head > .webix_view > .webix_template .webix_el_icon .webix_icon, -.webix_win_head > .webix_view > .webix_template .webix_img_btn, -.webix_win_head > .webix_view > .webix_template .webix_icon_btn, -.webix_win_head > .webix_view > .webix_template .webix_icon_button { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs:active + input, -.webix_win_head > .webix_view > .webix_template .webix_el_box .webix_img_btn_abs + input:active { - background: #b2b2b2; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAYAAABIKblUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABPAAAATwFjiv3XAAAAB3RJTUUH3QcFDyM743RQCwAAAIpJREFUSMfV1sENgCAMhWH2X40xODBGPZkgAW3/Z03s/ROh0LbU1i0StXUrZ3jxBXnxEj3hW7TDLjTjEBpx+TTwb5qZIRSCcyoQcsHdjUEob0Vpj9KpSnmUbk7+68Bfxi8d1ZYRhjEqhSvoxqhyv7oi2iM6VZTHn/SIlN6BmqrUxqXBQRpVpOFoxgfcjvfv7YKlAwAAAABJRU5ErkJggg=="); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #bcbcbc; - display: block; - border: 1px solid #898989; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 24px; - line-height: 24px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - color: #ffffff; - background: #e42750; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 18px; - height: 24px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #f4f4f4; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #555555; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #ffffff; - background: #e42750; -} -.webix_cal_body .webix_cal_event { - color: #bcbcbc; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #555555; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #aeaeae; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #bbbbbb; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #bbbbbb; - background: #e5e5e5; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #f4f4f4; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #e42750; - color: #ffffff; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #bcbcbc; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #555555; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid rgba(0, 0, 0, 0); -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 0px; - border: 1px solid rgba(0, 0, 0, 0); - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - background: #e42750; - color: #ffffff; - border-color: #e42750; - border-bottom: 1px solid #ce1a41; - box-shadow: none; - float: right; -} -.webix_cal_blurred_hours { - background-color: #ececec; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid rgba(0, 0, 0, 0); - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; -} -.webix_property_label { - border-right: 1px solid rgba(0, 0, 0, 0); -} -.webix_property_label_line { - padding-left: 10px; - color: #ffffff; - font-size: 17px; - background: #bcbcbc; - line-height: 37px; - line-height: 23px; - border-bottom: 1px solid transparent; -} -.webix_property_label_line .webix_el_button, -.webix_property_label_line .webix_el_label, -.webix_property_label_line .webix_inp_label { - color: #ffffff !important; -} -.webix_property_label_line .webix_el_button input, -.webix_property_label_line .webix_el_toggle input { - border: none; -} -.webix_property_label_line .webixtype_base, -.webix_property_label_line .webixtype_prev, -.webix_property_label_line .webixtype_next, -.webix_property_label_line .webix_inp_counter_next, -.webix_property_label_line .webix_inp_counter_prev, -.webix_property_label_line .webix_input_icon { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; -} -.webix_property_label_line .webix_segment_0, -.webix_property_label_line .webix_segment_1, -.webix_property_label_line .webix_segment_N { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; - border-color: #a5a5a5; - border-left: 1px solid rgba(255, 255, 255, 0.3) !important; -} -.webix_property_label_line .webix_selected.webix_segment_0, -.webix_property_label_line .webix_selected.webix_segment_1, -.webix_property_label_line .webix_selected.webix_segment_N { - background-color: #e42750; - color: #ffffff; - box-shadow: none !important; - border-top-color: #e42750 !important; - border-bottom: 1px solid #db1b45 !important; -} -.webix_property_label_line .webixtype_next:active, -.webix_property_label_line .webixtype_prev:active, -.webix_property_label_line .webixtype_base:active, -.webix_property_label_line .webix_inp_counter_next:active, -.webix_property_label_line .webix_inp_counter_prev:active { - background-color: #afafaf; -} -.webix_property_label_line .webix_img_btn:active, -.webix_property_label_line .webix_img_btn_top:active, -.webix_property_label_line .webix_icon_button:active { - background-color: rgba(255, 255, 255, 0.2) !important; -} -.webix_property_label_line .webix_img_btn_top .webix_img_btn_text, -.webix_property_label_line .webix_el_icon .webix_icon, -.webix_property_label_line .webix_img_btn, -.webix_property_label_line .webix_icon_btn, -.webix_property_label_line .webix_icon_button { - color: #ffffff; -} -.webix_property_label_line .webix_img_btn_abs { - color: #ffffff; -} -.webix_property_label_line .webix_el_box .webix_img_btn_abs:active + input, -.webix_property_label_line .webix_el_box .webix_img_btn_abs + input:active { - background: #b2b2b2; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #f4f4f4; - padding: 5px 10px; - border: 1px solid rgba(0, 0, 0, 0); - font-family: Tahoma; - font-size: 15px; - color: #555555; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #f4f4f4; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #ffffff; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #e42750; - color: #ffffff; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #bbbbbb; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid rgba(0, 0, 0, 0); -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 0px; - border: 1px solid rgba(0, 0, 0, 0); - height: 100%; - width: 100%; - cursor: pointer; - color: #ffffff; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #555555; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #555555; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - background: #bcbcbc; - color: #ffffff; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - padding: 0px; - border: 0px; -} -.webixtype_form { - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - background: #e42750; - color: #ffffff; - border-color: #e42750; - border-bottom: 1px solid #ce1a41; - box-shadow: none; -} -.webix_el_button .webixtype_danger { - background: #ce5545; - border: 1px solid #ce5545 !important; - color: #fff !important; - font-size: 17px !important; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - color: #ffffff; - background: #bcbcbc; - border: 1px solid rgba(0, 0, 0, 0); -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 6px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 15px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #ffffff; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 4px; - width: 100%; - text-align: center; - cursor: pointer; - color: #ffffff; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e9e9e9 !important; - text-shadow: none !important; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Tahoma; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 2px; - height: 100%; - width: 100%; - font-size: 15px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid rgba(0, 0, 0, 0); - color: #555555; - font-size: 15px; - background: #fff; - font-family: Tahoma; - border-color: #bcbcbc !important; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #555555; - text-transform: none; - font-size: 15px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 3px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 3px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 13px; - color: #626262; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #555555; - line-height: 28px; - padding: 3px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 15px; - font-family: Tahoma; - border: 1px solid rgba(0, 0, 0, 0); -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid rgba(0, 0, 0, 0); - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 15px; - width: 50px; - color: #555555; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - color: #ffffff; - background: #bcbcbc; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - color: #ffffff; - background: #bcbcbc; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_el_textarea textarea { - border: 1px solid rgba(0, 0, 0, 0); - height: 100%; - margin: 0; - padding: 5px; - color: #555555; - resize: none; - font-size: 15px; - font-family: Tahoma; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 7.5px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid rgba(0, 0, 0, 0); - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid rgba(0, 0, 0, 0); - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - background: #bcbcbc; - color: #ffffff; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - color: #ffffff; - background: #e42750; - box-shadow: 0 1px #d71b44 inset !important; - border: 1px solid #e42750 !important; -} -.webix_inp_static { - border: 1px solid rgba(0, 0, 0, 0); - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #a2a2a2; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 15px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #555555; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #555555; - padding-right: 24px; - background: #fff; - font-family: Tahoma; - border-color: #bcbcbc !important; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 4.5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 27px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 13px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 7px; - right: 8px; - width: 20px; - height: 20px; - border-radius: 0px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 17px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e9e9e9 !important; - text-shadow: none !important; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #555555; - font-size: 15px; - font-family: Tahoma; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #e7e7e7; - display: inline-block; - margin: 3px; - float: left; - border-radius: 0px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #2f2f2f; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #e7e7e7; - color: #555555; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #bcbcbc; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid rgba(0, 0, 0, 0); - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid rgba(0, 0, 0, 0); -} -.webix_item_tab:first-child { - border-left: 1px solid rgba(0, 0, 0, 0); -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid rgba(0, 0, 0, 0); - border-left-width: 0px; - background: #bcbcbc; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - border-bottom: 1px solid #bcbcbc !important; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - color: #ffffff; - background: #e42750; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid rgba(0, 0, 0, 0); - border-right: 1px solid rgba(0, 0, 0, 0); - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e9e9e9 !important; - text-shadow: none !important; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 3px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #ffffff; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #f4f4f4; - height: 39px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0; -} -.webix_menu-x .webix_submenu_icon { - top: 15.5px; -} -.webix_menu-x { - background-color: white; - border: none; - background: transparent; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 35px; -} -.webix_menu-x .webix_list_item { - border-right: 1px solid #fff; - border-left: 0px; - background: #bcbcbc; - color: #fff; - font-size: 15px; -} -.webix_menu-x .webix_list_item .webix_submenu_icon { - border-width: 0px; - width: 7px; - height: 5px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDMzRjEzRUVFNThCMTFFMjhFN0FCODE0N0JFNDY5QUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDMzRjEzRUZFNThCMTFFMjhFN0FCODE0N0JFNDY5QUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMzNGMTNFQ0U1OEIxMUUyOEU3QUI4MTQ3QkU0NjlBRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMzNGMTNFREU1OEIxMUUyOEU3QUI4MTQ3QkU0NjlBRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq2/1YAAAAA7SURBVHjaZI1RCgAwCEK1+x951GozGux9CGkiI8GFGI5nrstldFBCFQM/7LDSYDc0YZhBrnzks70FGABbPxb1BsbtbgAAAABJRU5ErkJggg=="); -} -.webix_menu-x .webix_list_item .webix_icon_btn { - color: #fff; - text-align: left; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background-color: #c4c4c4; -} -.webix_menu-x .webix_list_item:last-child { - border-right: none; -} -/* Submenu */ -.webix_menu { - background: #f4f4f4; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid rgba(0, 0, 0, 0); -} -.webix_menu .webix_submenu_icon { - top: 13.5px; -} -.webix_menu .webix_context_spacer { - height: 32px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - color: #ffffff; - font-size: 17px; - background: #bcbcbc; -} -.webix_layout_toolbar .webix_el_button, -.webix_layout_toolbar .webix_el_label, -.webix_layout_toolbar .webix_inp_label { - color: #ffffff !important; -} -.webix_layout_toolbar .webix_el_button input, -.webix_layout_toolbar .webix_el_toggle input { - border: none; -} -.webix_layout_toolbar .webixtype_base, -.webix_layout_toolbar .webixtype_prev, -.webix_layout_toolbar .webixtype_next, -.webix_layout_toolbar .webix_inp_counter_next, -.webix_layout_toolbar .webix_inp_counter_prev, -.webix_layout_toolbar .webix_input_icon { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; -} -.webix_layout_toolbar .webix_segment_0, -.webix_layout_toolbar .webix_segment_1, -.webix_layout_toolbar .webix_segment_N { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; - border-color: #a5a5a5; - border-left: 1px solid rgba(255, 255, 255, 0.3) !important; -} -.webix_layout_toolbar .webix_selected.webix_segment_0, -.webix_layout_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar .webix_selected.webix_segment_N { - background-color: #e42750; - color: #ffffff; - box-shadow: none !important; - border-top-color: #e42750 !important; - border-bottom: 1px solid #db1b45 !important; -} -.webix_layout_toolbar .webixtype_next:active, -.webix_layout_toolbar .webixtype_prev:active, -.webix_layout_toolbar .webixtype_base:active, -.webix_layout_toolbar .webix_inp_counter_next:active, -.webix_layout_toolbar .webix_inp_counter_prev:active { - background-color: #afafaf; -} -.webix_layout_toolbar .webix_img_btn:active, -.webix_layout_toolbar .webix_img_btn_top:active, -.webix_layout_toolbar .webix_icon_button:active { - background-color: rgba(255, 255, 255, 0.2) !important; -} -.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, -.webix_layout_toolbar .webix_el_icon .webix_icon, -.webix_layout_toolbar .webix_img_btn, -.webix_layout_toolbar .webix_icon_btn, -.webix_layout_toolbar .webix_icon_button { - color: #ffffff; -} -.webix_layout_toolbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active + input, -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs + input:active { - background: #b2b2b2; -} -.webix_toolbar.webix_layout_subbar { - color: #ffffff; - font-size: 17px; - background: #bcbcbc; -} -.webix_toolbar.webix_layout_subbar .webix_el_button, -.webix_toolbar.webix_layout_subbar .webix_el_label, -.webix_toolbar.webix_layout_subbar .webix_inp_label { - color: #ffffff !important; -} -.webix_toolbar.webix_layout_subbar .webix_el_button input, -.webix_toolbar.webix_layout_subbar .webix_el_toggle input { - border: none; -} -.webix_toolbar.webix_layout_subbar .webixtype_base, -.webix_toolbar.webix_layout_subbar .webixtype_prev, -.webix_toolbar.webix_layout_subbar .webixtype_next, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev, -.webix_toolbar.webix_layout_subbar .webix_input_icon { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; -} -.webix_toolbar.webix_layout_subbar .webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_segment_N { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; - border-color: #a5a5a5; - border-left: 1px solid rgba(255, 255, 255, 0.3) !important; -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N { - background-color: #e42750; - color: #ffffff; - box-shadow: none !important; - border-top-color: #e42750 !important; - border-bottom: 1px solid #db1b45 !important; -} -.webix_toolbar.webix_layout_subbar .webixtype_next:active, -.webix_toolbar.webix_layout_subbar .webixtype_prev:active, -.webix_toolbar.webix_layout_subbar .webixtype_base:active, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active, -.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active { - background-color: #afafaf; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn:active, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active, -.webix_toolbar.webix_layout_subbar .webix_icon_button:active { - background-color: rgba(255, 255, 255, 0.2) !important; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text, -.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon, -.webix_toolbar.webix_layout_subbar .webix_img_btn, -.webix_toolbar.webix_layout_subbar .webix_icon_btn, -.webix_toolbar.webix_layout_subbar .webix_icon_button { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active + input, -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs + input:active { - background: #b2b2b2; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 7px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid rgba(0, 0, 0, 0); - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #555555; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #555555; - line-height: 28px; - padding: 3px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Tahoma; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 13px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; - margin-top: -13px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #ffffff; - border: 1px solid rgba(13, 13, 13, 0); - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid rgba(13, 13, 13, 0); - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 10px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - border: 1px solid #bcbcbc; - background: #e2e2e2; -} -.webix_slider_box .webix_slider_right { - border-color: #bcbcbc; -} -.webix_slider_box .webix_slider_handle { - width: 13px; - height: 13px; - background: #e42750; - top: 10.5px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 10px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #bcbcbc; - background: #e2e2e2; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border-color: #bcbcbc; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - background-color: #e2e2e2; - border: 1px solid #c1c1c1; - top: 10.5px; - height: 13px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #bcbcbc; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #e7e7e7; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #e42750; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #a2a2a2; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #e42750; - border-color: #e42750; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #606060; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #606060; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #f4f4f4; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #e42750; - box-shadow: inset 0 0 1px 2px #e42750; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid rgba(0, 0, 0, 0); -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #555555; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 15px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #ffffff; - border-radius: 0px; - border: 1px solid rgba(0, 0, 0, 0); - cursor: pointer; - font-size: 15px; - font-family: Tahoma; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -/*[L]*/ -/*[L]*/ -.webix_layout_toolbar.webix_toolbar { - color: #ffffff; - font-size: 17px; - background: #bcbcbc; -} -.webix_layout_toolbar.webix_toolbar .webix_el_button, -.webix_layout_toolbar.webix_toolbar .webix_el_label, -.webix_layout_toolbar.webix_toolbar .webix_inp_label { - color: #ffffff !important; -} -.webix_layout_toolbar.webix_toolbar .webix_el_button input, -.webix_layout_toolbar.webix_toolbar .webix_el_toggle input { - border: none; -} -.webix_layout_toolbar.webix_toolbar .webixtype_base, -.webix_layout_toolbar.webix_toolbar .webixtype_prev, -.webix_layout_toolbar.webix_toolbar .webixtype_next, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev, -.webix_layout_toolbar.webix_toolbar .webix_input_icon { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; -} -.webix_layout_toolbar.webix_toolbar .webix_segment_0, -.webix_layout_toolbar.webix_toolbar .webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_segment_N { - background-color: #a5a5a5; - color: #ffffff; - box-shadow: none !important; - border-top-color: #a5a5a5 !important; - border-bottom: 1px solid #9b9b9b !important; - border-color: #a5a5a5; - border-left: 1px solid rgba(255, 255, 255, 0.3) !important; -} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N { - background-color: #e42750; - color: #ffffff; - box-shadow: none !important; - border-top-color: #e42750 !important; - border-bottom: 1px solid #db1b45 !important; -} -.webix_layout_toolbar.webix_toolbar .webixtype_next:active, -.webix_layout_toolbar.webix_toolbar .webixtype_prev:active, -.webix_layout_toolbar.webix_toolbar .webixtype_base:active, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active, -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active { - background-color: #afafaf; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:active, -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active, -.webix_layout_toolbar.webix_toolbar .webix_icon_button:active { - background-color: rgba(255, 255, 255, 0.2) !important; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_img_btn, -.webix_layout_toolbar.webix_toolbar .webix_icon_btn, -.webix_layout_toolbar.webix_toolbar .webix_icon_button { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active + input, -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs + input:active { - background: #b2b2b2; -} -.webix_view.webix_layout_accordion { - background-color: #ffffff; -} -.webix_accordionitem .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin: 11px 10.5px; -} -.webix_accordionitem.collapsed .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin-top: 10px; -} -.webix_accordionitem_header { - box-shadow: 0 1px #d6d6d6, 0 1px 1px #d6d6d6 inset; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_toolbar.webix_layout_subbar { - background: transparent; -} -.webix_toolbar.webix_layout_subbar .webix_view { - color: #555555; -} -.webix_el_tabbar + .webix_multiview { - background-color: #f4f4f4; -} -.webix_view .webix_win_head { - border-bottom: 1px solid #e5e5e5; -} -.webix_view .webix_win_head > .webix_view > .webix_template { - color: #555555; - background: #e5e5e5; -} -.webix_modal_box .webix_popup_title { - color: #555555; - background: #e5e5e5; - font-size: 15px; - text-shadow: none !important; -} -.webix_modal_box .webix_popup_text { - font-size: 15px; -} -.webix_view.webix_popup { - border: 1px solid #bcbcbc; -} -.webix_modal_box { - border: 1px solid #bcbcbc !important; -} -.confirmButton { - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - background: #e42750; - color: #ffffff; - border-color: #e42750; - border-bottom: 1px solid #ce1a41; - box-shadow: none; - color: #ffffff !important; - text-shadow: none !important; - border-color: #e42750 !important; -} -.confirmButtonActive { - background: #e8476a; -} -.webix_popup_button { - border: none !important; -} -.webix_window.webix_popup { - background: #fff; -} -.webix_window.webix_popup .webix_list_item { - background-color: #fff; -} -.webix_window.webix_popup .webix_list_item:last-child { - border-color: transparent; -} -.webix_window.webix_popup .webix_list_item.webix_selected { - background-color: #e42750; -} -.webix_dtable .webix_ss_right .webix_column.webix_first > div { - border-left: 1px solid transparent; -} -.webix_dtable .webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid transparent; -} -.webix_dtable .webix_last_topcell { - border-bottom: 1px solid transparent; -} -.webix_dtable .webix_hs_right td.webix_first { - border-left: 1px solid #d6d6d6; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - font-size: 14px; - font-family: FontAwesome; - top: 50%; - line-height: 1px; - bottom: auto; - float: none; - width: 12px; -} -.webix_ss_sort_asc:before { - content: '\f106'; -} -.webix_ss_sort_desc:before { - content: '\f107'; -} -.dtBodyCell { - border-bottom: 1px solid #d6d6d6; -} -.webix_dtable .webix_ss_vscroll_header { - border-bottom: 1px solid #d6d6d6; -} -.webix_dtable .webix_dt_editor input, -.webix_dtable .webix_dt_editor select { - border: 1px solid transparent; -} -.dataItemStyle { - border-color: #d6d6d6; -} -.webix_list_item.webix_group_back { - background: #e2e2e2; - color: #555555; - border-bottom: 1px solid #f4f4f4; -} -.webix_list_item.webix_group_back .webix_arrow_icon { - color: #555555; -} -.webix_dataview_item { - border-right-color: #d6d6d6; -} -.webix_view .webix_pager_item { - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - color: #ffffff; - background: #bcbcbc; - font-size: 15px; -} -.webix_view .webix_pager_item_selected { - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - background: #e42750; - color: #ffffff; - border-color: #e42750; - border-bottom: 1px solid #ce1a41; - box-shadow: none; -} -.webix_list .webix_unit_header { - font-weight: normal; - color: #555555; - background: #e2e2e2; -} -.webix_menu.webix_view .webix_list_item:hover, -.webix_menu.webix_view .webix_list_item:active { - background: #e5e5e5; -} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon { - width: 5px; - height: 7px; - border-width: 0px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECAkUivqcAAAADpJREFUCNdljcENACAMAqnO2A7JQF0HP9ZU5UUOAubuAgCShq1RJiJ0YG9UYJL+5gtI2szMC1xHfXsBxvcaiYI+Fh8AAAAASUVORK5CYII="); -} -.webix_menu.webix_view .webix_list_item.webix_selected { - background: #e42750; -} -.webix_property .webix_property_label, -.webix_property .webix_property_value { - border-color: #d6d6d6; -} -.webix_view .webix_drag_over, -.webix_view .webix_drop_zone { - background-color: #f7f7f7; -} -.webix_el_combo span.webix_input_icon, -.webix_el_richselect span.webix_input_icon, -.webix_el_datepicker span.webix_input_icon, -.webix_el_colorpicker span.webix_input_icon, -.webix_el_dbldatepicker span.webix_input_icon, -.webix_el_search span.webix_input_icon { - background-color: #bcbcbc; - color: #ffffff; -} -textarea, -input, -select, -div { - outline: none; -} -.buttonStyle { - color: #ffffff; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; -} -.webix_el_colorpicker div.webix_inp_static div { - margin: 1px -19px 0px -5px; -} -.webix_el_select select, -div.webix_inp_static, -.webix_el_textarea textarea { - background: #fff; - font-family: Tahoma; - border-color: #bcbcbc !important; -} -.webix_el_checkbox input { - border-color: rgba(0, 0, 0, 0); -} -.webix_el_counter .webix_inp_counter_value { - background: #fff; - font-family: Tahoma; - border-color: #bcbcbc !important; -} -.webix_el_counter .webix_inp_counter_prev, -.webix_el_counter .webix_inp_counter_next { - background: #bcbcbc; - width: 30px; - color: #ffffff; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - font-family: "Courier New", Courier, monospace; -} -.webix_el_counter .webix_inp_counter_prev { - font-size: 18px; -} -.webix_el_counter .webix_inp_counter_next { - font-size: 17px; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right, -.webix_el_label { - text-transform: none !important; - font-size: 15px !important; -} -.webix_view.webix_control.webix_el_tabbar { - background: transparent; -} -div.webix_item_tab { - border-top: none !important; - border-left: none !important; - border-bottom: 1px solid #f4f4f4; - color: #ffffff; - font-size: 17px; - box-shadow: 0 1px #d6d6d6, 0 1px 1px #d6d6d6 inset; -} -.webixtype_bottom .webix_item_tab { - border-right: 1px solid rgba(255, 255, 255, 0.3) !important; - border-left-width: 0 !important; - box-shadow: none; - border-bottom: none !important; - background: #bcbcbc; - color: #ffffff; -} -.webixtype_bottom .webix_item_tab .webix_icon { - text-align: left; -} -.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected { - border-right: 1px solid rgba(255, 255, 255, 0.5) !important; - border-bottom: 1px solid #bcbcbc !important; - border-left-width: 0 !important; - background: #aaaaaa; -} -.webixtype_bottom .webix_item_tab:last-child { - border-right-color: #bcbcbc !important; -} -.webix_tab_filler { - border-bottom-color: #f4f4f4 !important; -} -.webix_tab_filler:first-child { - border-right: 0 !important; -} -.passiveBarBG { - background: #bcbcbc; -} -.webix_all_tabs { - padding-left: 1px; - padding-right: 1px; -} -.webix_after_all_tabs { - margin: 0 1px; - background: #bcbcbc; -} -.webix_el_box .webixtype_form:active { - background: #e74266; -} -.webixtype_danger:active { - background: #d16051 !important; -} -.webix_img_btn:active, -.webix_img_btn_top:active { - background-color: rgba(100, 100, 100, 0.1) !important; -} -.webix_el_box .webixtype_form { - color: #555555; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; - background: #e42750; - color: #ffffff; - border-color: #e42750; - border-bottom: 1px solid #ce1a41; - box-shadow: none; -} -.webixtype_base:active, -.webix_inp_counter_next:active, -.webix_inp_counter_prev:active { - background: #c6c6c6; -} -.segmentActive { - box-shadow: 0 1px #d71b44 inset !important; - border: 1px solid #e42750 !important; -} -.webix_all_segments .webix_segment_0, -.webix_all_segments .webix_segment_1, -.webix_all_segments .webix_segment_N { - color: #ffffff; - font-size: 15px; - font-family: Tahoma; - border: 1px solid #bcbcbc; - border-bottom: 1px solid #b2b2b2; -} -.webix_all_segments .webix_segment_1, -.webix_all_segments .webix_segment_N { - border-left: 1px solid rgba(255, 255, 255, 0.5); -} -.webix_slider_vertical .webix_slider_box { - margin-top: -10px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 8px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - left: 5px; -} -.webix_switch_box { - background-color: #ffffff; - border-color: #ddd; -} -.webix_el_toggle { - /*.webix_pressed .webix_img_btn, .webix_pressed .webix_img_btn_top{ - background-color: rgba(0,0,0,0.06); - } - .webix_el_box.webix_pressed > input{ - color: @buttonFontColor; - border-color: transparent; - background: @barButtonColor ; - box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3) !important; - }*/ -} -.webix_el_box .webix_img_btn_abs:active + input, -.webix_el_box .webix_img_btn_abs + input:active { - background: #c9c9c9; -} -.webix_view .webix_fieldset fieldset { - border: 1px solid #c9c9c9; -} -.webix_view .webix_fieldset legend { - color: #898989; -} -.webix_cal_day { - border-radius: 0px; -} -.webix_cal_day { - border-radius: 0px; -} -.webix_cal_body .webix_cal_today { - background: #e5e5e5; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #fff !important; -} -.webix_cal_month .webix_cal_prev_button { - background-position: 2px 4px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECwiF/0ASQAAAH1JREFUOMu1VEsWgCAIFMrXTeFMHLVXqZvssehHEBtc6DgwDEBEyRMicpwxBYYbjJljmXVAC1h5ugAvBaj6jadn257XMyCt5mhglD1qFpXBMxqLAhi8c5ZViTViaPGid58dABaGaPxwjrBTF2O62x4WO8HvW0O7AKOAwpdjA0/JHSD1BMNjAAAAAElFTkSuQmCC"); -} -.webix_cal_month .webix_cal_next_button { - background-position: 2px 4px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECwGK/7kmAAAAIJJREFUOMutlOEKgCAMhDcpelN9Jh81pNavZITljW5/FJTj27xTzUzuKqXIn0pCrMSi6mIMIbRNg8UmVHtEsJPVWkfnm9ufjDbVrcawhiKEEZ95wvZX7HCPsY4uLKCQIQAIWXOz0s855JxRIp1a48Vf8rCDsuKUQtmc0MWDzhCkfo4XYYQeTpQdWNwAAAAASUVORK5CYII="); -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_cal_range { - background-color: #fbdce3; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); -} -.webix_progress_top .webix_progress_state { - background-size: 10px 10px; -} -.webix_progress_bottom .webix_progress_state { - background-size: 14px 14px; -} -.webix_skin_mark { - height: 180px; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - font-size: 15px; - color: #ffffff; - background: #bcbcbc; - border-right: 1px solid #d6d6d6; - border-bottom: 1px solid #d6d6d6; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #efefef; - border-right: 1px solid #d6d6d6; - border-top: 1px solid #d6d6d6; - border-bottom: 1px solid #d6d6d6; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #a2a2a2; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/light.css b/v3/js/libs/webix/skins/debug/light.css deleted file mode 100644 index a01abf9..0000000 --- a/v3/js/libs/webix/skins/debug/light.css +++ /dev/null @@ -1,7144 +0,0 @@ -.webix_view { - font-family: Arial; - font-size: 15px; - color: #555555; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid rgba(0, 0, 0, 0); - background-color: #e5f9fa; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #e5f9fa; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #ffffff; -} -.webix_layout_wide { - background-color: #ffffff; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 5px; - padding-left: 5px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 9px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 36px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #e5f9fa; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #e5f9fa; -} -.webix_header > div { - padding-left: 10px; - color: #ffffff; - font-size: 17px; - background: #00abbb; - line-height: 34px; - line-height: 36px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_el_button { - color: #555555 !important; -} -.webix_header > div .webix_el_button input, -.webix_header > div .webix_el_toggle input { - border: none; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #aeaeae; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #dadada; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid rgba(0, 0, 0, 0); - position: relative; - z-index: 2; - color: #ffffff; - font-size: 17px; - background: #00abbb; - line-height: 34px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_el_button { - color: #555555 !important; -} -.webix_accordionitem_header .webix_el_button input, -.webix_accordionitem_header .webix_el_toggle input { - border: none; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 10.5px 9px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid transparent; - text-align: left; - border-color: #cbe4e7; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - color: #ffffff; - background: #e18429; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #d77a1e; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #cbe5e7; - font-size: 15px; - color: #555555; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #555555; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #cbe5e7; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid transparent; - border-bottom: none; - border-color: #cbe4e7; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #d77a1e; - border-right: 1px solid #d77a1e; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 3px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid rgba(0, 0, 0, 0); - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; - font-size: 15px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #e18429; - border: 1px solid #d77a1e; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid transparent; - text-align: left; - border-color: #cbe4e7; - border-right: 1px solid transparent; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - color: #ffffff; - background: #e18429; - border-bottom: 1px solid #d77a1e; - border-right: 1px solid #d77a1e; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: Arial; - font-size: 13px; - color: #555555; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #d4d4d4; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #888888; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #888888; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: Arial; - font-size: 15px; - color: #555555; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #e5f9fa; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: Arial; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 26px; - line-height: 26px; - display: inline-block; - margin: 0 5px; - border-radius: 0px; -} -.webix_popup_button div { - border-radius: 0px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid rgba(0, 0, 0, 0); -} -.webix_button input, -.webix_popup_button div { - font-size: 15px; - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #6eb6ff; - height: 26px; - line-height: 26px; -} -.webix_popup_button.confirm div { - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #2190ff; - border-color: #2190ff; - text-shadow: none !important; - color: #fff !important; - border-color: #cbe5e7 !important; -} -.webix_button input:focus, -.webix_button input:active, -.webix_popup_button.confirm div:active, -.webix_popup_button.confirm div:focus { - background: #82c0ff; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 15px; - color: #555555; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 15px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px rgba(0, 0, 0, 0); - background-color: #e5f9fa; - font-family: Arial; - font-size: 15px; - color: #555555; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #baeef3; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 29px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #e5f9fa; - border-top: 1px solid rgba(0, 0, 0, 0); - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #e5f9fa; - border-bottom: 1px solid rgba(0, 0, 0, 0); - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 3px 5px 3px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #555555 !important; - height: 30px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid rgba(0, 0, 0, 0); - line-height: 28px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; -} -.webix_richfilter { - margin-top: 1px; - line-height: 28px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - font-size: 15px; - color: #555555; - background: #cbe5e7; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #dcf6f9; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #e5f9fa; - border-bottom: 1px solid #e5f9fa; - border-right: 1px dashed #e5f9fa; - border-top: 1px dashed #e5f9fa; - border-bottom: none; -} -.webix_ss_footer td { - border-right: 1px solid #cbe4e7; - border-top: 1px solid #cbe4e7; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid rgba(0, 0, 0, 0); -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid rgba(0, 0, 0, 0); -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid rgba(0, 0, 0, 0); -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #cbe4e7; - border-bottom: 1px solid transparent; - padding: 0 10px; - border-bottom: 1px solid #cbe4e7; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #d77a1e; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid transparent; - height: 32px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #e5f9fa; - border-top: 1px solid transparent; - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; - padding: 5px 10px; - height: 32px; - line-height: 24px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #baeef3; - color: #555555; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - color: #ffffff; - background: #e18429; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #d77a1e; - border-left: 1px solid #d77a1e; - border-right: 1px solid #d77a1e; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #d77a1e; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #d77a1e; - border-right: 1px solid #d77a1e; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - color: #ffffff; - background: #e18429; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid transparent; -} -.webix_cell.webix_dtable_colrow.webix_selected { - color: #ffffff; - background: #e18429; -} -.webix_dtable_subrow { - border-top: 1px solid transparent; - text-align: right; -} -.webix_dtable_subview { - background: transparent; - border-top: 1px solid transparent; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid rgba(0, 0, 0, 0); -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - color: #ffffff; - background: #e18429; -} -.webix_hcell span.webix_input_icon { - background-color: #e5f9fa; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #555555; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #555555; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - color: #ffffff; - font-size: 17px; - background: #00abbb; - padding: 0px; - text-align: center; - line-height: 36px; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button { - color: #555555 !important; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button input, -.webix_win_head > .webix_view > .webix_template .webix_el_toggle input { - border: none; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAYAAABIKblUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABPAAAATwFjiv3XAAAAB3RJTUUH3QcFDyM743RQCwAAAIpJREFUSMfV1sENgCAMhWH2X40xODBGPZkgAW3/Z03s/ROh0LbU1i0StXUrZ3jxBXnxEj3hW7TDLjTjEBpx+TTwb5qZIRSCcyoQcsHdjUEob0Vpj9KpSnmUbk7+68Bfxi8d1ZYRhjEqhSvoxqhyv7oi2iM6VZTHn/SIlN6BmqrUxqXBQRpVpOFoxgfcjvfv7YKlAwAAAABJRU5ErkJggg=="); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #00abbb; - display: block; - border: 1px solid #004e55; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 24px; - line-height: 24px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - color: #ffffff; - background: #e18429; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 18px; - height: 24px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #e5f9fa; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #555555; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #ffffff; - background: #e18429; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #555555; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #aeaeae; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #bbbbbb; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #bbbbbb; - background: #cbf2f6; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #e5f9fa; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #e18429; - color: #ffffff; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #00abbb; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #555555; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid rgba(0, 0, 0, 0); -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 0px; - border: 1px solid rgba(0, 0, 0, 0); - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #2190ff; - border-color: #2190ff; - float: right; -} -.webix_cal_blurred_hours { - background-color: #d8f5f8; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid rgba(0, 0, 0, 0); - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; -} -.webix_property_label { - border-right: 1px solid rgba(0, 0, 0, 0); -} -.webix_property_label_line { - padding-left: 10px; - color: #ffffff; - font-size: 17px; - background: #00abbb; - line-height: 34px; - line-height: 23px; - border-bottom: 1px solid transparent; -} -.webix_property_label_line .webix_el_button { - color: #555555 !important; -} -.webix_property_label_line .webix_el_button input, -.webix_property_label_line .webix_el_toggle input { - border: none; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #e5f9fa; - padding: 5px 10px; - border: 1px solid rgba(0, 0, 0, 0); - font-family: Arial; - font-size: 15px; - color: #555555; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #e5f9fa; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #ffffff; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #e18429; - color: #ffffff; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #bbbbbb; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid rgba(0, 0, 0, 0); -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 0px; - border: 1px solid rgba(0, 0, 0, 0); - height: 100%; - width: 100%; - cursor: pointer; - font-size: 15px; - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #555555; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #555555; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - background: #6eb6ff; - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - padding: 0px; - border: 0px; -} -.webixtype_form { - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #2190ff; - border-color: #2190ff; -} -.webix_el_button .webixtype_danger { - background: #ce5545; - border: 1px solid #ce5545 !important; - color: #fff !important; - font-size: 17px !important; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #6eb6ff; - border: 1px solid rgba(0, 0, 0, 0); -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 6px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 15px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #555555; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 4px; - width: 100%; - text-align: center; - cursor: pointer; - color: #555555; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e9e9e9 !important; - text-shadow: none !important; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 2px; - height: 100%; - width: 100%; - font-size: 15px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid rgba(0, 0, 0, 0); - color: #555555; - font-size: 15px; - font-family: Arial; - background: #fff; - border: 1px solid #deeeff; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #555555; - text-transform: none; - font-size: 15px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 3px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 3px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 13px; - color: #626262; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #555555; - line-height: 28px; - padding: 3px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 15px; - font-family: Arial; - border: 1px solid rgba(0, 0, 0, 0); -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid rgba(0, 0, 0, 0); - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 15px; - width: 50px; - color: #555555; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #6eb6ff; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #6eb6ff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_el_textarea textarea { - border: 1px solid rgba(0, 0, 0, 0); - height: 100%; - margin: 0; - padding: 5px; - color: #555555; - resize: none; - font-size: 15px; - font-family: Arial; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 7.5px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid rgba(0, 0, 0, 0); - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid rgba(0, 0, 0, 0); - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - background: #6eb6ff; - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - color: #ffffff; - background: #e18429; - border: 1px solid #e18429 !important; -} -.webix_inp_static { - border: 1px solid rgba(0, 0, 0, 0); - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #a2a2a2; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 15px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #555555; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #555555; - padding-right: 24px; - font-family: Arial; - background: #fff; - border: 1px solid #deeeff; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 4.5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 27px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 13px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 7px; - right: 8px; - width: 20px; - height: 20px; - border-radius: 0px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 17px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e9e9e9 !important; - text-shadow: none !important; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #555555; - font-size: 15px; - font-family: Arial; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #cff3f7; - display: inline-block; - margin: 3px; - float: left; - border-radius: 0px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #2f2f2f; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #cff3f7; - color: #555555; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #2190ff; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid rgba(0, 0, 0, 0); - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid rgba(0, 0, 0, 0); -} -.webix_item_tab:first-child { - border-left: 1px solid rgba(0, 0, 0, 0); -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid rgba(0, 0, 0, 0); - border-left-width: 0px; - background: #00abbb; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - border: 1px solid rgba(0, 0, 0, 0); - border-bottom: 0 !important; - background: #e5f9fa; - color: #555555; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - color: #ffffff; - background: #e18429; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid rgba(0, 0, 0, 0); - border-right: 1px solid rgba(0, 0, 0, 0); - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e9e9e9 !important; - text-shadow: none !important; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 3px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #ffffff; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #e5f9fa; - height: 36px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0; -} -.webix_menu-x .webix_submenu_icon { - top: 14px; -} -.webix_menu-x { - background-color: white; - border: none; - background: transparent; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 32px; -} -.webix_menu-x .webix_list_item { - border-right: 1px solid #fff; - border-left: 0px; - background: #00abbb; - color: #fff; - font-size: 15px; -} -.webix_menu-x .webix_list_item .webix_submenu_icon { - border-width: 0px; - width: 7px; - height: 5px; - background-image: pngimage(menu_down); -} -.webix_menu-x .webix_list_item .webix_icon_btn { - color: #fff; - text-align: left; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background-color: #00b9ca; -} -.webix_menu-x .webix_list_item:last-child { - border-right: none; -} -/* Submenu */ -.webix_menu { - background: #e5f9fa; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid rgba(0, 0, 0, 0); -} -.webix_menu .webix_submenu_icon { - top: 12px; -} -.webix_menu .webix_context_spacer { - height: 32px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - background: #00abbb; -} -.webix_layout_toolbar .webix_el_button { - color: #555555 !important; -} -.webix_layout_toolbar .webix_el_button input, -.webix_layout_toolbar .webix_el_toggle input { - border: none; -} -.webix_toolbar.webix_layout_subbar { - background: #00abbb; -} -.webix_toolbar.webix_layout_subbar .webix_el_button { - color: #555555 !important; -} -.webix_toolbar.webix_layout_subbar .webix_el_button input, -.webix_toolbar.webix_layout_subbar .webix_el_toggle input { - border: none; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 7px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid rgba(0, 0, 0, 0); - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #555555; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #555555; - line-height: 28px; - padding: 3px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 13px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; - margin-top: -13px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #a2f7ff; - border: 1px solid rgba(13, 13, 13, 0); - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid rgba(13, 13, 13, 0); - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 10px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - border: 1px solid #deeeff; - background: #deeeff; -} -.webix_slider_box .webix_slider_right { - border-color: #deeeff; -} -.webix_slider_box .webix_slider_handle { - width: 14px; - height: 14px; - background: #6eb6ff; - top: 11px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 10px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #deeeff; - background: #cbe4e7; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border-color: #deeeff; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - background-color: #cbe4e7; - border: 1px solid #afd6da; - height: 13px; - top: 11px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #2190ff; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #cff3f7; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #e18429; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #a2a2a2; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #e18429; - border-color: #e18429; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #606060; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #606060; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #e5f9fa; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #e18429; - box-shadow: inset 0 0 1px 2px #e18429; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid rgba(0, 0, 0, 0); -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #555555; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 15px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #fcfeff; - border-radius: 0px; - border: 1px solid rgba(0, 0, 0, 0); - cursor: pointer; - font-size: 15px; - font-family: Arial; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -::-webkit-scrollbar { - width: 18px; - height: 18px; -} -::-webkit-scrollbar-track-piece { - background-color: transparent; -} -::-webkit-scrollbar-thumb:vertical { - background-image: pngimage(scroll_ver); - background-color: #cbe4e7; - background-position: center center; - background-repeat: no-repeat; - min-height: 30px; -} -/* Place The scroll down button at the bottom */ -::-webkit-scrollbar-button:vertical:increment { - background: pngimage(scroll_arrow_down), #e5f9fa; - background-position: center center, 0 0; - background-repeat: no-repeat, no-repeat; -} -/* Place The scroll up button at the up */ -::-webkit-scrollbar-button:vertical:decrement { - background: pngimage(scroll_arrow_up), #e5f9fa; - background-position: center center, 0 0; - background-repeat: no-repeat, no-repeat; -} -::-webkit-scrollbar-track:vertical { - background: #e5f9fa; -} -::-webkit-scrollbar-track-piece:vertical { - background: transparent; -} -/* The thumb itself */ -::-webkit-scrollbar-thumb:horizontal { - background-image: pngimage(scroll_hor); - background-color: #cbe4e7; - background-position: center center; - background-repeat: no-repeat; - min-width: 30px; -} -/* Place The scroll down button at the right */ -::-webkit-scrollbar-button:horizontal:increment { - background: pngimage(scroll_arrow_right), #e5f9fa; - background-position: center center, 0 0; - background-repeat: no-repeat, no-repeat; -} -/* Place The scroll up button at the left */ -::-webkit-scrollbar-button:horizontal:decrement { - background: pngimage(scroll_arrow_left), #e5f9fa; - background-position: center center, 0 0; - background-repeat: no-repeat, no-repeat; -} -/*[L]*/ -/*[L]*/ -.webix_layout_toolbar.webix_toolbar { - font-family: Arial; - font-size: 15px; - color: #555555; - background-color: #cbe4e7; -} -.webix_view.webix_layout_accordion { - background-color: #ffffff; -} -.webix_accordionitem .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin: 9.5px 9px; -} -.webix_accordionitem.collapsed .webix_accordionitem_button { - float: right; - position: relative; - height: 19px; - width: 19px; - margin-top: 8.5px; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_top, -.webix_toolbar.webix_layout_toolbar webix_el_icon, -.webix_toolbar.webix_layout_toolbar .webix_img_btn, -.webix_toolbar.webix_layout_toolbar .webix_icon_btn, -.webix_toolbar.webix_layout_toolbar .webix_icon_button { - color: #555555; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs, -.webix_toolbar.webix_layout_toolbar .webix_inp_static { - color: #555555; -} -.webix_toolbar.webix_layout_subbar { - background: transparent; -} -.webix_toolbar.webix_layout_subbar .webix_view { - color: #555555; -} -.webix_el_tabbar + .webix_multiview { - background-color: #e5f9fa; -} -.webix_view .webix_win_head { - border-bottom: 1px solid #cbe4e7; -} -.webix_view .webix_win_head > .webix_view > .webix_template { - color: #555555; - background: #cbe4e7; -} -.webix_modal_box .webix_popup_title { - color: #555555; - background: #cbe4e7; - font-size: 15px; - font-weight: bold; - text-shadow: none !important; -} -.webix_modal_box .webix_popup_text { - font-size: 15px; -} -.webix_view.webix_popup { - border: 1px solid #cbe4e7; -} -.webix_modal_box { - background: #ffffff !important; - border: 1px solid #b8b8b8 !important; -} -.confirmButton { - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #2190ff; - border-color: #2190ff; - text-shadow: none !important; - color: #fff !important; - border-color: #cbe5e7 !important; -} -.confirmButtonActive { - background: #e3f1f2; -} -.webix_popup_button { - border: none !important; -} -.webix_window.webix_popup { - background: #fff; -} -.webix_window.webix_popup .webix_list_item { - background-color: #fff; -} -.webix_window.webix_popup .webix_list_item:last-child { - border-color: transparent; -} -.webix_window.webix_popup .webix_list_item.webix_selected { - background-color: #e18429; -} -.webix_dtable .webix_ss_right .webix_column.webix_first > div { - border-left: 1px solid transparent; -} -.webix_dtable .webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid transparent; -} -.webix_dtable .webix_hs_right td.webix_first { - border-left: 1px dashed #e5f9fa; -} -.webix_ss_header tr:nth-child(2) td { - border-top: 1px solid #cbe5e7; -} -.dtBodyCell { - border-bottom: 1px solid #cbe4e7; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - font-size: 14px; - font-family: FontAwesome; - top: 50%; - line-height: 1px; - bottom: auto; - float: none; - width: 12px; -} -.webix_ss_sort_asc:before { - content: '\f106'; -} -.webix_ss_sort_desc:before { - content: '\f107'; -} -.webix_dtable .webix_ss_vscroll_header { - border-bottom: 1px solid transparent; - border-left: 1px solid transparent; -} -.dataItemStyle { - border-color: #cbe4e7; -} -.webix_list_item.webix_group_back { - background: #d9eced; - color: #555555; - border-bottom: 1px solid #e5f9fa; -} -.webix_list_item.webix_group_back .webix_arrow_icon { - color: #555555; -} -.webix_dataview_item { - border-right-color: #cbe4e7; -} -.webix_view .webix_pager_item { - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #6eb6ff; - font-size: 15px; -} -.webix_view .webix_pager_item_selected { - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #2190ff; - border-color: #2190ff; -} -.webix_list_item.webix_group_back:first-child { - background: #cbe5e7; - color: #555555; -} -.webix_list .webix_unit_header { - font-weight: normal; - color: #555555; -} -.webix_menu.webix_view .webix_list_item:hover, -.webix_menu.webix_view .webix_list_item:active { - background: #cbe4e7; -} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon { - width: 5px; - height: 7px; - border-width: 0px; - background-image: pngimage(menu_right); -} -.webix_menu.webix_view .webix_list_item.webix_selected { - background: #e18429; -} -.webix_property .webix_property_label, -.webix_property .webix_property_value { - border-color: #cbe4e7; -} -.webix_view .webix_drag_over, -.webix_view .webix_drop_zone { - background-color: #e3f1f2; -} -.inputStyle { - background: #fff; - border: 1px solid #deeeff; -} -.buttonStyle { - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; -} -.webix_el_select select, -div.webix_inp_static, -.webix_el_textarea textarea { - background: #fff; - border: 1px solid #deeeff; -} -.webix_el_checkbox input { - border-color: rgba(0, 0, 0, 0); -} -.webix_el_counter .webix_inp_counter_value { - background: #fff; - border: 1px solid #deeeff; -} -.webix_el_counter .webix_inp_counter_prev, -.webix_el_counter .webix_inp_counter_next { - background: #6eb6ff; - width: 30px; - font-family: "Courier New", Courier, monospace; - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; -} -.webix_el_counter .webix_inp_counter_prev { - font-size: 18px; -} -.webix_el_counter .webix_inp_counter_next { - font-size: 17px; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right, -.webix_el_label { - text-transform: none !important; - font-size: 15px !important; -} -.webix_view.webix_control.webix_el_tabbar { - background: transparent; -} -.webix_item_tab { - border-bottom: 1px solid rgba(0, 0, 0, 0) !important; - color: #ffffff; - font-size: 17px; -} -.webixtype_bottom .webix_item_tab { - border: 1px solid #e5f9fa !important; - border-left-width: 0 !important; - background: #6eb6ff; - color: #555555; -} -.webixtype_bottom .webix_item_tab .webix_icon { - text-align: left; -} -.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected { - border: 1px solid #e5f9fa !important; - border-left-width: 0 !important; - background: #2190ff; -} -.webixtype_bottom .webix_item_tab:last-child { - border-right: 0 !important; -} -.webix_tab_filler:first-child { - border-right: 0 !important; -} -.passiveBarBG { - background: #00abbb; -} -.webix_after_all_tabs { - background: #e5f9fa; -} -.webixtype_danger:active { - background: #d16051 !important; -} -.webix_img_btn:active, -.webix_img_btn_top:active { - background-color: rgba(100, 100, 100, 0.1) !important; -} -.webix_toolbar .webix_img_btn:active, -.webix_toolbar .webix_img_btn_top:active, -.webix_toolbar .webix_icon_button:active { - background-color: rgba(255, 255, 255, 0.2) !important; -} -.webix_toolbar .webix_el_button .webix_el_box, -.webix_toolbar .webix_el_segmented .webix_el_box { - padding: 0 1px; -} -.webix_toolbar .webix_el_segmented label { - padding-top: 2px; -} -.webix_el_box .webixtype_form { - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; - background: #2190ff; - border-color: #2190ff; -} -.webix_el_box .webixtype_form:active { - background: #359aff; -} -.webixtype_base:active, -.webix_inp_counter_next:active, -.webix_inp_counter_prev:active { - background: #82c0ff; -} -.segmentActive { - border: 1px solid #e18429 !important; -} -.webix_all_segments .webix_segment_0, -.webix_all_segments .webix_segment_1, -.webix_all_segments .webix_segment_N { - border: none; - color: #555555; - font-size: 17px; - font-family: Arial; - border: 1px solid #6eb6ff; -} -.webix_all_segments .webix_segment_1, -.webix_all_segments .webix_segment_N { - margin-left: 1px; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -9px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 8px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - left: 5px; -} -.webix_el_toggle .webix_pressed .webix_img_btn, -.webix_el_toggle .webix_pressed .webix_img_btn_top { - background-color: rgba(0, 0, 0, 0.06); -} -.webix_el_toggle .webix_el_box.webix_pressed > input { - color: #555555; - border-color: transparent; - background: #96cbff; - box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3); -} -.webix_el_box .webix_img_btn_abs:active + input { - background: #87c3ff; -} -.webix_view .webix_fieldset fieldset { - border: 1px solid #b9dcdf; -} -.webix_view .webix_fieldset legend { - color: #62afb7; -} -.webix_cal_day { - border-radius: 0px; -} -.webix_cal_day { - border-radius: 0px; -} -.webix_cal_body .webix_cal_today { - background: #cbe4e7; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #fff !important; -} -.webix_cal_month .webix_cal_prev_button { - background-position: 2px 4px; - background-image: pngimage(calendar_left); -} -.webix_cal_month .webix_cal_next_button { - background-position: 2px 4px; - background-image: pngimage(calendar_right); -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_cal_range { - background-color: #faebdc; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); -} -.webix_progress_top .webix_progress_state { - background-size: 10px 10px; -} -.webix_progress_bottom .webix_progress_state { - background-size: 14px 14px; -} -.webix_skin_mark { - height: 170px; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - font-size: 15px; - color: #555555; - background: #cbe5e7; - border-right: 1px dashed #e5f9fa; - border-top: 1px dashed #e5f9fa; - border-bottom: none; - border-right: 1px solid #e5f9fa; - border-bottom: 1px solid #e5f9fa; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #dcf6f9; - border-right: 1px solid #cbe4e7; - border-top: 1px solid #cbe4e7; - border-bottom: 1px solid #cbe4e7; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #a2a2a2; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/metro.css b/v3/js/libs/webix/skins/debug/metro.css deleted file mode 100644 index 5403ffc..0000000 --- a/v3/js/libs/webix/skins/debug/metro.css +++ /dev/null @@ -1,7040 +0,0 @@ -.webix_view { - font-family: Arial; - font-size: 13px; - color: #555555; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #c8c8c8; - background-color: #ffffff; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #ffffff; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #ffffff; -} -.webix_layout_wide { - background-color: #ffffff; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 5px; - padding-left: 5px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 9px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 36px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_header > div { - padding-left: 10px; - font-size: 13px; - background: #ffffff; - line-height: 34px; - line-height: 36px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_el_label, -.webix_header > div .webix_inp_label { - font-size: 13px; -} -.webix_header > div .webix_el_button { - color: #555555 !important; -} -.webix_header > div .webix_el_button input, -.webix_header > div .webix_el_toggle input { - border: none; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #aeaeae; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #dadada; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #c8c8c8; - position: relative; - z-index: 2; - font-size: 13px; - background: #ffffff; - line-height: 34px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_el_label, -.webix_accordionitem_header .webix_inp_label { - font-size: 13px; -} -.webix_accordionitem_header .webix_el_button { - color: #555555 !important; -} -.webix_accordionitem_header .webix_el_button input, -.webix_accordionitem_header .webix_el_toggle input { - border: none; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 15px 15px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid transparent; - text-align: left; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - color: #ffffff; - background: #fea223; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #fe990f; - border-top: 1px solid #fe990f; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #c8c8c8; - font-size: 15px; - color: #555555; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #555555; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #c8c8c8; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid transparent; - border-bottom: none; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #fe990f; - border-right: 1px solid #fe990f; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 2px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #c8c8c8; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; - font-size: 13px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #fea223; - border: 1px solid #fe990f; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid transparent; - text-align: left; - border-right: 1px solid transparent; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - color: #ffffff; - background: #fea223; - border-bottom: 1px solid #fe990f; - border-right: 1px solid #fe990f; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: Arial; - font-size: 13px; - color: #555555; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #d4d4d4; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #888888; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #888888; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: Arial; - font-size: 13px; - color: #555555; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #ffffff; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: Arial; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 24px; - line-height: 24px; - display: inline-block; - margin: 0 5px; - border-radius: 0px; -} -.webix_popup_button div { - border-radius: 0px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #c8c8c8; -} -.webix_button input, -.webix_popup_button div { - font-size: 13px; - background: #3389ff; - color: #ffffff; - font-size: 15px !important; - border: 1px solid #3389ff !important; - height: 24px; - line-height: 24px; -} -.webix_popup_button.confirm div { - background: #006bff; - border: 1px solid #006bff; - font-size: 15px !important; - text-shadow: none !important; - color: #ffffff !important; - border-color: #006bff !important; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 13px; - color: #555555; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 13px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #c8c8c8; - background-color: #ffffff; - font-family: Arial; - font-size: 13px; - color: #555555; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #e6e6e6; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 31px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-top: 1px solid #c8c8c8; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-bottom: 1px solid #c8c8c8; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 2px 5px 2px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #555555 !important; - height: 32px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #c8c8c8; - line-height: 26px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; -} -.webix_richfilter { - margin-top: 1px; - line-height: 26px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - font-size: 15px; - color: #555555; - background: #c8c8c8; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #fafafa; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #ffffff; - border-bottom: 1px solid #ffffff; - border-right: 1px dashed #ffffff; - border-top: 1px dashed #ffffff; - border-bottom: none; -} -.webix_ss_footer td { - border-right: 1px solid transparent; - border-top: 1px solid transparent; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #c8c8c8; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #c8c8c8; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #c8c8c8; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; - padding: 0 10px; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -.webix_column > div:nth-child(even) { - background-color: #ebebeb; -} -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #fe990f; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid transparent; - height: 34px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #ffffff; - border-top: 1px solid transparent; - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; - padding: 5px 10px; - height: 34px; - line-height: 26px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #e6e6e6; - color: #555555; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - color: #ffffff; - background: #fea223; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #fe990f; - border-top: 1px solid #fe990f; - border-left: 1px solid #fe990f; - border-right: 1px solid #fe990f; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #fe990f; - border-top: 1px solid #fe990f; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #fe990f; - border-right: 1px solid #fe990f; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - color: #ffffff; - background: #fea223; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid transparent; -} -.webix_cell.webix_dtable_colrow.webix_selected { - color: #ffffff; - background: #fea223; -} -.webix_dtable_subrow { - border-top: 1px solid transparent; - text-align: right; -} -.webix_dtable_subview { - background: transparent; - border-top: 1px solid transparent; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #c8c8c8; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - color: #ffffff; - background: #fea223; -} -.webix_hcell span.webix_input_icon { - background-color: #ffffff; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #555555; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #555555; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - font-size: 13px; - background: #ffffff; - padding: 0px; - text-align: center; - line-height: 36px; -} -.webix_win_head > .webix_view > .webix_template .webix_el_label, -.webix_win_head > .webix_view > .webix_template .webix_inp_label { - font-size: 13px; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button { - color: #555555 !important; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button input, -.webix_win_head > .webix_view > .webix_template .webix_el_toggle input { - border: none; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #3389ff; - display: block; - border: 1px solid #0056cc; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 24px; - line-height: 24px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - color: #ffffff; - background: #fea223; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 18px; - height: 24px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #ffffff; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #555555; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #ffffff; - background: #fea223; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #555555; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #aeaeae; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #bbbbbb; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #bbbbbb; - background: #f0f0f0; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #ffffff; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #fea223; - color: #ffffff; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #3389ff; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #555555; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #c8c8c8; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 0px; - border: 1px solid #c8c8c8; - background: #006bff; - text-shadow: none !important; - color: #ffffff !important; - border: 1px solid #006bff; - font-size: 15px !important; - float: right; -} -.webix_cal_blurred_hours { - background-color: #f7f7f7; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_line:nth-child(odd) { - background-color: #ebebeb; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #c8c8c8; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; -} -.webix_property_label { - border-right: 1px solid #c8c8c8; -} -.webix_property_label_line { - padding-left: 10px; - font-size: 13px; - background: #ffffff; - line-height: 34px; - line-height: 23px; - border-bottom: 1px solid transparent; -} -.webix_property_label_line .webix_el_label, -.webix_property_label_line .webix_inp_label { - font-size: 13px; -} -.webix_property_label_line .webix_el_button { - color: #555555 !important; -} -.webix_property_label_line .webix_el_button input, -.webix_property_label_line .webix_el_toggle input { - border: none; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #c8c8c8; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #ffffff; - padding: 5px 10px; - border: 1px solid #c8c8c8; - font-family: Arial; - font-size: 13px; - color: #555555; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #ffffff; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #ffffff; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #fea223; - color: #ffffff; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #bbbbbb; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #c8c8c8; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 0px; - border: 1px solid #c8c8c8; - height: 100%; - width: 100%; - cursor: pointer; - font-size: 13px; - font-family: Arial; - color: #ffffff; - font-size: 15px; - border: 1px solid #3389ff !important; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #555555; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #555555; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - background: #3389ff; - font-size: 15px !important; - color: #ffffff; - font-size: 15px; - border: 1px solid #3389ff !important; - padding: 0px; - border: 0px; -} -.webixtype_form { - background: #006bff; - text-shadow: none !important; - color: #ffffff !important; - border: 1px solid #006bff; - font-size: 15px !important; -} -.webix_el_button .webixtype_danger { - background: #ce5545; - border: 1px solid #ce5545 !important; - color: #fff !important; - font-size: 15px !important; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - background: #3389ff; - color: #ffffff; - font-size: 15px !important; - border: 1px solid #3389ff !important; - border: 1px solid #c8c8c8; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 4px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 13px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #ffffff; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 3px; - width: 100%; - text-align: center; - cursor: pointer; - color: #ffffff; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e6e6e6 !important; - text-shadow: none !important; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 2px; - height: 100%; - width: 100%; - font-size: 13px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #c8c8c8; - font-family: Arial; - font-size: 13px; - color: #555555; - background-color: #ebebeb; - border-color: #ebebeb !important; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #555555; - text-transform: none; - font-size: 13px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 2px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 2px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 11px; - color: #626262; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #555555; - line-height: 26px; - padding: 2px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 13px; - font-family: Arial; - border: 1px solid #c8c8c8; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #c8c8c8; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 13px; - width: 50px; - color: #555555; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - background: #3389ff; - color: #ffffff; - font-size: 15px !important; - border: 1px solid #3389ff !important; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - background: #3389ff; - color: #ffffff; - font-size: 15px !important; - border: 1px solid #3389ff !important; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_el_textarea textarea { - border: 1px solid #c8c8c8; - height: 100%; - margin: 0; - padding: 5px; - color: #555555; - resize: none; - font-size: 13px; - font-family: Arial; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 6.5px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #c8c8c8; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #c8c8c8; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - background: #3389ff; - font-size: 15px !important; - color: #ffffff; - font-size: 15px; - border: 1px solid #3389ff !important; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - color: #ffffff; - background: #fea223; - /*background: @buttonColor; - border: 1px solid @buttonColor; - text-shadow: none !important; - color: @buttonFontColor !important;*/ - border: 1px solid #fea223 !important; -} -.webix_inp_static { - border: 1px solid #c8c8c8; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #a2a2a2; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 13px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #555555; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - padding-right: 24px; - font-family: Arial; - font-size: 13px; - color: #555555; - background-color: #ebebeb; - border-color: #ebebeb !important; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 4.5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 23px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 11px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 6px; - right: 8px; - width: 18px; - height: 18px; - border-radius: 0px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 15px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e6e6e6 !important; - text-shadow: none !important; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #555555; - font-size: 13px; - font-family: Arial; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #f2f2f2; - display: inline-block; - margin: 3px; - float: left; - border-radius: 0px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #2f2f2f; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #f2f2f2; - color: #555555; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #006bff; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #c8c8c8; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #c8c8c8; -} -.webix_item_tab:first-child { - border-left: 1px solid #c8c8c8; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #c8c8c8; - border-left-width: 0px; - background-color: #ebebeb; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - color: #555555; - border: 1px solid #c8c8c8; - border-bottom: 0 !important; - background: #ffffff; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - color: #ffffff; - background: #fea223; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #c8c8c8; - border-right: 1px solid #c8c8c8; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e6e6e6 !important; - text-shadow: none !important; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 2px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #ffffff; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #ffffff; - height: 36px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0; -} -.webix_menu-x .webix_submenu_icon { - top: 14px; -} -.webix_menu-x { - background-color: white; - border: none; - background: transparent; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 32px; -} -.webix_menu-x .webix_list_item { - border-right: 1px solid #ffffff; - border-left: 0px; - background: #3389ff; - color: #ffffff; - font-size: 15px; -} -.webix_menu-x .webix_list_item .webix_submenu_icon { - border-color: #ffffff transparent transparent transparent; -} -.webix_menu-x .webix_list_item .webix_icon_btn { - color: #ffffff; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background: #006bff; - color: #ffffff; -} -.webix_menu-x .webix_list_item:hover .webix_icon_btn, -.webix_menu-x .webix_list_item:active .webix_icon_btn, -.webix_menu-x .webix_list_item:focus .webix_icon_btn { - color: #fff; -} -.webix_menu-x .webix_list_item:last-child { - border-right: none; -} -/* Submenu */ -.webix_menu { - background: #ffffff; - border: 1px solid #c8c8c8; - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #c8c8c8; -} -.webix_menu .webix_submenu_icon { - top: 12px; -} -.webix_menu .webix_context_spacer { - height: 32px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - background: #ffffff; -} -.webix_layout_toolbar .webix_el_label, -.webix_layout_toolbar .webix_inp_label { - font-size: 13px; -} -.webix_layout_toolbar .webix_el_button { - color: #555555 !important; -} -.webix_layout_toolbar .webix_el_button input, -.webix_layout_toolbar .webix_el_toggle input { - border: none; -} -.webix_toolbar.webix_layout_subbar { - background: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_label, -.webix_toolbar.webix_layout_subbar .webix_inp_label { - font-size: 13px; -} -.webix_toolbar.webix_layout_subbar .webix_el_button { - color: #555555 !important; -} -.webix_toolbar.webix_layout_subbar .webix_el_button input, -.webix_toolbar.webix_layout_subbar .webix_el_toggle input { - border: none; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 7px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #afafaf; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #555555; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #555555; - line-height: 26px; - padding: 2px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 11px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #ffffff; - border: 1px solid #d5d5d5; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #d5d5d5; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 8px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - background-color: #ebebeb; - border-color: #ebebeb !important; -} -.webix_slider_box .webix_slider_right { - border-color: #ebebeb !important; - background: #fff; -} -.webix_slider_box .webix_slider_handle { - top: 9px; - width: 14px; - height: 14px; - background: #3389ff; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 8px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - background-color: #ebebeb; - border-color: #ebebeb !important; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border-color: #ebebeb !important; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - box-shadow: 0px 5px 3px #f6f6f6 inset; - background-color: #f6f6f6; - border: 1px solid #c8c8c8; - height: 13px; - top: 9px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #c8c8c8; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #006bff; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #f2f2f2; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #fea223; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #a2a2a2; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #fea223; - border-color: #fea223; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #606060; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #606060; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #ffffff; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #fea223; - box-shadow: inset 0 0 1px 2px #fea223; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #c8c8c8; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #555555; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 13px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #dbeaff; - border-radius: 0px; - border: 1px solid #c8c8c8; - cursor: pointer; - font-size: 13px; - font-family: Arial; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -/*[L]*/ -/*[L]*/ -.webix_accordionitem.collapsed { - color: #4d4d4d; - background: #80b5ff; -} -.webix_layout_wide .webix_accordionitem.collapsed, -.webix_layout_space .webix_accordionitem.collapsed, -.webix_layout_accordion .webix_accordionitem.collapsed { - border-color: #80b5ff !important; -} -.webix_accordionitem_header.collapsed { - background: transparent; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_layout_toolbar.webix_layout_toolbar { - background: #66a6ff; -} -.webix_toolbar .webix_el_button .webix_el_box, -.webix_toolbar .webix_el_segmented .webix_el_box { - padding: 0 1px; -} -.webix_toolbar .webix_el_segmented label { - padding-top: 2px; -} -.webix_toolbar .webix_view { - color: #4d4d4d; - font-size: 15px !important; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_top, -.webix_toolbar.webix_layout_toolbar webix_el_icon, -.webix_toolbar.webix_layout_toolbar .webix_img_btn, -.webix_toolbar.webix_layout_toolbar .webix_icon_btn, -.webix_toolbar.webix_layout_toolbar .webix_icon_button { - color: #4d4d4d; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs, -.webix_toolbar.webix_layout_toolbar .webix_inp_static { - color: #555555; -} -.webix_toolbar.webix_layout_toolbar .webix_inp_label { - color: #4d4d4d; -} -.webix_toolbar.webix_layout_subbar { - background: transparent; -} -.webix_toolbar.webix_layout_subbar .webix_view { - color: #555555; -} -.webix_view .webix_win_head > .webix_view > .webix_template { - color: #ffffff; - font-size: 15px; - background: #3d8fff; -} -.webix_modal_box .webix_popup_title { - color: #555555 !important; - background: #66a6ff; - font-size: 15px; - font-weight: bold; - border-bottom: 1px solid #b8b8b8 !important; - text-shadow: none !important; -} -.webix_modal_box .webix_popup_text { - color: #555555; -} -.webix_modal_box { - color: #555555; - background: #fff !important; - border: 1px solid #b8b8b8 !important; -} -.confirmButton { - background: #006bff; - border: 1px solid #006bff; - font-size: 15px !important; - text-shadow: none !important; - color: #ffffff !important; - border-color: #006bff !important; -} -.confirmButtonActive { - background: #0d6df2; -} -.webix_popup_button { - border: none !important; -} -.webix_dtable .webix_ss_right .webix_column.webix_first > div { - border-left: 1px solid transparent; -} -.webix_dtable .webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid transparent; -} -.webix_dtable .webix_last_topcell { - border-bottom: 1px solid transparent; -} -.webix_dtable .webix_hs_right td.webix_first { - border-left: 1px dashed #ffffff; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - font-size: 14px; - font-family: FontAwesome; - top: 50%; - line-height: 1px; - bottom: auto; - float: none; - width: 12px; -} -.webix_ss_sort_asc:before { - content: '\f106'; -} -.webix_ss_sort_desc:before { - content: '\f107'; -} -.webix_ss_header tr:nth-child(2) td { - border-top: 1px solid transparent ; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right, -.webix_el_label { - text-transform: none !important; - font-size: 13px !important; -} -.webix_dtable .webix_ss_vscroll_header { - border-bottom: 1px solid #c8c8c8; - border-left: 1px solid #c8c8c8; -} -.webix_list_item.webix_group_back { - background: #f1f1f1; - color: #555555; - border-bottom: 1px solid #ffffff; -} -.webix_list_item.webix_group_back .webix_arrow_icon { - color: #555555; -} -.webix_list_item.webix_group_back:first-child { - background: #c8c8c8; -} -.webix_menu.webix_view .webix_list_item.webix_selected { - background-color: #fea223; -} -.webix_list_item .webix_submenu_icon { - width: 0px; - height: 0px; - border-width: 4px; - border-style: solid; -} -.webix_menu .webix_list_item .webix_submenu_icon { - border-color: transparent transparent transparent #626262; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_select select, -div.webix_inp_static, -.webix_el_textarea textarea { - font-family: Arial; - font-size: 13px; - color: #555555; - background-color: #ebebeb; - border-color: #ebebeb !important; -} -.webix_el_checkbox input { - border-color: #c8c8c8; -} -.webix_el_counter .webix_inp_counter_value { - background-color: #ebebeb; - border-color: #ebebeb !important; -} -.webix_el_counter .webix_inp_counter_prev, -.webix_el_counter .webix_inp_counter_next { - background: #3389ff; - font-size: 15px !important; - border: 1px solid #3389ff; - width: 30px; - font-family: "Courier New", Courier, monospace; - color: #ffffff; - font-size: 15px; - border: 1px solid #3389ff !important; -} -.webix_el_counter .webix_inp_counter_prev { - font-size: 18px; -} -.webix_el_counter .webix_inp_counter_next { - font-size: 17px; -} -.webix_view.webix_control.webix_el_tabbar { - background: transparent; -} -.webix_item_tab { - font-size: 15px; - border-bottom: 1px solid #c8c8c8 !important; - border-left-width: 1px !important; -} -.webixtype_bottom .webix_item_tab { - border: 1px solid #ffffff !important; - border-left-width: 0 !important; - background: #66a6ff; - color: #555555; -} -.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected { - border: 1px solid #ffffff !important; - border-left-width: 0 !important; - background: #006bff; - color: #ffffff !important; -} -.webixtype_bottom .webix_item_tab:last-child { - border-right: 0 !important; -} -.webix_tab_filler:first-child { - border-right: 0 !important; -} -.passiveBarBG { - background-color: #ebebeb; -} -.webix_after_all_tabs { - background: #ffffff; -} -.webixtype_danger:active { - background: #d16051 !important; -} -.webix_img_btn:active, -.webix_img_btn_top:active { - background-color: rgba(100, 100, 100, 0.1) !important; -} -.webix_el_box .webix_img_btn_abs:active + input { - background: #4d97ff; -} -/*.webix_toolbar .webix_img_btn:active, .webix_toolbar .webix_img_btn_top:active{ - background-color: rgba(255,255,255,0.1) !important; -};*/ -.webix_el_box .webixtype_form { - color: #ffffff; - text-shadow: 0 1px #ffffff; - background: #006bff; - text-shadow: none !important; - color: #ffffff !important; - border: 1px solid #006bff; - font-size: 15px !important; -} -.webix_el_box .webixtype_form:active { - background: #1477ff; -} -.webixtype_base:active, -.webix_inp_counter_next:active, -.webix_inp_counter_prev:active { - background: #4794ff; -} -.segmentActive { - /*background: @buttonColor; - border: 1px solid @buttonColor; - text-shadow: none !important; - color: @buttonFontColor !important;*/ - border: 1px solid #fea223 !important; -} -.webix_all_segments .webix_segment_0, -.webix_all_segments .webix_segment_1, -.webix_all_segments .webix_segment_N { - border: none; - color: #ffffff; - font-size: 15px; - border: 1px solid #3389ff !important; -} -.webix_all_segments .webix_segment_1, -.webix_all_segments .webix_segment_N { - margin-left: 1px; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -8px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 8px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - left: 5px; -} -.webix_rangeslider .webix_slider_title_box { - height: 15px; -} -.webix_switch_text { - line-height: 21px; -} -.webix_el_toggle { - /*.webix_pressed .webix_img_btn, .webix_pressed .webix_img_btn_top{ - background-color: rgba(0,0,0,0.06); - } - .webix_el_box.webix_pressed > input{ - border-color: transparent; - background: lighten(@buttonColor, 20%);//rgba(0,0,0,0.06) ; - box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); - }*/ -} -.webix_cal_day { - border-radius: 0px; -} -.webix_cal_day { - border-radius: 0px; -} -.webix_cal_body .webix_cal_today { - background: #f1f1f1; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_daterange .webix_range_footer .webix_template { - padding: 10px 0px; -} -.webix_cal_range { - background-color: #ffedd5; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - background-color: #3389ff; - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); -} -.webix_progress_top .webix_progress_state { - background-size: 10px 10px; -} -.webix_progress_bottom .webix_progress_state { - background-size: 14px 14px; -} -.webix_skin_mark { - height: 160px; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - font-size: 15px; - color: #555555; - background: #c8c8c8; - border-right: 1px dashed #ffffff; - border-top: 1px dashed #ffffff; - border-bottom: none; - border-right: 1px solid #ffffff; - border-bottom: 1px solid #ffffff; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #fafafa; - border-right: 1px solid transparent; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #a2a2a2; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/terrace.css b/v3/js/libs/webix/skins/debug/terrace.css deleted file mode 100644 index 01ce631..0000000 --- a/v3/js/libs/webix/skins/debug/terrace.css +++ /dev/null @@ -1,6806 +0,0 @@ -.webix_view { - font-family: Arial; - font-size: 13px; - color: #454544; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #cecece; - background-color: #ffffff; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #ffffff; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: transparent; -} -.webix_layout_wide { - background-color: transparent; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 10px; - padding-left: 10px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 9.25px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 37px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: transparent; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: transparent; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_header > div { - padding-left: 10px; - font-family: Arial; - color: #454544; - font-size: 13px; - font-weight: bold; - background: white; - line-height: 35px; - line-height: 37px; - padding-top: 0; - padding-bottom: 0; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #9e9e9d; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #b4b4b4; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #cecece; - position: relative; - z-index: 2; - font-family: Arial; - color: #454544; - font-size: 13px; - font-weight: bold; - background: white; - line-height: 35px; - cursor: pointer; - overflow: hidden; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 15.5px 15.5px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #e6e6e6; - text-align: left; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - color: #2f2f2f; - background: #fff3a1; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #e6e6e6; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #ffffff; - color: #2f2f2f; - color: #6c6c6a; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #454544; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #ffffff; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid #e6e6e6; - border-bottom: none; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #e6e6e6; - border-right: 1px solid #fff3a1; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 2px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #cecece; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; - font-size: 13px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #fff3a1; - border: 1px solid #e6e6e6; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #e6e6e6; - text-align: left; - border-right: 1px solid #e6e6e6; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - color: #2f2f2f; - background: #fff3a1; - border-bottom: 1px solid #e6e6e6; - border-right: 1px solid #e6e6e6; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: Arial; - font-size: 13px; - color: #454544; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #c4c4c4; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #787877; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #787877; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: Arial; - font-size: 13px; - color: #454544; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #ffffff; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: Arial; - z-index: 20000; - border-radius: 4px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 24px; - line-height: 24px; - display: inline-block; - margin: 0 5px; - border-radius: 6px; -} -.webix_popup_button div { - border-radius: 6px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #cecece; -} -.webix_button input, -.webix_popup_button div { - font-size: 13px; - color: #454544; - background: #ffffff; - font-weight: bold; - height: 24px; - line-height: 24px; -} -.webix_popup_button.confirm div { - background: #22a1bc; - color: white; - font-weight: bold; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 13px; - color: #454544; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 13px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #cecece; - background-color: #ffffff; - font-family: Arial; - font-size: 13px; - color: #454544; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #e6e6e6; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 35px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-top: 1px solid #cecece; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid transparent; - border-bottom: 1px solid #cecece; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 2px 5px 2px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #454544 !important; - height: 33px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #cecece; - line-height: 26px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; -} -.webix_richfilter { - margin-top: 1px; - line-height: 26px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - color: #6c6c6a; - background: #ffffff; - color: #2f2f2f; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #fafafa; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 20px 0px 20px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.webix_ss_footer td { - border-right: 1px solid transparent; - border-top: 1px solid transparent; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #cecece; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #cecece; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #cecece; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid transparent; - border-bottom: 1px solid #e6e6e6; - padding: 0 20px; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #e6e6e6; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid #e6e6e6; - height: 38px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #ffffff; - border-top: 1px solid #e6e6e6; - border-right: 1px solid #e6e6e6; - border-bottom: 1px solid #e6e6e6; - padding: 5px 20px; - height: 38px; - line-height: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #e6e6e6; - color: #454544; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - color: #2f2f2f; - background: #fff3a1; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #e6e6e6; - border-left: 1px solid #e6e6e6; - border-right: 1px solid #fff3a1; - padding-top: 0px; - padding-left: 19px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 20px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #e6e6e6; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #e6e6e6; - border-right: 1px solid #fff3a1; - padding-left: 19px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - color: #2f2f2f; - background: #fff3a1; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 38px; - padding-left: 20px; - padding-top: 1px; - border-bottom: 1px solid #e6e6e6; -} -.webix_cell.webix_dtable_colrow.webix_selected { - color: #2f2f2f; - background: #fff3a1; -} -.webix_dtable_subrow { - border-top: 1px solid #e6e6e6; - text-align: right; -} -.webix_dtable_subview { - background: #e6e6e6; - border-top: 1px solid #e6e6e6; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #cecece; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - color: #2f2f2f; - background: #fff3a1; -} -.webix_hcell span.webix_input_icon { - background-color: transparent; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #454544; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #454544; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 4px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 4px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - font-family: Arial; - color: #454544; - font-size: 13px; - font-weight: bold; - background: white; - padding: 0px; - text-align: center; - line-height: 37px; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #f3efe7; - display: block; - border: 1px solid #d1c2a3; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 22px; - line-height: 22px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - color: #2f2f2f; - background: #fff3a1; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs="); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw=="); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 18px; - height: 22px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #ffffff; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #454544; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_view > .webix_cal_header div { - color: #787877; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #2f2f2f; - background: #fff3a1; -} -.webix_cal_body .webix_cal_day { - border-radius: 3px; -} -.webix_cal_body .webix_cal_event { - color: #ff9000; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #454544; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #9e9e9d; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #ababaa; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #ababaa; - background: #f0f0f0; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #ffffff; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #fff3a1; - color: #2f2f2f; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #f3efe7; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #454544; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #cecece; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 6px; - border: 1px solid #cecece; - background-color: #22A1BC; - color: #fff !important; - font-weight: bold; - text-shadow: 0 -1px 0 #6f6f6f; - border: none !important; - float: right; -} -.webix_cal_blurred_hours { - background-color: #f7f7f7; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #cecece; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; -} -.webix_property_label { - border-right: 1px solid #cecece; -} -.webix_property_label_line { - padding-left: 10px; - font-family: Arial; - color: #454544; - font-size: 13px; - font-weight: bold; - background: white; - line-height: 35px; - line-height: 23px; - border-bottom: 1px solid #e6e6e6; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #cecece; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #ffffff; - padding: 5px 10px; - border: 1px solid #cecece; - font-family: Arial; - font-size: 13px; - color: #454544; - border-radius: 4px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #ffffff; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #ffffff; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #fff3a1; - color: #2f2f2f; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #ababaa; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #cecece; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 6px; - border: 1px solid #cecece; - height: 100%; - width: 100%; - cursor: pointer; - font-size: 13px; - font-family: Arial; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #454544; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #454544; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - color: #454544; - background: #ffffff; - font-weight: bold; - font-size: 13px; - font-family: Arial; - padding: 0px; - border: 0px; -} -.webixtype_form { - background-color: #22A1BC; - color: #fff !important; - font-weight: bold; - text-shadow: 0 -1px 0 #6f6f6f; - border: none !important; -} -.webix_el_button .webixtype_danger { - background: #FE5310; - color: white; - border: none !important; - font-weight: bold; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - color: #454544; - background: #ffffff; - font-weight: bold; - border: 1px solid #cecece; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 4px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 13px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #454544; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 3px; - width: 100%; - text-align: center; - cursor: pointer; - color: #454544; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #d5d5d5 !important; - text-shadow: none !important; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 2px; - height: 100%; - width: 100%; - font-size: 13px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #cecece; - color: #454544; - font-size: 13px; - font-family: Arial; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #454544; - text-transform: none; - font-size: 13px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 2px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 2px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 11px; - color: #525251; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #454544; - line-height: 26px; - padding: 2px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 13px; - font-family: Arial; - border: 1px solid #cecece; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #cecece; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 13px; - width: 50px; - color: #454544; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - color: #454544; - background: #ffffff; - font-weight: bold; - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - color: #454544; - background: #ffffff; - font-weight: bold; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_el_textarea textarea { - border: 1px solid #cecece; - height: 100%; - margin: 0; - padding: 5px; - color: #454544; - resize: none; - font-size: 13px; - font-family: Arial; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 6.5px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #cecece; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #cecece; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - color: #454544; - background: #ffffff; - font-weight: bold; - font-size: 13px; - font-family: Arial; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - color: #2f2f2f; - background: #fff3a1; -} -.webix_inp_static { - border: 1px solid #cecece; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #929290; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 13px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #454544; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #454544; - padding-right: 24px; - font-family: Arial; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 4.5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 24px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 11px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 6px; - right: 8px; - width: 18px; - height: 18px; - border-radius: 6px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 15px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #d5d5d5 !important; - text-shadow: none !important; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #454544; - font-size: 13px; - font-family: Arial; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #f2f2f2; - display: inline-block; - margin: 3px; - float: left; - border-radius: 6px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #1e1e1e; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #f2f2f2; - color: #454544; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #ffffff; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #cecece; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #cecece; -} -.webix_item_tab:first-child { - border-left: 1px solid #cecece; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #cecece; - border-left-width: 0px; - background-color: #ffffff; - color: #454544; - font-size: 13px; - -webkit-border-top-left-radius: 3px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 3px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 3px; - border-bottom-left-radius: 0px; - border-top-right-radius: 3px; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - color: #454544; - font-size: 13px; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - color: #2f2f2f; - background: #fff3a1; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #cecece; - border-right: 1px solid #cecece; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #d5d5d5 !important; - text-shadow: none !important; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 2px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: transparent; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #ffffff; - height: 32px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0; -} -.webix_menu-x .webix_submenu_icon { - top: 12px; -} -.webix_menu-x { - background-color: white; - border-radius: 4px; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 28px; -} -.webix_menu-x .webix_list_item { - border-right: 1px solid #cecece; - border-left: 0px; -} -.webix_menu-x .webix_list_item:last-child { - border-right: none; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background: #f3efe7; -} -/* Submenu */ -.webix_menu { - background: #ffffff; - border: 1px solid #cecece; - border-radius: 4px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #cecece; -} -.webix_menu .webix_submenu_icon { - top: 10px; -} -.webix_menu .webix_context_spacer { - height: 28px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - background: white; -} -.webix_toolbar.webix_layout_subbar { - background: white; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 5px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #b5b5b5; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #454544; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #454544; - line-height: 26px; - padding: 2px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 11px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; - margin-top: -10px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #ffffff; - border: 1px solid #dbdbdb; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #dbdbdb; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 8px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - background-color: rgba(100, 100, 100, 0.1) !important; -} -.webix_slider_box .webix_slider_handle { - width: 14px; - height: 14px; - background: #22a1bc; - color: white; - font-weight: bold; - top: 9px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 8px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - border: 1px solid #cecece; - background-color: #fff; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #cecece; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #ffffff; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #f2f2f2; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #fff3a1; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #929290; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #fff3a1; - border-color: #fff3a1; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #454544; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #454544; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #ffffff; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #fff3a1; - box-shadow: inset 0 0 1px 2px #fff3a1; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #cecece; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #454544; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 13px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #ffffff; - border-radius: 6px; - border: 1px solid #cecece; - cursor: pointer; - font-size: 13px; - font-family: Arial; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -/*[L]*/ -/*[L]*/ -.webix_layout_wide > .webix_view, -.webix_layout_space > .webix_view { - border-radius: 3px; -} -.webix_layout_wide .webix_layout_accordion .webix_accordionitem:first-child, -.webix_layout_space .webix_layout_accordion .webix_accordionitem:first-child { - -webkit-border-top-left-radius: 3px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 3px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 3px; - border-bottom-left-radius: 0; - border-top-right-radius: 3px; - border-bottom-right-radius: 0; -} -.webix_layout_wide .webix_layout_accordion .webix_accordionitem:last-child, -.webix_layout_space .webix_layout_accordion .webix_accordionitem:last-child { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 3px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 3px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 3px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 3px; - border-top-left-radius: 0; - border-bottom-left-radius: 3px; - border-top-right-radius: 0; - border-bottom-right-radius: 3px; -} -.webix_layout_accordion .webix_accordionitem_header:hover { - background: #f3efe7; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC"); - background-repeat: no-repeat; -} -.webix_popup_title { - color: #454544 !important; - background: #fff !important; - font-size: 13px !important; - font-weight: bold; - border-bottom: 1px solid #d9d9d9 !important; - text-shadow: none !important; -} -.webix_modal_box { - background: #fff !important; - border: 1px solid #cecece !important; -} -.confirmButton { - background: #22a1bc; - color: white; - font-weight: bold; -} -.webix_column > div, -.webix_table_cell { - border-bottom: 1px solid #e6e6e6; -} -.webix_ss_filter select, -.webix_ss_filter input { - height: 30px !important; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - font-size: 14px; - font-family: FontAwesome; - top: 50%; - line-height: 1px; - bottom: auto; - float: none; - width: 12px; -} -.webix_ss_sort_asc:before { - content: '\f106'; -} -.webix_ss_sort_desc:before { - content: '\f107'; -} -.webix_list_item.webix_group_back { - background: #ffffff; - color: #2f2f2f; -} -.webix_list_item.webix_group_back .webix_arrow_icon { - color: #2f2f2f; -} -.webix_menu.webix_view .webix_list_item:hover, -.webix_menu.webix_view .webix_list_item:active { - background: #f3efe7 !important; -} -.webix_menu.webix_view .webix_list_item.webix_selected { - background-color: #fff3a1; -} -.webix_list_item .webix_submenu_icon { - width: 0px; - height: 0px; - border-width: 4px; - border-style: solid; -} -.webix_menu-x .webix_list_item .webix_submenu_icon { - border-color: #686868 transparent transparent transparent; -} -.webix_menu .webix_list_item .webix_submenu_icon { - border-color: transparent transparent transparent #686868; -} -.buttonStyle { - font-size: 13px; - font-family: Arial; -} -.webix_item_tab { - border-bottom: 1px solid #cecece !important; - border-left-width: 1px !important; -} -.webixtype_bottom .webix_item_tab { - border: 1px solid #cecece !important; - border-left-width: 0 !important; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border: 1px solid #cecece !important; - border-left-width: 0 !important; -} -.webixtype_bottom .webix_item_tab:first-child { - border-left: 1px solid #cecece !important; -} -.webix_tab_filler:first-child { - border-right: 0 !important; -} -.webix_ss_header { - border-bottom: 1px solid #cecece; - text-transform: uppercase; - font-size: 12px; -} -.webix_ss_footer td { - border-top: 1px solid #cecece !important; -} -.webix_el_arrow { - background: white; - font-weight: bold; - color: #444; -} -.webix_img_btn:active, -.webix_img_btn_top:active, -.webix_el_button .webix_el_box:active .webixtype_base { - background-color: rgba(100, 100, 100, 0.1) !important; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - background-color: rgba(100, 100, 100, 0.1) !important; -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - background-color: rgba(100, 100, 100, 0.1) !important; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -8px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 8px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_box .webix_slider_handle { - left: 5px; -} -.webix_rangeslider .webix_slider_title_box { - height: 14px; -} -.webix_switch_box { - margin-top: 1px; - height: 22px; - background-color: transparent; -} -.webix_switch_box .webix_switch_text { - line-height: 20px; -} -.webix_switch_box .webix_switch_handle { - width: 20px; - height: 20px; -} -.webix_switch_box.webix_switch_on { - background-color: #cecece; -} -.webix_skin_mark { - height: 150px; -} -.webix_daterange .webix_range_footer .webix_template { - padding: 10px 0px; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_cal_range { - background-color: #fffad4; -} -.webix_cal_body .webix_cal_day.webix_cal_range { - border-radius: 0; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - color: #6c6c6a; - background: #ffffff; - color: #2f2f2f; - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #fafafa; - border-right: 1px solid transparent; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #7c7c7c; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/touch.css b/v3/js/libs/webix/skins/debug/touch.css deleted file mode 100644 index f6daa19..0000000 --- a/v3/js/libs/webix/skins/debug/touch.css +++ /dev/null @@ -1,8243 +0,0 @@ -.webix_view { - font-family: Arial; - font-size: 17px; - color: #000000; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #dedede; - background-color: #ffffff; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #ffffff; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #ffffff; -} -.webix_layout_wide { - background-color: #ffffff; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 5px; - padding-left: 5px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 10.5px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 42px; - background-image: none; - background-color: #ffffff; - color: #000000; - padding-left: 5px; - text-transform: none; - padding-left: 0; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - display: inline; - font-size: 17px; - padding-left: 0; - padding-right: 0; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - padding-left: 0; - padding-right: 0; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - padding-left: 0; - padding-right: 0; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - padding-left: 0; - padding-right: 0; -} -.webix_header > div { - padding-left: 10px; - font-size: 17px; - color: #ffffff; - background: #65a0ff; - line-height: 40px; - line-height: 42px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_el_label, -.webix_header > div .webix_inp_label { - color: #ffffff; -} -.webix_header > div .webix_img_btn_top .webix_img_btn_text, -.webix_header > div .webix_img_btn_top .webix_icon, -.webix_header > div .webix_el_icon, -.webix_header > div .webix_img_btn, -.webix_header > div .webix_icon_btn, -.webix_header > div .webix_icon_button .webix_icon { - color: #ffffff; -} -.webix_header > div .webix_img_btn_abs .webix_icon, -.webix_header > div .webix_img_btn_abs .webix_img_btn_text { - color: #65a0ff; -} -.webix_header > div .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_header > div .webix_img_btn .webix_icon_btn { - height: 100%; - width: 34px; - border-radius: 50%; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - background-color: #ffffff; - font-size: 20px; - color: #65a0ff; - margin: 0 3px; - width: 100%; - box-shadow: 0 -1px #5b9aff; - vertical-align: top; - line-height: inherit; -} -.webix_header > div .webix_img_btn_abs { - color: #ffffff; -} -.webix_header > div .webix_el_button { - color: #65a0ff !important; -} -.webix_header > div .webix_el_button .webix_icon, -.webix_header > div .webix_el_button .webix_img_btn_text { - color: #65a0ff; -} -.webix_header > div .webixtype_base, -.webix_header > div .webixtype_prev, -.webix_header > div .webixtype_next, -.webix_header > div .webix_el_arrow { - background-color: #ffffff; - color: #65a0ff !important; -} -.webix_header > div .webix_selected.webix_segment_0, -.webix_header > div .webix_selected.webix_segment_1, -.webix_header > div .webix_selected.webix_segment_N, -.webix_header > div .webix_el_counter .webix_inp_counter_prev, -.webix_header > div .webix_el_counter .webix_inp_counter_next { - background: #3c87ff !important; - color: #ffffff !important; - border-bottom-color: rgba(0, 0, 0, 0.1) !important; -} -.webix_header > div .webix_segment_0, -.webix_header > div .webix_segment_1, -.webix_header > div .webix_segment_N { - box-shadow: 0 1px rgba(0, 0, 0, 0.3); -} -.webix_header > div .webix_label_right { - color: #ffffff; -} -.webix_header > div .webix_el_radio .webix_radio_1 .webix_custom_radio:before { - background-color: #ffffff; -} -.webix_header > div .webix_checkbox_1 .webix_custom_checkbox:before { - color: #ffffff; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #595959; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #858585; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #dedede; - position: relative; - z-index: 2; - font-size: 17px; - color: #ffffff; - background: #65a0ff; - line-height: 40px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_el_label, -.webix_accordionitem_header .webix_inp_label { - color: #ffffff; -} -.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text, -.webix_accordionitem_header .webix_img_btn_top .webix_icon, -.webix_accordionitem_header .webix_el_icon, -.webix_accordionitem_header .webix_img_btn, -.webix_accordionitem_header .webix_icon_btn, -.webix_accordionitem_header .webix_icon_button .webix_icon { - color: #ffffff; -} -.webix_accordionitem_header .webix_img_btn_abs .webix_icon, -.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text { - color: #65a0ff; -} -.webix_accordionitem_header .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_accordionitem_header .webix_img_btn .webix_icon_btn { - height: 100%; - width: 34px; - border-radius: 50%; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - background-color: #ffffff; - font-size: 20px; - color: #65a0ff; - margin: 0 3px; - width: 100%; - box-shadow: 0 -1px #5b9aff; - vertical-align: top; - line-height: inherit; -} -.webix_accordionitem_header .webix_img_btn_abs { - color: #ffffff; -} -.webix_accordionitem_header .webix_el_button { - color: #65a0ff !important; -} -.webix_accordionitem_header .webix_el_button .webix_icon, -.webix_accordionitem_header .webix_el_button .webix_img_btn_text { - color: #65a0ff; -} -.webix_accordionitem_header .webixtype_base, -.webix_accordionitem_header .webixtype_prev, -.webix_accordionitem_header .webixtype_next, -.webix_accordionitem_header .webix_el_arrow { - background-color: #ffffff; - color: #65a0ff !important; -} -.webix_accordionitem_header .webix_selected.webix_segment_0, -.webix_accordionitem_header .webix_selected.webix_segment_1, -.webix_accordionitem_header .webix_selected.webix_segment_N, -.webix_accordionitem_header .webix_el_counter .webix_inp_counter_prev, -.webix_accordionitem_header .webix_el_counter .webix_inp_counter_next { - background: #3c87ff !important; - color: #ffffff !important; - border-bottom-color: rgba(0, 0, 0, 0.1) !important; -} -.webix_accordionitem_header .webix_segment_0, -.webix_accordionitem_header .webix_segment_1, -.webix_accordionitem_header .webix_segment_N { - box-shadow: 0 1px rgba(0, 0, 0, 0.3); -} -.webix_accordionitem_header .webix_label_right { - color: #ffffff; -} -.webix_accordionitem_header .webix_el_radio .webix_radio_1 .webix_custom_radio:before { - background-color: #ffffff; -} -.webix_accordionitem_header .webix_checkbox_1 .webix_custom_checkbox:before { - color: #ffffff; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 18px 18px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg=="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 7px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid #dedede; - text-align: left; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - color: #000000; - background: #f1f1f1; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #e7e7e7; - padding: 7px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #65a0ff; - font-size: 17px; - color: #ffffff; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #000000; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #65a0ff; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid #dedede; - border-bottom: none; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #e7e7e7; - border-right: 1px solid #e7e7e7; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 4px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #dedede; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; - font-size: 17px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #f1f1f1; - border: 1px solid #e7e7e7; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 7px 10px; - line-height: 27px; - cursor: pointer; - border-bottom: 1px solid #dedede; - text-align: left; - border-right: 1px solid #dedede; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - color: #000000; - background: #f1f1f1; - border-bottom: 1px solid #e7e7e7; - border-right: 1px solid #e7e7e7; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: Arial; - font-size: 13px; - color: #000000; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #808080; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #333333; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #333333; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: Arial; - font-size: 17px; - color: #000000; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #ffffff; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: Arial; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 32px; - line-height: 32px; - display: inline-block; - margin: 0 5px; - border-radius: 4px; -} -.webix_popup_button div { - border-radius: 4px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #dedede; -} -.webix_button input, -.webix_popup_button div { - font-size: 17px; - -webkit-appearance: none; - background: #65a0ff; - color: #ffffff; - font-size: 17px !important; - border: 1px solid #65a0ff !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - height: 32px; - line-height: 32px; -} -.webix_popup_button.confirm div { - background-color: #65a0ff; - color: #ffffff; - font-size: 17px; - border: 1px solid #65a0ff; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 17px; - color: #000000; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 17px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #dedede; - background-color: #ffffff; - font-family: Arial; - font-size: 17px; - color: #000000; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #e6e6e6; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 39px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-top: 1px solid #dedede; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-bottom: 1px solid #dedede; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 4px 5px 4px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #000000 !important; - height: 34px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #dedede; - line-height: 34px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; -} -.webix_richfilter { - margin-top: 1px; - line-height: 34px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - font-size: 17px; - color: #ffffff; - background: #65a0ff; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #fafafa; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-bottom: 1px solid #ffffff; - border-right: 1px solid #ffffff; - border-top: 1px solid #ffffff; - border-bottom: none; -} -.webix_ss_footer td { - border-right: 1px solid #ffffff; - border-top: 1px solid #ffffff; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #dedede; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #dedede; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #dedede; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #ffffff; - border-bottom: 1px solid #dedede; - padding: 0 10px; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #e7e7e7; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid #dedede; - height: 42px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #ffffff; - border-top: 1px solid #dedede; - border-right: 1px solid #dedede; - border-bottom: 1px solid #dedede; - padding: 5px 10px; - height: 42px; - line-height: 34px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #e6e6e6; - color: #000000; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - color: #000000; - background: #f1f1f1; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #e7e7e7; - border-left: 1px solid #e7e7e7; - border-right: 1px solid #e7e7e7; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #e7e7e7; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #e7e7e7; - border-right: 1px solid #e7e7e7; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - color: #000000; - background: #f1f1f1; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid #dedede; -} -.webix_cell.webix_dtable_colrow.webix_selected { - color: #000000; - background: #f1f1f1; -} -.webix_dtable_subrow { - border-top: 1px solid #dedede; - text-align: right; -} -.webix_dtable_subview { - background: #dedede; - border-top: 1px solid #dedede; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #dedede; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - color: #000000; - background: #f1f1f1; -} -.webix_hcell span.webix_input_icon { - background-color: #ffffff; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #000000; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #000000; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - font-size: 17px; - color: #ffffff; - background: #65a0ff; - padding: 0px; - text-align: center; - line-height: 42px; -} -.webix_win_head > .webix_view > .webix_template .webix_el_label, -.webix_win_head > .webix_view > .webix_template .webix_inp_label { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_img_btn_text, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_top .webix_icon, -.webix_win_head > .webix_view > .webix_template .webix_el_icon, -.webix_win_head > .webix_view > .webix_template .webix_img_btn, -.webix_win_head > .webix_view > .webix_template .webix_icon_btn, -.webix_win_head > .webix_view > .webix_template .webix_icon_button .webix_icon { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_icon, -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs .webix_img_btn_text { - color: #65a0ff; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn .webix_icon_btn { - height: 100%; - width: 34px; - border-radius: 50%; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - background-color: #ffffff; - font-size: 20px; - color: #65a0ff; - margin: 0 3px; - width: 100%; - box-shadow: 0 -1px #5b9aff; - vertical-align: top; - line-height: inherit; -} -.webix_win_head > .webix_view > .webix_template .webix_img_btn_abs { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button { - color: #65a0ff !important; -} -.webix_win_head > .webix_view > .webix_template .webix_el_button .webix_icon, -.webix_win_head > .webix_view > .webix_template .webix_el_button .webix_img_btn_text { - color: #65a0ff; -} -.webix_win_head > .webix_view > .webix_template .webixtype_base, -.webix_win_head > .webix_view > .webix_template .webixtype_prev, -.webix_win_head > .webix_view > .webix_template .webixtype_next, -.webix_win_head > .webix_view > .webix_template .webix_el_arrow { - background-color: #ffffff; - color: #65a0ff !important; -} -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_selected.webix_segment_N, -.webix_win_head > .webix_view > .webix_template .webix_el_counter .webix_inp_counter_prev, -.webix_win_head > .webix_view > .webix_template .webix_el_counter .webix_inp_counter_next { - background: #3c87ff !important; - color: #ffffff !important; - border-bottom-color: rgba(0, 0, 0, 0.1) !important; -} -.webix_win_head > .webix_view > .webix_template .webix_segment_0, -.webix_win_head > .webix_view > .webix_template .webix_segment_1, -.webix_win_head > .webix_view > .webix_template .webix_segment_N { - box-shadow: 0 1px rgba(0, 0, 0, 0.3); -} -.webix_win_head > .webix_view > .webix_template .webix_label_right { - color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_el_radio .webix_radio_1 .webix_custom_radio:before { - background-color: #ffffff; -} -.webix_win_head > .webix_view > .webix_template .webix_checkbox_1 .webix_custom_checkbox:before { - color: #ffffff; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #65a0ff; - display: block; - border: 1px solid #0061fe; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 42px; - line-height: 42px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - color: #000000; - background: #f1f1f1; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7"); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7"); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 30px; - height: 42px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs="); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs="); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw=="); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw=="); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #ffffff; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #000000; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #000000; - background: #f1f1f1; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #000000; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #595959; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #666666; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #666666; - background: #f0f0f0; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #ffffff; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #f1f1f1; - color: #000000; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; - font-size: 17px; - padding: 0 20px; -} -.webix_cal_footer div { - border-top-width: 0 !important; - padding-bottom: 6px; -} -.webix_cal_footer .webix_icon { - font-size: 22px; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #65a0ff; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #000000; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #dedede; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 4px; - border: 1px solid #dedede; - background: #12c070; - text-shadow: none !important; - color: #ffffff !important; - border-color: #12c070 !important; - font-size: 17px !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - float: right; -} -.webix_cal_blurred_hours { - background-color: #f7f7f7; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #dedede; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; - height: 28px; - line-height: 27px; -} -.webix_property_label { - border-right: 1px solid #dedede; -} -.webix_property_label_line { - padding-left: 10px; - font-size: 17px; - color: #ffffff; - background: #65a0ff; - line-height: 40px; - line-height: 23px; - border-bottom: 1px solid #dedede; - line-height: 28px; -} -.webix_property_label_line .webix_el_label, -.webix_property_label_line .webix_inp_label { - color: #ffffff; -} -.webix_property_label_line .webix_img_btn_top .webix_img_btn_text, -.webix_property_label_line .webix_img_btn_top .webix_icon, -.webix_property_label_line .webix_el_icon, -.webix_property_label_line .webix_img_btn, -.webix_property_label_line .webix_icon_btn, -.webix_property_label_line .webix_icon_button .webix_icon { - color: #ffffff; -} -.webix_property_label_line .webix_img_btn_abs .webix_icon, -.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text { - color: #65a0ff; -} -.webix_property_label_line .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_property_label_line .webix_img_btn .webix_icon_btn { - height: 100%; - width: 34px; - border-radius: 50%; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - background-color: #ffffff; - font-size: 20px; - color: #65a0ff; - margin: 0 3px; - width: 100%; - box-shadow: 0 -1px #5b9aff; - vertical-align: top; - line-height: inherit; -} -.webix_property_label_line .webix_img_btn_abs { - color: #ffffff; -} -.webix_property_label_line .webix_el_button { - color: #65a0ff !important; -} -.webix_property_label_line .webix_el_button .webix_icon, -.webix_property_label_line .webix_el_button .webix_img_btn_text { - color: #65a0ff; -} -.webix_property_label_line .webixtype_base, -.webix_property_label_line .webixtype_prev, -.webix_property_label_line .webixtype_next, -.webix_property_label_line .webix_el_arrow { - background-color: #ffffff; - color: #65a0ff !important; -} -.webix_property_label_line .webix_selected.webix_segment_0, -.webix_property_label_line .webix_selected.webix_segment_1, -.webix_property_label_line .webix_selected.webix_segment_N, -.webix_property_label_line .webix_el_counter .webix_inp_counter_prev, -.webix_property_label_line .webix_el_counter .webix_inp_counter_next { - background: #3c87ff !important; - color: #ffffff !important; - border-bottom-color: rgba(0, 0, 0, 0.1) !important; -} -.webix_property_label_line .webix_segment_0, -.webix_property_label_line .webix_segment_1, -.webix_property_label_line .webix_segment_N { - box-shadow: 0 1px rgba(0, 0, 0, 0.3); -} -.webix_property_label_line .webix_label_right { - color: #ffffff; -} -.webix_property_label_line .webix_el_radio .webix_radio_1 .webix_custom_radio:before { - background-color: #ffffff; -} -.webix_property_label_line .webix_checkbox_1 .webix_custom_checkbox:before { - color: #ffffff; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #dedede; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #ffffff; - padding: 5px 10px; - border: 1px solid #dedede; - font-family: Arial; - font-size: 17px; - color: #000000; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #ffffff; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #ffffff; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #f1f1f1; - color: #000000; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #666666; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #dedede; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 4px; - border: 1px solid #dedede; - height: 100%; - width: 100%; - cursor: pointer; - font-family: Arial; - color: #ffffff; - font-size: 17px; - border: 1px solid #65a0ff; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #000000; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #000000; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - -webkit-appearance: none; - background: #65a0ff; - font-size: 17px !important; - border: 1px solid #65a0ff !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - color: #ffffff; - font-size: 17px; - border: 1px solid #65a0ff; - padding: 0px; - border: 0px; -} -.webixtype_form { - background: #12c070; - text-shadow: none !important; - color: #ffffff !important; - border-color: #12c070 !important; - font-size: 17px !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); -} -.webix_el_button .webixtype_danger { - background: #e74c3c; - border: 1px solid #e74c3c !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - color: #fff !important; - font-size: 17px !important; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - -webkit-appearance: none; - background: #65a0ff; - color: #ffffff; - font-size: 17px !important; - border: 1px solid #65a0ff !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - border: 1px solid #dedede; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 10px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 17px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #ffffff; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 5px; - width: 100%; - text-align: center; - cursor: pointer; - color: #ffffff; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e6e6e6 !important; - text-shadow: none !important; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 4px 2px; - height: 100%; - width: 100%; - font-size: 17px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #dedede; - font-family: Arial; - font-size: 17px; - color: #000000; - background: #ffffff; - border-color: #ffffff; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #000000; - text-transform: none; - font-size: 17px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 4px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 4px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 15px; - color: #0d0d0d; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #000000; - line-height: 34px; - padding: 4px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 17px; - font-family: Arial; - border: 1px solid #dedede; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #dedede; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 17px; - width: 50px; - color: #000000; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - -webkit-appearance: none; - background: #65a0ff; - color: #ffffff; - font-size: 17px !important; - border: 1px solid #65a0ff !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - -webkit-appearance: none; - background: #65a0ff; - color: #ffffff; - font-size: 17px !important; - border: 1px solid #65a0ff !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_el_textarea textarea { - border: 1px solid #dedede; - height: 100%; - margin: 0; - padding: 5px; - color: #000000; - resize: none; - font-size: 17px; - font-family: Arial; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 10.5px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #dedede; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #dedede; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - background: #65a0ff; - font-size: 17px !important; - border: 1px solid #65a0ff !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - color: #ffffff; - font-size: 17px; - border: 1px solid #65a0ff; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - color: #000000; - background: #f1f1f1; - -webkit-appearance: none; - background-image: none; - background-color: #65a0ff !important; - border: 1px solid #65a0ff; - color: #ffffff; -} -.webix_inp_static { - border: 1px solid #dedede; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #4d4d4d; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 17px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #000000; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - padding-right: 24px; - font-family: Arial; - font-size: 17px; - color: #000000; - background: #ffffff; - border-color: #ffffff; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 6.5px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 32px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 15px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 8px; - right: 8px; - width: 26px; - height: 26px; - border-radius: 4px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 21px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e6e6e6 !important; - text-shadow: none !important; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #000000; - font-size: 17px; - font-family: Arial; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #f2f2f2; - display: inline-block; - margin: 3px; - float: left; - border-radius: 4px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #000000; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #f2f2f2; - color: #000000; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #65a0ff; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #dedede; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #dedede; -} -.webix_item_tab:first-child { - border-left: 1px solid #dedede; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #dedede; - border-left-width: 0px; - background-color: #ebebeb; - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 4px; - border-bottom-left-radius: 0px; - border-top-right-radius: 4px; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - color: #000000; - border-bottom: 1px solid #ffffff !important; - border: 1px solid #dedede; - background: #ffffff; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - color: #000000; - background: #f1f1f1; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #dedede; - border-right: 1px solid #dedede; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa !important; - background: #e9e9e9 !important; - border: 1px solid #e6e6e6 !important; - text-shadow: none !important; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 4px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #ffffff; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #ffffff; - height: 42px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0; -} -.webix_menu-x .webix_submenu_icon { - top: 12px; -} -.webix_menu-x { - background-color: white; - border: none; - background: transparent; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 28px; -} -.webix_menu-x .webix_list_item { - border-right: 1px solid #ffffff; - border-left: 0px; - background: #ffffff; - color: #65a0ff; - font-size: 17px; -} -.webix_menu-x .webix_list_item .webix_submenu_icon { - border-color: #65a0ff transparent transparent transparent; -} -.webix_menu-x .webix_list_item .webix_icon_btn { - color: #65a0ff; -} -.webix_menu-x .webix_list_item:hover, -.webix_menu-x .webix_list_item:active, -.webix_menu-x .webix_list_item:focus { - background: #65a0ff; - color: #ffffff; -} -.webix_menu-x .webix_list_item:hover .webix_submenu_icon, -.webix_menu-x .webix_list_item:active .webix_submenu_icon, -.webix_menu-x .webix_list_item:focus .webix_submenu_icon { - border-color: #ffffff transparent transparent transparent; -} -.webix_menu-x .webix_list_item:last-child { - border-right: none; -} -/* Submenu */ -.webix_menu { - background: #ffffff; - border: 1px solid #dedede; - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #dedede; -} -.webix_menu .webix_submenu_icon { - top: 10px; -} -.webix_menu .webix_context_spacer { - height: 42px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - background: #65a0ff; -} -.webix_layout_toolbar .webix_el_label, -.webix_layout_toolbar .webix_inp_label { - color: #ffffff; -} -.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, -.webix_layout_toolbar .webix_img_btn_top .webix_icon, -.webix_layout_toolbar .webix_el_icon, -.webix_layout_toolbar .webix_img_btn, -.webix_layout_toolbar .webix_icon_btn, -.webix_layout_toolbar .webix_icon_button .webix_icon { - color: #ffffff; -} -.webix_layout_toolbar .webix_img_btn_abs .webix_icon, -.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text { - color: #65a0ff; -} -.webix_layout_toolbar .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_layout_toolbar .webix_img_btn .webix_icon_btn { - height: 100%; - width: 34px; - border-radius: 50%; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - background-color: #ffffff; - font-size: 20px; - color: #65a0ff; - margin: 0 3px; - width: 100%; - box-shadow: 0 -1px #5b9aff; - vertical-align: top; - line-height: inherit; -} -.webix_layout_toolbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_layout_toolbar .webix_el_button { - color: #65a0ff !important; -} -.webix_layout_toolbar .webix_el_button .webix_icon, -.webix_layout_toolbar .webix_el_button .webix_img_btn_text { - color: #65a0ff; -} -.webix_layout_toolbar .webixtype_base, -.webix_layout_toolbar .webixtype_prev, -.webix_layout_toolbar .webixtype_next, -.webix_layout_toolbar .webix_el_arrow { - background-color: #ffffff; - color: #65a0ff !important; -} -.webix_layout_toolbar .webix_selected.webix_segment_0, -.webix_layout_toolbar .webix_selected.webix_segment_1, -.webix_layout_toolbar .webix_selected.webix_segment_N, -.webix_layout_toolbar .webix_el_counter .webix_inp_counter_prev, -.webix_layout_toolbar .webix_el_counter .webix_inp_counter_next { - background: #3c87ff !important; - color: #ffffff !important; - border-bottom-color: rgba(0, 0, 0, 0.1) !important; -} -.webix_layout_toolbar .webix_segment_0, -.webix_layout_toolbar .webix_segment_1, -.webix_layout_toolbar .webix_segment_N { - box-shadow: 0 1px rgba(0, 0, 0, 0.3); -} -.webix_layout_toolbar .webix_label_right { - color: #ffffff; -} -.webix_layout_toolbar .webix_el_radio .webix_radio_1 .webix_custom_radio:before { - background-color: #ffffff; -} -.webix_layout_toolbar .webix_checkbox_1 .webix_custom_checkbox:before { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar { - background: #65a0ff; -} -.webix_toolbar.webix_layout_subbar .webix_el_label, -.webix_toolbar.webix_layout_subbar .webix_inp_label { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text, -.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon, -.webix_toolbar.webix_layout_subbar .webix_el_icon, -.webix_toolbar.webix_layout_subbar .webix_img_btn, -.webix_toolbar.webix_layout_subbar .webix_icon_btn, -.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon, -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text { - color: #65a0ff; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn .webix_icon_btn { - height: 100%; - width: 34px; - border-radius: 50%; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - background-color: #ffffff; - font-size: 20px; - color: #65a0ff; - margin: 0 3px; - width: 100%; - box-shadow: 0 -1px #5b9aff; - vertical-align: top; - line-height: inherit; -} -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_button { - color: #65a0ff !important; -} -.webix_toolbar.webix_layout_subbar .webix_el_button .webix_icon, -.webix_toolbar.webix_layout_subbar .webix_el_button .webix_img_btn_text { - color: #65a0ff; -} -.webix_toolbar.webix_layout_subbar .webixtype_base, -.webix_toolbar.webix_layout_subbar .webixtype_prev, -.webix_toolbar.webix_layout_subbar .webixtype_next, -.webix_toolbar.webix_layout_subbar .webix_el_arrow { - background-color: #ffffff; - color: #65a0ff !important; -} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N, -.webix_toolbar.webix_layout_subbar .webix_el_counter .webix_inp_counter_prev, -.webix_toolbar.webix_layout_subbar .webix_el_counter .webix_inp_counter_next { - background: #3c87ff !important; - color: #ffffff !important; - border-bottom-color: rgba(0, 0, 0, 0.1) !important; -} -.webix_toolbar.webix_layout_subbar .webix_segment_0, -.webix_toolbar.webix_layout_subbar .webix_segment_1, -.webix_toolbar.webix_layout_subbar .webix_segment_N { - box-shadow: 0 1px rgba(0, 0, 0, 0.3); -} -.webix_toolbar.webix_layout_subbar .webix_label_right { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_el_radio .webix_radio_1 .webix_custom_radio:before { - background-color: #ffffff; -} -.webix_toolbar.webix_layout_subbar .webix_checkbox_1 .webix_custom_checkbox:before { - color: #ffffff; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 7px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #c5c5c5; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #000000; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #000000; - line-height: 34px; - padding: 4px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Arial; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 17px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; - margin-top: -13px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #ffffff; - border: 1px solid #ebebeb; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #ebebeb; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 14px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - height: 3px; - -webkit-border-top-left-radius: 1px; - -webkit-border-bottom-left-radius: 1px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 1px; - -moz-border-radius-bottomleft: 1px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 1px; - border-bottom-left-radius: 1px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - background: #65a0ff; - border: none; -} -.webix_slider_box .webix_slider_right { - height: 3px; - background: #dedede; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 1px; - -webkit-border-bottom-right-radius: 1px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 1px; - -moz-border-radius-bottomright: 1px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 1px; - border-bottom-right-radius: 1px; - border: none; -} -.webix_slider_box .webix_slider_handle { - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - width: 18px; - height: 18px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border: 1px solid #dedede; - background: #ffffff; - box-shadow: 0 1px rgba(0, 0, 0, 0.02); - top: 10px; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 14px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - height: 2px; - background: #65a0ff; - border: none; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - height: 2px; - background: #dedede; - border: none; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - background-color: #65a0ff; - border: 1px solid #65a0ff; - background-image: none; - width: 18px; - height: 18px; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - box-shadow: 0 0 0 1px #ffffff; - top: 9px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #dedede; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #65a0ff; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #f2f2f2; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #f1f1f1; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #4d4d4d; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #f1f1f1; - border-color: #f1f1f1; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #606060; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #606060; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #ffffff; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 9px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #f1f1f1; - box-shadow: inset 0 0 1px 2px #f1f1f1; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #dedede; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #000000; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 17px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #ffffff; - border-radius: 4px; - border: 1px solid #dedede; - cursor: pointer; - font-size: 17px; - font-family: Arial; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -/*[L]*/ -/*[L]*/ -.webix_accordionitem .webix_accordionitem_header { - background: #ffffff; - color: #65a0ff; - line-height: 42px; -} -.webix_accordionitem.collapsed { - color: #65a0ff; - background: #ffffff; -} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button { - color: #65a0ff; - background-image: none !important; - font-family: FontAwesome; - font-size: 22px; - text-align: center; - width: 24px; - height: 42px; - margin: 0 16px 0 16px; -} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f100'; -} -.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { - content: '\f102'; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f101'; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f103'; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - height: 39px; - margin: 1px 21px 0 21px; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button:before { - content: '\f102'; -} -.webix_accordionitem.vertical > .webix_accordionitem_header.collapsed .webix_accordionitem_button:before { - content: '\f103'; -} -.webix_toolbar .webix_el_segmented label { - padding-top: 2px; -} -.webix_toolbar .webix_view { - color: #ffffff; - font-size: 17px !important; -} -.webix_toolbar.webix_layout_toolbar .webix_el_label, -.webix_toolbar.webix_layout_toolbar .webix_inp_label { - color: #ffffff; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text, -.webix_toolbar.webix_layout_toolbar .webix_img_btn_top .webix_icon, -.webix_toolbar.webix_layout_toolbar .webix_el_icon, -.webix_toolbar.webix_layout_toolbar .webix_img_btn, -.webix_toolbar.webix_layout_toolbar .webix_icon_btn, -.webix_toolbar.webix_layout_toolbar .webix_icon_button .webix_icon { - color: #ffffff; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs .webix_icon, -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text { - color: #65a0ff; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #ffffff; - text-align: center; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn .webix_icon_btn { - height: 100%; - width: 34px; - border-radius: 50%; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - background-color: #ffffff; - font-size: 20px; - color: #65a0ff; - margin: 0 3px; - width: 100%; - box-shadow: 0 -1px #5b9aff; - vertical-align: top; - line-height: inherit; -} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs { - color: #ffffff; -} -.webix_toolbar.webix_layout_subbar { - background: transparent; -} -.webix_toolbar.webix_layout_subbar .webix_view { - color: #000000; -} -.webix_view .webix_win_head > .webix_view > .webix_template { - color: #65a0ff !important; - background: #ffffff; - font-size: 17px; -} -.webix_modal_box .webix_popup_title { - color: #65a0ff !important; - background: #ffffff; - font-size: 17px; - border-bottom: 1px solid #b8b8b8 !important; - text-shadow: none !important; -} -.webix_modal_box .webix_popup_text { - color: #000000; -} -.webix_modal_box { - color: #000000; - background: #fff !important; - border: 1px solid #b8b8b8 !important; -} -.confirmButton { - background-color: #65a0ff; - color: #ffffff; - font-size: 17px; - border: 1px solid #65a0ff; -} -.webix_popup_button { - border-width: 0; -} -.webix_alert .webix_popup_button div, -.webix_confirm-warning .webix_popup_button div, -.webix_confirm-error .webix_popup_button div { - background-color: #ffffff; - color: #65a0ff; -} -.webix_popup .webix_win_body > .webix_view { - border-color: transparent; -} -.webix_info, -.webix_error { - -webkit-border-top-left-radius: 3px; - -webkit-border-bottom-left-radius: 3px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - -moz-border-radius-topleft: 3px; - -moz-border-radius-bottomleft: 3px; - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 3px; - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} -.webix_info div { - -webkit-border-top-left-radius: 3px; - -webkit-border-bottom-left-radius: 3px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - -moz-border-radius-topleft: 3px; - -moz-border-radius-bottomleft: 3px; - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 3px; - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} -.webix_popup_controls { - -webkit-border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-topleft: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.webix_popup_button, -.webix_button { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_popup_button div { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_dtable .webix_ss_right .webix_column.webix_first > div { - border-left: 1px solid transparent; -} -.webix_dtable .webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid transparent; -} -.webix_dtable .webix_hs_right td.webix_first { - border-left: 1px solid #ffffff; -} -.webix_dtable .webix_column:nth-child(odd) .webix_cell { - background: rgba(101, 160, 255, 0.07); -} -.webix_dtable .webix_column:nth-child(odd) .webix_cell.webix_cell_select, -.webix_dtable .webix_column:nth-child(odd) .webix_cell.webix_row_select { - color: #000000; - background: #f1f1f1; -} -.webix_ss_header tr:nth-child(2) td { - border-top: 1px solid transparent ; -} -.webix_hcell.webix_ss_filter { - padding: 0 !important; -} -.webix_ss_filter select, -.webix_ss_filter input { - border-color: #65a0ff !important; - background: #ffffff; - border-radius: 0; - height: 42px !important; - line-height: 42px !important; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - font-size: 14px; - font-family: FontAwesome; - top: 50%; - line-height: 1px; - bottom: auto; - float: none; - width: 12px; -} -.webix_ss_sort_asc:before { - content: '\f106'; -} -.webix_ss_sort_desc:before { - content: '\f107'; -} -.webix_dtable .webix_ss_vscroll_header { - border-bottom: 1px solid #65a0ff; - border-left: 1px solid #65a0ff; -} -.webix_grouplist .webix_list_item .webix_arrow_icon { - font-size: 24px; - color: #dedede; -} -.webix_list_item.webix_group_back { - color: #65a0ff; - background: #ffffff; -} -.webix_list_item.webix_group_back .webix_arrow_icon { - color: #65a0ff; -} -.webix_list .webix_unit_header { - font-style: normal; - font-weight: normal; - margin-top: -1px; - color: #ffffff; - background: -webkit-gradient(linear, left top, left bottom, #ffffff 0%, #ffffff 17px, #65a0ff 17px, #ffffff 18px); - background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 17px, #65a0ff 17px, #ffffff 18px); - background-image: -moz-linear-gradient(top, #ffffff 17px, #65a0ff 17px, #ffffff 18px); - background-image: -ms-linear-gradient(top, #ffffff 17px, #65a0ff 17px, #ffffff 18px); - background-image: -o-linear-gradient(top, #ffffff 17px, #65a0ff 17px, #ffffff 18px); -} -.webix_list .webix_unit_header:first-child { - margin-top: 0px; -} -.webix_unit_header_inner { - display: inline-block; - margin-top: 5px; - height: 24px; - width: auto; - min-width: 24px; - line-height: 24px; - text-align: center; - -webkit-border-top-left-radius: 12px; - -webkit-border-bottom-left-radius: 12px; - -webkit-border-top-right-radius: 12px; - -webkit-border-bottom-right-radius: 12px; - -moz-border-radius-topleft: 12px; - -moz-border-radius-bottomleft: 12px; - -moz-border-radius-topright: 12px; - -moz-border-radius-bottomright: 12px; - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; - background: #65a0ff; - padding: 0 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_menu.webix_view .webix_list_item.webix_selected { - background-color: #f1f1f1; -} -.webix_list_item .webix_submenu_icon { - width: 0px; - height: 0px; - border-width: 4px; - border-style: solid; -} -.webix_menu .webix_list_item .webix_submenu_icon { - border-color: transparent transparent transparent #000000; -} -.webix_view.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 0px 10px 0 9px; -} -.webix_tree .webix_tree_item.webix_selected { - background: #f1f1f1; - color: #65a0ff; -} -.webix_tree_item.webix_selected .webix_tree_open + span, -.webix_tree_item .webix_tree_open + span, -.webix_tree_item.webix_selected .webix_tree_open + div + span, -.webix_tree_item .webix_tree_open + div + span { - color: #65a0ff; -} -.webix_tree .webix_tree_item { - box-shadow: 0 1px #dedede; - line-height: 42px; -} -.webix_tree .webix_tree_open, -.webix_tree .webix_tree_close { - background-image: none; - font-family: FontAwesome; - font-size: 20px; - text-align: center; -} -.webix_tree .webix_tree_close { - color: #000000; -} -.webix_tree .webix_tree_open { - color: #65a0ff; -} -.webix_tree .webix_tree_open:before { - content: "\f107"; -} -.webix_tree .webix_tree_close:before { - content: "\f105"; -} -.webix_grid_body .dhx_td:nth-child(odd) { - background: rgba(101, 160, 255, 0.07); -} -.webix_grid_body .webix_column:nth-child(odd) .webix_cell.webix_cell_select, -.webix_grid_body .webix_column:nth-child(odd) .webix_cell.webix_row_select { - color: #000000; - background: #f1f1f1; -} -.webix_canvas_text.webix_axis_title_x, -.webix_canvas_text.webix_axis_title_y, -.dhx_chart_legend_item { - font-size: 13px; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_control { - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} -.webix_control input, -.webix_control div, -.webix_control textarea { - outline: none !important; -} -.webix_control .webix_inp_label, -.webix_control .webix_label_right, -.webix_control > label { - font-size: 17px; - color: #666666; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right, -.webix_el_label { - text-transform: none !important; -} -.webix_layout_form .webix_control { - border-top: 1px solid #dedede !important; -} -.webix_layout_form .webix_control.webix_el_button, -.webix_layout_form .webix_control.webix_el_toggle, -.webix_layout_form .webix_control.webix_el_icon { - border-top: none !important; -} -.webix_layout_form .webix_scroll_cont > .webix_control:first-child { - border-top: none !important; -} -.dhx_el_button .dhx_icon_btn { - color: #000000; -} -.dhx_el_button .dhx_img_btn_top .webix_icon { - color: #000000; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_select select, -div.webix_inp_static, -.webix_el_textarea textarea { - font-family: Arial; - font-size: 17px; - color: #000000; - -webkit-appearance: none; - background: #ffffff; - border-color: #ffffff; -} -div.webix_inp_static { - padding-top: 0px ; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_colorpicker .webix_input_icon { - color: #dedede !important; - font-size: 24px !important; - right: 8px !important; -} -.webix_el_search .webix_input_icon, -.webix_el_datepicker .webix_input_icon { - color: #dedede !important; - font-size: 23px !important; - right: 8px !important; -} -.webix_el_textarea textarea { - border-color: #ffffff !important; -} -.webix_el_checkbox input { - border-color: #65a0ff; -} -.webix_el_counter .webix_inp_counter_value { - border-color: #65a0ff; - box-shadow: 0 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.1) inset; -} -.webix_el_counter .webix_inp_counter_prev, -.webix_el_counter .webix_inp_counter_next { - padding: 0 10px; - -webkit-appearance: none; - background: #65a0ff; - font-size: 17px !important; - border: 1px solid #65a0ff !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - width: 34px; - font-weight: bold; - font-family: "Courier New", Courier, monospace; - color: #ffffff; - font-size: 17px; - border: 1px solid #65a0ff; -} -.webix_el_counter .webix_inp_counter_prev { - font-size: 22px !important; -} -.webix_el_counter .webix_inp_counter_next { - font-size: 22px !important; -} -.webix_view.webix_control.webix_el_tabbar { - background: transparent; -} -.webix_item_tab { - font-size: 17px; - border-bottom: 1px solid #dedede !important; - border-left-width: 1px !important; -} -.webix_tab_filler:first-child { - border-right: 0 !important; -} -.passiveBarBG { - background-color: #ebebeb; -} -.activeBarBG { - color: #000000; - border-bottom: 1px solid #ffffff !important; - border: 1px solid #dedede; - background: #ffffff; -} -.webix_after_all_tabs { - background: #ffffff; -} -.webix_tab_more_icon { - border-bottom: 1px solid #dedede; -} -.webixtype_bottom .webix_item_tab, -.webixtype_bottom .webix_item_tab.webix_selected { - border: 1px solid #ffffff !important; - border-left-width: 0 !important; - background: #65a0ff; - color: #ffffff; -} -.webixtype_bottom .webix_item_tab:last-child, -.webixtype_bottom .webix_item_tab.webix_selected:last-child { - border-right: 0 !important; -} -.webixtype_bottom .webix_item_tab.webix_selected { - background: #3c87ff !important; - color: #ffffff !important; -} -.webixtype_bottom .webix_tab_more_icon { - background: #65a0ff; - color: #ffffff; - border-top: 1px solid #ffffff; - border-bottom: 1px solid #ffffff; -} -.webix_el_tabbar .webixtype_icon { - background: #65a0ff; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - color: #65a0ff; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - height: 100%; - width: 34px; - border-radius: 50%; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - background-color: #ffffff; - font-size: 20px; - color: #65a0ff; - margin: 0 3px; - width: 100%; - box-shadow: 0 -1px #5b9aff; - vertical-align: top; - line-height: inherit; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-size: 24px; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected { - background: #3c87ff; -} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_icon, -.webix_el_tabbar .webixtype_image .webix_icon { - color: #ffffff; - font-size: 22px; - top: 0 !important; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected { - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - background: #3c87ff; - box-shadow: 0 0 0 1px #65a0ff inset; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn { - background-color: #3c87ff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn { - color: #ffffff; -} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn_text, -.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn_text { - bottom: 0; -} -.webix_el_tabbar .webixtype_iconTop .dhx_tab_more_icon, -.webix_el_tabbar .webixtype_image .dhx_tab_more_icon { - color: #ffffff; -} -.webix_el_tabbar .webixtype_icon, -.webix_el_tabbar .webixtype_iconTop, -.webix_el_tabbar .webixtype_image { - background: #65a0ff; - /*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: @tabbarBgColor !important; - }*/ -} -.webix_el_tabbar .webixtype_icon .webix_tab_filler, -.webix_el_tabbar .webixtype_iconTop .webix_tab_filler, -.webix_el_tabbar .webixtype_image .webix_tab_filler { - border-bottom-color: #65a0ff !important; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 4px 0; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - color: #ffffff; - background: #65a0ff; - border-color: #65a0ff; - border-bottom: 1px solid #65a0ff !important; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn, -.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn { - color: #ffffff; -} -.dhx_el_button .dhxtype_next { - box-shadow: -0.5px 1px rgba(0, 0, 0, 0.3); -} -.webixtype_danger:active { - background: #e9594a !important; -} -.webix_el_box .webix_img_btn_abs:active + input { - background: #7fb0ff; -} -.webix_el_box .webixtype_form { - color: #ffffff; - background: #12c070; - text-shadow: none !important; - color: #ffffff !important; - border-color: #12c070 !important; - font-size: 17px !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); -} -.webix_el_box .webixtype_form:active { - background-color: #10ad65; -} -.webixtype_base:active, -.webix_inp_counter_next:active, -.webix_inp_counter_prev:active { - background-color: #5193ff; -} -.webix_segment_1, -.webix_segment_N { - margin-left: -1px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - border: 1px solid #65a0ff; - background: #ffffff; - color: #65a0ff; - box-shadow: none; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -11px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 3px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 2px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - left: 0px; - width: 18px; - height: 18px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_box .webix_slider_left, -.webix_slider_vertical.webix_slider_alt .webix_slider_box .webix_slider_right { - width: 2px; -} -.webix_rangeslider .webix_slider_title_box { - height: 21px; -} -.webix_img_btn_top .webix_img_btn_text { - font-size: 14px; - bottom: 4px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_img_btn_text { - color: #ffffff; - font-size: 14px; - bottom: 6px; -} -.webix_custom_checkbox:before { - content: "\2713"; - color: #65a0ff; - font-weight: bold; - font-size: 27px; - height: 18px; - display: block; - line-height: 18px; - padding-left: 2px; - width: 18px; -} -.webix_checkbox_0 .webix_custom_checkbox:before { - visibility: hidden; -} -.webix_custom_checkbox { - float: left; - width: auto; - background-color: #ffffff; - margin-top: 7px; - height: 20px; - width: 20px; - padding: 0; - border: 1px solid #dedede; - -webkit-border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.webix_el_radio .webix_custom_radio:before { - content: " "; - background-color: #ffffff; -} -.webix_el_radio .webix_custom_radio:before { - content: " "; - margin: 4px; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - display: inline-block; - width: 10px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - height: 10px; - background-color: #65a0ff; -} -.webix_el_radio .webix_radio_0 .webix_custom_radio:before { - visibility: hidden; -} -.webix_el_radio .webix_custom_radio { - display: block; - height: 20px; - width: 20px; - padding: 0; - background-color: #ffffff; - border: 1px solid #dedede; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; -} -.webix_el_radio .webix_label_right { - color: #000000; - font-size: 17px; -} -.webix_img_btn:hover, -.webix_img_btn_top:hover { - background-color: transparent !important; -} -.webix_img_btn:active, -.webix_img_btn_top:active { - background-color: transparent !important; -} -.section { - background-image: none; - background-color: #ffffff; - color: #000000; - padding-left: 5px; - text-transform: none; - padding-left: 0; -} -.sectionInner { - font-size: 17px; - padding-left: 0; - padding-right: 0; -} -.sectionLayoutInner { - padding-left: 0; - padding-right: 0; -} -.webix_cal_body .webix_cal_today { - background-color: #ffffff; - color: #000000; -} -.webix_cal_body .webix_cal_today span { - border: 1px solid #65a0ff; -} -.webix_cal_body .webix_cal_day, -.webix_cal_body .webix_cal_week_num { - font-size: 15px; -} -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - background: #ffffff !important; - color: #000000; -} -.webix_cal_body .webix_cal_today span, -.webix_cal_body .webix_cal_select span, -.webix_cal_body .webix_cal_select.webix_cal_today span { - height: 34px; - width: 34px; - -webkit-border-top-left-radius: 50%; - -webkit-border-bottom-left-radius: 50%; - -webkit-border-top-right-radius: 50%; - -webkit-border-bottom-right-radius: 50%; - -moz-border-radius-topleft: 50%; - -moz-border-radius-bottomleft: 50%; - -moz-border-radius-topright: 50%; - -moz-border-radius-bottomright: 50%; - border-top-left-radius: 50%; - border-bottom-left-radius: 50%; - border-top-right-radius: 50%; - border-bottom-right-radius: 50%; - display: inline-block; -} -.webix_cal_body .webix_cal_select span, -.webix_cal_body .webix_cal_select.webix_cal_today span { - color: #ffffff; - background: #65a0ff !important; - border: 1px solid #65a0ff; -} -.webix_cal_body .webix_selected { - background-color: #ffffff !important; - color: #65a0ff !important; -} -.webix_cal_body .webix_cal_event { - color: #65a0ff; -} -.webix_cal_body .webix_cal_outside { - font-weight: normal; - color: #b3b3b3; -} -.webix_cal_body .webix_cal_day, -.webix_cal_body .webix_cal_week_num { - line-height: 34px; -} -.calTimepicker { - font-size: 17px; - padding: 0 20px; -} -.calTimepicker div { - border-top-width: 0 !important; - padding-bottom: 6px; -} -.calTimepicker .webix_icon { - font-size: 22px; -} -.webix_time_footer .webix_cal_done, -.webix_cal_footer .webix_cal_done { - -webkit-appearance: none; - background: #65a0ff; - color: #ffffff; - font-size: 17px !important; - border: 1px solid #65a0ff !important; - box-shadow: 0 1px rgba(0, 0, 0, 0.3); - height: 30px; -} -.webix_cal_month { - line-height: 20px; - text-align: center; - font-size: 17px; - font-weight: bold; -} -.webix_view > .webix_cal_header div { - font-size: 12px !important; -} -.webix_cal_month_name { - font-size: 16px; - font-weight: normal; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 0px; -} -.webix_daterange .webix_range_footer .webix_template { - padding: 10px 0px; -} -.webix_cal_range, -.webix_cal_body .webix_cal_today.webix_cal_range { - background-color: #f1f1f1; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - background-color: #27ae60; - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); -} -.webix_progress_top .webix_progress_state { - background-size: 10px 10px; -} -.webix_progress_bottom .webix_progress_state { - background-size: 14px 14px; -} -.webix_skin_mark { - height: 190px; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - font-size: 17px; - color: #ffffff; - background: #65a0ff; - border-top: 1px solid #ffffff; - border-bottom: none; - border-right: 1px solid #ffffff; - border-bottom: 1px solid #ffffff; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #fafafa; - border-right: 1px solid #ffffff; - border-top: 1px solid #ffffff; - border-bottom: 1px solid #ffffff; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #4d4d4d; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/debug/web.css b/v3/js/libs/webix/skins/debug/web.css deleted file mode 100644 index e9ddf20..0000000 --- a/v3/js/libs/webix/skins/debug/web.css +++ /dev/null @@ -1,6839 +0,0 @@ -.webix_view { - font-family: Tahoma, Arial; - font-size: 12px; - color: #1e2022; - -webkit-font-smoothing: antialiased; - cursor: default; - overflow: hidden; - border: 0px solid #9da8ad; - background-color: #ffffff; - white-space: normal; - -webkit-appearance: none; -} -.webix_view.webix_form { - background-color: #ffffff; - /*.webix_view{ - background-color: @backColor; - }*/ -} -body { - -webkit-tap-highlight-color: transparent !important; -} -/* - webix_layout_{type} - known types are: line, clean, wide, space; -*/ -.webix_abslayout { - position: relative; -} -.webix_abslayout > .webix_view { - position: absolute !important; -} -.webix_layout_space { - background-color: #ffffff; -} -.webix_layout_wide { - background-color: #ffffff; -} -.webix_layout_line, -.webix_multiview, -.webix_layout_clean, -.webix_layout_accordion { - background: transparent; -} -.webix_overlay { - width: 100%; - height: 100%; - position: absolute; - z-index: 10; - text-align: center; - padding-top: 10px; -} -.webix_view > .webix_disabled { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - background-color: #ddd; - opacity: 0.4; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); - z-index: 1; -} -.webix_disabled_view { - overflow: hidden !important; - position: relative; -} -body.webix_full_screen { - margin: 0; - padding: 0; - overflow: hidden; -} -.webix_noselect, -.webix_noselect div { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selectable { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_template { - height: 100%; - padding: 10px; - padding-left: 10px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_clean { - background: transparent; -} -.webix_clean .webix_template { - padding: 0px; -} -.webix_section { - padding-left: 30px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg=="); - background-repeat: repeat-x; - background-position: 7px; - color: #444; - font-size: 10px; - text-transform: uppercase; - line-height: 28px; -} -.webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; - display: inline; -} -.webix_layout_space > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_wide > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_layout_line > .webix_section > .webix_template, -.webix_layout_clean > .webix_section > .webix_template { - padding: 0px 8px; - background-color: #ffffff; -} -.webix_header > div { - padding-left: 10px; - font-family: Trebuchet MS; - font-style: italic; - color: #ffffff; - font-size: 14px; - background: #6e95ad; - line-height: 26px; - line-height: 28px; - padding-top: 0; - padding-bottom: 0; -} -.webix_header > div .webix_inp_label, -.webix_header > div .webix_el_label { - color: #ffffff; -} -.webix_spacer { - background: transparent; -} -.webix_view_animate { - position: relative; - width: 100%; - height: 100%; -} -x\:ui { - display: none; -} -.webix_view.webix_flexlayout { - display: flex !important; - flex-wrap: wrap; - flex-direction: row; - overflow: hidden; - box-sizing: border-box; -} -.webix_flexlayout > div { - display: block !important; -} -.webix_view_align { - background: transparent; -} -/*Focusing*/ -.webix_view div, -.webix_view span, -.webix_view a.webix_list_item { - outline: none; -} -.webix_view div:focus, -.webix_view span:focus, -.webix_view a.webix_list_item:focus, -.webix_view.webix_window:focus { - outline-color: #727981; - outline-style: dotted; - outline-width: 1px; -} -textarea, -input, -select, -button, -.webix_view div.webix_inp_static:focus { - outline: none; -} -.webix_resize_area { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.webix_resize_handle_x .webix_handle_content, -.webix_resize_handle_y .webix_handle_content { - width: 100%; - height: 100%; - background: rgba(100, 100, 100, 0.1); - border: 1px dotted #9fa5aa; -} -.webix_resize_handle_x { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - cursor: ew-resize; - width: 1px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_x .webix_handle_content { - border-width: 0px 1px; -} -.webix_resize_origin_x { - cursor: ew-resize; - width: 3px; - height: 100%; - position: absolute; - z-index: 2; - top: 0px; -} -.webix_resize_handle_y { - cursor: ns-resize; - height: 1px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resize_handle_y .webix_handle_content { - border-width: 1px 0px; -} -.webix_resize_origin_y { - cursor: ns-resize; - height: 3px; - width: 100%; - position: absolute; - z-index: 2; - left: 0px; -} -.webix_resizer.webix_disabled_view { - cursor: default; -} -.webix_resizer_vy { - cursor: ns-resize; - margin-top: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; -} -.webix_resizer_vx { - cursor: ew-resize; - margin-left: 0px !important; - border: 0px !important; - padding: 0px !important; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; -} -.webix_resizer_y { - cursor: ns-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==") no-repeat center center; - background-color: #ffffff; -} -.webix_resizer_x { - cursor: ew-resize; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC") no-repeat center center; - background-color: #ffffff; -} -.webix_accordionitem_body { - position: relative; -} -.webix_accordionitem_header { - border-bottom: 1px solid #9da8ad; - position: relative; - z-index: 2; - font-family: Trebuchet MS; - font-style: italic; - color: #ffffff; - font-size: 14px; - background: #6e95ad; - line-height: 26px; - cursor: pointer; - overflow: hidden; -} -.webix_accordionitem_header .webix_inp_label, -.webix_accordionitem_header .webix_el_label { - color: #ffffff; -} -/* IE8 */ -.webix_ie.horizontal > .webix_accordionitem_header.collapsed { - -ms-writing-mode: tb-lr; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_label { - padding-left: 0; - padding-top: 10px; -} -.webix_ie.horizontal > .webix_accordionitem_header.collapsed .webix_accordionitem_button { - margin: 0; -} -.webix_accordionitem_label { - height: 100%; - padding-left: 10px; -} -.webix_accordionitem_button { - float: right; - position: relative; - height: 11px; - width: 11px; - margin: 11px 11px; -} -/* -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconUp; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} - -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconLeft; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconRight; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button{ - .accIconDown; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header{ - .webix_accordionitem_button{ - .accIconUp; - } -}*/ -.webix_carousel { - position: relative; -} -.webix_nav_panel { - bottom: 15px; - height: auto; - line-height: 8px; - overflow: hidden; - position: absolute; - text-align: center; -} -.webix_nav_item { - display: inline-block; - height: 8px; - padding: 6px 5px 6px 4px; - width: 8px; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_nav_item div { - border-radius: 50%; - display: block; - height: 8px; - width: 8px; -} -.webix_nav_inactive div { - border: 1px solid rgba(0, 0, 0, 0.15); - filter: alpha(opacity=60); - opacity: 0.6; - background: #ffffff; -} -.webix_nav_active div { - border: 1px solid rgba(0, 0, 0, 0.1); - background: #ffffff; -} -.webix_nav_button_prev, -.webix_nav_button_next { - cursor: pointer; - display: block; - height: 24px; - position: absolute; - width: 24px; -} -.webix_nav_button_prev .webix_nav_button_inner, -.webix_nav_button_next .webix_nav_button_inner { - height: 100%; - width: 100%; -} -.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII="); -} -.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII="); -} -.webix_nav_panel_corner { - right: 73px; -} -.webix_nav_button_corner.webix_nav_button_prev { - bottom: 13px; - right: 37px; -} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_corner.webix_nav_button_next { - bottom: 13px; - right: 7px; -} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_panel_side { - margin: 0 auto; - left: 0; - width: 100%; -} -.webix_nav_button_side { - height: 34px; - width: 21px; - top: 50%; - margin-top: -17px; -} -.webix_nav_button_side.webix_nav_button_next { - left: auto; - right: 15px; -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg=="); -} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_nav_button_side.webix_nav_button_prev { - left: 15px; - right: auto; -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - opacity: 0.8; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII="); -} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover { - opacity: 1; -} -.webix_carousel > .webix_scroll_x, -.webix_carousel > .webix_scroll_y { - background-color: rgba(0, 0, 0, 0); -} -.webix_dark .webix_nav_inactive div { - background-color: #95a5a6; -} -.webix_dark .webix_nav_active div { - background-color: #7f8c8d; -} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg=="); -} -.webix_dark .webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII="); -} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC"); -} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC"); -} -.webix_list_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #d5d9db; - text-align: left; -} -.webix_list_item.webix_invalid { - background-color: #ffeeee; -} -.webix_list_item.webix_selected { - color: #1e2022; - background: #ffedbc; -} -.webix_list .webix_list_item.webix_selected { - border-bottom: 1px solid #ffe6a3; - box-shadow: 0 -1px #ffe6a3; - padding: 2px 10px; -} -.webix_group { - position: relative; -} -.webix_group_back, -.webix_group_back.webix_selected { - position: relative; - background: #d8eaf6; - font-family: Tahoma, Arial; - font-size: 12px; - color: #1e2022; -} -.webix_group_back .webix_arrow_icon, -.webix_group_back.webix_selected .webix_arrow_icon { - color: #1e2022; -} -.webix_arrow_icon { - position: absolute; - top: 50%; - bottom: 50%; - margin-top: -12px; - right: 15px; - width: 9px; - height: 22px; - line-height: 22px; - color: #1e2022; - font-size: 18px; - font-family: FontAwesome; -} -.webix_arrow_icon:before { - content: '\f105'; -} -.webix_group_back { - padding-left: 29px; -} -.webix_group_back .webix_arrow_icon { - left: 11px; -} -.webix_group_back .webix_arrow_icon:before { - content: '\f104'; -} -.dhx_pagelist { - position: relative; -} -.webix_list_count { - float: right; - width: 25px; - font-size: 14px; - text-align: center; - margin-right: 45px; - box-shadow: 0 1px 0 #000000; - text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); -} -.webix_unit_header { - padding: 0 10px; - line-height: 19px; - text-align: left; - background-color: #d8eaf6; -} -.webix_list-x .webix_list_item { - display: inline-block; - vertical-align: top; - border-right: 1px solid #d5d9db; - border-bottom: none; -} -.webix_list-x .webix_list_item.webix_selected { - border-left: 1px solid #ffe6a3; - border-right: 1px solid #ffe6a3; - padding-left: 9px; -} -.webix_list-x .webix_scroll_cont { - display: inline-block; -} -.webix_view.webix_list-x { - white-space: nowrap; -} -/* Style for disabled items */ -.webix_list_item.webix_disabled { - color: #8b949e; -} -.webix_list_item.webix_disabled .webix_submenu_icon { - visibility: hidden; -} -/*button of pager*/ -.webix_view.webix_pager { - padding: 2px 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background-color: transparent; -} -.webix_pager_item, -.webix_pager_item_selected { - padding: 0 6px; - text-align: center; - height: 100%; - width: auto; - min-width: 32px; - border: 1px solid #9da8ad; - margin: 0 2px; - cursor: pointer; - background-color: white; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Tahoma, Arial; - font-size: 12px; -} -/*selected button of pager*/ -.webix_pager_item_selected { - cursor: default; - background-color: #ffedbc; - border: 1px solid #ffe6a3; -} -.webix_animation .webix_ss_header { - position: relative; - z-index: 10; -} -.webix_animation .webix_ss_footer, -.webix_animation .webix_vscroll_x { - position: absolute; - bottom: 0px; - z-index: 10; -} -/*helper for allowing selection*/ -.webix_allow_selection { - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -/*default item in dataview*/ -.webix_dataview_item { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 10px; - line-height: 23px; - cursor: pointer; - border-bottom: 1px solid #d5d9db; - text-align: left; - border-right: 1px solid #d5d9db; -} -/*default item in selected state*/ -.webix_dataview_item.webix_selected { - color: #1e2022; - background: #ffedbc; - border-bottom: 1px solid #ffe6a3; - border-right: 1px solid #ffe6a3; -} -.webix_dataview_item.webix_invalid { - background-color: #ffeeee; -} -/*chart container*/ -.webix_chart { - position: relative; - font-family: Tahoma, Arial; - font-size: 13px; - color: #1e2022; - overflow: hidden; - z-index: 1; -} -.webix_chart canvas { - position: absolute; -} -/*labels*/ -.webix_canvas_text { - position: absolute; - text-align: center; - overflow: hidden; - white-space: nowrap; - font-size: 12px; - z-index: 100; -} -/*map*/ -.webix_map_img { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - border: 0px; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -/*scales*/ -.webix_axis_item_y { - position: absolute; - height: 18px; - line-height: 18px; - /*line-height:10px;*/ - margin-top: -4px; - text-align: right; -} -.webix_axis_item_x { - padding-top: 2px; -} -.webix_axis_title_x { - text-align: center; - font-size: 13px; -} -.webix_axis_title_y { - text-align: center; - font-family: Verdana; - font-size: 13px; - /*safari*/ - -webkit-transform: rotate(-90deg); - /*firefox*/ - -moz-transform: rotate(-90deg); - /*opera*/ - -o-transform: rotate(-90deg); - /*IE9*/ - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - padding-left: 3px; -} -.webix_ie_filter { - /*IE8*/ - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -/*legend block*/ -.webix_chart_legend { - position: absolute; - z-index: 1000; -} -.webix_chart_legend_item { - height: 18px; - line-height: 18px; - padding: 2px; -} -.webix_chart_legend_item.hidden { - color: #9aa0a5; -} -.webix_axis_item_y.webix_radar { - color: #555; - font-size: 11px; - padding-right: 3px; - height: 13px; - line-height: 13px; - margin-top: 0px; -} -.webix_canvas_text.webix_axis_radar_title { - margin-top: 0px; - padding-top: 0px; - color: #4e5358; - font-size: 12px; -} -.webix_axis_item_y, -.webix_axis_item_x { - color: #4e5358; -} -/*data frame*/ -.webix_chart_frame { - background-color: #a0cfef; - height: 100%; - opacity: 0.3; - position: absolute; - top: 0; - z-index: 150; - border-left: 1px solid #3498db; - border-right: 1px solid #3498db; - cursor: w-resize; -} -.webix_chart_resizer { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-position: 3px center; - background-repeat: no-repeat; - border-radius: 2px; - height: 20px; - bottom: 0; - width: 11px; - z-index: 200; - position: absolute; - background-color: #fff; - border: 1px solid #cccccc; - cursor: w-resize; -} -.webix_wresize_cursor { - cursor: w-resize; -} -.webix_vscroll_x { - height: 0px; - width: 100%; - overflow-y: hidden; - overflow-x: scroll; -} -.webix_vscroll_y { - width: 0px; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} -.webix_vscroll_body { - width: 16px; - height: 16px; -} -.webix_scroll_x { - width: 50px; - height: 4px !important; - left: 1px; - bottom: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_scroll_y { - width: 4px !important; - height: 50px; - top: 1px; - right: 3px; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - position: absolute; - border-radius: 4px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_c_scroll_y { - position: absolute; - z-index: 3; - width: 10px; - right: 0px; -} -.webix_c_scroll_y > div { - -moz-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: width 0.3s 0.2s, margin 0.3s 0.2s; - width: 4px; - height: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 0px 3px; -} -.webix_c_scroll_y:hover > div, -.webix_c_scroll_y.webix_scroll_active div { - width: 10px; - margin: 0px; -} -.webix_c_scroll_x { - position: absolute; - z-index: 3; - height: 10px; - bottom: 0px; -} -.webix_c_scroll_x > div { - -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s; - height: 4px; - width: 100%; - background-color: silver; - background: rgba(0, 0, 0, 0.4); - border-radius: 4px; - margin: 3px 0px; -} -.webix_c_scroll_x:hover > div, -.webix_c_scroll_x.webix_scroll_active div { - height: 10px; - margin: 0px; -} -.webix_c_scroll_bar_y, -.webix_c_scroll_bar_x { - position: absolute; - background: rgba(0, 0, 0, 0.05); -} -.webix_c_scroll_bar_y { - height: 100%; - width: 10px; - right: 0px; -} -.webix_c_scroll_bar_x { - width: 100%; - height: 10px; - bottom: 0px; -} -.webix_scroll_cont { - width: 100%; - height: auto; - overflow: hidden; - clear: both; -} -.webix_scroll_touch_ie { - touch-action: none; -} -.webix_dt_editor { - position: absolute; - z-index: 2; - overflow: visible; - background: white; -} -.webix_dt_editor input, -.webix_dt_editor select { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - /* to look perfect in IE it must be 1/9/0/9 */ - padding: 1px 8px 0px 9px; - margin: 0px; - border: 1px solid #ffd700; - height: 100%; - font-family: Tahoma, Arial; - font-size: 12px; - color: #1e2022; -} -.webix_dt_editor input[type="checkbox"] { - margin: 6px 8px 4px 14px; - height: auto; - width: auto; -} -.webix_dt_editor select { - padding-right: 0px; - padding-left: 5px; -} -.webix_clipbuffer { - width: 2000px; - height: 1px; - padding: 0; - margin: 0; - border: 0; - left: 0px; - top: 0px; - white-space: pre-wrap; - position: fixed; - filter: alpha(opacity=0); - opacity: 0; - pointer-events: none; - cursor: default; -} -.webix_message_area { - position: fixed; - right: 5px; - width: 250px; - z-index: 1000; -} -.webix_info { - min-width: 120px; - padding: 4px 4px 4px 20px; - font-family: Tahoma, Arial; - z-index: 10000; - overflow: hidden; - margin: 5px; - margin-bottom: 10px; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} -.webix_no_transition { - -webkit-transition: none; - -moz-transition: none; - transition: none; -} -.webix_info.hidden { - height: 0px; - min-height: 0px; - padding-top: 0px; - padding-bottom: 0px; - border-width: 0px; - margin-top: 0px; - margin-bottom: 0px; - overflow: hidden; -} -.webix_modal_box { - overflow: hidden; - display: inline-block; - min-width: 250px; - width: 250px; - text-align: center; - position: fixed; - background-color: #ffffff; - box-shadow: 0px 3px 6px #c8c8c8; - font-family: Tahoma, Arial; - z-index: 20000; - border-radius: 0px; - border: 1px solid #ffffff; - outline: none; -} -.webix_popup_title { - border-top-left-radius: -1px; - border-top-right-radius: -1px; - border-width: 0px; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC); - background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); - background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%); -} -.webix_info, -.webix_popup_button, -.webix_button { - cursor: pointer; -} -.webix_popup_text { - overflow: hidden; -} -.webix_popup_controls { - border-radius: 6px; - padding: 5px 10px 10px; -} -.webix_popup_button, -.webix_button { - height: 22px; - line-height: 22px; - display: inline-block; - margin: 0 5px; - border-radius: 0px; -} -.webix_popup_button div { - border-radius: 0px; -} -.webix_popup_button { - min-width: 100px; -} -div.webix_modal_cover { - background-color: #000; - cursor: default; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); - opacity: 0.1; - position: fixed; - z-index: 19999; - left: 0px; - top: 0px; - width: 100%; - height: 100%; - border: none; - zoom: 1; -} -.webix_info img, -.webix_modal_box img { - float: left; - margin-right: 20px; -} -.webix_alert_error .webix_popup_title, -.webix_confirm_error .webix_popup_title { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC); -} -.webix_alert_error, -.webix_confirm_error { - border: 1px solid #ff0000; -} -/*Skin section*/ -.webix_button, -.webix_popup_button { - border: 1px solid #9da8ad; -} -.webix_button input, -.webix_popup_button div { - font-size: 12px; - background: #e6e6e6; - color: #1e2022; - height: 22px; - line-height: 22px; -} -.webix_popup_button.confirm div { - color: #1e2022; - background: #d8eaf6; -} -.webix_popup_title { - color: #fff; - text-shadow: 1px 1px #000; - height: 40px; - line-height: 40px; - font-size: 20px; -} -.webix_popup_text { - margin: 0 0 5px 0; - padding-top: 25px; - font-size: 12px; - color: #1e2022; - min-height: 60px; -} -.webix_info, -.webix_error { - font-size: 12px; - color: #333; - box-shadow: 0px 0px 10px #888; - padding: 0px; - background-color: #FFF; - border-radius: 3px; - border: 1px solid #ffffff; -} -.webix_info div { - padding: 5px 10px 5px 10px; - background-color: #fff; - border-radius: 3px; - border: 1px solid #B8B8B8; -} -.webix_error { - background-color: #d81b1b; - border: 1px solid #ff3c3c; - box-shadow: 0px 0px 10px #000; -} -.webix_error div { - background-color: #d81b1b; - border: 1px solid #940000; - color: #FFF; -} -.webix_drag_zone { - position: absolute; - box-shadow: 1px 1px 5px #9da8ad; - background-color: #ffffff; - font-family: Tahoma, Arial; - font-size: 12px; - color: #1e2022; - pointer-events: none; -} -.webix_drag_zone .borderless { - padding: 2px 20px 2px 2px; -} -.webix_drag_over, -.webix_drop_zone { - background-color: #e6e6e6; -} -.webix_transparent { - opacity: 0; -} -.webix_column { - position: absolute; - top: 0px; -} -.webix_cell { - overflow: hidden; - line-height: 27px; - white-space: nowrap; -} -.webix_hcell { - width: 100%; - overflow: hidden; -} -.webix_cell, -.webix_hcell { - background: inherit; - font: inherit; - text-align: inherit; - color: inherit; -} -.webix_ss_body { - overflow: hidden; - position: relative; -} -.webix_hs_left, -.webix_hs_center, -.webix_hs_right, -.webix_ss_center, -.webix_ss_right, -.webix_ss_left { - overflow: hidden; - float: left; -} -.webix_ss_center, -.webix_ss_right { - position: relative; -} -.webix_ss_header table, -.webix_ss_footer table { - table-layout: fixed; -} -.webix_ss_center_scroll { - height: 100%; - position: relative; - overflow: hidden; - min-height: 1px; -} -.webix_ss_hscroll { - bottom: 0px; -} -.webix_ss_vscroll { - position: absolute; - top: 0px; - right: 0px; - z-index: 2; -} -.webix_ss_vscroll_footer { - position: absolute; - bottom: 0px; - right: 0px; - border-left: 1px solid #ffffff; - border-top: 1px solid #9da8ad; - z-index: 1; -} -.webix_ss_vscroll_header { - position: absolute; - top: 0px; - right: 0px; - border-left: 1px solid #999999; - border-bottom: 1px solid #9da8ad; - z-index: 1; -} -.webix_dtable { - position: relative; - cursor: default; - z-index: 0; -} -.webix_ss_footer, -.webix_ss_header { - clear: both; - overflow: hidden; -} -.webix_table_cell, -.webix_view.webix_table_cell, -.webix_block_selection, -.webix_ss_header td, -.webix_ss_footer td, -.webix_hcell, -.webix_cell { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_block_selection { - position: absolute; -} -.webix_ss_sort_asc, -.webix_ss_sort_desc { - position: absolute; - right: 3px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_hcell.webix_ss_filter { - padding: 2px 5px 2px 5px; -} -.webix_ss_filter select, -.webix_ss_filter input { - width: 100%; - font-size: inherit; - color: #1e2022 !important; - height: 24px; - margin-top: -2px; - padding: 0 3px; - vertical-align: top; - border: 1px solid #9da8ad; - line-height: 24px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Tahoma, Arial; -} -.webix_richfilter { - margin-top: 1px; - line-height: 24px; -} -.webix_ss_filter select { - padding: 3px; -} -/*headers and footers*/ -.webix_ss_header, -.webix_ss_header TD, -.webix_ss_vscroll_header, -.webix_dd_drag_column { - font-family: Tahoma, Arial; - font-size: 12px; - color: #1e2022; - background: #d8eaf6; -} -.webix_ss_header .webix_arrow_icon, -.webix_ss_header TD .webix_arrow_icon, -.webix_ss_vscroll_header .webix_arrow_icon, -.webix_dd_drag_column .webix_arrow_icon { - color: #1e2022; -} -.webix_ss_footer TD, -.webix_ss_vscroll_footer { - background: #fafafa; -} -/*content in header and footer*/ -.webix_hcell { - padding: 0px 10px 0px 10px; - text-align: left; -} -/*borders in header and footer*/ -.webix_ss_header td { - border-right: 1px solid #999999; - border-bottom: 1px solid #999999; -} -.webix_ss_footer td { - border-right: 1px solid #d5d9db; - border-top: 1px solid #d5d9db; -} -.webix_size_row td { - border: none; -} -/*remove rightmost borders*/ -.webix_hs_right td.webix_last, -.webix_hs_center td.webix_last { - border-right-width: 0px; -} -/*right inner border*/ -.webix_column.webix_last > div { - border-right-width: 0px; -} -/*borders between split areas*/ -.webix_ss_right .webix_column.webix_first > div, -.webix_hs_right td.webix_first { - border-left: 1px solid #9da8ad; -} -.webix_ss_left .webix_column.webix_last > div { - border-right: 1px solid #9da8ad; -} -.webix_last_topcell.webix_cell { - border-bottom: 1px solid #9da8ad; -} -/*normal data cell of the table*/ -.webix_column > div, -.webix_table_cell { - border-right: 1px solid #d5d9db; - border-bottom: 1px solid #d5d9db; - padding: 0 10px; -} -.webix_column { - text-align: left; -} -/*alter styles for even and odd rows*/ -.webix_column > div:nth-child(even) { - background-color: #f7f7f7; -} -/*header selection in column mode*/ -.webix_sel_hcell, -.webix_dd_over_column { - background-color: #c9eaf5; -} -.webix_block_selection { - background: rgba(0, 0, 0, 0.1); - border: 2px solid #ffe6a3; -} -.webix_dd_drag { - white-space: nowrap; - overflow: hidden; - border-left: 1px solid #d5d9db; - height: 30px; -} -.webix_dd_drag > div { - display: inline-block; - vertical-align: top; - background: #ffffff; - border-top: 1px solid #d5d9db; - border-right: 1px solid #d5d9db; - border-bottom: 1px solid #d5d9db; - padding: 5px 10px; - height: 30px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_dd_drag_column { - padding: 5px 10px 5px 10px; -} -.webix_column > .webix_drag_over.webix_cell { - background-color: #e6e6e6; - color: #1e2022; -} -.webix_ss_header td, -.webix_ss_header table { - padding: 0px; - margin: 0px; -} -.webix_cell.webix_invalid { - background-color: #ffeeee; -} -.webix_column > .webix_cell.webix_invalid:nth-child(even) { - background-color: #ffeeee; -} -.webix_invalid_cell { - position: relative; -} -.webix_invalid_cell:after { - content: ""; - position: absolute; - top: 0px; - right: 0px; - width: 0px; - height: 1px; - border-top: 8px solid #f44; - border-left: 8px solid transparent; -} -/*selection*/ -.webix_column > div.webix_cell_select, -.webix_column > div.webix_column_select, -.webix_column > div.webix_row_select { - color: #1e2022; - background: #ffedbc; -} -/*extra borders, for selection in cell mode*/ -.webix_column > div.webix_cell_select { - border-bottom: 1px solid #ffe6a3; - box-shadow: 0 -1px #ffe6a3; - border-left: 1px solid #ffe6a3; - border-right: 1px solid #ffe6a3; - padding-top: 0px; - padding-left: 9px; -} -.webix_ss_right .webix_column.webix_first > div.webix_cell_select { - padding-left: 10px; -} -/*extra borders, for selection in row mode*/ -.webix_column > div.webix_row_select, -.webix_column > div.webix_invalid.webix_row_select:nth-child(even) { - border-bottom: 1px solid #ffe6a3; - box-shadow: 0 -1px #ffe6a3; - padding-top: 0px; -} -/*extra borders for selection in column mode*/ -.webix_column > div.webix_column_select { - border-left: 1px solid #ffe6a3; - border-right: 1px solid #ffe6a3; - padding-left: 9px; -} -.webix_column > .webix_cell.webix_invalid.webix_cell_select:nth-child(even) { - color: #1e2022; - background: #ffedbc; -} -.webix_cell.webix_dtable_colrow, -.webix_cell.webix_dtable_subrow, -.webix_dtable_subview { - position: absolute; - left: 0px; - top: 0px; - background-color: white; - width: 100%; - padding-right: 28px; - padding-left: 10px; - padding-top: 1px; - border-bottom: 1px solid #d5d9db; -} -.webix_cell.webix_dtable_colrow.webix_selected { - color: #1e2022; - background: #ffedbc; -} -.webix_dtable_subrow { - border-top: 1px solid #d5d9db; - text-align: right; -} -.webix_dtable_subview { - background: #d5d9db; - border-top: 1px solid #d5d9db; - padding: 0px 0px 0px 0px; - padding-left: 10px; - box-sizing: border-box; -} -.number .webix_cell { - text-align: right; -} -.webix_rotate { - transform: rotate(-90deg); - -webkit-transform: rotate(-90deg); - line-height: normal; -} -.webix_measure_rotate { - line-height: normal; - white-space: normal; - padding: 10px; -} -.webix_span_layer, -.webix_span_layer_top { - background: transparent; - position: absolute; - left: 0px; - top: 0px; - height: 0px; - width: 0px; - overflow: visible; -} -.webix_span_layer_top { - z-index: 1; -} -.webix_ss_right .webix_span_layer, -.webix_ss_right .webix_span_layer_top { - border-left: 1px solid #9da8ad; -} -.webix_dtable_span { - position: absolute; - background: #fff; - text-align: left; -} -.webix_dtable_span.webix_selected { - color: #1e2022; - background: #ffedbc; -} -.webix_hcell span.webix_input_icon { - background-color: #999999; -} -.webix_area_selection_layer { - position: absolute; - z-index: 2; -} -.webix_area_selection { - position: absolute; - background: #1e2022; -} -.webix_area_selection_top, -.webix_area_selection_bottom { - height: 2px; -} -.webix_area_selection_left, -.webix_area_selection_right { - width: 2px; -} -.webix_area_selection_handle { - position: absolute; - width: 6px; - height: 6px; - border: 1px solid #fff; - background: #1e2022; - cursor: crosshair; - margin: -6px 0 0 -6px; -} -.webix_topcell { - position: relative; - background: #fff; - z-index: 1; -} -.webix_window { - position: absolute; - box-shadow: 1px 3px 4px #c8c8c8; -} -.webix_win_body { - overflow: hidden; -} -.webix_window, -.webix_win_content, -.webix_win_body, -.webix_win_body > .webix_view { - border-radius: 0px; -} -.webix_win_body > .webix_view .webix_cal_month { - border-radius: 0px; -} -.webix_win_head { - border-bottom: 1px solid silver; -} -.webix_win_head > .webix_view > .webix_template { - font-family: Trebuchet MS; - font-style: italic; - color: #ffffff; - font-size: 14px; - background: #6e95ad; - padding: 0px; - text-align: center; - line-height: 28px; -} -.webix_win_head > .webix_view > .webix_template .webix_inp_label, -.webix_win_head > .webix_view > .webix_template .webix_el_label { - color: #ffffff; -} -/*----------------------------*/ -/* DO NOT CHANGE STYLES BELOW */ -/*----------------------------*/ -.webix_win_content { - height: auto; - width: auto; - overflow: hidden; -} -.webix_modal { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - background-color: black; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); - opacity: 0.2; -} -.webix_point_top, -.webix_point_right, -.webix_point_bottom, -.webix_point_left { - position: absolute; -} -.webix_point_top, -.webix_point_bottom { - width: 13px; - height: 7px; -} -.webix_point_left, -.webix_point_right { - width: 7px; - height: 13px; -} -.webix_point_top, -.webix_point_bottom, -.webix_point_right, -.webix_point_left { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC"); -} -.webix_point_top { - background-position: 0 -36px; -} -.webix_point_bottom { - background-position: 0 0; -} -.webix_point_right { - background-position: 0 -22px; -} -.webix_point_left { - background-position: 0 -9px; -} -.webix_resize_handle { - position: absolute; - z-index: 2; - width: 15px; - height: 15px; - bottom: 0px; - line-height: 15px; - right: -1px; - text-align: center; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=); - cursor: nw-resize; -} -.webix_resize_frame { - position: absolute; - filter: alpha(opacity=10); - opacity: 0.1; - background: #6e95ad; - display: block; - border: 1px solid #416074; - box-shadow: 1px 3px 6px #000; -} -.webix_resize_cursor { - cursor: nw-resize; -} -/*basis*/ -.webix_tree .webix_scroll_cont > .webix_tree_leaves { - padding: 9px 10px 9px 9px; -} -.webix_tree_item { - clear: both; - height: 22px; - line-height: 22px; - white-space: nowrap; -} -.webix_tree_item.webix_selected { - background: transparent; -} -.webix_tree_item.webix_selected span { - padding: 4px 10px 4px 4px; - margin-left: -4px; - color: #1e2022; - background: #ffedbc; -} -.webix_tree_item.webix_invalid { - background-color: #ffeeee; -} -.webix_tree_checkbox { - margin: 1px 0 0; - padding: 0px; - float: left; - vertical-align: middle; - height: 100%; - width: 13px; -} -.webix_indeterminate { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII="); - background-repeat: no-repeat; - background-position: left center; - height: 100%; - width: 13px; - margin-top: 0 !important; -} -.webix_measure_size input, -.webix_measure_size textarea, -.webix_measure_size select { - width: 5px; -} -.webix_measure_size div { - margin-left: -5px; - float: none; -} -.webix_measure_size div, -.webix_measure_size a { - display: inline-block !important; - position: static !important; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none, -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - float: left; - width: 20px; - height: 100%; - cursor: pointer; - margin: 0px 0px 0px 0px; - background-repeat: no-repeat; -} -.webix_tree_close, -.webix_tree_open, -.webix_tree_none { - background-position: center center; -} -.webix_cell .webix_tree_close, -.webix_cell .webix_tree_open, -.webix_cell .webix_tree_none { - background-color: transparent; -} -.webix_tree_folder, -.webix_tree_file, -.webix_tree_folder_open { - background-position: 0 center ; -} -.webix_tree_file, -.webix_tree_folder, -.webix_tree_folder_open { - margin: 0px 2px; -} -.webix_tree_leaves .webix_tree_leaves { - margin-left: 18px; -} -.webixLineTree .webix_tree_leaves { - margin-left: 0px; -} -.webix_tree_close { - background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs="); -} -.webix_tree_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw=="); -} -.webix_tree_file { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs="); -} -.webix_tree_folder { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs="); -} -.webix_tree_folder_open { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw=="); -} -.webix_tree_img { - background: transparent; - float: left; - width: 18px; - height: 22px; - background-position: 0 0; -} -.webix_tree_plus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_plus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7"); -} -.webix_tree_plus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7"); -} -.webix_tree_minus2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw=="); - background-repeat: no-repeat; -} -.webix_tree_minus3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7"); -} -.webix_tree_minus4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7"); -} -.webix_tree_line1 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw=="); -} -.webix_tree_line2 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7"); - background-repeat: no-repeat; -} -.webix_tree_line3 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7"); -} -.webix_tree_line4 { - background-image: url("data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7"); -} -.webix_tree_blank { - background-image: url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==); -} -.webix_tree_img { - background-color: #ffffff; -} -.webix_cal_month { - height: 22px; - line-height: 20px; - text-align: center; - position: relative; - font-size: 14px; - font-weight: bold; - padding-top: 17px; - padding-bottom: 5px; - box-sizing: content-box; -} -.webix_cal_prev_button, -.webix_cal_next_button { - cursor: pointer; - position: absolute; - top: 17px; - width: 30px; - height: 28px; - background-repeat: no-repeat; - background-position: 11.5px 4px; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_prev_button { - left: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_cal_next_button { - right: 17px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_view > .webix_cal_header { - margin: 0px 17px 10px 17px; - height: auto; -} -.webix_view > .webix_cal_header div { - float: left; - text-align: center; - height: 19px; - font-size: 11px; - color: #1e2022; - border-bottom: #cecece 1px solid ; - margin-bottom: 7px; -} -.webix_cal_body { - margin: 0px 17px 0px 17px; -} -.webix_cal_body .webix_cal_row { - clear: both; -} -.webix_cal_body .webix_cal_row > div { - float: left; - text-align: center; - height: 100%; -} -.webix_cal_body .webix_selected, -.webix_cal_body .webix_cal_select, -.webix_cal_body .webix_cal_select.webix_cal_today { - color: #1e2022; - background: #ffedbc; -} -.webix_cal_day, -.webix_cal_week_num { - /*line-height: 29px;*/ - cursor: pointer; - font-size: 12px; - color: #1e2022; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_week_num { - color: #727981; - cursor: default; - margin-right: 0px; - border-right: 1px solid #cecece; -} -.webix_cal_event { - font-weight: bold; - color: #C66200; -} -.webix_cal_outside { - color: #7e868e; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_inactive { - background: #888; -} -.webix_cal_day_disabled, -.webix_cal_day_disabled.webix_cal_event { - color: #7e868e; - background: #f0f0f0; -} -.webix_hours .webix_cal_day_disabled, -.webix_minutes .webix_cal_day_disabled, -.webix_hours .webix_cal_day_disabled.webix_cal_event, -.webix_minutes .webix_cal_day_disabled.webix_cal_event { - background: #ffffff; - font-weight: normal; - text-decoration: line-through; -} -.webix_cal_month_name { - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_cal_block { - float: left; - text-align: center; - cursor: pointer; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_selected { - background: #ffedbc; - color: #1e2022; -} -.webix_cal_footer { - text-align: center; - font-size: 12px; - color: #444; - margin: 4px 17px; - padding-top: 2px; - cursor: pointer; -} -.webix_cal_icons { - float: right; - padding: 4px 4px; -} -.webix_cal_time { - padding: 2px 4px; -} -.webix_cal_time_icons { - float: left; -} -.webix_cal_icons .webix_cal_icon { - text-align: center; - padding: 2px 4px; -} -.webix_cal_icon:hover, -.webix_cal_time:hover, -.webix_cal_month_name:hover { - text-decoration: underline; - color: #6e95ad; -} -.webix_cal_month_name.webix_readonly:hover { - text-decoration: none; - color: #1e2022; - cursor: default; -} -.webix_time_header { - padding: 17px 17px 1px 17px; -} -.webix_time_header .webix_cal_hours, -.webix_time_header .webix_cal_minutes { - display: inline-block; - font-size: 14px; - text-align: center; - height: 26px; - line-height: 22px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-bottom: 1px solid #9da8ad; -} -.webix_time_header .webix_cal_minutes { - padding-left: 1px; - border-left: none; -} -.webix_time_header .webix_cal_hours { - border-right: none !important; -} -.webix_cal_body .webix_hours { - float: left; - border-right: 1px solid #cecece; - padding-right: 1px; -} -.webix_cal_body .webix_minutes { - float: left; - padding-left: 1px; -} -.webix_cal_block_empty { - float: left; - text-align: center; -} -.webix_time_footer { - text-align: center; - font-size: 12px; - padding: 7px 17px 0 17px; - cursor: pointer; -} -.webix_cal_done { - margin-top: 3px; - padding: 2px 7px; - font-size: 12px; - border-radius: 0px; - border: 1px solid #9da8ad; - color: #1e2022; - background: #d8eaf6; - float: right; -} -.webix_cal_blurred_hours { - background-color: #f7f7f7; -} -.webix_property_line { - clear: both; - width: 100%; - min-height: 24px; - height: auto; -} -.webix_property_line:nth-child(odd) { - background-color: #f7f7f7; -} -.webix_property_label, -.webix_property_value { - height: 24px; - line-height: 24px; - padding-left: 10px; - float: left; - border-bottom: 1px solid #9da8ad; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; -} -.webix_property_label { - border-right: 1px solid #9da8ad; -} -.webix_property_label_line { - padding-left: 10px; - font-family: Trebuchet MS; - font-style: italic; - color: #ffffff; - font-size: 14px; - background: #6e95ad; - line-height: 26px; - line-height: 23px; - border-bottom: 1px solid #d5d9db; -} -.webix_property_label_line .webix_inp_label, -.webix_property_label_line .webix_el_label { - color: #ffffff; -} -.webix_property_col_val { - width: 100%; - height: 100%; - -moz-user-select: text; - -webkit-user-select: text; - user-select: text; -} -.webix_property_col_ind { - float: right; - border: 1px solid #9da8ad; - border-radius: 3px; - width: 16px; - cursor: pointer; - height: 16px; - margin: 4px 10px 3px 0; -} -.webix_property_value { - text-overflow: ellipsis; - white-space: nowrap; -} -.webix_property_check { - margin-top: 5px; -} -/*style used by tooltip's container*/ -.webix_tooltip { - display: none; - position: absolute; - z-index: 10000; - background-color: #ffffff; - padding: 5px 10px; - border: 1px solid #9da8ad; - font-family: Tahoma, Arial; - font-size: 12px; - color: #1e2022; - border-radius: 0px; - box-shadow: 1px 1px 0px 0px #CCC; -} -.webix_color_row { - clear: both; - white-space: nowrap; -} -.webix_color_palette { - text-align: left; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_color_row, -.webix_color_row div, -.webix_color_selector { - line-height: 0; - font-size: 0; -} -.webix_color_row div { - display: inline-block; - width: 15px; - height: 15px; - cursor: default; -} -.webix_color_selector { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: relative; - border: 2px solid #f3f3f3; -} -.webix_daterange .webix_view { - background-color: #ffffff; -} -.webix_daterange .webix_range_0 .webix_cal_next_button, -.webix_daterange .webix_range_N .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button, -.webix_daterange .webix_range_1 .webix_cal_prev_button { - visibility: hidden; -} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover, -.webix_daterange .webix_range_1 .webix_cal_prev_button:hover { - cursor: default; -} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover { - text-decoration: none; - color: inherit; - cursor: default; -} -.webix_daterange .webix_range_left .webix_cal_next_button:hover, -.webix_daterange .webix_range_right .webix_cal_prev_button:hover { - cursor: default; -} -.webix_cal_range { - background-color: #ffffff; -} -.webix_cal_range_start { - border-radius: 3px 0 0 3px; -} -.webix_cal_range_end { - border-radius: 0 3px 3px 0; -} -.webix_cal_range_start, -.webix_cal_range_end, -.webix_cal_event.webix_cal_range_start, -.webix_cal_event.webix_cal_range_end, -.webix_cal_body .webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_today.webix_cal_range_end { - background-color: #ffedbc; - color: #1e2022; -} -.webix_cal_outside.webix_cal_range, -.webix_cal_body .webix_cal_outside.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_range_end, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start, -.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end { - background-color: transparent; - color: #7e868e; -} -.webix_daterange .webix_cal_icons { - text-align: right; - padding: 0 4px; -} -.webix_daterange .webix_cal_icons .webix_cal_icon { - border-top: 1px solid #9da8ad; -} -.webix_daterange .webix_cal_time { - display: none; -} -.webix_daterange .webix_cal_timepicker .webix_range_time_start { - display: block; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - display: block; - padding: 5px 15px; -} -.webix_daterange .webix_range_timepicker .webix_range_time_start { - float: left; -} -.webix_daterange .webix_range_timepicker .webix_range_time_end { - float: right; -} -.webix_daterange .webix_range_footer .webix_cal_footer { - padding: 0; -} -.webix_view.webix_toolbar .webix_el_button { - background: transparent; -} -.webix_el_button input, -.webix_el_toggle input, -.webix_el_button button, -.webix_el_toggle button, -.webixbutton { - border-radius: 0px; - border: 1px solid #9da8ad; - height: 100%; - width: 100%; - cursor: pointer; - font-size: 12px; - font-family: Tahoma, Arial; - -webkit-appearance: none; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - color: #1e2022; -} -.webix_el_button .webix_img_btn .webix_img_btn_text, -.webix_el_toggle .webix_img_btn .webix_img_btn_text, -.webix_el_button .webix_img_btn_top .webix_img_btn_text, -.webix_el_toggle .webix_img_btn_top .webix_img_btn_text { - color: #1e2022; -} -.webix_el_button .webix_img_btn, -.webix_el_toggle .webix_img_btn, -.webix_el_button .webix_img_btn_top, -.webix_el_toggle .webix_img_btn_top { - border: 0; -} -.webixtype_base, -.webixtype_prev, -.webixtype_next, -.webixbutton { - background: #e6e6e6; - color: #1e2022; - font-size: 12px; - font-family: Tahoma, Arial; - padding: 0px; - border: 0px; -} -.webixtype_form { - color: #1e2022; - background: #d8eaf6; -} -.webixtype_form:active { - background: #cce3f3 !important; -} -.webix_el_button .webixtype_danger { - background: #FE5310; - color: white; -} -.webix_el_button .webix_el_box, -.webix_el_toggle .webix_el_box { - position: relative; -} -.webix_el_button .webix_el_arrow, -.webix_el_toggle .webix_el_arrow { - position: absolute; -} -.webixtype_prev, -.webixtype_next { - position: absolute; - z-index: 1; - top: 0px; -} -input.webixtype_prev { - border-left-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -input.webixtype_next { - border-right-width: 0; - border-radius: 0px; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_el_arrow { - width: 18px; - height: 18px; - background: #e6e6e6; - color: #1e2022; - border: 1px solid #9da8ad; -} -.webixtype_prev_arrow { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); -} -.webixtype_next_arrow { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); -} -.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - font-size: 22px; - position: absolute; - top: 8px; - left: 50%; -} -.webix_img_btn_abs .webix_icon { - margin-left: 3px; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon, -.webix_img_btn_top .webix_icon { - margin-left: -10px; -} -.webix_img_btn, -.webix_img_btn_top { - vertical-align: top; - background-color: transparent; - border: none; - width: 100%; - padding: 0; -} -.webix_img_btn, -.webix_img_btn_abs { - cursor: pointer; - text-align: left; - background-repeat: no-repeat; - background-position: 2px center; - height: 100%; - font-size: 12px; -} -.webix_img_btn .webix_icon, -.webix_img_btn_abs .webix_icon { - color: #1e2022; -} -.webix_img_btn_abs, -.webix_img_btn { - padding: 0; -} -.webix_img_btn_abs .webix_image, -.webix_img_btn .webix_image { - background-repeat: no-repeat; - background-position: center center; - float: left; - vertical-align: top; -} -.webix_img_btn_top .webix_image { - background-repeat: no-repeat; - background-position: center top; -} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image { - background-position: center 5px; -} -/*.webix_img_btn:hover, .webix_img_btn_top:hover{ - background-color: #ddd; - background-color: rgba(250,250,250,0.5); -};*/ -/*.webix_img_btn:active, .webix_img_btn_top:active{ - background-color: #ddd; - background-color: rgba(100,100,100,0.1); -};*/ -.webix_img_btn_top { - text-align: center; - background-repeat: no-repeat; - background-position: center 5px; -} -.webix_img_btn_text { - position: absolute; - left: 0; - bottom: 3px; - width: 100%; - text-align: center; - cursor: pointer; - color: #1e2022; -} -.webix_img_btn_abs { - /*position:absolute; - top:0px; left:0px; - width:100%;*/ - background-position: center center; -} -.webix_img_btn_top { - background-position: center top; - vertical-align: top; -} -.webix_img_btn_abs .webix_img_btn_text { - bottom: 8px; -} -.webix_pressed .webix_img_btn, -.webix_pressed .webix_img_btn_top { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - background-color: rgba(0, 0, 0, 0.05); -} -.webix_pressed .webix_img_btn_abs + input, -.webix_pressed .webixtype_base { - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.webix_control .webix_disabled_box .webixtype_base, -.webix_control .webix_disabled_box .webixtype_prev, -.webix_control .webix_disabled_box .webixtype_next, -.webix_control .webix_disabled_box .webixtype_danger, -.webix_control .webix_disabled_box .webixtype_form, -.webix_control .webix_disabled_box .webix_el_arrow, -.webix_control .webix_disabled_box .webix_img_btn { - color: #aaaaaa !important; - background: #e9e9e9 !important; - text-shadow: none !important; -} -.webix_control .webix_disabled_box .webix_img_btn_text { - color: #aaaaaa; -} -.webix_control .webix_disabled_box .webix_image { - opacity: 0.4; -} -.webix_disabled_view.webix_control .webix_icon_btn, -.webix_disabled_view.webix_control .webix_icon { - color: #aaaaaa; -} -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text, -.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn { - color: #aaaaaa; -} -.webixbutton { - width: auto; - height: auto; - padding: 8px 15px; -} -.webix_richtext_editor { - height: 100%; -} -.webix_template .webix_richtext_editor:focus { - outline: none; -} -.webix_richtext_container .webix_template { - padding: 10px; - overflow-x: auto; - border: solid #ccc; - border-width: 0px 1px 1px; - border-radius: 0px 0px 6px 6px; -} -.webix_control { - background: transparent; -} -.webix_control input, -.webix_control button, -.webix_control textarea, -.webix_el_label, -.webix_inp_label, -.webix_inp_top_label, -.webix_inp_bottom_label { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Tahoma, Arial; -} -.webix_el_box { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 2px 2px; - height: 100%; - width: 100%; - font-size: 12px; - overflow: hidden; -} -.webix_el_text input, -.webix_el_search input, -.webix_el_combo input, -.webix_el_datepicker input, -.webix_el_colorpicker input { - height: 100%; - padding: 0px 10px; - border: 1px solid #9da8ad; - color: #1e2022; - font-size: 12px; - font-family: Tahoma, Arial; - -webkit-appearance: none; - border-radius: 0; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - color: #1e2022; - text-transform: none; - font-size: 12px; -} -/*.webix_toolbar .webix_inp_label{ - padding-top:(@inputHeight - 11 )/2; -}*/ -.webix_inp_label { - float: left; - padding-top: 1px; - padding-left: 2px; - padding-right: 7.5px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} -.webix_inp_top_label { - float: none; - padding: 2px 2px; - padding-bottom: 0px; -} -.webix_inp_bottom_label { - font-size: 10px; - color: #2a2d30; -} -.webix_label_right { - padding-left: 7.5px; -} -.webix_el_checkbox .webix_label_right { - display: inline-block; - padding-top: 2px; -} -.webix_el_label { - color: #1e2022; - line-height: 24px; - padding: 2px 2px; -} -.webix_toolbar .webix_el_label { - padding-left: 10px; - text-transform: none; -} -.webix_el_select select { - height: 100%; - font-size: 12px; - font-family: Tahoma, Arial; - border: 1px solid #9da8ad; -} -body:not(:-moz-handler-blocked) .webix_el_select select { - padding: .2em; -} -.webix_el_group, -.webix_all_segments { - height: 100%; - white-space: nowrap; -} -.webix_inp_counter_next, -.webix_inp_counter_prev, -.webix_inp_counter_value { - border: 1px solid #9da8ad; - cursor: pointer; - -webkit-appearance: none; - width: 20px; - height: 100%; - vertical-align: top; -} -.webix_inp_counter_value { - font-size: 12px; - width: 50px; - color: #1e2022; - text-align: center; - border-left-width: 0px; - border-right-width: 0px; - -webkit-appearance: none; - border-radius: 0; -} -/*body:not(:-moz-handler-blocked) .webix_inp_counter_value{ - position:relative; top:-1px; -}*/ -.webix_inp_counter_prev { - padding-left: 6px; - background: #e6e6e6; - color: #1e2022; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_inp_counter_next { - padding-left: 6px; - background: #e6e6e6; - color: #1e2022; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_el_textarea textarea { - border: 1px solid #9da8ad; - height: 100%; - margin: 0; - padding: 5px; - color: #1e2022; - resize: none; - font-size: 12px; - font-family: Tahoma, Arial; - padding-left: 10px; - padding-right: 10px; -} -.webix_el_textarea .webix_inp_label { - padding-top: 6px; -} -.webix_segment_0, -.webix_segment_1 { - border: 1px solid #9da8ad; - border-right-width: 0px; - height: 100%; -} -.webix_segment_0 { - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_segment_N { - border: 1px solid #9da8ad; - height: 100%; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_segment_N:first-child { - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0px; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} -.webix_segment_0, -.webix_segment_1, -.webix_segment_N { - -webkit-appearance: none; - background: #e6e6e6; - color: #1e2022; - font-size: 12px; - font-family: Tahoma, Arial; - cursor: pointer; - padding: 0; -} -.webix_segment_0.webix_selected, -.webix_segment_1.webix_selected, -.webix_segment_N.webix_selected { - color: #1e2022; - background: #ffedbc; -} -.webix_inp_static { - border: 1px solid #9da8ad; - background: white; - overflow: hidden; - padding: 0px 10px; - height: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - float: left; -} -.webix_inp_static .webix_placeholder { - color: #666d73; -} -.webix_el_combo, -.webix_el_richselect, -.webix_el_datepicker, -.webix_el_colorpicker, -.webix_el_search { - font-size: 12px; -} -.webix_el_combo .webix_el_box, -.webix_el_richselect .webix_el_box, -.webix_el_datepicker .webix_el_box, -.webix_el_colorpicker .webix_el_box, -.webix_el_search .webix_el_box { - color: #1e2022; - position: relative; -} -.webix_el_combo input, -.webix_el_richselect input, -.webix_el_datepicker input, -.webix_el_colorpicker input, -.webix_el_search input, -.webix_el_combo .webix_inp_static, -.webix_el_richselect .webix_inp_static, -.webix_el_datepicker .webix_inp_static, -.webix_el_colorpicker .webix_inp_static, -.webix_el_search .webix_inp_static { - color: #1e2022; - padding-right: 24px; - font-family: Tahoma, Arial; - -webkit-appearance: none; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon, -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - right: 2px; - background: transparent; - z-index: 1; - position: absolute; -} -.webix_el_combo .webix_input_icon, -.webix_el_richselect .webix_input_icon { - padding-left: 7px; - width: 19px; -} -.webix_el_datepicker .webix_input_icon, -.webix_el_colorpicker .webix_input_icon, -.webix_el_search .webix_input_icon { - padding-left: 5px; - width: 21px; -} -/*Remove button padding in FF*/ -.webix_view button::-moz-focus-inner { - padding: 0; - border: 0; -} -.webix_el_radio .webix_inp_label { - line-height: normal !important; - padding-top: 4px; -} -.webix_inp_radio_border input, -.webix_el_checkbox input { - margin: 0px; - padding: 0px; - float: left; -} -.webix_line_break { - clear: both; -} -.webix_custom_checkbox, -.webix_custom_radio { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} -.webix_radio_option { - display: table; - float: left; - height: 22px; - margin-right: 20px; -} -.webix_inp_radio_border, -.webix_el_radio .webix_label_right { - display: table-cell; - vertical-align: middle; -} -.webix_invalid .webix_el_box input, -.webix_invalid .webix_custom_radio, -.webix_invalid .webix_el_box .webix_inp_static, -.webix_invalid .webix_el_box select, -.webix_invalid .webix_el_box textarea, -input.webix_invalid, -select.webix_invalid, -textarea.webix_invalid { - background-color: #fff6f6; - border-color: #fea5a8; -} -.webix_invalid .webix_inp_bottom_label { - font-size: 10px; - color: #fd595f; -} -.webix_el_colorpicker .webix_input_icon { - padding-left: 0; - top: 6px; - right: 8px; - width: 16px; - height: 16px; - border-radius: 0px; -} -.webix_el_search .webix_el_box { - position: relative; -} -.webix_el_search input { - padding-right: 30px; -} -.webix_el_search span { - position: absolute; - right: 14px; - cursor: pointer; - padding-left: 7px; -} -.webix_view.webix_control > .webix_disabled { - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); - opacity: 0; -} -.webix_disabled_view.webix_control .webix_image { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); -} -.webix_view.webix_control .webix_disabled_box label, -.webix_view.webix_control .webix_disabled_box .webix_input_icon, -.webix_view.webix_control .webix_disabled_box button { - color: #aaaaaa; -} -.webix_view.webix_control .webix_disabled_box input, -.webix_view.webix_control .webix_disabled_box select, -.webix_view.webix_control .webix_disabled_box textarea, -.webix_view.webix_control .webix_disabled_box .webix_inp_static { - color: #aaaaaa; - background: #eeeeee; -} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev, -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next, -.webix_view.webix_control .webix_disabled_box .webix_segment_0, -.webix_view.webix_control .webix_disabled_box .webix_segment_1, -.webix_view.webix_control .webix_disabled_box .webix_segment_N { - color: #aaaaaa !important; - background: #e9e9e9 !important; - text-shadow: none !important; -} -.webix_disabled_top_label { - color: #aaaaaa; -} -label.webix_required:after { - padding-left: 4px; - content: "*"; - color: red; -} -.webix_multicombo .webix_inp_static { - padding: 0 3px; -} -.webix_el_text .webix_multicombo_input { - background-color: transparent; - border: 0; - float: left; - vertical-align: middle; - padding: 0px; - color: #1e2022; - font-size: 12px; - font-family: Tahoma, Arial; - margin-left: 7px; -} -.webix_el_text .webix_multicombo_input:focus { - border: 0; - box-shadow: none; -} -.webix_multicombo_listbox { - width: auto; - line-height: 1; - margin: 0; - padding: 0; - list-style: none; -} -.webix_multicombo_value, -.webix_multicombo_tag { - padding: 0 5px 0 7px; - background-color: #f2f2f2; - display: inline-block; - margin: 3px; - float: left; - border-radius: 0px; -} -.webix_multicombo_tag { - min-width: 15px; - text-align: center; - padding: 0 5px 0 5px; -} -.webix_multicombo_delete { - margin-left: 10px; - padding: 0 5px ; - color: #000000; - cursor: pointer; -} -.webix_multilist .webix_selected { - background: #f2f2f2; - color: #1e2022; -} -.webix_checksuggest_select_all { - border: none; - border-bottom: 1px solid #ebebeb; - border-color: #ebebeb; - margin-bottom: 1px; -} -.webix_checksuggest_select_all .webix_label_right { - text-transform: capitalize; - display: block; - padding-top: 2px; - padding-bottom: 4px; -} -.webix_checksuggest_select_all input { - display: none; -} -.webix_checksuggest_select_all:hover .webix_label_right { - cursor: pointer; - color: #e6e6e6; -} -.webix_el_tabbar { - background: transparent; -} -.webix_all_tabs { - height: 100%; - display: table; -} -.webix_tab_filler { - display: table-cell; - background: transparent; - font-size: 1px; - border-bottom: 1px solid #9da8ad; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_tab_filler:first-child { - border-right: 1px solid #9da8ad; -} -.webix_item_tab:first-child { - border-left: 1px solid #9da8ad; -} -.webix_item_tab { - display: table-cell; - text-align: center; - vertical-align: middle; - overflow: hidden; - cursor: pointer; - border: 1px solid #9da8ad; - border-left-width: 0px; - color: #1e2022; - font-size: 14px; - background: #f2f2f2; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0px; - border-top-left-radius: 0; - border-bottom-left-radius: 0px; - border-top-right-radius: 0; - border-bottom-right-radius: 0px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webixtype_bottom .webix_item_tab { - border-radius: 0; -} -.webix_item_tab.webix_selected { - border-bottom-width: 0px; - font-size: 14px; - color: #1e2022; - background: #ffffff; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border-bottom-width: 1px ; - color: #1e2022; - background: #ffedbc; -} -.webix_before_all_tabs { - width: 100%; -} -.webix_after_all_tabs { - width: 100%; - border-left: 1px solid #9da8ad; - border-right: 1px solid #9da8ad; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_view.webix_control .webix_disabled_box .webix_item_tab { - color: #aaaaaa !important; - background: #e9e9e9 !important; - text-shadow: none !important; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: center; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 3px; -} -.webix_el_tabbar .webixtype_icon .webix_item_tab, -.webix_el_tabbar .webixtype_iconTop .webix_item_tab, -.webix_el_tabbar .webixtype_image .webix_item_tab { - padding: 2px 0; - border-radius: 0; -} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top, -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top, -.webix_el_tabbar .webixtype_image .webix_img_btn_top { - background-position: center 0; - position: relative; - height: 100%; -} -.webix_tab_more_icon { - cursor: pointer; - display: table-cell; - overflow: hidden; - text-align: center; - box-sizing: border-box; - vertical-align: middle; - padding: 0 3px; -} -.webix_tab_more_icon .webix_icon { - width: 100%; -} -.webix_tab_list .webix_list_item:last-child { - border-bottom: none; -} -.webix_icon.webix_tab_close { - font-size: 12px; - float: right; - padding: 4px; - margin-top: -4px; -} -.webix_menu, -.webix_menu-x { - background: #ffffff; -} -.webix_menu .webix_list_item:hover, -.webix_menu-x .webix_list_item:hover, -.webix_menu .webix_list_item:active, -.webix_menu-x .webix_list_item:active, -.webix_menu .webix_list_item:focus, -.webix_menu-x .webix_list_item:focus { - background: rgba(100, 100, 100, 0.1); -} -.webix_menu .webix_list_item, -.webix_menu-x .webix_list_item { - border: none; - text-decoration: none; - background: #ffffff; - height: 28px; -} -.webix_menu .webix_list_item .webix_submenu_icon, -.webix_menu-x .webix_list_item .webix_submenu_icon { - float: right; - text-align: right; - position: relative; - margin-left: 4px; -} -.webix_menu-x .webix_list_item:first-child { - margin-left: 0; -} -.webix_menu-x .webix_submenu_icon { - top: 10px; -} -.webix_menu-x { - background-color: white; - background: #d8eaf6; -} -.webix_menu-x .webix_list_item { - display: inline-block; - line-height: 24px; -} -.webix_menu-x .webix_list_item { - color: #1e2022; - background: transparent; -} -/* Submenu */ -.webix_menu { - background: #ffffff; - border: 1px solid #9da8ad; - border-radius: 0px; -} -.webix_menu .webix_list_item { - display: block; -} -.webix_menu .webix_context_separator { - height: 3px; - padding: 1px 3px 0 3px; -} -.webix_menu .webix_context_separator .sep_line { - height: 1px; - border-top: 1px solid #9da8ad; -} -.webix_menu .webix_submenu_icon { - top: 8px; -} -.webix_menu .webix_context_spacer { - height: 28px; -} -.webix_menu_link { - color: inherit; - text-decoration: none; - display: block; - height: 100%; -} -/* Toolbar */ -.webix_layout_toolbar { - color: #ffffff; - font-size: 14px; - background: #6e95ad; -} -.webix_toolbar.webix_layout_subbar { - color: #ffffff; - font-size: 14px; - background: #6e95ad; -} -.webix_toolbar .webix_layout_toolbar, -.webix_toolbar .webix_layout_line, -.webix_toolbar .webix_layout_clean { - background: transparent; -} -.webix_hidden_upload, -.webix_el_button .webix_hidden_upload { - height: 1px; - width: 1px; - border: 0 !important; - font-size: 1px; - position: absolute; - top: 0px; - left: 0px; - z-index: -1; -} -.webix_upload_client, -.webix_upload_error, -.webix_upload_server { - width: 60px; - text-align: center; - float: right; -} -.error_icon, -.cancel_icon { - display: inline-block; - background-repeat: no-repeat; -} -.error_icon { - width: 18px; - height: 16px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII="); -} -.webix_upload_server { - color: green; -} -.webix_remove_upload { - float: right; -} -.cancel_icon { - margin-top: 5px; - width: 14px; - height: 14px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII="); -} -.webix_upload_flash { - width: 100%; - height: 100%; - position: absolute; - bottom: 0; - left: 0; - background: #fff; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} -.webix_drop_file { - background: #f4f4f4; - position: relative; -} -.webix_drop_file::before { - position: absolute; - bottom: 10px; - left: 0px; - width: 100%; - text-align: center; - pointer-events: none; -} -.webix_fieldset fieldset { - border: 1px solid #818f96; - margin: 0px; - padding: 5px 8px; -} -.webix_fieldset legend { - color: #1e2022; - font-size: 12px; -} -.webix_forminput fieldset { - border: none; - margin: 0px; - padding: 0px; -} -.webix_forminput legend { - color: #1e2022; - line-height: 24px; - padding: 2px 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-family: Tahoma, Arial; - float: left; - padding-right: 7.5px; -} -.webix_slider_box { - position: relative; - padding: 0px 10px; - height: 100%; - padding-top: 10px; - float: left; - border-radius: 5px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: -11px; - margin-top: -8px; -} -.webix_slider_box .webix_slider_left { - height: 10px; - float: left; - width: 100px; - background: #ffffff; - border: 1px solid #abb4b9; - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_right { - height: 10px; - float: left; - width: 100px; - background: #fff; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border: 1px solid #abb4b9; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_slider_box .webix_slider_handle { - z-index: 1; - position: absolute; - width: 14px; - height: 14px; - top: 7px; - border-radius: 8px; -} -.webix_slider_box .webix_slider_left { - height: 8px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - background: #E6E6E6; -} -.webix_slider_box .webix_slider_right { - height: 8px; - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_slider_box .webix_slider_handle { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - border: 1px solid #9da8ad; - width: 11px; - height: 11px; - top: 6.5px; - color: #1e2022; - background: #d8eaf6; -} -.webix_rangeslider .webix_slider_box .webix_slider_left { - position: absolute; -} -.webix_rangeslider .webix_slider_box .webix_slider_active { - z-index: 1; -} -.webix_rangeslider .webix_slider_box .webix_slider_right { - border-radius: 5px; -} -.webix_rangeslider .webix_slider_title_box { - position: relative; - float: left; - height: 18px; - width: 1px; -} -.webix_rangeslider .webix_slider_title.webix_slider_move { - position: absolute; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move { - display: block; - position: relative; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #e1e1e1; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 14px; - top: 7px; - border-radius: 2px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; - background-position: 3px center; -} -.webix_slider_alt .webix_slider_box .webix_slider_left { - border: 1px solid #9da8ad; -} -.webix_slider_alt .webix_slider_box .webix_slider_right { - border: 1px solid #9da8ad; - background: #fff; -} -.webix_slider_alt .webix_slider_box .webix_slider_handle { - width: 11px; - margin: 0 2px; - height: 18px; - border-radius: 0px; - height: 11px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - width: 10px; - float: none; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 5px; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 5px; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 5px; - border-top-left-radius: 0; - border-bottom-left-radius: 5px; - border-top-right-radius: 0; - border-bottom-right-radius: 5px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 5px; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 5px; - border-bottom-left-radius: 0; - border-top-right-radius: 5px; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 7px; -} -.webix_slider_vertical .webix_slider_title { - padding-top: 1px; - text-align: left; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - height: 11px; - width: 14px; - left: 5px; - background-position: 4px center; -} -.webix_slider_title { - text-align: center; -} -.webix_slider_title.webix_slider_move { - position: relative; - text-align: left; - display: inline-block; - width: auto; - white-space: nowrap; -} -.webix_el_box .webix_switch_box { - margin-top: 4px; -} -.webix_switch_toggle { - position: absolute; - visibility: hidden; -} -.webix_switch_box { - display: block; - position: relative; - cursor: pointer; - height: 24px; - width: 60px; - background-color: #f1f1f1; - border: 1px solid #9da8ad; - border-radius: 60px; - box-sizing: border-box; - transition: background-color 0.4s ease; - color: #666; - text-align: center; - float: left; -} -.webix_el_switch .webix_label_right { - display: inline-block; - padding-top: 3px; - margin-top: 4px; -} -.webix_switch_handle { - height: 22px; - width: 22px; - border-radius: 100%; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); - border: 1px solid #eee; - position: absolute; - top: 0px; - background-color: #fff; - transition: left 0.3s ease; - cursor: pointer; - box-sizing: border-box; -} -.webix_switch_handle:focus, -.webix_switch_box:active .webix_switch_handle { - box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2); -} -.webix_switch_text { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - padding: 1px 0 0 18px; - display: inline-block; - box-sizing: border-box; - width: 100%; -} -.webix_switch_on .webix_switch_text { - padding: 1px 18px 0 0; -} -.webix_switch_box.webix_switch_on { - background-color: #e6e6e6; - color: #fff; -} -.webix_progress_top, -.webix_progress_bottom { - width: 100%; - position: absolute; - top: 0px; - left: 0px; - height: 6px; - overflow: hidden; - z-index: 20; - background: #f2f2f2; -} -.webix_progress_bottom { - bottom: 0px; - top: auto; - height: 17px; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - width: 0px; - height: 6px; - background: #ffedbc; - -moz-transition: width 3s; - transition: width 3s; -} -.webix_progress_bottom .webix_progress_state { - height: 17px; -} -.webix_progress_icon { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 20; -} -.webix_progress_icon .webix_progress_state { - font-family: FontAwesome; - font-size: 50px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -25px; - margin-top: -25px; - display: inline-block; - color: #666d73; -} -.webix_gage { - height: 100%; - width: 100%; - transform: rotate(180deg); -} -.webix_gage_label { - font-size: 0.9em; - text-align: center; - margin-top: 10px; -} -.webix_gage_placeholder { - margin-top: -20px; -} -.webix_gage_info { - text-align: center; - font-size: 0.7em; - position: relative; - margin: 0 auto 10px auto; -} -.webix_gage_min_range { - left: -74px; -} -.webix_gage_max_range { - right: -74px; -} -.webix_gage_min_range, -.webix_gage_max_range { - display: inline-block; - margin-top: 20px; - position: absolute; - text-align: center; - width: 150px; -} -.webix_gage_range_info { - font-size: 1.2em; - line-height: 1; -} -.webix_gage-value { - font-size: 2.2em; - color: #404040; -} -.webix_gage_gradient_point_animated { - transition: transform 1.3s linear; -} -.webix_gage_animated { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear, stroke-dasharray 1.3s linear; -} -.webix_gage_animated_first_load { - stroke: #00ff00; - animation: gage_dash 1.3s linear forwards; - transition: stroke 1.3s linear; -} -@keyframes gage_dash { - to { - stroke-dashoffset: 0; - } -} -.webix_bullet_name { - width: 100; -} -.webix_bullet_header { - font-weight: bold; - font-size: 15px; -} -.webix_bullet_subheader { - font-size: 15px; -} -.webix_bullet_scale { - font-size: 12px; - font-weight: bold; -} -.webix_organogram canvas { - position: absolute; -} -.webix_organogram_item { - position: absolute; - z-index: 1; - text-align: center; - border-radius: 4px; - background-color: #e3f2fd; - border: 1px solid #bbdefb; - padding: 7px 7px 10px 7px; - box-sizing: border-box; -} -.webix_organogram_item.webix_selected { - background-color: #ffedbc; - border-color: #ffedbc; -} -.webix_organogram_list { - border-radius: 4px; - position: absolute; - z-index: 1; - height: auto; - border: 1px solid #dddddd; - box-sizing: border-box; -} -.webix_organogram_list .webix_organogram_list_item { - border: none; - text-align: left; - position: static; - padding: 5px; - border-radius: 0px; - box-sizing: border-box; -} -.webix_icon, -.webix_icon_btn, -.webix_input_icon { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.webix_icon, -.webix_input_icon { - font-size: 17px; - display: inline-block; - width: 20px; -} -.webix_input_icon { - float: right; - font-size: 19px; - color: #888; -} -.webix_icon_button { - background-color: transparent; - border: none; - padding: 0; - cursor: pointer; - position: relative; -} -.webix_icon_button .webix_icon { - font-size: 20px; - height: 23px; - width: 21px; - display: inline-block; - text-align: center; - color: #1e2022; -} -.webix_icon_btn { - font-size: 17px; - display: inline-block; - text-align: center; - width: 24px; - color: #1e2022; -} -.webix_el_iconBbutton .webix_icon_btn { - text-align: center; - width: 100%; - padding: 5px 0px; -} -.webix_el_icon { - cursor: pointer; -} -.webix_badge { - background-color: #ff8839; - color: #ffffff; - border-radius: 50%; - font-size: 12px; - height: 22px; - min-width: 22px; - box-sizing: border-box; - padding: 0 4px; - text-align: center; - line-height: 21px; - position: absolute; - right: 0; - top: 0; -} -.webix_list_item .webix_badge { - position: static; - float: right; - margin: 4px -5px 0 10px; -} -.webixtype_base .webix_badge { - top: 50%; - margin-top: -11px; - margin-right: 8px; -} -.webix_treemap { - background-color: #f5f5f5; -} -.webix_treemap .webix_scroll_cont { - position: relative; - height: 100%; - width: 100%; -} -.webix_treemap_item { - position: absolute; - color: #444; - overflow: hidden; - text-align: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 3px 5px; - border-width: 0px 1px 1px 0; - border-style: solid; - border-color: rgba(0, 0, 0, 0.2); - background: transparent; - cursor: pointer; -} -.webix_treemap_level_top { - z-index: 1; - border-color: rgba(0, 0, 0, 0.4); -} -.webix_treemap_item_bottom { - border-bottom-width: 0; -} -.webix_treemap_item_right { - border-right-width: 0; -} -.webix_treemap_item:hover { - box-shadow: inset 0 0 5px #666; -} -.webix_treemap_item.webix_selected { - border-color: #ffedbc; - box-shadow: inset 0 0 1px 2px #ffedbc; -} -.webix_treemap_header { - width: 100%; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.webix_treemap_header { - padding: 0 10px; - border-bottom: 1px solid #9da8ad; -} -.webix_treemap_header_item { - cursor: pointer; -} -.webix_treemap_header_item:last-child { - cursor: default; -} -.webix_treemap_reset { - float: right; - width: 25px; - text-align: center; -} -.webix_treemap_reset:before { - content: "\f00d"; - color: #1e2022; - font-family: FontAwesome; - font-size: 16px; - display: block; - cursor: pointer; -} -.webix_treemap_path_icon { - width: 20px; - text-align: center; -} -.webix_barcode { - position: relative; -} -.webix_barcode .webix_canvas_text { - font-size: 12px; - padding: 0 2px; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.portlet_drag { - position: absolute; - z-index: 1; - top: 5px; - right: 5px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.portlet_in_drag { - opacity: 0.4; -} -.portlet_marker, -.portlet_markertop, -.portlet_markerbottom, -.portlet_markerleft, -.portlet_markerright { - opacity: 0.5; - background: #9169BE; - position: absolute; - z-index: 2; - transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} -.portlet_markertop { - height: 50%; -} -.portlet_markerbottom { - height: 50%; - top: 50%; -} -.portlet_markerleft { - width: 50%; -} -.portlet_markerright { - width: 50%; - left: 50%; -} -.panel_icon { - position: absolute; - z-index: 100; - top: 5px; - right: 5px; - line-height: normal; - font-size: 13px; - width: 18px; - opacity: 0.5; - cursor: pointer; -} -.panel_target { - position: absolute; - background: rgba(120, 120, 120, 0.84); - box-shadow: 0px 0px 10px 5px #666; - z-index: 3; -} -.webix_popup.webix_sidemenu.webix_sidemenu_left { - border-width: 0 1px 0 0; - box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_left.webix_animate { - transition: left 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_right { - left: auto; - border-width: 0 0 0 1px; - box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_right.webix_animate { - transition: right 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_top { - border-width: 0 0 1px 0 ; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_top .webix_win_body { - position: relative; -} -.webix_sidemenu_top .webix_win_body > .webix_view { - position: absolute; - top: auto; - left: 0; - bottom: 0; -} -.webix_sidemenu_top.webix_animate, -.webix_sidemenu_top.webix_animate .webix_win_body { - transition: height 0.6s; -} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom { - border-width: 1px 0 0 0 ; - top: auto; - box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05); -} -.webix_sidemenu_bottom.webix_animate, -.webix_sidemenu_bottom.webix_animate .webix_win_body { - transition: height 0.6s; -} -/* SideBar*/ -.webix_sidebar { - background: #ECEFF1; -} -.webix_sidebar .webix_tree_item { - color: #454545; - height: 35px; - line-height: 35px; -} -.webix_sidebar .webix_scroll_cont > .webix_tree_leaves { - padding: 0; -} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves { - margin-left: 0px; -} -.webix_sidebar_selected, -.webix_sidebar_expanded .webix_tree_item:hover { - background-color: rgba(0, 0, 0, 0.02); -} -.webix_sidebar .webix_tree_item.webix_selected, -.webix_sidebar .webix_tree_item.webix_selected span { - background-color: #27ae60; - padding-right: 0; -} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item { - padding-left: 40px; -} -.webix_sidebar .webix_tree_branch_1 > .webix_tree_item { - height: 40px; - line-height: 40px; - padding-left: 0; -} -.webix_sidebar .webix_tree_branch_1 { - border-bottom: 1px solid #e5e5e5; -} -.webix_sidebar .webix_tree_item.webix_selected span, -.webix_sidebar .webix_tree_item span { - margin: 0; - padding: 0px; -} -.webix_sidebar_icon { - width: 40px; - text-align: center; -} -.webix_sidebar_dir_icon { - float: right; - line-height: inherit; -} -/*SubMenu (Popup) */ -.webix_sidebar_popup { - border: none !important; - box-shadow: 2px 3px 3px #ddd; -} -.webix_sidebar_popup, -.webix_sidebar_popup .webix_list_item { - border-radius: 0; -} -.webix_sidebar_popup_right { - box-shadow: -1px 3px 3px #dddddd; -} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon { - float: right; - line-height: inherit; - width: 7px; -} -/*SubMenu: title*/ -.webix_sidebar_popup_title { - background: #ECEFF1; -} -.webix_sidebar_popup_title.webix_selected { - border-left-color: #27ae60; - background: #27ae60; -} -.webix_sidebar_popup_title .webix_template { - line-height: 40px; - padding: 0 10px; - border: 1px solid #E5E5E5; - border-left: none; -} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template { - background: rgba(0, 0, 0, 0.03); - border-left: none; -} -.webix_sidebar_popup_list .webix_list_item { - border-left: 1px solid #E5E5E5; - border-right: 1px solid #E5E5E5; -} -/*SubMenu: list*/ -.webix_sidebar_popup_list .webix_list_item:first-child { - border-top: 1px solid #E5E5E5; -} -.webix_sidebar_popup_list .webix_list_item:hover { - background: #f6f9fb; -} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover { - background: #27ae60; -} -.webix_menu .webix_list_item.webix_sidebar_selected { - background: rgba(0, 0, 0, 0.02); -} -.webix_menu .webix_list_item.webix_sidebar_selected:hover { - background: rgba(0, 0, 0, 0.02) !important; -} -.webix_view.webix_pdf { - background-color: #404040; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -.webix_pdf .canvas_wrapper { - margin: 0px auto; - box-shadow: 5px 5px 15px #1c1c1c; - width: 100%; - height: 100%; -} -.webix_toolbar.pdf_bar { - background-color: #474747; -} -.webix_toolbar.pdf_bar .webix_icon_btn { - font-size: 15px; -} -.webix_toolbar.pdf_bar .webix_img_btn:focus, -.webix_toolbar.pdf_bar .webix_img_btn:hover { - background-color: #404040; -} -.webix_toolbar.pdf_bar .webix_template { - background-color: #3498db; - color: #fff; - line-height: 2em; -} -.webix_toolbar.pdf_bar .webix_el_box input, -.webix_toolbar.pdf_bar .webix_inp_static { - background-color: #5c5c5c; - color: #fff; - border-color: #404040; -} -.webix_toolbar.pdf_bar .webix_el_box input:focus, -.webix_toolbar.pdf_bar .webix_inp_static:focus { - border-color: #333; -} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon { - color: #fff; -} -.webix_view.webix_popup.pdf_opt_list { - box-shadow: 5px 5px 15px #1c1c1c; - border: none; -} -.pdf_opt_list .webix_list { - background-color: #404040; - color: #fff; -} -.pdf_opt_list .webix_list .webix_list_item { - border-color: #474747; - line-height: 1.5em; -} -.pdf_opt_list .webix_list .webix_list_item.webix_selected, -.pdf_opt_list .webix_list .webix_list_item:hover { - color: #404040; - background-color: #fff; -} -.webix_dbllist .webix_list { - background: #ededed; -} -.webix_dbllist .webix_list_item { - background: white; - margin: 3px 4px 0px 4px; - box-sizing: border-box; -} -.webix_dbllist .webix_list_item.webix_selected { - color: #FFFFFF; - background: #27ae60; -} -.webix_dbllist button { - width: 45%; - height: 30px; - margin-top: 5px; - background: #ffffff; - border-radius: 0px; - border: 1px solid #9da8ad; - cursor: pointer; - font-size: 12px; - font-family: Tahoma, Arial; -} -.webix_dbllist button:active { - box-shadow: inset 1px 1px 0px silver; -} -.webix_dbllist button .webix_icon { - color: #888; - font-size: 26px; -} -.webix_dbllist button:first-child { - margin-top: 32px; - margin-right: 5%; -} -.webix_dbllist button:last-child { - margin-left: 5%; -} -.webix_dbllist .bottom_label { - font-size: 10px; - text-transform: uppercase; - background: #ededed; - padding-left: 13px; -} -.webix_invalid .webix_list { - background: #f8e2e2; -} -/*[L]*/ -/*[L]*/ -.webix_toolbar { - color: #1e2022; - background: #d8eaf6 !important; -} -.webix_toolbar .webix_inp_label, -.webix_toolbar .webix_el_label { - color: #1e2022; -} -.webix_accordionitem.vertical > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAuHClGcrEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUGNPFjjEOADAIAs/+/884tCZq49akLBoQEL7BACRlTsEDmO11NaParIkn9RYjLlVr/C0d1+7Z8xgO17MRATmftNQAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.vertical.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAoDoylpH8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADdJREFUGNPFjjEOACAIxHr+/8/n4gABnEzsxNBrgG8IwLZHQRLAioMplI4TdROrpSAnqeXy7mM2+1UPBWSq06gAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg=="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAoDoylpH8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADdJREFUGNPFjjEOACAIxHr+/8/n4gABnEzsxNBrgG8IwLZHQRLAioMplI4TdROrpSAnqeXy7mM2+1UPBWSq06gAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_accordionitem.horizontal.collapsed > .webix_accordionitem_header .webix_accordionitem_button { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAuHClGcrEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUGNPFjjEOADAIAs/+/884tCZq49akLBoQEL7BACRlTsEDmO11NaParIkn9RYjLlVr/C0d1+7Z8xgO17MRATmftNQAAAAASUVORK5CYII="); - background-repeat: no-repeat; -} -.webix_win_head > .webix_view > .webix_template { - background: #6e95ad !important; -} -.webix_popup_title { - color: #1e2022 !important; - background: #f2f2f2 !important; - font-size: 14px !important; - font-weight: bold; - border-bottom: 1px solid #b8b8b8 !important; - text-shadow: none !important; -} -.webix_modal_box { - background: #f2f2f2 !important; - border: 1px solid #b8b8b8 !important; -} -.confirmButton { - color: #1e2022; - background: #d8eaf6; -} -/*[L]*/ -.webix_ss_sort_asc, -.webix_ss_sort_desc { - font-size: 14px; - font-family: FontAwesome; - top: 50%; - line-height: 1px; - bottom: auto; - float: none; - width: 12px; -} -.webix_ss_sort_asc:before { - content: '\f106'; -} -.webix_ss_sort_desc:before { - content: '\f107'; -} -.webix_list_item .webix_submenu_icon { - width: 0px; - height: 0px; - border-width: 4px; - border-style: solid; -} -.webix_menu-x .webix_list_item .webix_submenu_icon { - border-color: #394145 transparent transparent transparent; -} -.webix_menu .webix_list_item .webix_submenu_icon { - border-color: transparent transparent transparent #394145; -} -.buttonStyle { - font-size: 12px; - font-family: Tahoma, Arial; -} -.webix_item_tab { - font-family: Trebuchet MS; - font-size: 14px; - font-style: italic; - border-bottom: 1px solid #9da8ad !important; - border-left-width: 1px !important; -} -.webixtype_bottom .webix_item_tab { - border: 1px solid #9da8ad !important; - border-left-width: 0 !important; -} -.webixtype_bottom .webix_item_tab.webix_selected { - border: 1px solid #9da8ad !important; - border-left-width: 0 !important; -} -.webixtype_bottom .webix_item_tab:first-child { - border-left: 1px solid #9da8ad !important; -} -.webix_tab_filler:first-child { - border-right: 0 !important; -} -.passiveBarBG { - background: #f2f2f2; -} -.webix_before_all_tabs, -.webix_all_tabs { - background: #6e95ad; -} -.skinBlueButtonActive { - background: #cce3f3 !important; -} -.webixtype_base:active, -.webixtype_prev:active, -.webixtype_next:active { - background: #dedede !important; -} -.webix_el_button:active .webix_el_arrow, -.webix_el_button:active .webixtype_next, -.webix_el_button:active .webixtype_prev { - background: #dedede !important; -} -.webix_slider_vertical .webix_slider_box { - margin-top: -6px; -} -.webix_slider_vertical .webix_slider_box .webix_slider_left, -.webix_slider_vertical .webix_slider_box .webix_slider_right { - -webkit-border-top-left-radius: 0; - -webkit-border-bottom-left-radius: 0; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-topleft: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0; - -moz-border-radius-bottomright: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.webix_slider_vertical .webix_slider_box .webix_slider_handle { - left: 8px; -} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle { - left: 5px; -} -.webix_rangeslider .webix_slider_title_box { - height: 14px; -} -.webix_switch_box { - margin-top: 1px; - height: 21px; - background-color: #ffffff; -} -.webix_switch_box .webix_switch_handle { - height: 19px; - width: 19px; -} -.webix_switch_box.webix_switch_on { - color: #1e2022; -} -.webix_progress_top .webix_progress_state, -.webix_progress_bottom .webix_progress_state { - background-color: #6e95ad; - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent); -} -.webix_progress_top .webix_progress_state { - background-size: 10px 10px; -} -.webix_progress_bottom .webix_progress_state { - background-size: 14px 14px; -} -.webix_skin_mark { - height: 140px; -} -.webix_daterange .webix_range_timepicker .webix_cal_time { - padding: 5px 15px; -} -.webix_daterange .webix_range_footer .webix_template { - padding: 10px 0px; -} -.webix_cal_range { - background-color: #fffbef; -} -.webix_sparklines { - padding: 1px 0; - box-sizing: border-box; -} -.webix_sparklines svg { - box-sizing: border-box; -} -.webix_sparklines_line { - stroke: #3498db; - stroke-width: 1; - fill: transparent; - stroke-linecap: round; -} -.webix_sparklines_item { - fill: #3498db; - stroke-width: 1; -} -.webix_sparklines_bar { - fill: #6dbcf0; -} -.webix_sparklines_bar_negative { - fill: #d86c79; -} -.webix_sparklines_area { - fill: #e5eef4; -} -.webix_sparklines_origin { - stroke: #888; - stroke-width: 1; -} -.webix_sparklines_event_area { - fill: transparent; -} -.webix_sparklines_line_chart .webix_sparklines_event_area:hover, -.webix_sparklines_area_chart .webix_sparklines_event_area:hover, -.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover { - fill: rgba(220, 220, 220, 0.4); - stroke: rgba(255, 255, 255, 0.6); -} -.webix_sparklines_pie_chart .webix_sparklines_event_area:hover, -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover { - fill: rgba(255, 255, 255, 0.3); -} -/* print css rules*/ -.webix_ui_print { - display: none; -} -body.webix_print { - margin-top: 0px; -} -@media print { - body.webix_print { - overflow: visible !important; - background-color: none !important; - } - body.webix_print > * { - display: none; - } - body.webix_print * { - visibility: hidden; - } - .webix_ui_print { - display: block !important; - margin: 0 0 0 0!important; - visibility: visible !important; - } - .webix_ui_print * { - visibility: visible !important; - } - .webix_print_noscroll { - height: auto !important; - width: auto !important; - } - .webix_print_noscroll, - .webix_print_noscroll .webix_scroll_cont { - overflow: visible !important; - } - .webix_print_pagebreak { - page-break-after: always; - } - .webix_print_header, - .webix_print_footer { - display: block !important; - margin: 20px 0px; - text-align: center; - height: auto !important; - visibility: visible !important; - } - .webix_print_header *, - .webix_print_footer * { - visibility: visible !important; - } - /*datatable specific*/ - .webix_table_print { - display: table; - visibility: visible !important; - table-layout: fixed; - width: 100%; - border: 1px solid #ebebeb; - margin-bottom: 20px; - position: initial; - } - .webix_table_print td { - overflow: hidden; - } - .webix_table_print tr { - page-break-inside: avoid; - } - .webix_table_print .webix_cell { - display: table-cell !important; - border-right: 1px solid #ebebeb; - border-bottom: 1px solid #ebebeb; - padding: 0px 10px; - white-space: nowrap; - } - .webix_table_print .webix_header_cell { - display: table-cell; - font-family: Tahoma, Arial; - font-size: 12px; - color: #1e2022; - background: #d8eaf6; - border-right: 1px solid #999999; - border-bottom: 1px solid #999999; - } - .webix_table_print .webix_header_cell .webix_arrow_icon { - color: #1e2022; - } - .webix_table_print .webix_footer_cell { - display: table-cell; - background: #fafafa; - border-right: 1px solid #d5d9db; - border-top: 1px solid #d5d9db; - border-bottom: 1px solid #d5d9db; - } - .webix_table_print .webix_cell.webix_dtable_span { - position: initial !important; - white-space: normal; - } - .webix_table_print .webix_rotate { - transform-origin: center 40% !important; - -webkit-transform-origin: center 40% !important; - } - .webix_table_print.borderless, - .webix_table_print.borderless .webix_cell { - border: none; - } - /* x-list specific*/ - .webix_table_print.webix_view.webix_list-x { - white-space: normal; - } - .webix_table_print.webix_view.webix_list-x .webix_list_item { - display: table-cell; - } -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font-family: FontAwesome; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .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(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-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); - -ms-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 { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -/*predefined styles for text lables inside a item*/ -.webix_strong { - font-weight: bold; - white-space: nowrap; -} -.webix_light { - color: #666d73; -} -/*debug message styles*/ -.webix_debug div { - border: 1px solid orange; - background-color: #FF9; - color: #000; -} -.webix_debug { - background-color: #ff9; - border: 1px solid #ff9; -} -/*contr-styles for bootstrap*/ -.webix_view, -.webix_input_icon { - box-sizing: content-box; -} -.webix_view.webix_el_label { - box-sizing: border-box; -} -.webix_inp_label, -.webix_inp_top_label, -.webix_label_right { - margin-bottom: 0px; -} -.webix_view table { - border-collapse: initial; -} diff --git a/v3/js/libs/webix/skins/flat.css b/v3/js/libs/webix/skins/flat.css deleted file mode 100644 index 92d0092..0000000 --- a/v3/js/libs/webix/skins/flat.css +++ /dev/null @@ -1,1831 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:'PT Sans',Tahoma;font-size:15px;color:#666;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #ddd;background-color:#fff;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#fff} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#ddd} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:11.25px;color:#444;font-size:10px;text-transform:uppercase;line-height:45px} -.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} -.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#ddd} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_header>div{padding-left:10px;color:#fff;font-size:18px;background:#3498db;line-height:43px;line-height:45px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_el_button,.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff} -.webix_header>div .webix_el_label{font-size:18px} -.webix_header>div .webix_inp_counter_next,.webix_header>div .webix_inp_counter_prev,.webix_header>div .webix_segment_0,.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webixtype_base,.webix_header>div .webixtype_next,.webix_header>div .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_header>div .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_header>div .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_header>div .webix_inp_counter_next:hover,.webix_header>div .webix_inp_counter_prev:hover,.webix_header>div .webix_segment_0:hover,.webix_header>div .webix_segment_1:hover,.webix_header>div .webix_segment_N:hover,.webix_header>div .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_header>div .webix_inp_counter_next:active,.webix_header>div .webix_inp_counter_prev:active,.webix_header>div .webix_segment_0:active,.webix_header>div .webix_segment_1:active,.webix_header>div .webix_segment_N:active,.webix_header>div .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_header>div .webix_inp_counter_next:focus,.webix_header>div .webix_inp_counter_prev:focus,.webix_header>div .webix_segment_0:focus,.webix_header>div .webix_segment_1:focus,.webix_header>div .webix_segment_N:focus,.webix_header>div .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_header>div .webix_inp_static,.webix_header>div input[type=text]{border-color:#fff} -.webix_header>div .webix_inp_static:focus,.webix_header>div input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_header>div .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_header>div .webix_input_icon:active,.webix_header>div .webix_input_icon:focus,.webix_header>div .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_header>div .webix_pressed .webix_el_arrow,.webix_header>div .webix_pressed .webix_inp_counter_next,.webix_header>div .webix_pressed .webix_inp_counter_prev,.webix_header>div .webix_pressed .webix_input_icon,.webix_header>div .webix_pressed .webix_segment_0,.webix_header>div .webix_pressed .webix_segment_1,.webix_header>div .webix_pressed .webix_segment_N,.webix_header>div .webix_pressed .webixtype_base,.webix_header>div .webix_pressed .webixtype_next,.webix_header>div .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_header>div .webix_selected.webix_segment_0,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_header>div .webix_selected.webix_segment_0:hover,.webix_header>div .webix_selected.webix_segment_1:hover,.webix_header>div .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_header>div .webix_selected.webix_segment_0:active,.webix_header>div .webix_selected.webix_segment_0:focus,.webix_header>div .webix_selected.webix_segment_1:active,.webix_header>div .webix_selected.webix_segment_1:focus,.webix_header>div .webix_selected.webix_segment_N:active,.webix_header>div .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_header>div .webix_img_btn:active,.webix_header>div .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_header>div .webix_img_btn:focus,.webix_header>div .webix_img_btn_top:focus{background-color:#2489cc} -.webix_header>div .webix_img_btn:hover,.webix_header>div .webix_img_btn_top:hover{background-color:#268fd5} -.webix_header>div .webix_icon_button{border-radius:6px} -.webix_header>div .webix_el_icon,.webix_header>div .webix_icon_btn,.webix_header>div .webix_icon_button,.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_abs,.webix_header>div .webix_img_btn_abs .webix_icon,.webix_header>div .webix_img_btn_abs .webix_img_btn_text,.webix_header>div .webix_img_btn_top .webix_icon,.webix_header>div .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_header>div .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_header>div .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} -.webix_header>div .webix_el_box .webix_img_btn_abs:hover,.webix_header>div .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} -.webix_header>div .webix_control{border-color:#3498db} -.webix_header>div .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_top{border-width:0} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#bfbfbf;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #ebebeb} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #ddd;position:relative;z-index:2;color:#fff;font-size:18px;background:#3498db;line-height:43px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_el_button,.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff} -.webix_accordionitem_header .webix_el_label{font-size:18px} -.webix_accordionitem_header .webix_inp_counter_next,.webix_accordionitem_header .webix_inp_counter_prev,.webix_accordionitem_header .webix_segment_0,.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webixtype_base,.webix_accordionitem_header .webixtype_next,.webix_accordionitem_header .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_accordionitem_header .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_accordionitem_header .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_accordionitem_header .webix_inp_counter_next:hover,.webix_accordionitem_header .webix_inp_counter_prev:hover,.webix_accordionitem_header .webix_segment_0:hover,.webix_accordionitem_header .webix_segment_1:hover,.webix_accordionitem_header .webix_segment_N:hover,.webix_accordionitem_header .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_accordionitem_header .webix_inp_counter_next:active,.webix_accordionitem_header .webix_inp_counter_prev:active,.webix_accordionitem_header .webix_segment_0:active,.webix_accordionitem_header .webix_segment_1:active,.webix_accordionitem_header .webix_segment_N:active,.webix_accordionitem_header .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_accordionitem_header .webix_inp_counter_next:focus,.webix_accordionitem_header .webix_inp_counter_prev:focus,.webix_accordionitem_header .webix_segment_0:focus,.webix_accordionitem_header .webix_segment_1:focus,.webix_accordionitem_header .webix_segment_N:focus,.webix_accordionitem_header .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_accordionitem_header .webix_inp_static,.webix_accordionitem_header input[type=text]{border-color:#fff} -.webix_accordionitem_header .webix_inp_static:focus,.webix_accordionitem_header input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_accordionitem_header .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_accordionitem_header .webix_input_icon:active,.webix_accordionitem_header .webix_input_icon:focus,.webix_accordionitem_header .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_accordionitem_header .webix_pressed .webix_el_arrow,.webix_accordionitem_header .webix_pressed .webix_inp_counter_next,.webix_accordionitem_header .webix_pressed .webix_inp_counter_prev,.webix_accordionitem_header .webix_pressed .webix_input_icon,.webix_accordionitem_header .webix_pressed .webix_segment_0,.webix_accordionitem_header .webix_pressed .webix_segment_1,.webix_accordionitem_header .webix_pressed .webix_segment_N,.webix_accordionitem_header .webix_pressed .webixtype_base,.webix_accordionitem_header .webix_pressed .webixtype_next,.webix_accordionitem_header .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_accordionitem_header .webix_selected.webix_segment_0,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_accordionitem_header .webix_selected.webix_segment_0:hover,.webix_accordionitem_header .webix_selected.webix_segment_1:hover,.webix_accordionitem_header .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_accordionitem_header .webix_selected.webix_segment_0:active,.webix_accordionitem_header .webix_selected.webix_segment_0:focus,.webix_accordionitem_header .webix_selected.webix_segment_1:active,.webix_accordionitem_header .webix_selected.webix_segment_1:focus,.webix_accordionitem_header .webix_selected.webix_segment_N:active,.webix_accordionitem_header .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_accordionitem_header .webix_img_btn:active,.webix_accordionitem_header .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_accordionitem_header .webix_img_btn:focus,.webix_accordionitem_header .webix_img_btn_top:focus{background-color:#2489cc} -.webix_accordionitem_header .webix_img_btn:hover,.webix_accordionitem_header .webix_img_btn_top:hover{background-color:#268fd5} -.webix_accordionitem_header .webix_icon_button{border-radius:6px} -.webix_accordionitem_header .webix_el_icon,.webix_accordionitem_header .webix_icon_btn,.webix_accordionitem_header .webix_icon_button,.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_abs,.webix_accordionitem_header .webix_img_btn_abs .webix_icon,.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text,.webix_accordionitem_header .webix_img_btn_top .webix_icon,.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_accordionitem_header .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:hover,.webix_accordionitem_header .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} -.webix_accordionitem_header .webix_control{border-color:#3498db} -.webix_accordionitem_header .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_top{border-width:0} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:15px 13.5px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg==)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{color:#fff;background:#27ae60} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ebebeb;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#d2e3ef;font-size:15px;color:#4a4a4a} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#666;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#d2e3ef} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #ebebeb;border-bottom:none;border-color:#ebebeb} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #ddd;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;font-size:15px} -.webix_pager_item_selected{cursor:default;background-color:#27ae60;border:1px solid #ebebeb} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:29px;cursor:pointer;border-bottom:1px solid #ebebeb;text-align:left;border-color:#ebebeb;border-right:1px solid #ebebeb} -.webix_dataview_item.webix_selected{color:#fff;background:#27ae60;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:'PT Sans',Tahoma;font-size:13px;color:#666;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#e6e6e6} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#999;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#999} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:'PT Sans',Tahoma;font-size:15px;color:#666} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:'PT Sans',Tahoma;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:30px;line-height:30px;display:inline-block;margin:0 5px;border-radius:6px} -.webix_popup_button div{border-radius:6px} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #ddd} -.webix_button input,.webix_popup_button div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;height:30px;line-height:30px} -.webix_popup_button.confirm div{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} -.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;color:#666;min-height:60px} -.webix_error,.webix_info{font-size:15px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #ddd;background-color:#fff;font-family:'PT Sans',Tahoma;font-size:15px;color:#666;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #ddd;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #b0cee3;border-bottom:1px solid #ddd;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:3px 5px 3px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#666!important;height:39px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #ddd;line-height:32px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} -.webix_richfilter{margin-top:1px;line-height:32px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#4a4a4a;background:#d2e3ef} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} -.webix_ss_footer td{border-right:1px solid #ebebeb;border-top:1px solid #ebebeb} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #ddd} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #ddd} -.webix_last_topcell.webix_cell{border-bottom:1px solid #ddd} -.webix_column>div,.webix_table_cell{border-right:1px solid #ebebeb;padding:0 10px;border-bottom:1px solid #ebebeb} -.webix_column{text-align:left} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ebebeb} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #ebebeb;height:34px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#666} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#27ae60} -.webix_column>div.webix_cell_select{border-bottom:1px solid #ebebeb;border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ebebeb;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#27ae60} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #ebebeb} -.webix_cell.webix_dtable_colrow.webix_selected{color:#fff;background:#27ae60} -.webix_dtable_subrow{border-top:1px solid #ebebeb;text-align:right} -.webix_dtable_subview{background:#ebebeb;border-top:1px solid #ebebeb;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #ddd} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{color:#fff;background:#27ae60} -.webix_hcell span.webix_input_icon{background-color:#b0cee3} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#666} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#666;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:18px;background:#3498db;padding:0;text-align:center;line-height:45px} -.webix_win_head>.webix_view>.webix_template .webix_el_button,.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_label{font-size:18px} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webixtype_base,.webix_win_head>.webix_view>.webix_template .webixtype_next,.webix_win_head>.webix_view>.webix_template .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_win_head>.webix_view>.webix_template .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:hover,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_segment_N:hover,.webix_win_head>.webix_view>.webix_template .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:active,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:active,.webix_win_head>.webix_view>.webix_template .webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:focus,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_segment_N:focus,.webix_win_head>.webix_view>.webix_template .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_inp_static,.webix_win_head>.webix_view>.webix_template input[type=text]{border-color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_inp_static:focus,.webix_win_head>.webix_view>.webix_template input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_win_head>.webix_view>.webix_template .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_win_head>.webix_view>.webix_template .webix_input_icon:active,.webix_win_head>.webix_view>.webix_template .webix_input_icon:focus,.webix_win_head>.webix_view>.webix_template .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_el_arrow,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_input_icon,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_pressed .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_base,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_next,.webix_win_head>.webix_view>.webix_template .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:hover,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1:focus,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:active,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_win_head>.webix_view>.webix_template .webix_img_btn:active,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_win_head>.webix_view>.webix_template .webix_img_btn:focus,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:focus{background-color:#2489cc} -.webix_win_head>.webix_view>.webix_template .webix_img_btn:hover,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:hover{background-color:#268fd5} -.webix_win_head>.webix_view>.webix_template .webix_icon_button{border-radius:6px} -.webix_win_head>.webix_view>.webix_template .webix_el_icon,.webix_win_head>.webix_view>.webix_template .webix_icon_btn,.webix_win_head>.webix_view>.webix_template .webix_icon_button,.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_img_btn_text,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} -.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:hover,.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} -.webix_win_head>.webix_view>.webix_template .webix_control{border-color:#3498db} -.webix_win_head>.webix_view>.webix_template .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top{border-width:0} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#3498db;display:block;border:1px solid #196090;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:28px;line-height:28px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#27ae60} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} -.webix_tree_img{background:0 0;float:left;width:25px;height:28px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIxjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKrKg68GbjNGVTeGZmeiRP+IphBbi0EgrAAA7)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIpjI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC7/mTNf2jef6zvc+XgAAOw==);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAI1jI8Gyc3r4pP0wCovdnpPz4Gh+JFIZ6KkKgLuC78VC9KeveGYPpsJTwFmfCeixahABoQRXQEAOw==)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhGQAcAIABAMHBwf///yH5BAEKAAEALAAAAAAZABwAAAIjjI+py+0Po5y02ouz3rxDAIZi+HGAiW6nmmqr22avHGMzUwAAOw==)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#fff} -.webix_cal_month{height:22px;position:relative;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;color:#666;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#27ae60} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#666;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#bfbfbf;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#ccc;background:#f0f0f0} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#27ae60;color:#fff} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#3498db} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#666;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ddd} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;border-radius:6px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;float:right} -.webix_cal_blurred_hours{background-color:#f7f7f7} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_label,.webix_property_value{padding-left:10px;float:left;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:28px;line-height:27px} -.webix_property_label{border-right:1px solid #ddd} -.webix_property_label_line{padding-left:10px;color:#fff;font-size:18px;background:#3498db;border-bottom:1px solid #ebebeb;line-height:28px} -.webix_property_label_line .webix_el_button,.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff} -.webix_property_label_line .webix_el_label{font-size:18px} -.webix_property_label_line .webix_inp_counter_next,.webix_property_label_line .webix_inp_counter_prev,.webix_property_label_line .webix_segment_0,.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webixtype_base,.webix_property_label_line .webixtype_next,.webix_property_label_line .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_property_label_line .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_property_label_line .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_property_label_line .webix_inp_counter_next:hover,.webix_property_label_line .webix_inp_counter_prev:hover,.webix_property_label_line .webix_segment_0:hover,.webix_property_label_line .webix_segment_1:hover,.webix_property_label_line .webix_segment_N:hover,.webix_property_label_line .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_property_label_line .webix_inp_counter_next:active,.webix_property_label_line .webix_inp_counter_prev:active,.webix_property_label_line .webix_segment_0:active,.webix_property_label_line .webix_segment_1:active,.webix_property_label_line .webix_segment_N:active,.webix_property_label_line .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_property_label_line .webix_inp_counter_next:focus,.webix_property_label_line .webix_inp_counter_prev:focus,.webix_property_label_line .webix_segment_0:focus,.webix_property_label_line .webix_segment_1:focus,.webix_property_label_line .webix_segment_N:focus,.webix_property_label_line .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_property_label_line .webix_inp_static,.webix_property_label_line input[type=text]{border-color:#fff} -.webix_property_label_line .webix_inp_static:focus,.webix_property_label_line input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_property_label_line .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_property_label_line .webix_input_icon:active,.webix_property_label_line .webix_input_icon:focus,.webix_property_label_line .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_property_label_line .webix_pressed .webix_el_arrow,.webix_property_label_line .webix_pressed .webix_inp_counter_next,.webix_property_label_line .webix_pressed .webix_inp_counter_prev,.webix_property_label_line .webix_pressed .webix_input_icon,.webix_property_label_line .webix_pressed .webix_segment_0,.webix_property_label_line .webix_pressed .webix_segment_1,.webix_property_label_line .webix_pressed .webix_segment_N,.webix_property_label_line .webix_pressed .webixtype_base,.webix_property_label_line .webix_pressed .webixtype_next,.webix_property_label_line .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_property_label_line .webix_selected.webix_segment_0,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_property_label_line .webix_selected.webix_segment_0:hover,.webix_property_label_line .webix_selected.webix_segment_1:hover,.webix_property_label_line .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_property_label_line .webix_selected.webix_segment_0:active,.webix_property_label_line .webix_selected.webix_segment_0:focus,.webix_property_label_line .webix_selected.webix_segment_1:active,.webix_property_label_line .webix_selected.webix_segment_1:focus,.webix_property_label_line .webix_selected.webix_segment_N:active,.webix_property_label_line .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_property_label_line .webix_img_btn:active,.webix_property_label_line .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_property_label_line .webix_img_btn:focus,.webix_property_label_line .webix_img_btn_top:focus{background-color:#2489cc} -.webix_property_label_line .webix_img_btn:hover,.webix_property_label_line .webix_img_btn_top:hover{background-color:#268fd5} -.webix_property_label_line .webix_icon_button{border-radius:6px} -.webix_property_label_line .webix_el_icon,.webix_property_label_line .webix_icon_btn,.webix_property_label_line .webix_icon_button,.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_abs,.webix_property_label_line .webix_img_btn_abs .webix_icon,.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text,.webix_property_label_line .webix_img_btn_top .webix_icon,.webix_property_label_line .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_property_label_line .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_property_label_line .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} -.webix_property_label_line .webix_el_box .webix_img_btn_abs:hover,.webix_property_label_line .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} -.webix_property_label_line .webix_control{border-color:#3498db} -.webix_property_label_line .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_top{border-width:0} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #ddd;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #ddd;font-family:'PT Sans',Tahoma;font-size:15px;color:#666;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#fff} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#27ae60;color:#fff} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#ccc} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #ddd} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;height:100%;width:100%;cursor:pointer;color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#666} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#3498db;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;outline:0;padding:0;border:0} -.webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} -.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545;border-bottom:1px solid #b13e2f;color:#fff} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;outline:0;color:#fff;background:#3498db;border:1px solid #ddd} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:8px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:15px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#fff} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:15px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #ddd;color:#666;font-size:15px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc;-webkit-appearance:none} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#666;text-transform:none;font-size:15px} -.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:3px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:13px;color:#737373} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#666;line-height:32px;padding:3px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:15px;border:1px solid #ddd} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #ddd;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:15px;width:50px;color:#666;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_prev{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_inp_counter_next{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_el_textarea textarea{border:1px solid #ddd;height:100%;margin:0;padding:5px;color:#666;resize:none;font-size:15px;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:9.5px} -.webix_segment_0,.webix_segment_1{height:100%} -.webix_segment_0{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_N:first-child{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#3498db;color:#fff;font-size:15px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#27ae60;border-color:#27ae60} -.webix_inp_static{border:1px solid #ddd;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#b3b3b3} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:15px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#666;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#666;padding-right:24px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:6.5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:32px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:13px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:24px;height:24px;border-radius:6px} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search span{position:absolute;right:19px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#666;font-size:15px;font-family:'PT Sans',Tahoma;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#404040;cursor:pointer} -.webix_multilist .webix_selected{background:#f2f2f2;color:#666} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#3498db} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid #ddd} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #ddd;border-left-width:0;background:#a4b4bf;color:#fff;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{border-bottom-width:0;background:#3498db;color:#fff;border-color:#3498db} -.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #ddd;border-right:1px solid #ddd;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa;background:#e9e9e9;border:1px solid #e9e9e9;text-shadow:none} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:34px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:13px} -.webix_menu-x{background-color:#fff;border:none;background:0 0} -.webix_menu-x .webix_list_item{display:inline-block;line-height:30px;border-right:1px solid #fff;border-left:0;background:#3498db;color:#fff;font-size:15px} -.webix_menu-x .webix_list_item .webix_submenu_icon:before{content:'\f107'} -.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:#268fd5} -.webix_menu-x .webix_list_item:first-child{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_menu-x .webix_list_item:last-child{border-right:none;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_menu{background:#fff;border:1px solid #ddd;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #ddd} -.webix_menu .webix_submenu_icon{top:11px} -.webix_menu .webix_context_spacer{height:34px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar{color:#fff;font-size:18px;background:#3498db} -.webix_layout_toolbar .webix_el_button,.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{color:#fff} -.webix_layout_toolbar .webix_el_label{font-size:18px} -.webix_layout_toolbar .webix_inp_counter_next,.webix_layout_toolbar .webix_inp_counter_prev,.webix_layout_toolbar .webix_segment_0,.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webixtype_base,.webix_layout_toolbar .webixtype_next,.webix_layout_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_layout_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_layout_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_layout_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar .webix_segment_0:hover,.webix_layout_toolbar .webix_segment_1:hover,.webix_layout_toolbar .webix_segment_N:hover,.webix_layout_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_layout_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar .webix_segment_0:active,.webix_layout_toolbar .webix_segment_1:active,.webix_layout_toolbar .webix_segment_N:active,.webix_layout_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar .webix_segment_0:focus,.webix_layout_toolbar .webix_segment_1:focus,.webix_layout_toolbar .webix_segment_N:focus,.webix_layout_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_layout_toolbar .webix_inp_static,.webix_layout_toolbar input[type=text]{border-color:#fff} -.webix_layout_toolbar .webix_inp_static:focus,.webix_layout_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_layout_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_layout_toolbar .webix_input_icon:active,.webix_layout_toolbar .webix_input_icon:focus,.webix_layout_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_layout_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_layout_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_layout_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_layout_toolbar .webix_img_btn:active,.webix_layout_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar .webix_img_btn:focus,.webix_layout_toolbar .webix_img_btn_top:focus{background-color:#2489cc} -.webix_layout_toolbar .webix_img_btn:hover,.webix_layout_toolbar .webix_img_btn_top:hover{background-color:#268fd5} -.webix_layout_toolbar .webix_icon_button{border-radius:6px} -.webix_layout_toolbar .webix_el_icon,.webix_layout_toolbar .webix_icon_btn,.webix_layout_toolbar .webix_icon_button,.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_abs,.webix_layout_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} -.webix_layout_toolbar .webix_control{border-color:#3498db} -.webix_layout_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_top{border-width:0} -.webix_toolbar.webix_layout_subbar{color:#fff;font-size:18px} -.webix_toolbar.webix_layout_subbar .webix_el_button,.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_label{font-size:18px} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webixtype_base,.webix_toolbar.webix_layout_subbar .webixtype_next,.webix_toolbar.webix_layout_subbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_toolbar.webix_layout_subbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:hover,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:hover,.webix_toolbar.webix_layout_subbar .webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_segment_N:hover,.webix_toolbar.webix_layout_subbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active,.webix_toolbar.webix_layout_subbar .webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:focus,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:focus,.webix_toolbar.webix_layout_subbar .webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_segment_N:focus,.webix_toolbar.webix_layout_subbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_toolbar.webix_layout_subbar .webix_inp_static,.webix_toolbar.webix_layout_subbar input[type=text]{border-color:#fff} -.webix_toolbar.webix_layout_subbar .webix_inp_static:focus,.webix_toolbar.webix_layout_subbar input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_toolbar.webix_layout_subbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_toolbar.webix_layout_subbar .webix_input_icon:active,.webix_toolbar.webix_layout_subbar .webix_input_icon:focus,.webix_toolbar.webix_layout_subbar .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_toolbar.webix_layout_subbar .webix_pressed .webix_el_arrow,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_input_icon,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_pressed .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_base,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_next,.webix_toolbar.webix_layout_subbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:hover,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1:focus,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:active,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_toolbar.webix_layout_subbar .webix_img_btn:active,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_toolbar.webix_layout_subbar .webix_img_btn:focus,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:focus{background-color:#2489cc} -.webix_toolbar.webix_layout_subbar .webix_img_btn:hover,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:hover{background-color:#268fd5} -.webix_toolbar.webix_layout_subbar .webix_icon_button{border-radius:6px} -.webix_toolbar.webix_layout_subbar .webix_el_icon,.webix_toolbar.webix_layout_subbar .webix_icon_btn,.webix_toolbar.webix_layout_subbar .webix_icon_button,.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:hover,.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} -.webix_toolbar.webix_layout_subbar .webix_control{border-color:#3498db} -.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_top{border-width:0} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:8px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #c4c4c4;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#666;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#666;line-height:32px;padding:3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'PT Sans',Tahoma;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px;padding-top:15px} -.webix_slider_box .webix_slider_left{float:left;width:100px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{float:left;width:100px;background:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid #eaeaea;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{height:6px;border:1px solid #ccc;background:#3498db} -.webix_slider_box .webix_slider_right{height:6px;border-color:#ccc} -.webix_slider_box .webix_slider_handle{width:14px;height:14px;border:1px solid #ccc;background-color:#fff;top:10px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;height:18px;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{margin:0 2px;height:14px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #ccc;background:#3498db} -.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#ccc} -.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#fff;border:1px solid #ccc;top:10px;width:11px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{height:11px;width:14px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;height:24px;width:60px;background-color:#f1f1f1;border:1px solid #ddd;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{background-color:#3498db;color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#27ae60;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#b3b3b3} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#27ae60;border-color:#27ae60} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#27ae60;box-shadow:inset 0 0 1px 2px #27ae60} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #ddd} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#666;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:15px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#eef7fc;border-radius:6px;border:1px solid #ddd;cursor:pointer;font-size:15px;font-family:'PT Sans',Tahoma} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(../fonts/PTS-webfont.woff) format('woff')} -@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:local('PT Sans Bold'),local('PTSans-Bold'),url(../fonts/PTS-bold.woff) format('woff')} -.mainFont{font-family:'PT Sans',Tahoma;font-size:15px;color:#666} -.webix_layout_toolbar.webix_toolbar{color:#fff;font-size:18px;background:#3498db} -.webix_layout_toolbar.webix_toolbar .webix_el_button,.webix_layout_toolbar.webix_toolbar .webix_el_label,.webix_layout_toolbar.webix_toolbar .webix_inp_label{color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_el_label{font-size:18px} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webixtype_base,.webix_layout_toolbar.webix_toolbar .webixtype_next,.webix_layout_toolbar.webix_toolbar .webixtype_prev{border-color:#d9d9d9;background-color:transparent;color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_next_arrow{border-left:none;border-bottom:none} -.webix_layout_toolbar.webix_toolbar .webix_el_arrow.webixtype_prev_arrow{border-right:none;border-bottom:none} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:hover,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_segment_N:hover,.webix_layout_toolbar.webix_toolbar .webixtype_base:hover{color:#fff;background-color:rgba(0,0,0,.05)} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar.webix_toolbar .webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webixtype_base:active{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:focus,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_segment_N:focus,.webix_layout_toolbar.webix_toolbar .webixtype_base:focus{background-color:rgba(0,0,0,.07);color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_inp_static,.webix_layout_toolbar.webix_toolbar input[type=text]{border-color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_inp_static:focus,.webix_layout_toolbar.webix_toolbar input[type=text]:focus{border-color:#fff;box-shadow:none} -.webix_layout_toolbar.webix_toolbar .webix_input_icon{border-color:#d9d9d9;background-color:transparent;color:#fff;color:#666} -.webix_layout_toolbar.webix_toolbar .webix_input_icon:active,.webix_layout_toolbar.webix_toolbar .webix_input_icon:focus,.webix_layout_toolbar.webix_toolbar .webix_input_icon:hover{background-color:transparent;color:#666} -.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_el_arrow,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_input_icon,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_pressed .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_base,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_next,.webix_layout_toolbar.webix_toolbar .webix_pressed .webixtype_prev{background-color:rgba(0,0,0,.07);color:#fff;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{border-color:#d9d9d9;background-color:#27ae60;color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:hover,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:hover{background-color:#24a259} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1:focus,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:active,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N:focus{background-color:#295} -.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{margin-left:0;border-left:none} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:active,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:focus,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:focus{background-color:#2489cc} -.webix_layout_toolbar.webix_toolbar .webix_img_btn:hover,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:hover{background-color:#268fd5} -.webix_layout_toolbar.webix_toolbar .webix_icon_button{border-radius:6px} -.webix_layout_toolbar.webix_toolbar .webix_el_icon,.webix_layout_toolbar.webix_toolbar .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_icon_button,.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:focus{background-color:rgba(0,0,0,.07)} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:hover,.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon_button:hover{background-color:rgba(0,0,0,.05)} -.webix_layout_toolbar.webix_toolbar .webix_control{border-color:#3498db} -.webix_layout_toolbar.webix_toolbar .webix_icon_button .webix_icon{font-size:23px;height:27px;width:27px;color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top{border-width:0} -.webix_layout_space>.webix_toolbar{border-radius:4px} -.webix_view.webix_layout_accordion{background-color:#ddd} -.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:14px 13.5px} -.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:13px} -.webix_accordionitem.collapsed,.webix_accordionitem.horizontal.collapsed{background-color:#a4b4bf} -.webix_accordionitem.collapsed .webix_accordionitem_header,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header{background-color:#a4b4bf;color:#fff} -.webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button,.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button{color:#fff} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{color:#fff;background-image:none;font-family:FontAwesome;font-size:24px;text-align:center;width:24px;height:45px;margin:0 10.5px 0 10.5px} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before{content:'\f104'} -.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f106'} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f105'} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f107'} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{height:42px;margin:0 10.5px 0 10.5px} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f106'} -.webix_accordionitem.vertical>.webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f107'} -.webix_toolbar.webix_layout_subbar{background:0 0} -.webix_toolbar.webix_layout_subbar .webix_view{color:#666} -.webix_el_tabbar+.webix_multiview{background-color:#fff} -.webix_view.rounded_top{-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px} -.webix_view.rounded_right{-moz-border-top-right-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px} -.webix_view.rounded_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px} -.webix_view.rounded_left{-moz-border-top-left-radius:4px;-moz-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px} -.webix_layout_space .webix_layout_accordion .webix_accordionitem,.webix_layout_space>.webix_view,.webix_layout_wide .webix_layout_accordion .webix_accordionitem,.webix_layout_wide>.webix_view{border-radius:4px} -.webix_view .webix_win_head{border-bottom:1px solid #ddd} -.webix_view .webix_win_head>.webix_view>.webix_template{color:#666;background:#fff;box-shadow:0 -2px #3498db inset} -.webix_modal_box .webix_popup_title{color:#666;background:#fff;font-size:15px;text-shadow:none} -.webix_popup_text{box-shadow:0 3px #3498db inset;font-size:15px} -.webix_alert-warning .webix_popup_text,.webix_confirm-warning .webix_popup_text{box-shadow:0 3px #ffd21a inset} -.webix_alert-error .webix_popup_text,.webix_confirm-error .webix_popup_text{box-shadow:0 3px #ff391b inset} -.webix_modal_box,.webix_view.webix_popup{border:1px solid #ddd} -.confirmButton{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none;text-shadow:none;color:#fff} -.confirmButtonActive{background:#2ecb70} -.webix_popup_button{border:none} -.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid #d0d0d0} -.webix_dtable .webix_last_topcell{border-bottom:1px solid #d0d0d0} -.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid #d0d0d0} -.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #b0cee3} -.webix_dtable .webix_hcell.webix_ss_filter{padding:0 5px} -.webix_dtable .webix_hcell.webix_div_filter{padding:3px 5px} -.webix_dtable .webix_ss_filter input,.webix_dtable .webix_ss_filter select{height:32px;vertical-align:middle;border-radius:6px} -.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;right:3px;float:none;width:12px} -.webix_ss_sort_asc:before{content:'\f106'} -.webix_ss_sort_desc:before{content:'\f107'} -.dtBodyCell{border-bottom:1px solid #ebebeb} -.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #b0cee3} -.webix_view .webix_dt_editor input,.webix_view .webix_dt_editor select{border:1px solid #3498db} -.dataItemStyle{border-color:#ebebeb} -.webix_list_item.webix_group_back{color:#4a4a4a;background:#d2e3ef;border-bottom:1px solid #b0cee3} -.webix_dataview_item{border-right-color:#ebebeb} -.webix_view .webix_pager_item{padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8;font-size:15px} -.webix_view .webix_pager_item:hover{background-color:#268fd5} -.webix_view .webix_pager_item:focus{background-color:#2489cc} -.webix_view .webix_pager_item_selected{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} -.webix_view .webix_pager_item_selected:focus,.webix_view .webix_pager_item_selected:hover{background-color:#219552} -.webix_view .webix_pager_item,.webix_view .webix_pager_item_selected{border-radius:6px} -.webix_list .webix_unit_header{font-weight:400;text-shadow:none;background:#d2e3ef;font-size:15px;color:#4a4a4a} -.webix_view .webix_tree_close,.webix_view .webix_tree_open{background-image:none;font-family:FontAwesome;font-size:14px;text-align:center;color:#666} -.webix_view .webix_tree_open:before{content:"\f147"} -.webix_view .webix_tree_close:before{content:"\f196"} -.webix_menu-x .webix_submenu_icon,.webix_view.webix_menu .webix_submenu_icon{width:6px;height:auto;font-size:14px;font-family:FontAwesome;line-height:1px;margin-top:3px} -.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background-color:#f5f5f5} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon:before{content:'\f105'} -.webix_menu.webix_view .webix_list_item.webix_selected{background:#27ae60} -.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#ebebeb} -.webix_view .webix_drag_over,.webix_view .webix_drop_zone{background-color:#f4f4f4} -.propertyStyle{height:28px;line-height:27px} -.propertyTitle{line-height:28px} -.webix_view button,.webix_view input[type=button]{-webkit-appearance:none} -.webix_el_colorpicker span.webix_input_icon,.webix_el_combo span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_richselect span.webix_input_icon{background-color:#3498db;color:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.focusStyle{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_search input{padding-right:28px} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{border-radius:6px} -.webix_el_colorpicker input:focus,.webix_el_combo input:focus,.webix_el_datepicker input:focus,.webix_el_search input:focus,.webix_el_text input:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_counter input[type=text]:focus{border-top:1px solid #3498db;border-bottom:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_colorpicker .webix_inp_static,.webix_el_datepicker .webix_inp_static,.webix_el_dbldatepicker .webix_inp_static,.webix_el_richselect .webix_inp_static{border-radius:6px;padding-right:28px;white-space:nowrap} -.webix_el_colorpicker .webix_inp_static:focus,.webix_el_datepicker .webix_inp_static:focus,.webix_el_dbldatepicker .webix_inp_static:focus,.webix_el_richselect .webix_inp_static:focus,.webix_el_select select:focus,.webix_el_textarea textarea:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_select select,.webix_el_textarea textarea{border-radius:6px} -.webix_el_combo span.webix_input_icon,.webix_el_richselect span.webix_input_icon{width:21px;padding-left:8px} -.webix_el_colorpicker span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_search span.webix_input_icon{width:24px} -.webix_el_text .webix_inp_static{border-radius:6px;white-space:nowrap} -.webix_focused .webix_inp_static{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_multilist .fa-check-square{color:#3498db} -.buttonStyle{color:#fff;font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0} -.webix_el_colorpicker div.webix_inp_static div{margin:2.5px -20px 0 -5px} -.webix_el_textarea textarea,div.webix_inp_static{background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc} -.webix_el_select select{font-family:'PT Sans',Tahoma;border-color:#ddd} -.webix_el_checkbox input{border-color:#ddd} -.webix_el_counter .webix_inp_counter_value{width:40px;background:#fff;font-family:'PT Sans',Tahoma;border-color:#ccc} -.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#3498db;width:29px;color:#fff;padding:auto 6px;border:1px solid #3498db;border-bottom:1px solid #268fd5;outline:0;font-weight:700;font-family:"Courier New",Courier,monospace;font-size:20px} -.webix_view.webix_control.webix_el_tabbar{background:0 0} -div.webix_item_tab{border-color:#a4b4bf;padding-top:3px;font-size:18px} -div.webix_item_tab.webix_selected{padding-top:2px} -.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border-color:#3498db;border-right:1px solid #5faee3;background:#3498db;color:#fff;padding-top:0} -.webixtype_bottom .webix_item_tab.webix_selected:last-child,.webixtype_bottom .webix_item_tab:last-child{border-right:1px solid #5faee3} -.webixtype_bottom .webix_item_tab.webix_selected{background:#2383c4;color:#fff} -.webix_el_tabbar .webixtype_icon .webix_item_tab{white-space:nowrap} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;height:100%;line-height:inherit;margin:0 3px;vertical-align:top;width:100%} -.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected{background:#2383c4} -.webix_accordionitem_label .webix_icon{font-size:19px;width:25px} -.webix_item_tab .webix_icon{width:30px;font-size:19px} -.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_el_tabbar .webixtype_iconTop .webix_icon,.webix_el_tabbar .webixtype_image .webix_icon{color:#fff;font-size:18px;top:1px} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{font-size:15px} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top .webix_icon,.webix_el_tabbar .webixtype_image .webix_img_btn_top .webix_icon{margin-top:2px} -.webix_el_tabbar .webixtype_iconTop .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_img_btn_text{bottom:0;font-size:15px} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected{background:#2383c4;box-shadow:0 0 0 1px #3498db inset} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text{color:#fff} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn{background-color:#2383c4} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn{color:#fff} -.webix_el_tabbar .webixtype_icon,.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{background:#3498db} -.webix_el_tabbar .webixtype_icon .webix_tab_filler,.webix_el_tabbar .webixtype_iconTop .webix_tab_filler,.webix_el_tabbar .webixtype_image .webix_tab_filler{border-bottom-color:#3498db} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:0;border-radius:0;color:#fff;background:#3498db;border-color:#3498db;border-bottom:1px solid #3498db} -.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn{color:#fff} -.webix_tab_more_icon:hover{color:#4d4d4d} -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon{background:#3498db} -.webix_el_tabbar .webixtype_bottom .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_icon .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon .webix_icon,.webix_el_tabbar .webixtype_image .webix_tab_more_icon .webix_icon{color:#fff} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_iconTop .webix_tab_more_icon:hover,.webix_el_tabbar .webixtype_image .webix_tab_more_icon:hover{background-color:#268fd5} -.webix_tab_filler:first-child{border-right:0} -.passiveBarBG{background:#a4b4bf;color:#fff} -.webix_all_tabs{padding-left:1px;padding-right:1px} -.webix_after_all_tabs{background:#3498db} -.webix_el_box .webixtype_form:active{background-color:#219552;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_el_box .webixtype_form:focus{background-color:#219552} -.webix_el_box .webixtype_form:hover{background-color:#239d57} -.webixtype_danger:hover{background-color:#ca4635} -.webixtype_danger:focus{background-color:#c14433} -.webixtype_danger:active{background-color:#c14433;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webixtype_next:focus,.webixtype_next:focus+.webixtype_next_arrow,.webixtype_prev:focus,.webixtype_prev:focus+.webixtype_prev_arrow{background-color:#2489cc} -.webixtype_next:hover,.webixtype_next:hover+.webixtype_next_arrow,.webixtype_prev:hover,.webixtype_prev:hover+.webixtype_prev_arrow{background-color:#268fd5} -.webix_el_box .webixtype_form{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;background:#27ae60;color:#fff;border-color:#27ae60;border-bottom:1px solid #209150;box-shadow:none} -.webix_inp_counter_next:hover,.webix_inp_counter_prev:hover,.webix_segment_0:hover,.webix_segment_1:hover,.webix_segment_N:hover,.webixbutton:hover,.webixtype_base:hover{background-color:#268fd5} -.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webix_segment_0:active,.webix_segment_1:active,.webix_segment_N:active,.webixbutton:active,.webixtype_base:active{background-color:#2489cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_el_text .webix_input_icon:active,.webix_el_text .webix_input_icon:hover{color:#3498db;background:inherit;cursor:pointer} -.webix_inp_counter_next:focus,.webix_inp_counter_prev:focus,.webix_segment_0:focus,.webix_segment_1:focus,.webix_segment_N:focus,.webixbutton:focus,.webixtype_base:focus{background-color:#2489cc} -.webix_selected.webix_segment_0:hover,.webix_selected.webix_segment_1:hover,.webix_selected.webix_segment_N:hover{background-color:#239d57} -.webix_selected.webix_segment_0:active,.webix_selected.webix_segment_0:focus,.webix_selected.webix_segment_1:active,.webix_selected.webix_segment_1:focus,.webix_selected.webix_segment_N:active,.webix_selected.webix_segment_N:focus{background-color:#219552} -.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{margin-left:1px;border-left:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:6px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:5px} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{left:3px} -.activeShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.toggleShadow{box-shadow:inset 0 3px 5px rgba(0,0,0,.18)} -.webix_el_toggle .webix_pressed .webix_img_btn,.webix_el_toggle .webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs,.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:#2489cc} -.webix_img_btn_abs_top .webix_icon{font-size:22px} -.webix_img_btn:hover,.webix_img_btn_top:hover{background-color:rgba(0,0,0,.05)} -.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(0,0,0,.07);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_img_btn:focus,.webix_img_btn_top:focus{background-color:rgba(0,0,0,.07)} -.webix_view .webix_fieldset fieldset{border:1px solid #dedede} -.webix_view .webix_fieldset legend{color:#787878} -.webix_custom_checkbox:before{content:"\f00c";color:#3498db;font-family:FontAwesome;font-size:16px;height:14px;display:block;line-height:13px;width:14px} -.webix_checkbox_0 .webix_custom_checkbox:before{visibility:hidden} -.webix_custom_checkbox{float:left;position:relative;top:50%;margin-top:-7px;padding:0;height:15px;width:15px;border:1px solid #ccc;border-radius:3px;background-color:#fff} -.webix_custom_checkbox:focus{border-color:#3498db} -a:active .webix_custom_checkbox,a:focus .webix_custom_checkbox{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_el_radio .webix_custom_radio:before{content:" ";border-radius:50%;display:block;width:7px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:7px;background-color:#3498db} -.webix_el_radio .webix_radio_0 .webix_custom_radio:before{visibility:hidden} -.webix_el_radio .webix_custom_radio{display:block;height:15px;width:15px;padding:3px;border:1px solid #ccc;border-radius:50%;background-color:#fff} -.webix_el_radio .webix_custom_radio:focus{border-color:#3498db} -.webix_el_radio .webix_label_right{color:#666;font-size:15px} -a:active .webix_custom_radio,a:focus .webix_custom_radio{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset} -.webix_cal_body .webix_cal_today{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #27ae60;border-radius:6px} -.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{font-size:13px} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today{border-radius:6px} -.webix_cal_body .webix_cal_event.webix_cal_select,.webix_cal_body .webix_selected{color:#fff;border-radius:6px;background:#27ae60} -.webix_cal_event{color:#3498db} -.webix_cal_outside{font-weight:400;color:#bbb} -.webix_cal_footer .webix_cal_done,.webix_time_footer .webix_cal_done{font-size:15px;padding:auto 6px;font-family:'PT Sans',Tahoma;border:1px solid #3498db;outline:0;color:#fff;background:#3498db;border-bottom:1px solid #2386c8} -.webix_cal_footer .webix_cal_done:hover,.webix_time_footer .webix_cal_done:hover{background-color:#268fd5} -.webix_cal_footer .webix_cal_done:focus,.webix_time_footer .webix_cal_done:focus{background-color:#2489cc} -.webix_cal_month{line-height:20px;text-align:center;font-size:17px;font-weight:700} -.webix_view>.webix_cal_header div{font-size:12px} -.webix_cal_month_name{font-size:14px;font-weight:400} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_cal_range{background-color:#d4f5e2} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} -.webix_progress_top .webix_progress_state{background-size:10px 10px} -.webix_progress_bottom .webix_progress_state{background-size:14px 14px} -.webix_skin_mark{height:200px} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#4a4a4a;background:#d2e3ef;border-right:1px solid #b0cee3;border-bottom:1px solid #b0cee3} -.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #ebebeb;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#b3b3b3} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/glamour.css b/v3/js/libs/webix/skins/glamour.css deleted file mode 100644 index faaba00..0000000 --- a/v3/js/libs/webix/skins/glamour.css +++ /dev/null @@ -1,1615 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:Tahoma;font-size:15px;color:#555;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid transparent;background-color:#f4f4f4;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#f4f4f4} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#fff} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9.75px;color:#444;font-size:10px;text-transform:uppercase;line-height:39px} -.webix_section>.webix_template{padding:0 8px;background-color:#f4f4f4;display:inline} -.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#f4f4f4} -.webix_header>div{padding-left:10px;color:#fff;font-size:17px;background:#bcbcbc;line-height:37px;line-height:39px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_el_button,.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff!important} -.webix_header>div .webix_el_button input,.webix_header>div .webix_el_toggle input{border:none} -.webix_header>div .webix_inp_counter_next,.webix_header>div .webix_inp_counter_prev,.webix_header>div .webix_input_icon,.webix_header>div .webixtype_base,.webix_header>div .webixtype_next,.webix_header>div .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} -.webix_header>div .webix_segment_0,.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} -.webix_header>div .webix_selected.webix_segment_0,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} -.webix_header>div .webix_inp_counter_next:active,.webix_header>div .webix_inp_counter_prev:active,.webix_header>div .webixtype_base:active,.webix_header>div .webixtype_next:active,.webix_header>div .webixtype_prev:active{background-color:#afafaf} -.webix_header>div .webix_icon_button:active,.webix_header>div .webix_img_btn:active,.webix_header>div .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} -.webix_header>div .webix_el_icon .webix_icon,.webix_header>div .webix_icon_btn,.webix_header>div .webix_icon_button,.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_abs,.webix_header>div .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_header>div .webix_el_box .webix_img_btn_abs+input:active,.webix_header>div .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#aeaeae;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #dadada} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid transparent;position:relative;z-index:2;color:#fff;font-size:17px;background:#bcbcbc;line-height:37px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_el_button,.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff!important} -.webix_accordionitem_header .webix_el_button input,.webix_accordionitem_header .webix_el_toggle input{border:none} -.webix_accordionitem_header .webix_inp_counter_next,.webix_accordionitem_header .webix_inp_counter_prev,.webix_accordionitem_header .webix_input_icon,.webix_accordionitem_header .webixtype_base,.webix_accordionitem_header .webixtype_next,.webix_accordionitem_header .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} -.webix_accordionitem_header .webix_segment_0,.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} -.webix_accordionitem_header .webix_selected.webix_segment_0,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} -.webix_accordionitem_header .webix_inp_counter_next:active,.webix_accordionitem_header .webix_inp_counter_prev:active,.webix_accordionitem_header .webixtype_base:active,.webix_accordionitem_header .webixtype_next:active,.webix_accordionitem_header .webixtype_prev:active{background-color:#afafaf} -.webix_accordionitem_header .webix_icon_button:active,.webix_accordionitem_header .webix_img_btn:active,.webix_accordionitem_header .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} -.webix_accordionitem_header .webix_el_icon .webix_icon,.webix_accordionitem_header .webix_icon_btn,.webix_accordionitem_header .webix_icon_button,.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_abs,.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_accordionitem_header .webix_el_box .webix_img_btn_abs+input:active,.webix_accordionitem_header .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:12px 10.5px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-color:#d6d6d6} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{color:#fff;background:#e42750} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #db1b45;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#bcbcbc;font-size:15px;color:#fff} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#555;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#bcbcbc} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid transparent;border-bottom:none;border-color:#d6d6d6} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #db1b45;border-right:1px solid #db1b45;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid transparent;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma;font-size:15px} -.webix_pager_item_selected{cursor:default;background-color:#e42750;border:1px solid #db1b45} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-color:#d6d6d6;border-right:1px solid transparent} -.webix_dataview_item.webix_selected{color:#fff;background:#e42750;border-bottom:1px solid #db1b45;border-right:1px solid #db1b45} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:Tahoma;font-size:13px;color:#555;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#d4d4d4} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#888;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#888} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Tahoma;font-size:15px;color:#555} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#f4f4f4;box-shadow:0 3px 6px #c8c8c8;font-family:Tahoma;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:26px;line-height:26px;display:inline-block;margin:0 5px;border-radius:0} -.webix_popup_button div{border-radius:0} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid transparent} -.webix_button input,.webix_popup_button div{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;color:#fff;background:#bcbcbc;height:26px;line-height:26px} -.webix_popup_button.confirm div{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-bottom:1px solid #ce1a41;box-shadow:none;color:#fff!important;text-shadow:none!important;border-color:#e42750!important} -.webix_button input:active,.webix_button input:focus,.webix_popup_button.confirm div:active,.webix_popup_button.confirm div:focus{background:#c6c6c6} -.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;font-size:15px;color:#555;min-height:60px} -.webix_error,.webix_info{font-size:15px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px transparent;background-color:#f4f4f4;font-family:Tahoma;font-size:15px;color:#555;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#dbdbdb} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:29px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #f4f4f4;border-top:1px solid transparent;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #d6d6d6;border-bottom:1px solid transparent;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:3px 5px 3px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#555!important;height:33px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid transparent;line-height:28px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma} -.webix_richfilter{margin-top:1px;line-height:28px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#fff;background:#bcbcbc} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#efefef} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6} -.webix_ss_footer td{border-right:1px solid #d6d6d6;border-top:1px solid #d6d6d6} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} -.webix_last_topcell.webix_cell{border-bottom:1px solid transparent} -.webix_column>div,.webix_table_cell{border-right:1px solid #d6d6d6;padding:0 10px;border-bottom:1px solid #d6d6d6} -.webix_column{text-align:left} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #db1b45} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid transparent;height:32px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#f4f4f4;border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding:5px 10px;height:32px;line-height:24px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#dbdbdb;color:#555} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#e42750} -.webix_column>div.webix_cell_select{border-bottom:1px solid #db1b45;border-left:1px solid #db1b45;border-right:1px solid #db1b45;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #db1b45;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #db1b45;border-right:1px solid #db1b45;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#e42750} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid transparent} -.webix_cell.webix_dtable_colrow.webix_selected{color:#fff;background:#e42750} -.webix_dtable_subrow{border-top:1px solid transparent;text-align:right} -.webix_dtable_subview{background:0 0;border-top:1px solid transparent;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid transparent} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{color:#fff;background:#e42750} -.webix_hcell span.webix_input_icon{background-color:#d6d6d6} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#555} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#555;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:17px;background:#bcbcbc;padding:0;text-align:center;line-height:39px} -.webix_win_head>.webix_view>.webix_template .webix_el_button,.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff!important} -.webix_win_head>.webix_view>.webix_template .webix_el_button input,.webix_win_head>.webix_view>.webix_template .webix_el_toggle input{border:none} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_input_icon,.webix_win_head>.webix_view>.webix_template .webixtype_base,.webix_win_head>.webix_view>.webix_template .webixtype_next,.webix_win_head>.webix_view>.webix_template .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} -.webix_win_head>.webix_view>.webix_template .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} -.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} -.webix_win_head>.webix_view>.webix_template .webix_inp_counter_next:active,.webix_win_head>.webix_view>.webix_template .webix_inp_counter_prev:active,.webix_win_head>.webix_view>.webix_template .webixtype_base:active,.webix_win_head>.webix_view>.webix_template .webixtype_next:active,.webix_win_head>.webix_view>.webix_template .webixtype_prev:active{background-color:#afafaf} -.webix_win_head>.webix_view>.webix_template .webix_icon_button:active,.webix_win_head>.webix_view>.webix_template .webix_img_btn:active,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} -.webix_win_head>.webix_view>.webix_template .webix_el_icon .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_icon_btn,.webix_win_head>.webix_view>.webix_template .webix_icon_button,.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs+input:active,.webix_win_head>.webix_view>.webix_template .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAYAAABIKblUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABPAAAATwFjiv3XAAAAB3RJTUUH3QcFDyM743RQCwAAAIpJREFUSMfV1sENgCAMhWH2X40xODBGPZkgAW3/Z03s/ROh0LbU1i0StXUrZ3jxBXnxEj3hW7TDLjTjEBpx+TTwb5qZIRSCcyoQcsHdjUEob0Vpj9KpSnmUbk7+68Bfxi8d1ZYRhjEqhSvoxqhyv7oi2iM6VZTHn/SIlN6BmqrUxqXBQRpVpOFoxgfcjvfv7YKlAwAAAABJRU5ErkJggg==)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#bcbcbc;display:block;border:1px solid #898989;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:24px;line-height:24px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#e42750} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} -.webix_tree_img{background:0 0;float:left;width:18px;height:24px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#f4f4f4} -.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#555;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#e42750} -.webix_cal_body .webix_cal_event{color:#bcbcbc} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#555;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#aeaeae;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700;color:#C66200} -.webix_cal_outside{color:#bbb} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#bbb;background:#e5e5e5} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#f4f4f4;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#e42750;color:#fff} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#bcbcbc} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#555;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid transparent} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;padding:2px 7px;border-radius:0;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-color:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none;float:right} -.webix_cal_blurred_hours{background-color:#ececec} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} -.webix_property_label{border-right:1px solid transparent} -.webix_property_label_line{padding-left:10px;color:#fff;font-size:17px;background:#bcbcbc;line-height:37px;line-height:23px;border-bottom:1px solid transparent} -.webix_property_label_line .webix_el_button,.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff!important} -.webix_property_label_line .webix_el_button input,.webix_property_label_line .webix_el_toggle input{border:none} -.webix_property_label_line .webix_inp_counter_next,.webix_property_label_line .webix_inp_counter_prev,.webix_property_label_line .webix_input_icon,.webix_property_label_line .webixtype_base,.webix_property_label_line .webixtype_next,.webix_property_label_line .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} -.webix_property_label_line .webix_segment_0,.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} -.webix_property_label_line .webix_selected.webix_segment_0,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} -.webix_property_label_line .webix_inp_counter_next:active,.webix_property_label_line .webix_inp_counter_prev:active,.webix_property_label_line .webixtype_base:active,.webix_property_label_line .webixtype_next:active,.webix_property_label_line .webixtype_prev:active{background-color:#afafaf} -.webix_property_label_line .webix_icon_button:active,.webix_property_label_line .webix_img_btn:active,.webix_property_label_line .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} -.webix_property_label_line .webix_el_icon .webix_icon,.webix_property_label_line .webix_icon_btn,.webix_property_label_line .webix_icon_button,.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_abs,.webix_property_label_line .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_property_label_line .webix_el_box .webix_img_btn_abs+input:active,.webix_property_label_line .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid transparent;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#f4f4f4;padding:5px 10px;border:1px solid transparent;font-family:Tahoma;font-size:15px;color:#555;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#f4f4f4} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#e42750;color:#fff} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#bbb} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid transparent} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:0;height:100%;width:100%;cursor:pointer;color:#fff;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#555} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#bcbcbc;color:#fff;font-size:15px;font-family:Tahoma;padding:0;border:0} -.webixtype_form{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-color:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none} -.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545!important;color:#fff!important;font-size:17px!important} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;font-size:15px;font-family:Tahoma;color:#fff;background:#bcbcbc;border:1px solid transparent} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:6px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:15px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#fff} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:15px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid transparent;color:#555;font-size:15px;background:#fff;font-family:Tahoma;border-color:#bcbcbc!important;-webkit-appearance:none;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#555} -.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:3px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:13px;color:#626262} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#555;line-height:28px;padding:3px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:15px;border:1px solid transparent} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid transparent;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:15px;width:50px;color:#555;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_next,.webix_inp_counter_prev{padding-left:6px;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;color:#fff;background:#bcbcbc;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_textarea textarea{border:1px solid transparent;height:100%;margin:0;padding:5px;color:#555;resize:none;font-size:15px;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:7.5px} -.webix_segment_0,.webix_segment_1{height:100%} -.webix_segment_0{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N:first-child{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#bcbcbc;color:#fff;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#e42750;box-shadow:0 1px #d71b44 inset!important;border:1px solid #e42750!important} -.webix_inp_static{border:1px solid transparent;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#a2a2a2} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:15px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#555;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#555;padding-right:24px;background:#fff;font-family:Tahoma;border-color:#bcbcbc!important;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4.5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:27px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:13px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:20px;height:20px;border-radius:0} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search input{padding-right:30px} -.webix_el_search span{position:absolute;right:17px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#555;font-size:15px;font-family:Tahoma;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#e7e7e7;display:inline-block;margin:3px;float:left;border-radius:0} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#2f2f2f;cursor:pointer} -.webix_multilist .webix_selected{background:#e7e7e7;color:#555} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#bcbcbc} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid transparent} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid transparent;border-left-width:0;background:#bcbcbc;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{border-bottom:1px solid #bcbcbc!important} -.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;color:#fff;background:#e42750} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid transparent;border-right:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:3px 0;border-radius:0} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#f4f4f4;height:39px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:15.5px} -.webix_menu-x{background-color:#fff;border:none;background:0 0} -.webix_menu-x .webix_list_item{display:inline-block;line-height:35px;border-right:1px solid #fff;border-left:0;background:#bcbcbc;color:#fff;font-size:15px} -.webix_menu-x .webix_list_item .webix_submenu_icon{border-width:0;width:7px;height:5px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDMzRjEzRUVFNThCMTFFMjhFN0FCODE0N0JFNDY5QUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDMzRjEzRUZFNThCMTFFMjhFN0FCODE0N0JFNDY5QUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMzNGMTNFQ0U1OEIxMUUyOEU3QUI4MTQ3QkU0NjlBRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMzNGMTNFREU1OEIxMUUyOEU3QUI4MTQ3QkU0NjlBRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq2/1YAAAAA7SURBVHjaZI1RCgAwCEK1+x951GozGux9CGkiI8GFGI5nrstldFBCFQM/7LDSYDc0YZhBrnzks70FGABbPxb1BsbtbgAAAABJRU5ErkJggg==)} -.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:#c4c4c4} -.webix_menu-x .webix_list_item:last-child{border-right:none} -.webix_menu{background:#f4f4f4;border:1px solid transparent;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid transparent} -.webix_menu .webix_submenu_icon{top:13.5px} -.webix_menu .webix_context_spacer{height:32px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar{color:#fff;font-size:17px;background:#bcbcbc} -.webix_layout_toolbar .webix_el_button,.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{color:#fff!important} -.webix_layout_toolbar .webix_el_button input,.webix_layout_toolbar .webix_el_toggle input{border:none} -.webix_layout_toolbar .webix_inp_counter_next,.webix_layout_toolbar .webix_inp_counter_prev,.webix_layout_toolbar .webix_input_icon,.webix_layout_toolbar .webixtype_base,.webix_layout_toolbar .webixtype_next,.webix_layout_toolbar .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} -.webix_layout_toolbar .webix_segment_0,.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} -.webix_layout_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} -.webix_layout_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar .webixtype_base:active,.webix_layout_toolbar .webixtype_next:active,.webix_layout_toolbar .webixtype_prev:active{background-color:#afafaf} -.webix_layout_toolbar .webix_icon_button:active,.webix_layout_toolbar .webix_img_btn:active,.webix_layout_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} -.webix_layout_toolbar .webix_el_icon .webix_icon,.webix_layout_toolbar .webix_icon_btn,.webix_layout_toolbar .webix_icon_button,.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_abs,.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_layout_toolbar .webix_el_box .webix_img_btn_abs+input:active,.webix_layout_toolbar .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} -.webix_toolbar.webix_layout_subbar{color:#fff;font-size:17px} -.webix_toolbar.webix_layout_subbar .webix_el_button,.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff!important} -.webix_toolbar.webix_layout_subbar .webix_el_button input,.webix_toolbar.webix_layout_subbar .webix_el_toggle input{border:none} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_input_icon,.webix_toolbar.webix_layout_subbar .webixtype_base,.webix_toolbar.webix_layout_subbar .webixtype_next,.webix_toolbar.webix_layout_subbar .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} -.webix_toolbar.webix_layout_subbar .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} -.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} -.webix_toolbar.webix_layout_subbar .webix_inp_counter_next:active,.webix_toolbar.webix_layout_subbar .webix_inp_counter_prev:active,.webix_toolbar.webix_layout_subbar .webixtype_base:active,.webix_toolbar.webix_layout_subbar .webixtype_next:active,.webix_toolbar.webix_layout_subbar .webixtype_prev:active{background-color:#afafaf} -.webix_toolbar.webix_layout_subbar .webix_icon_button:active,.webix_toolbar.webix_layout_subbar .webix_img_btn:active,.webix_toolbar.webix_layout_subbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} -.webix_toolbar.webix_layout_subbar .webix_el_icon .webix_icon,.webix_toolbar.webix_layout_subbar .webix_icon_btn,.webix_toolbar.webix_layout_subbar .webix_icon_button,.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs+input:active,.webix_toolbar.webix_layout_subbar .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid transparent;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#555;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#555;line-height:28px;padding:3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;padding-top:13px;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px;margin-top:-13px} -.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid rgba(13,13,13,0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{border:1px solid #bcbcbc;background:#e2e2e2} -.webix_slider_box .webix_slider_right{border-color:#bcbcbc} -.webix_slider_box .webix_slider_handle{width:13px;height:13px;background:#e42750;top:10.5px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;height:18px;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #bcbcbc;background:#e2e2e2} -.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#bcbcbc} -.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#e2e2e2;border:1px solid #c1c1c1;top:10.5px;height:13px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:10px;float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{height:11px;width:14px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;height:24px;width:60px;border:1px solid transparent;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{background-color:#bcbcbc;color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#e7e7e7} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#e42750;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#a2a2a2} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#e42750;border-color:#e42750} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#f4f4f4;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#e42750;box-shadow:inset 0 0 1px 2px #e42750} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid transparent} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#555;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:15px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:0;border:1px solid transparent;cursor:pointer;font-size:15px;font-family:Tahoma} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -.webix_layout_toolbar.webix_toolbar{color:#fff;font-size:17px;background:#bcbcbc} -.webix_layout_toolbar.webix_toolbar .webix_el_button,.webix_layout_toolbar.webix_toolbar .webix_el_label,.webix_layout_toolbar.webix_toolbar .webix_inp_label{color:#fff!important} -.webix_layout_toolbar.webix_toolbar .webix_el_button input,.webix_layout_toolbar.webix_toolbar .webix_el_toggle input{border:none} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev,.webix_layout_toolbar.webix_toolbar .webix_input_icon,.webix_layout_toolbar.webix_toolbar .webixtype_base,.webix_layout_toolbar.webix_toolbar .webixtype_next,.webix_layout_toolbar.webix_toolbar .webixtype_prev{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important} -.webix_layout_toolbar.webix_toolbar .webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_segment_N{background-color:#a5a5a5;color:#fff;box-shadow:none!important;border-top-color:#a5a5a5!important;border-bottom:1px solid #9b9b9b!important;border-color:#a5a5a5;border-left:1px solid rgba(255,255,255,.3)!important} -.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar.webix_toolbar .webix_selected.webix_segment_N{background-color:#e42750;color:#fff;box-shadow:none!important;border-top-color:#e42750!important;border-bottom:1px solid #db1b45!important} -.webix_layout_toolbar.webix_toolbar .webix_inp_counter_next:active,.webix_layout_toolbar.webix_toolbar .webix_inp_counter_prev:active,.webix_layout_toolbar.webix_toolbar .webixtype_base:active,.webix_layout_toolbar.webix_toolbar .webixtype_next:active,.webix_layout_toolbar.webix_toolbar .webixtype_prev:active{background-color:#afafaf} -.webix_layout_toolbar.webix_toolbar .webix_icon_button:active,.webix_layout_toolbar.webix_toolbar .webix_img_btn:active,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} -.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_icon_button,.webix_layout_toolbar.webix_toolbar .webix_img_btn,.webix_layout_toolbar.webix_toolbar .webix_img_btn_abs,.webix_layout_toolbar.webix_toolbar .webix_img_btn_top .webix_img_btn_text{color:#fff} -.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs+input:active,.webix_layout_toolbar.webix_toolbar .webix_el_box .webix_img_btn_abs:active+input{background:#b2b2b2} -.webix_view.webix_layout_accordion{background-color:#fff} -.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:11px 10.5px} -.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:10px} -.webix_accordionitem_header{box-shadow:0 1px #d6d6d6,0 1px 1px #d6d6d6 inset} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_toolbar.webix_layout_subbar{background:0 0} -.webix_toolbar.webix_layout_subbar .webix_view{color:#555} -.webix_el_tabbar+.webix_multiview{background-color:#f4f4f4} -.webix_view .webix_win_head{border-bottom:1px solid #e5e5e5} -.webix_view .webix_win_head>.webix_view>.webix_template{color:#555;background:#e5e5e5} -.webix_modal_box .webix_popup_title{color:#555;background:#e5e5e5;font-size:15px;text-shadow:none!important} -.webix_modal_box .webix_popup_text{font-size:15px} -.webix_view.webix_popup{border:1px solid #bcbcbc} -.webix_modal_box{border:1px solid #bcbcbc!important} -.confirmButton{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-bottom:1px solid #ce1a41;box-shadow:none;color:#fff!important;text-shadow:none!important;border-color:#e42750!important} -.confirmButtonActive{background:#e8476a} -.webix_popup_button{border:none!important} -.webix_window.webix_popup{background:#fff} -.webix_window.webix_popup .webix_list_item{background-color:#fff} -.webix_window.webix_popup .webix_list_item:last-child{border-color:transparent} -.webix_window.webix_popup .webix_list_item.webix_selected{background-color:#e42750} -.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} -.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} -.webix_dtable .webix_last_topcell{border-bottom:1px solid transparent} -.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #d6d6d6} -.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} -.webix_ss_sort_asc:before{content:'\f106'} -.webix_ss_sort_desc:before{content:'\f107'} -.dtBodyCell,.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #d6d6d6} -.webix_dtable .webix_dt_editor input,.webix_dtable .webix_dt_editor select{border:1px solid transparent} -.dataItemStyle{border-color:#d6d6d6} -.webix_list_item.webix_group_back{background:#e2e2e2;color:#555;border-bottom:1px solid #f4f4f4} -.webix_list_item.webix_group_back .webix_arrow_icon{color:#555} -.webix_dataview_item{border-right-color:#d6d6d6} -.webix_view .webix_pager_item{font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;color:#fff;background:#bcbcbc;font-size:15px} -.webix_view .webix_pager_item_selected{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-color:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none} -.webix_list .webix_unit_header{font-weight:400;color:#555;background:#e2e2e2} -.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background:#e5e5e5} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon{width:5px;height:7px;border-width:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECAkUivqcAAAADpJREFUCNdljcENACAMAqnO2A7JQF0HP9ZU5UUOAubuAgCShq1RJiJ0YG9UYJL+5gtI2szMC1xHfXsBxvcaiYI+Fh8AAAAASUVORK5CYII=)} -.webix_menu.webix_view .webix_list_item.webix_selected{background:#e42750} -.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#d6d6d6} -.webix_view .webix_drag_over,.webix_view .webix_drop_zone{background-color:#f7f7f7} -.webix_el_colorpicker span.webix_input_icon,.webix_el_combo span.webix_input_icon,.webix_el_datepicker span.webix_input_icon,.webix_el_dbldatepicker span.webix_input_icon,.webix_el_richselect span.webix_input_icon,.webix_el_search span.webix_input_icon{background-color:#bcbcbc;color:#fff} -div,input,select,textarea{outline:0} -.buttonStyle{color:#fff;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2} -.webix_el_colorpicker div.webix_inp_static div{margin:1px -19px 0 -5px} -.webix_el_select select,.webix_el_textarea textarea,div.webix_inp_static{background:#fff;font-family:Tahoma;border-color:#bcbcbc!important} -.webix_el_checkbox input{border-color:transparent} -.webix_el_counter .webix_inp_counter_value{background:#fff;font-family:Tahoma;border-color:#bcbcbc!important} -.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#bcbcbc;width:30px;color:#fff;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2;font-family:"Courier New",Courier,monospace} -.webix_el_counter .webix_inp_counter_prev{font-size:18px} -.webix_el_counter .webix_inp_counter_next{font-size:17px} -.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important;font-size:15px!important} -.webix_view.webix_control.webix_el_tabbar{background:0 0} -div.webix_item_tab{border-top:none!important;border-left:none!important;border-bottom:1px solid #f4f4f4;color:#fff;font-size:17px;box-shadow:0 1px #d6d6d6,0 1px 1px #d6d6d6 inset} -.webixtype_bottom .webix_item_tab{border-right:1px solid rgba(255,255,255,.3)!important;border-left-width:0!important;box-shadow:none;border-bottom:none!important;background:#bcbcbc;color:#fff} -.webixtype_bottom .webix_item_tab .webix_icon{text-align:left} -.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected{border-right:1px solid rgba(255,255,255,.5)!important;border-bottom:1px solid #bcbcbc!important;border-left-width:0!important;background:#aaa} -.webixtype_bottom .webix_item_tab:last-child{border-right-color:#bcbcbc!important} -.webix_tab_filler{border-bottom-color:#f4f4f4!important} -.webix_tab_filler:first-child{border-right:0!important} -.passiveBarBG{background:#bcbcbc} -.webix_all_tabs{padding-left:1px;padding-right:1px} -.webix_after_all_tabs{margin:0 1px;background:#bcbcbc} -.webix_el_box .webixtype_form:active{background:#e74266} -.webixtype_danger:active{background:#d16051!important} -.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} -.webix_el_box .webixtype_form{font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;background:#e42750;color:#fff;border-color:#e42750;border-bottom:1px solid #ce1a41;box-shadow:none} -.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background:#c6c6c6} -.segmentActive{box-shadow:0 1px #d71b44 inset!important;border:1px solid #e42750!important} -.webix_all_segments .webix_segment_0,.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{color:#fff;font-size:15px;font-family:Tahoma;border:1px solid #bcbcbc;border-bottom:1px solid #b2b2b2} -.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{border-left:1px solid rgba(255,255,255,.5)} -.webix_slider_vertical .webix_slider_box{margin-top:-10px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:8px} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{left:5px} -.webix_switch_box{background-color:#fff;border-color:#ddd} -.webix_el_box .webix_img_btn_abs+input:active,.webix_el_box .webix_img_btn_abs:active+input{background:#c9c9c9} -.webix_view .webix_fieldset fieldset{border:1px solid #c9c9c9} -.webix_view .webix_fieldset legend{color:#898989} -.webix_cal_day{border-radius:0} -.webix_cal_body .webix_cal_today{background:#e5e5e5} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff!important} -.webix_cal_month .webix_cal_prev_button{background-position:2px 4px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECwiF/0ASQAAAH1JREFUOMu1VEsWgCAIFMrXTeFMHLVXqZvssehHEBtc6DgwDEBEyRMicpwxBYYbjJljmXVAC1h5ugAvBaj6jadn257XMyCt5mhglD1qFpXBMxqLAhi8c5ZViTViaPGid58dABaGaPxwjrBTF2O62x4WO8HvW0O7AKOAwpdjA0/JHSD1BMNjAAAAAElFTkSuQmCC)} -.webix_cal_month .webix_cal_next_button{background-position:2px 4px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QcFECwGK/7kmAAAAIJJREFUOMutlOEKgCAMhDcpelN9Jh81pNavZITljW5/FJTj27xTzUzuKqXIn0pCrMSi6mIMIbRNg8UmVHtEsJPVWkfnm9ufjDbVrcawhiKEEZ95wvZX7HCPsY4uLKCQIQAIWXOz0s855JxRIp1a48Vf8rCDsuKUQtmc0MWDzhCkfo4XYYQeTpQdWNwAAAAASUVORK5CYII=)} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_cal_range{background-color:#fbdce3} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} -.webix_progress_top .webix_progress_state{background-size:10px 10px} -.webix_progress_bottom .webix_progress_state{background-size:14px 14px} -.webix_skin_mark{height:180px} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#fff;background:#bcbcbc;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6} -.webix_table_print .webix_footer_cell{display:table-cell;background:#efefef;border-right:1px solid #d6d6d6;border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#a2a2a2} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/light.css b/v3/js/libs/webix/skins/light.css deleted file mode 100644 index 0f3d956..0000000 --- a/v3/js/libs/webix/skins/light.css +++ /dev/null @@ -1,1572 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:Arial;font-size:15px;color:#555;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid transparent;background-color:#e5f9fa;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#e5f9fa} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#fff} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9px;color:#444;font-size:10px;text-transform:uppercase;line-height:36px} -.webix_section>.webix_template{padding:0 8px;background-color:#e5f9fa;display:inline} -.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#e5f9fa} -.webix_header>div{padding-left:10px;color:#fff;font-size:17px;background:#00abbb;line-height:34px;line-height:36px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_el_button{color:#555!important} -.webix_header>div .webix_el_button input,.webix_header>div .webix_el_toggle input{border:none} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#aeaeae;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #dadada} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid transparent;position:relative;z-index:2;color:#fff;font-size:17px;background:#00abbb;line-height:34px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_el_button{color:#555!important} -.webix_accordionitem_header .webix_el_button input,.webix_accordionitem_header .webix_el_toggle input{border:none} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:10.5px 9px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-color:#cbe4e7} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{color:#fff;background:#e18429} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #d77a1e;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#cbe5e7;font-size:15px;color:#555} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#555;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#cbe5e7} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid transparent;border-bottom:none;border-color:#cbe4e7} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #d77a1e;border-right:1px solid #d77a1e;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:3px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid transparent;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;font-size:15px} -.webix_pager_item_selected{cursor:default;background-color:#e18429;border:1px solid #d77a1e} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-color:#cbe4e7;border-right:1px solid transparent} -.webix_dataview_item.webix_selected{color:#fff;background:#e18429;border-bottom:1px solid #d77a1e;border-right:1px solid #d77a1e} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:Arial;font-size:13px;color:#555;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#d4d4d4} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#888;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#888} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Arial;font-size:15px;color:#555} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#e5f9fa;box-shadow:0 3px 6px #c8c8c8;font-family:Arial;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:26px;line-height:26px;display:inline-block;margin:0 5px;border-radius:0} -.webix_popup_button div{border-radius:0} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid transparent} -.webix_button input,.webix_popup_button div{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#6eb6ff;height:26px;line-height:26px} -.webix_popup_button.confirm div{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;text-shadow:none!important;color:#fff!important;border-color:#cbe5e7!important} -.webix_button input:active,.webix_button input:focus,.webix_popup_button.confirm div:active,.webix_popup_button.confirm div:focus{background:#82c0ff} -.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;font-size:15px;color:#555;min-height:60px} -.webix_error,.webix_info{font-size:15px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px transparent;background-color:#e5f9fa;font-family:Arial;font-size:15px;color:#555;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#baeef3} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:29px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #e5f9fa;border-top:1px solid transparent;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #e5f9fa;border-bottom:1px solid transparent;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:3px 5px 3px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#555!important;height:30px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid transparent;line-height:28px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} -.webix_richfilter{margin-top:1px;line-height:28px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#555;background:#cbe5e7} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#dcf6f9} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px dashed #e5f9fa;border-top:1px dashed #e5f9fa;border-bottom:none} -.webix_ss_footer td{border-right:1px solid #cbe4e7;border-top:1px solid #cbe4e7} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} -.webix_last_topcell.webix_cell{border-bottom:1px solid transparent} -.webix_column>div,.webix_table_cell{border-right:1px solid #cbe4e7;padding:0 10px;border-bottom:1px solid #cbe4e7} -.webix_column{text-align:left} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #d77a1e} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid transparent;height:32px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#e5f9fa;border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding:5px 10px;height:32px;line-height:24px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#baeef3;color:#555} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#e18429} -.webix_column>div.webix_cell_select{border-bottom:1px solid #d77a1e;border-left:1px solid #d77a1e;border-right:1px solid #d77a1e;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #d77a1e;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #d77a1e;border-right:1px solid #d77a1e;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#e18429} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid transparent} -.webix_cell.webix_dtable_colrow.webix_selected{color:#fff;background:#e18429} -.webix_dtable_subrow{border-top:1px solid transparent;text-align:right} -.webix_dtable_subview{background:0 0;border-top:1px solid transparent;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid transparent} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{color:#fff;background:#e18429} -.webix_hcell span.webix_input_icon{background-color:#e5f9fa} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#555} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#555;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{color:#fff;font-size:17px;background:#00abbb;padding:0;text-align:center;line-height:36px} -.webix_win_head>.webix_view>.webix_template .webix_el_button{color:#555!important} -.webix_win_head>.webix_view>.webix_template .webix_el_button input,.webix_win_head>.webix_view>.webix_template .webix_el_toggle input{border:none} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAYAAABIKblUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABPAAAATwFjiv3XAAAAB3RJTUUH3QcFDyM743RQCwAAAIpJREFUSMfV1sENgCAMhWH2X40xODBGPZkgAW3/Z03s/ROh0LbU1i0StXUrZ3jxBXnxEj3hW7TDLjTjEBpx+TTwb5qZIRSCcyoQcsHdjUEob0Vpj9KpSnmUbk7+68Bfxi8d1ZYRhjEqhSvoxqhyv7oi2iM6VZTHn/SIlN6BmqrUxqXBQRpVpOFoxgfcjvfv7YKlAwAAAABJRU5ErkJggg==)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#00abbb;display:block;border:1px solid #004e55;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:24px;line-height:24px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#e18429} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} -.webix_tree_img{background:0 0;float:left;width:18px;height:24px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#e5f9fa} -.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#555;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#e18429} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#555;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#aeaeae;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700;color:#C66200} -.webix_cal_outside{color:#bbb} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#bbb;background:#cbf2f6} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#e5f9fa;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#e18429;color:#fff} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#00abbb} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#555;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid transparent} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;padding:2px 7px;border-radius:0;color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;border-color:#2190ff;float:right} -.webix_cal_blurred_hours{background-color:#d8f5f8} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} -.webix_property_label{border-right:1px solid transparent} -.webix_property_label_line{padding-left:10px;color:#fff;font-size:17px;background:#00abbb;line-height:34px;line-height:23px;border-bottom:1px solid transparent} -.webix_property_label_line .webix_el_button{color:#555!important} -.webix_property_label_line .webix_el_button input,.webix_property_label_line .webix_el_toggle input{border:none} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid transparent;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#e5f9fa;padding:5px 10px;border:1px solid transparent;font-family:Arial;font-size:15px;color:#555;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#e5f9fa} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#e18429;color:#fff} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#bbb} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid transparent} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:0;height:100%;width:100%;cursor:pointer;color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#555} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#6eb6ff;color:#555;font-size:17px;font-family:Arial;padding:0;border:0} -.webixtype_form{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;border-color:#2190ff} -.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545!important;color:#fff!important;font-size:17px!important} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;color:#555;font-size:17px;font-family:Arial;background:#6eb6ff;border:1px solid transparent} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:6px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:15px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#555} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:4px;width:100%;text-align:center;cursor:pointer;color:#555} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 2px;height:100%;width:100%;font-size:15px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;color:#555;font-size:15px;font-family:Arial;background:#fff;border:1px solid #deeeff;-webkit-appearance:none;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#555} -.webix_inp_label{float:left;padding-top:1px;padding-left:3px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:3px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:13px;color:#626262} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#555;line-height:28px;padding:3px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:15px;font-family:Arial} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid transparent;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:15px;width:50px;color:#555;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_next,.webix_inp_counter_prev{padding-left:6px;color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#6eb6ff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_textarea textarea{height:100%;margin:0;padding:5px;color:#555;resize:none;font-size:15px;font-family:Arial;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:7.5px} -.webix_segment_0,.webix_segment_1{height:100%} -.webix_segment_0{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N:first-child{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#6eb6ff;color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#e18429;border:1px solid #e18429!important} -.webix_inp_static{border:1px solid transparent;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#a2a2a2} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:15px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#555;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#555;padding-right:24px;font-family:Arial;background:#fff;border:1px solid #deeeff;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4.5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:27px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:13px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:7px;right:8px;width:20px;height:20px;border-radius:0} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search input{padding-right:30px} -.webix_el_search span{position:absolute;right:17px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#555;font-size:15px;font-family:Arial;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#cff3f7;display:inline-block;margin:3px;float:left;border-radius:0} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#2f2f2f;cursor:pointer} -.webix_multilist .webix_selected{background:#cff3f7;color:#555} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#2190ff} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid transparent} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid transparent;border-left-width:0;background:#00abbb;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{border:1px solid transparent;border-bottom:0!important;background:#e5f9fa;color:#555} -.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;color:#fff;background:#e18429} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid transparent;border-right:1px solid transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e9e9e9!important;text-shadow:none!important} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:3px 0;border-radius:0} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#e5f9fa;height:36px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:14px} -.webix_menu-x{background-color:#fff;border:none;background:0 0} -.webix_menu-x .webix_list_item{display:inline-block;line-height:32px;border-right:1px solid #fff;border-left:0;background:#00abbb;color:#fff;font-size:15px} -.webix_menu-x .webix_list_item .webix_submenu_icon{border-width:0;width:7px;height:5px;background-image:pngimage(menu_down)} -.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff;text-align:left} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background-color:#00b9ca} -.webix_menu-x .webix_list_item:last-child{border-right:none} -.webix_menu{background:#e5f9fa;border:1px solid transparent;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid transparent} -.webix_menu .webix_submenu_icon{top:12px} -.webix_menu .webix_context_spacer{height:32px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar{background:#00abbb} -.webix_layout_toolbar .webix_el_button{color:#555!important} -.webix_layout_toolbar .webix_el_button input,.webix_layout_toolbar .webix_el_toggle input{border:none} -.webix_toolbar.webix_layout_subbar .webix_el_button{color:#555!important} -.webix_toolbar.webix_layout_subbar .webix_el_button input,.webix_toolbar.webix_layout_subbar .webix_el_toggle input{border:none} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid transparent;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#555;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#555;line-height:28px;padding:3px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;padding-top:13px;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px;margin-top:-13px} -.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid rgba(13,13,13,0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{border:1px solid #deeeff;background:#deeeff} -.webix_slider_box .webix_slider_right{border-color:#deeeff} -.webix_slider_box .webix_slider_handle{width:14px;height:14px;background:#6eb6ff;top:11px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;height:18px;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #deeeff;background:#cbe4e7} -.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#deeeff} -.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#cbe4e7;border:1px solid #afd6da;height:13px;top:11px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:10px;float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{height:11px;width:14px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;height:24px;width:60px;background-color:#f1f1f1;border:1px solid transparent;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{background-color:#2190ff;color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#cff3f7} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#e18429;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#a2a2a2} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#e18429;border-color:#e18429} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#e5f9fa;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#e18429;box-shadow:inset 0 0 1px 2px #e18429} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid transparent} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#555;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:15px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fcfeff;border-radius:0;border:1px solid transparent;cursor:pointer;font-size:15px;font-family:Arial} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -::-webkit-scrollbar{width:18px;height:18px} -::-webkit-scrollbar-track-piece{background-color:transparent} -::-webkit-scrollbar-thumb:vertical{background-image:pngimage(scroll_ver);background-color:#cbe4e7;background-position:center center;background-repeat:no-repeat;min-height:30px} -::-webkit-scrollbar-button:vertical:increment{background:pngimage(scroll_arrow_down),#e5f9fa;background-position:center center,0 0;background-repeat:no-repeat,no-repeat} -::-webkit-scrollbar-button:vertical:decrement{background:pngimage(scroll_arrow_up),#e5f9fa;background-position:center center,0 0;background-repeat:no-repeat,no-repeat} -::-webkit-scrollbar-track:vertical{background:#e5f9fa} -::-webkit-scrollbar-track-piece:vertical{background:0 0} -::-webkit-scrollbar-thumb:horizontal{background-image:pngimage(scroll_hor);background-color:#cbe4e7;background-position:center center;background-repeat:no-repeat;min-width:30px} -::-webkit-scrollbar-button:horizontal:increment{background:pngimage(scroll_arrow_right),#e5f9fa;background-position:center center,0 0;background-repeat:no-repeat,no-repeat} -::-webkit-scrollbar-button:horizontal:decrement{background:pngimage(scroll_arrow_left),#e5f9fa;background-position:center center,0 0;background-repeat:no-repeat,no-repeat} -.webix_layout_toolbar.webix_toolbar{font-family:Arial;font-size:15px;color:#555;background-color:#cbe4e7} -.webix_view.webix_layout_accordion{background-color:#fff} -.webix_accordionitem .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin:9.5px 9px} -.webix_accordionitem.collapsed .webix_accordionitem_button{float:right;position:relative;height:19px;width:19px;margin-top:8.5px} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0EyNUFDNzBFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0EyNUFDNzFFMjQwMTFFMjk1NzBDNDQ1NUU0MkQ5RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTI1QUM2RUUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTI1QUM2RkUyNDAxMUUyOTU3MEM0NDU1RTQyRDlEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pju+O3YAAAEdSURBVHjatJQ9DoIwGIYLER29CFEXBxcTJr2FE7dg9yocgZiwuHgTFwcjmwrUt/CaVGwBo37Jk0K/H74fWiGlFAZCkIITyGUtOd9T6t/8mhsBOIAM7EEE5mDINeJ+RrvAFmwDjiABviXjJz7tjvR7CRZQse0I0mRLvypDp4ooxAFcwFrYpQSuYT8BY7B4NjvrKE0XU8nKP1SZpYjqgaUlo4IZ5bQzyR7cldEE7CxGUivNa2nBrorD/2duSL9kWUWPQSj/3JH1BEbgpn3pDgZ8dkS3DMHVZU+mDaXHEoW2tonyL1SwM1gZDNxG79pE+Z/7TLPUSnW6phmDGfAthnqGV4Pep3/8yQmQlsxeTsDPzuZfbo2f32df37QPAQYACJefmhHxs6IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyRjJENjFFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyRjJENjJFMjQwMTFFMkI4NDBCRjQ2RDU3ODE5MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMDJGMkQ1RkUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMDJGMkQ2MEUyNDAxMUUyQjg0MEJGNDZENTc4MTkzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psn+XRYAAAEYSURBVHjatJQxDoJAEEUHFCy9CFEbCxsTKr2Flbew9yoewZjQ2HgTGgsiHQquf3BIEFhYI07yQmDnf/6y7JJSihrYggBcQarelcp9IOM1XfWBDy4gBmewA3PgynUnz2Pp83VmGxCCI/A0iQs86QtF92Hmy8C+w6TKXnR5Qit3JLqAG1hTvZ7AJn0dwRgsio8da6ZWrrYps37LyQK4OmCpefMDDCXhQNNz5j6OPwGnlmk4cuVepek55T7y/8wNPnYm0302jLE+tdR7BUbgTt1VJEtLiblckHD0DEy/MFIVIxJ9xmYRWBkakeY3YX1ksprlRHbXah7ADHgNTUlHIhId6w8mO4AbLNMd0Nve/Mup0ft59vNJ+xJgAIELoZoa8KXRAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzk5MEZFODdFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzk5MEZFODhFMjQwMTFFMkJGQjdGOEVFMUJDRURGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OTkwRkU4NUUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OTkwRkU4NkUyNDAxMUUyQkZCN0Y4RUUxQkNFREY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjsTOEAAAEVSURBVHjatJS9DoIwFIULRhx9kUZdGFxMmPQtnHgLdl+FRyAkLC6+iYuDkU35qefiJcFKERWbfPy095yc0lKhlBIt+CABJ5CrR8v5PeHxF53e4YEDSMEeBMAFDt8D7k+5zjOZbcERREAaEtdIrjuy7snM44HdGxOdHeuqhFblKMQBXMBGfN4iMAXL+mOnPabWNWXS+5QsgesYrMT3bQ8yG5cZiLVB9UZ81d7jyof3j9uIXfK+ygzTara6j/S5pR4rMAE3QzKrR79DaWmaBZhrsamw5OdCM1KakWB9QWZnsG75LiO+21oiu6WW9Oc+q1lyEmUwelrNECyANBRSTd5hJFkfDv4HDPZv/uXUGPw8+/mkvQswACN3oIzJXI2FAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjEzOUNERDlFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjEzOUNEREFFMjQwMTFFMkI1MjREMzE5MzUyMDY2QjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM5Q0REN0UyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM5Q0REOEUyNDAxMUUyQjUyNEQzMTkzNTIwNjZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgphuRAAAAEWSURBVHjatJRNDoIwEIWLCbj0Io26YeHGhJXewpW3cM9VOAIhYePGm7hxYWSn/NQ3OJhaqfiDk3whtPNeZ1qoUEqJFtYgBQdQqFsU/J7y/JPOHAjADmRgCzbABx4/NzyecV5gM1uBPYiBtFTcIDlvz7oHs4Anwg4Tk5B1dYVO7SjEDpzAUnweMRiBWbPZWUdreUfLpF9TZSlcXTC3rFwBB1ALA0vOFuQ0OQaJJUmxkdAM2yKpffj78VvKL/n7Kvm9iaoll/QFtUmrDcHFqEhoFXWNe+BMbZZgYuwRRWEIXhmTviSzI1hoE80mu5b9cbgL3Zj0x3dO8524n2YEpkB+aSRZH/X+B/T2b/7l1uj9Pvv5pr0KMACXbp+MpGwscgAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_toolbar.webix_layout_toolbar .webix_icon_btn,.webix_toolbar.webix_layout_toolbar .webix_icon_button,.webix_toolbar.webix_layout_toolbar .webix_img_btn,.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top,.webix_toolbar.webix_layout_toolbar .webix_inp_static,.webix_toolbar.webix_layout_toolbar webix_el_icon{color:#555} -.webix_toolbar.webix_layout_subbar{background:0 0} -.webix_toolbar.webix_layout_subbar .webix_view{color:#555} -.webix_el_tabbar+.webix_multiview{background-color:#e5f9fa} -.webix_view .webix_win_head{border-bottom:1px solid #cbe4e7} -.webix_view .webix_win_head>.webix_view>.webix_template{color:#555;background:#cbe4e7} -.webix_modal_box .webix_popup_title{color:#555;background:#cbe4e7;font-size:15px;font-weight:700;text-shadow:none!important} -.webix_modal_box .webix_popup_text{font-size:15px} -.webix_view.webix_popup{border:1px solid #cbe4e7} -.webix_modal_box{background:#fff!important;border:1px solid #b8b8b8!important} -.confirmButton{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;text-shadow:none!important;color:#fff!important;border-color:#cbe5e7!important} -.confirmButtonActive{background:#e3f1f2} -.webix_popup_button{border:none!important} -.webix_window.webix_popup{background:#fff} -.webix_window.webix_popup .webix_list_item{background-color:#fff} -.webix_window.webix_popup .webix_list_item:last-child{border-color:transparent} -.webix_window.webix_popup .webix_list_item.webix_selected{background-color:#e18429} -.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} -.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} -.webix_dtable .webix_hs_right td.webix_first{border-left:1px dashed #e5f9fa} -.webix_ss_header tr:nth-child(2) td{border-top:1px solid #cbe5e7} -.dtBodyCell{border-bottom:1px solid #cbe4e7} -.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} -.webix_ss_sort_asc:before{content:'\f106'} -.webix_ss_sort_desc:before{content:'\f107'} -.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid transparent;border-left:1px solid transparent} -.dataItemStyle{border-color:#cbe4e7} -.webix_list_item.webix_group_back{background:#d9eced;color:#555;border-bottom:1px solid #e5f9fa} -.webix_list_item.webix_group_back .webix_arrow_icon{color:#555} -.webix_dataview_item{border-right-color:#cbe4e7} -.webix_view .webix_pager_item{color:#555;font-family:Arial;border:1px solid #6eb6ff;background:#6eb6ff;font-size:15px} -.webix_view .webix_pager_item_selected{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;border-color:#2190ff} -.webix_list_item.webix_group_back:first-child{background:#cbe5e7;color:#555} -.webix_list .webix_unit_header{font-weight:400;color:#555} -.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background:#cbe4e7} -.webix_menu.webix_view .webix_list_item .webix_submenu_icon{width:5px;height:7px;border-width:0;background-image:pngimage(menu_right)} -.webix_menu.webix_view .webix_list_item.webix_selected{background:#e18429} -.webix_property .webix_property_label,.webix_property .webix_property_value{border-color:#cbe4e7} -.webix_view .webix_drag_over,.webix_view .webix_drop_zone{background-color:#e3f1f2} -.inputStyle{background:#fff;border:1px solid #deeeff} -.buttonStyle{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff} -.webix_el_select select,.webix_el_textarea textarea,div.webix_inp_static{background:#fff;border:1px solid #deeeff} -.webix_el_checkbox input{border-color:transparent} -.webix_el_counter .webix_inp_counter_value{background:#fff;border:1px solid #deeeff} -.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#6eb6ff;width:30px;color:#555;font-family:Arial;border:1px solid #6eb6ff} -.webix_el_counter .webix_inp_counter_prev{font-size:18px} -.webix_el_counter .webix_inp_counter_next{font-size:17px} -.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important;font-size:15px!important} -.webix_view.webix_control.webix_el_tabbar{background:0 0} -.webix_item_tab{border-bottom:1px solid transparent!important;color:#fff;font-size:17px} -.webixtype_bottom .webix_item_tab{border:1px solid #e5f9fa!important;border-left-width:0!important;background:#6eb6ff;color:#555} -.webixtype_bottom .webix_item_tab .webix_icon{text-align:left} -.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #e5f9fa!important;border-left-width:0!important;background:#2190ff} -.webix_tab_filler:first-child,.webixtype_bottom .webix_item_tab:last-child{border-right:0!important} -.passiveBarBG{background:#00abbb} -.webix_after_all_tabs{background:#e5f9fa} -.webixtype_danger:active{background:#d16051!important} -.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} -.webix_toolbar .webix_icon_button:active,.webix_toolbar .webix_img_btn:active,.webix_toolbar .webix_img_btn_top:active{background-color:rgba(255,255,255,.2)!important} -.webix_toolbar .webix_el_button .webix_el_box,.webix_toolbar .webix_el_segmented .webix_el_box{padding:0 1px} -.webix_toolbar .webix_el_segmented label{padding-top:2px} -.webix_el_box .webixtype_form{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff;background:#2190ff;border-color:#2190ff} -.webix_el_box .webixtype_form:active{background:#359aff} -.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background:#82c0ff} -.segmentActive{border:1px solid #e18429!important} -.webix_all_segments .webix_segment_0,.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{color:#555;font-size:17px;font-family:Arial;border:1px solid #6eb6ff} -.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{margin-left:1px} -.webix_slider_vertical .webix_slider_box{margin-top:-9px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:8px} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{left:5px} -.webix_el_toggle .webix_pressed .webix_img_btn,.webix_el_toggle .webix_pressed .webix_img_btn_top{background-color:rgba(0,0,0,.06)} -.webix_el_toggle .webix_el_box.webix_pressed>input{color:#555;border-color:transparent;background:#96cbff;box-shadow:inset 0 1px 2px rgba(0,0,0,.3)} -.webix_el_box .webix_img_btn_abs:active+input{background:#87c3ff} -.webix_view .webix_fieldset fieldset{border:1px solid #b9dcdf} -.webix_view .webix_fieldset legend{color:#62afb7} -.webix_cal_day{border-radius:0} -.webix_cal_body .webix_cal_today{background:#cbe4e7} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff!important} -.webix_cal_month .webix_cal_prev_button{background-position:2px 4px;background-image:pngimage(calendar_left)} -.webix_cal_month .webix_cal_next_button{background-position:2px 4px;background-image:pngimage(calendar_right)} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_cal_range{background-color:#faebdc} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} -.webix_progress_top .webix_progress_state{background-size:10px 10px} -.webix_progress_bottom .webix_progress_state{background-size:14px 14px} -.webix_skin_mark{height:170px} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#555;background:#cbe5e7;border-top:1px dashed #e5f9fa;border-right:1px solid #e5f9fa;border-bottom:1px solid #e5f9fa} -.webix_table_print .webix_footer_cell{display:table-cell;background:#dcf6f9;border-right:1px solid #cbe4e7;border-top:1px solid #cbe4e7;border-bottom:1px solid #cbe4e7} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#a2a2a2} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/metro.css b/v3/js/libs/webix/skins/metro.css deleted file mode 100644 index f4f977e..0000000 --- a/v3/js/libs/webix/skins/metro.css +++ /dev/null @@ -1,1550 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:Arial;font-size:13px;color:#555;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #c8c8c8;background-color:#fff;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#fff} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#fff} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9px;color:#444;font-size:10px;text-transform:uppercase;line-height:36px} -.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template,.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_header>div{padding-left:10px;font-size:13px;background:#fff;line-height:34px;line-height:36px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{font-size:13px} -.webix_header>div .webix_el_button{color:#555!important} -.webix_header>div .webix_el_button input,.webix_header>div .webix_el_toggle input{border:none} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#aeaeae;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #dadada} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #c8c8c8;position:relative;z-index:2;font-size:13px;background:#fff;line-height:34px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{font-size:13px} -.webix_accordionitem_header .webix_el_button{color:#555!important} -.webix_accordionitem_header .webix_el_button input,.webix_accordionitem_header .webix_el_toggle input{border:none} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:15px 15px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{color:#fff;background:#fea223} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #fe990f;border-top:1px solid #fe990f;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#c8c8c8;font-size:15px;color:#555} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#555;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#c8c8c8} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid transparent;border-bottom:none} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #fe990f;border-right:1px solid #fe990f;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #c8c8c8;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;font-size:13px} -.webix_pager_item_selected{cursor:default;background-color:#fea223;border:1px solid #fe990f} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid transparent;text-align:left;border-right:1px solid transparent} -.webix_dataview_item.webix_selected{color:#fff;background:#fea223;border-bottom:1px solid #fe990f;border-right:1px solid #fe990f} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:Arial;font-size:13px;color:#555;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#d4d4d4} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#888;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#888} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Arial;font-size:13px;color:#555} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Arial;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:24px;line-height:24px;display:inline-block;margin:0 5px;border-radius:0} -.webix_popup_button div{border-radius:0} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #c8c8c8} -.webix_button input,.webix_popup_button div{background:#3389ff;color:#fff;font-size:15px!important;border:1px solid #3389ff!important;height:24px;line-height:24px} -.webix_popup_button.confirm div{background:#006bff;border:1px solid #006bff;font-size:15px!important;text-shadow:none!important;color:#fff!important;border-color:#006bff!important} -.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;font-size:13px;color:#555;min-height:60px} -.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #c8c8c8;background-color:#fff;font-family:Arial;font-size:13px;color:#555;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:31px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #c8c8c8;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #fff;border-bottom:1px solid #c8c8c8;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:2px 5px 2px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#555!important;height:32px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #c8c8c8;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} -.webix_richfilter{margin-top:1px;line-height:26px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:15px;color:#555;background:#c8c8c8} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px dashed #fff;border-top:1px dashed #fff;border-bottom:none} -.webix_ss_footer td{border-right:1px solid transparent;border-top:1px solid transparent} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #c8c8c8} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #c8c8c8} -.webix_last_topcell.webix_cell{border-bottom:1px solid #c8c8c8} -.webix_column>div,.webix_table_cell{border-right:1px solid transparent;border-bottom:1px solid transparent;padding:0 10px} -.webix_column{text-align:left} -.webix_column>div:nth-child(even){background-color:#ebebeb} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #fe990f} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid transparent;height:34px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding:5px 10px;height:34px;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#555} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#fff;background:#fea223} -.webix_column>div.webix_cell_select{border-bottom:1px solid #fe990f;border-top:1px solid #fe990f;border-left:1px solid #fe990f;border-right:1px solid #fe990f;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #fe990f;border-top:1px solid #fe990f;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #fe990f;border-right:1px solid #fe990f;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#fff;background:#fea223} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid transparent} -.webix_cell.webix_dtable_colrow.webix_selected{color:#fff;background:#fea223} -.webix_dtable_subrow{border-top:1px solid transparent;text-align:right} -.webix_dtable_subview{background:0 0;border-top:1px solid transparent;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #c8c8c8} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{color:#fff;background:#fea223} -.webix_hcell span.webix_input_icon{background-color:#fff} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#555} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#555;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{font-size:13px;background:#fff;padding:0;text-align:center;line-height:36px} -.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{font-size:13px} -.webix_win_head>.webix_view>.webix_template .webix_el_button{color:#555!important} -.webix_win_head>.webix_view>.webix_template .webix_el_button input,.webix_win_head>.webix_view>.webix_template .webix_el_toggle input{border:none} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#3389ff;display:block;border:1px solid #0056cc;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:24px;line-height:24px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#fff;background:#fea223} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} -.webix_tree_img{background:0 0;float:left;width:18px;height:24px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#fff} -.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#555;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#fff;background:#fea223} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#555;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#aeaeae;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700;color:#C66200} -.webix_cal_outside{color:#bbb} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#bbb;background:#f0f0f0} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#fea223;color:#fff} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#3389ff} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#555;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #c8c8c8} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;padding:2px 7px;border-radius:0;background:#006bff;text-shadow:none!important;color:#fff!important;border:1px solid #006bff;font-size:15px!important;float:right} -.webix_cal_blurred_hours{background-color:#f7f7f7} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_line:nth-child(odd){background-color:#ebebeb} -.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} -.webix_property_label{border-right:1px solid #c8c8c8} -.webix_property_label_line{padding-left:10px;font-size:13px;background:#fff;line-height:34px;line-height:23px;border-bottom:1px solid transparent} -.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{font-size:13px} -.webix_property_label_line .webix_el_button{color:#555!important} -.webix_property_label_line .webix_el_button input,.webix_property_label_line .webix_el_toggle input{border:none} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #c8c8c8;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #c8c8c8;font-family:Arial;font-size:13px;color:#555;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#fff} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#fea223;color:#fff} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#bbb} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #c8c8c8} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:0;height:100%;width:100%;cursor:pointer;font-family:Arial;color:#fff;font-size:15px;border:1px solid #3389ff!important;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#555} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#3389ff;font-size:15px!important;color:#fff;border:1px solid #3389ff!important;padding:0} -.webixtype_form{background:#006bff;text-shadow:none!important;color:#fff!important;border:1px solid #006bff;font-size:15px!important} -.webix_el_button .webixtype_danger{background:#ce5545;border:1px solid #ce5545!important;color:#fff!important;font-size:15px!important} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;background:#3389ff;color:#fff;font-size:15px!important;border:1px solid #3389ff!important;border:1px solid #c8c8c8} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:4px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#fff} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 2px;height:100%;width:100%;font-size:13px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #c8c8c8;font-family:Arial;font-size:13px;color:#555;background-color:#ebebeb;border-color:#ebebeb!important;-webkit-appearance:none;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#555} -.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:2px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:11px;color:#626262} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#555;line-height:26px;padding:2px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;border:1px solid #c8c8c8} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #c8c8c8;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:13px;width:50px;color:#555;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_next,.webix_inp_counter_prev{padding-left:6px;background:#3389ff;color:#fff;font-size:15px!important;border:1px solid #3389ff!important;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_textarea textarea{border:1px solid #c8c8c8;height:100%;margin:0;padding:5px;resize:none;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:6.5px} -.webix_segment_0,.webix_segment_1{height:100%} -.webix_segment_0{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N:first-child{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#3389ff;font-size:15px!important;color:#fff;border:1px solid #3389ff!important;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#fff;background:#fea223;border:1px solid #fea223!important} -.webix_inp_static{border:1px solid #c8c8c8;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#a2a2a2} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#555;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{padding-right:24px;font-family:Arial;font-size:13px;color:#555;background-color:#ebebeb;border-color:#ebebeb!important;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4.5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:23px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:18px;height:18px;border-radius:0} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search input{padding-right:30px} -.webix_el_search span{position:absolute;right:15px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#555;font-size:13px;font-family:Arial;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:0} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#2f2f2f;cursor:pointer} -.webix_multilist .webix_selected{background:#f2f2f2;color:#555} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#006bff} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid #c8c8c8} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #c8c8c8;border-left-width:0;background-color:#ebebeb;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{color:#555;border:1px solid #c8c8c8;border-bottom:0!important;background:#fff} -.webixtype_bottom .webix_item_tab.webix_selected{border-bottom-width:1px;color:#fff;background:#fea223} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:36px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:14px} -.webix_menu-x{background-color:#fff;border:none;background:0 0} -.webix_menu-x .webix_list_item{display:inline-block;line-height:32px;border-right:1px solid #fff;border-left:0;background:#3389ff;color:#fff;font-size:15px} -.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#fff transparent transparent transparent} -.webix_menu-x .webix_list_item .webix_icon_btn{color:#fff} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:#006bff;color:#fff} -.webix_menu-x .webix_list_item:active .webix_icon_btn,.webix_menu-x .webix_list_item:focus .webix_icon_btn,.webix_menu-x .webix_list_item:hover .webix_icon_btn{color:#fff} -.webix_menu-x .webix_list_item:last-child{border-right:none} -.webix_menu{background:#fff;border:1px solid #c8c8c8;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #c8c8c8} -.webix_menu .webix_submenu_icon{top:12px} -.webix_menu .webix_context_spacer{height:32px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar{background:#fff} -.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_inp_label{font-size:13px} -.webix_layout_toolbar .webix_el_button{color:#555!important} -.webix_layout_toolbar .webix_el_button input,.webix_layout_toolbar .webix_el_toggle input{border:none} -.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_inp_label{font-size:13px} -.webix_toolbar.webix_layout_subbar .webix_el_button{color:#555!important} -.webix_toolbar.webix_layout_subbar .webix_el_button input,.webix_toolbar.webix_layout_subbar .webix_el_toggle input{border:none} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #afafaf;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#555;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#555;line-height:26px;padding:2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;padding-top:11px;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px} -.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;background:#fff;border:1px solid #d5d5d5;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid #d5d5d5;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{background-color:#ebebeb;border-color:#ebebeb!important} -.webix_slider_box .webix_slider_right{border-color:#ebebeb!important;background:#fff} -.webix_slider_box .webix_slider_handle{top:9px;width:14px;height:14px;background:#3389ff} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{background-color:#ebebeb;border-color:#ebebeb!important} -.webix_slider_alt .webix_slider_box .webix_slider_right{border-color:#ebebeb!important} -.webix_slider_alt .webix_slider_box .webix_slider_handle{box-shadow:0 5px 3px #f6f6f6 inset;background-color:#f6f6f6;border:1px solid #c8c8c8;height:13px;top:9px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:10px;float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{height:11px;width:14px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;height:24px;width:60px;background-color:#f1f1f1;border:1px solid #c8c8c8;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{background-color:#006bff;color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#fea223;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#a2a2a2} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#fea223;border-color:#fea223} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#fea223;box-shadow:inset 0 0 1px 2px #fea223} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #c8c8c8} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#555;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#dbeaff;border-radius:0;border:1px solid #c8c8c8;cursor:pointer;font-size:13px;font-family:Arial} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -.webix_accordionitem.collapsed{color:#4d4d4d;background:#80b5ff} -.webix_layout_accordion .webix_accordionitem.collapsed,.webix_layout_space .webix_accordionitem.collapsed,.webix_layout_wide .webix_accordionitem.collapsed{border-color:#80b5ff!important} -.webix_accordionitem_header.collapsed{background:0 0} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_layout_toolbar.webix_layout_toolbar{background:#66a6ff} -.webix_toolbar .webix_el_button .webix_el_box,.webix_toolbar .webix_el_segmented .webix_el_box{padding:0 1px} -.webix_toolbar .webix_el_segmented label{padding-top:2px} -.webix_toolbar .webix_view{color:#4d4d4d;font-size:15px!important} -.webix_toolbar.webix_layout_toolbar .webix_icon_btn,.webix_toolbar.webix_layout_toolbar .webix_icon_button,.webix_toolbar.webix_layout_toolbar .webix_img_btn,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top,.webix_toolbar.webix_layout_toolbar webix_el_icon{color:#4d4d4d} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs,.webix_toolbar.webix_layout_toolbar .webix_inp_static{color:#555} -.webix_toolbar.webix_layout_toolbar .webix_inp_label{color:#4d4d4d} -.webix_toolbar.webix_layout_subbar{background:0 0} -.webix_toolbar.webix_layout_subbar .webix_view{color:#555} -.webix_view .webix_win_head>.webix_view>.webix_template{color:#fff;font-size:15px;background:#3d8fff} -.webix_modal_box .webix_popup_title{color:#555!important;background:#66a6ff;font-size:15px;font-weight:700;border-bottom:1px solid #b8b8b8!important;text-shadow:none!important} -.webix_modal_box .webix_popup_text{color:#555} -.webix_modal_box{color:#555;background:#fff!important;border:1px solid #b8b8b8!important} -.confirmButton{background:#006bff;border:1px solid #006bff;font-size:15px!important;text-shadow:none!important;color:#fff!important;border-color:#006bff!important} -.confirmButtonActive{background:#0d6df2} -.webix_popup_button{border:none!important} -.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} -.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} -.webix_dtable .webix_last_topcell{border-bottom:1px solid transparent} -.webix_dtable .webix_hs_right td.webix_first{border-left:1px dashed #fff} -.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} -.webix_ss_sort_asc:before{content:'\f106'} -.webix_ss_sort_desc:before{content:'\f107'} -.webix_ss_header tr:nth-child(2) td{border-top:1px solid transparent} -.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important;font-size:13px!important} -.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8} -.webix_list_item.webix_group_back{background:#f1f1f1;color:#555;border-bottom:1px solid #fff} -.webix_list_item.webix_group_back .webix_arrow_icon{color:#555} -.webix_list_item.webix_group_back:first-child{background:#c8c8c8} -.webix_menu.webix_view .webix_list_item.webix_selected{background-color:#fea223} -.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} -.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #626262} -.webix_el_combo input,.webix_el_search input,.webix_el_select select,.webix_el_text input,.webix_el_textarea textarea,div.webix_inp_static{font-family:Arial;font-size:13px;color:#555;background-color:#ebebeb;border-color:#ebebeb!important} -.webix_el_checkbox input{border-color:#c8c8c8} -.webix_el_counter .webix_inp_counter_value{background-color:#ebebeb;border-color:#ebebeb!important} -.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{background:#3389ff;font-size:15px!important;width:30px;font-family:"Courier New",Courier,monospace;color:#fff;border:1px solid #3389ff!important} -.webix_el_counter .webix_inp_counter_prev{font-size:18px} -.webix_el_counter .webix_inp_counter_next{font-size:17px} -.webix_view.webix_control.webix_el_tabbar{background:0 0} -.webix_item_tab{font-size:15px;border-bottom:1px solid #c8c8c8!important;border-left-width:1px!important} -.webixtype_bottom .webix_item_tab{border:1px solid #fff!important;border-left-width:0!important;background:#66a6ff;color:#555} -.webix_el_tabbar .webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #fff!important;border-left-width:0!important;background:#006bff;color:#fff!important} -.webix_tab_filler:first-child,.webixtype_bottom .webix_item_tab:last-child{border-right:0!important} -.passiveBarBG{background-color:#ebebeb} -.webix_after_all_tabs{background:#fff} -.webixtype_danger:active{background:#d16051!important} -.webix_img_btn:active,.webix_img_btn_top:active{background-color:rgba(100,100,100,.1)!important} -.webix_el_box .webix_img_btn_abs:active+input{background:#4d97ff} -.webix_el_box .webixtype_form{color:#fff;background:#006bff;text-shadow:none!important;color:#fff!important;border:1px solid #006bff;font-size:15px!important} -.webix_el_box .webixtype_form:active{background:#1477ff} -.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background:#4794ff} -.segmentActive{border:1px solid #fea223!important} -.webix_all_segments .webix_segment_0,.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{color:#fff;font-size:15px;border:1px solid #3389ff!important} -.webix_all_segments .webix_segment_1,.webix_all_segments .webix_segment_N{margin-left:1px} -.webix_slider_vertical .webix_slider_box{margin-top:-8px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:8px} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{left:5px} -.webix_rangeslider .webix_slider_title_box{height:15px} -.webix_switch_text{line-height:21px} -.webix_cal_day{border-radius:0} -.webix_cal_body .webix_cal_today{background:#f1f1f1} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_daterange .webix_range_footer .webix_template{padding:10px 0} -.webix_cal_range{background-color:#ffedd5} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-color:#3389ff;background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} -.webix_progress_top .webix_progress_state{background-size:10px 10px} -.webix_progress_bottom .webix_progress_state{background-size:14px 14px} -.webix_skin_mark{height:160px} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;font-size:15px;color:#555;background:#c8c8c8;border-top:1px dashed #fff;border-right:1px solid #fff;border-bottom:1px solid #fff} -.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#a2a2a2} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/terrace.css b/v3/js/libs/webix/skins/terrace.css deleted file mode 100644 index a6b7455..0000000 --- a/v3/js/libs/webix/skins/terrace.css +++ /dev/null @@ -1,1498 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:Arial;font-size:13px;color:#454544;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #cecece;background-color:#fff;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#fff} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:transparent} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:10px;padding-left:10px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:9.25px;color:#444;font-size:10px;text-transform:uppercase;line-height:37px} -.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} -.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:transparent} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_header>div{padding-left:10px;font-family:Arial;color:#454544;font-size:13px;font-weight:700;background:#fff;line-height:35px;line-height:37px;padding-top:0;padding-bottom:0} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#9e9e9d;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #b4b4b4} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #cecece;position:relative;z-index:2;font-family:Arial;color:#454544;font-size:13px;font-weight:700;background:#fff;line-height:35px;cursor:pointer;overflow:hidden} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:15.5px 15.5px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #e6e6e6;text-align:left} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{color:#2f2f2f;background:#fff3a1} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #e6e6e6;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#fff;color:#2f2f2f;color:#6c6c6a} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#454544;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#fff} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #e6e6e6;border-bottom:none} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #e6e6e6;border-right:1px solid #fff3a1;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #cecece;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;font-size:13px} -.webix_pager_item_selected{cursor:default;background-color:#fff3a1;border:1px solid #e6e6e6} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #e6e6e6;text-align:left;border-right:1px solid #e6e6e6} -.webix_dataview_item.webix_selected{color:#2f2f2f;background:#fff3a1;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:Arial;font-size:13px;color:#454544;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#c4c4c4} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#787877;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#787877} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Arial;font-size:13px;color:#454544} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Arial;z-index:20000;border-radius:4px;outline:0} -.webix_popup_title{border-top-left-radius:3px;border-top-right-radius:3px;border-width:0;background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:24px;line-height:24px;display:inline-block;margin:0 5px;border-radius:6px} -.webix_popup_button div{border-radius:6px} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #cecece} -.webix_button input,.webix_popup_button div{font-size:13px;color:#454544;background:#fff;font-weight:700;height:24px;line-height:24px} -.webix_popup_button.confirm div{background:#22a1bc;color:#fff;font-weight:700} -.webix_popup_title{color:#fff;height:40px;line-height:40px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;font-size:13px;color:#454544;min-height:60px} -.webix_error,.webix_info{font-size:13px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #cecece;background-color:#fff;font-family:Arial;font-size:13px;color:#454544;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:35px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #cecece;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid transparent;border-bottom:1px solid #cecece;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:2px 5px 2px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#454544!important;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #cecece;line-height:26px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} -.webix_richfilter{margin-top:1px;line-height:26px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{background:#fff;color:#2f2f2f} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} -.webix_hcell{padding:0 20px 0 20px;text-align:left} -.webix_ss_header td{border-right:1px solid transparent;border-bottom:1px solid transparent} -.webix_ss_footer td{border-right:1px solid transparent} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #cecece} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #cecece} -.webix_last_topcell.webix_cell{border-bottom:1px solid #cecece} -.webix_column>div,.webix_table_cell{border-right:1px solid transparent;padding:0 20px} -.webix_column{text-align:left} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #e6e6e6} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #e6e6e6;height:38px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:5px 20px;height:38px;line-height:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#454544} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#2f2f2f;background:#fff3a1} -.webix_column>div.webix_cell_select{border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:1px solid #fff3a1;padding-top:0;padding-left:19px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:20px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #e6e6e6;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #e6e6e6;border-right:1px solid #fff3a1;padding-left:19px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#2f2f2f;background:#fff3a1} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:38px;padding-left:20px;padding-top:1px;border-bottom:1px solid #e6e6e6} -.webix_cell.webix_dtable_colrow.webix_selected{color:#2f2f2f;background:#fff3a1} -.webix_dtable_subrow{border-top:1px solid #e6e6e6;text-align:right} -.webix_dtable_subview{background:#e6e6e6;border-top:1px solid #e6e6e6;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #cecece} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{color:#2f2f2f;background:#fff3a1} -.webix_hcell span.webix_input_icon{background-color:transparent} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#454544} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#454544;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:4px} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{font-family:Arial;color:#454544;font-size:13px;font-weight:700;background:#fff;padding:0;text-align:center;line-height:37px} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#f3efe7;display:block;border:1px solid #d1c2a3;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#2f2f2f;background:#fff3a1} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs=)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw==)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw==)} -.webix_tree_img{background:0 0;float:left;width:18px;height:22px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#fff} -.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;border-bottom:#cecece 1px solid;margin-bottom:7px;color:#787877} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#2f2f2f;background:#fff3a1} -.webix_cal_body .webix_cal_day{border-radius:3px} -.webix_cal_body .webix_cal_event{color:#ff9000} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#454544;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#9e9e9d;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700;color:#C66200} -.webix_cal_outside{color:#ababaa} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#ababaa;background:#f0f0f0} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#fff3a1;color:#2f2f2f} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#f3efe7} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#454544;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #cecece} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:6px;background-color:#22A1BC;color:#fff!important;font-weight:700;text-shadow:0 -1px 0 #6f6f6f;border:none!important;float:right} -.webix_cal_blurred_hours{background-color:#f7f7f7} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #cecece;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} -.webix_property_label{border-right:1px solid #cecece} -.webix_property_label_line{padding-left:10px;font-family:Arial;color:#454544;font-size:13px;font-weight:700;background:#fff;line-height:35px;line-height:23px;border-bottom:1px solid #e6e6e6} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #cecece;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #cecece;font-family:Arial;font-size:13px;color:#454544;border-radius:4px;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#fff} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#fff3a1;color:#2f2f2f} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#ababaa} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #cecece} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:6px;border:1px solid #cecece;height:100%;width:100%;cursor:pointer;font-size:13px;font-family:Arial;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#454544} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{color:#454544;background:#fff;font-weight:700;font-size:13px;font-family:Arial;padding:0;border:0} -.webixtype_form{background-color:#22A1BC;color:#fff!important;font-weight:700;text-shadow:0 -1px 0 #6f6f6f;border:none!important} -.webix_el_button .webixtype_danger{background:#FE5310;color:#fff;border:none!important;font-weight:700} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;border:1px solid #cecece} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:4px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:13px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#454544} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#454544} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #d5d5d5!important;text-shadow:none!important} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 2px;height:100%;width:100%;font-size:13px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #cecece;color:#454544;font-size:13px;font-family:Arial;-webkit-appearance:none;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#454544;text-transform:none;font-size:13px} -.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:2px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:11px;color:#525251} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#454544;line-height:26px;padding:2px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:13px;font-family:Arial;border:1px solid #cecece} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #cecece;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:13px;width:50px;color:#454544;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_prev{padding-left:6px;color:#454544;background:#fff;font-weight:700;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_inp_counter_next{padding-left:6px;color:#454544;background:#fff;font-weight:700;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_el_textarea textarea{border:1px solid #cecece;height:100%;margin:0;padding:5px;color:#454544;resize:none;font-size:13px;font-family:Arial;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:6.5px} -.webix_segment_0,.webix_segment_1{border:1px solid #cecece;border-right-width:0;height:100%} -.webix_segment_0{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{border:1px solid #cecece;height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_N:first-child{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;color:#454544;background:#fff;font-weight:700;font-size:13px;font-family:Arial;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#2f2f2f;background:#fff3a1} -.webix_inp_static{border:1px solid #cecece;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#929290} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:13px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#454544;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#454544;padding-right:24px;font-family:Arial;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4.5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:24px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:11px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:18px;height:18px;border-radius:6px} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search input{padding-right:30px} -.webix_el_search span{position:absolute;right:15px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #d5d5d5!important;text-shadow:none!important} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#454544;font-size:13px;font-family:Arial;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:6px} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#1e1e1e;cursor:pointer} -.webix_multilist .webix_selected{background:#f2f2f2;color:#454544} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#fff} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #cecece;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid #cecece} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #cecece;border-left-width:0;background-color:#fff;color:#454544;font-size:13px;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0;border-top-left-radius:3px;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{border-bottom-width:0;color:#454544;font-size:13px} -.webixtype_bottom .webix_item_tab.webix_selected{color:#2f2f2f;background:#fff3a1} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #cecece;border-right:1px solid #cecece;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #d5d5d5!important;text-shadow:none!important} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu,.webix_menu-x{background:0 0} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:32px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:12px} -.webix_menu-x{background-color:#fff;border-radius:4px} -.webix_menu-x .webix_list_item{display:inline-block;line-height:28px;border-right:1px solid #cecece;border-left:0} -.webix_menu-x .webix_list_item:last-child{border-right:none} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:#f3efe7} -.webix_menu{background:#fff;border:1px solid #cecece;border-radius:4px} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #cecece} -.webix_menu .webix_submenu_icon{top:10px} -.webix_menu .webix_context_spacer{height:28px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{background:#fff} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #b5b5b5;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#454544;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#454544;line-height:26px;padding:2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;padding-top:11px;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px;margin-top:-10px} -.webix_slider_box .webix_slider_left{height:10px;float:left;width:100px;background:#fff;border:1px solid #dbdbdb;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{height:10px;float:left;width:100px;background:#fff;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid #dbdbdb;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{background-color:rgba(100,100,100,.1)!important} -.webix_slider_box .webix_slider_handle{width:14px;height:14px;background:#22a1bc;color:#fff;font-weight:700;top:9px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #e1e1e1} -.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;height:14px;top:8px;border-radius:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center;border:1px solid #cecece;background-color:#fff} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:10px;float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{height:11px;width:14px;left:5px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;width:60px;border:1px solid #cecece;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#fff3a1;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#929290} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#fff3a1;border-color:#fff3a1} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#454544} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#454544} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#fff3a1;box-shadow:inset 0 0 1px 2px #fff3a1} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #cecece} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#454544;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:13px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:6px;border:1px solid #cecece;cursor:pointer;font-size:13px;font-family:Arial} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -.webix_layout_space>.webix_view,.webix_layout_wide>.webix_view{border-radius:3px} -.webix_layout_space .webix_layout_accordion .webix_accordionitem:first-child,.webix_layout_wide .webix_layout_accordion .webix_accordionitem:first-child{-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0;border-top-left-radius:3px;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:0} -.webix_layout_space .webix_layout_accordion .webix_accordionitem:last-child,.webix_layout_wide .webix_layout_accordion .webix_accordionitem:last-child{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:3px;border-top-left-radius:0;border-bottom-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:3px} -.webix_layout_accordion .webix_accordionitem_header:hover{background:#f3efe7} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAASElEQVR42n2PMQoAMAgD++gEdPLpFkshS9oDEcxlcA1V1euNcpI9k5m2MPfrqABCBS8KBptAR8QJZks0kGjgjMQn/oc/AKy4Acp9RSZl+HEYAAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAARUlEQVR42o2PAQYAMAwD9+iEFvTpnZYZU7EQRa4kaxKAXD9y9yTZluCBALRJpATNrIG6rAdjjmBVeCuB6EyAYkNEiDE33yMJRSaycR8/AAAAAElFTkSuQmCC);background-repeat:no-repeat} -.webix_popup_title{color:#454544!important;background:#fff!important;font-size:13px!important;font-weight:700;border-bottom:1px solid #d9d9d9!important;text-shadow:none!important} -.webix_modal_box{background:#fff!important;border:1px solid #cecece!important} -.confirmButton{background:#22a1bc;color:#fff;font-weight:700} -.webix_column>div,.webix_table_cell{border-bottom:1px solid #e6e6e6} -.webix_ss_filter input,.webix_ss_filter select{height:30px!important} -.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} -.webix_ss_sort_asc:before{content:'\f106'} -.webix_ss_sort_desc:before{content:'\f107'} -.webix_list_item.webix_group_back{background:#fff;color:#2f2f2f} -.webix_list_item.webix_group_back .webix_arrow_icon{color:#2f2f2f} -.webix_menu.webix_view .webix_list_item:active,.webix_menu.webix_view .webix_list_item:hover{background:#f3efe7!important} -.webix_menu.webix_view .webix_list_item.webix_selected{background-color:#fff3a1} -.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} -.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#686868 transparent transparent transparent} -.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #686868} -.buttonStyle{font-size:13px;font-family:Arial} -.webix_item_tab{border-bottom:1px solid #cecece!important;border-left-width:1px!important} -.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #cecece!important;border-left-width:0!important} -.webixtype_bottom .webix_item_tab:first-child{border-left:1px solid #cecece!important} -.webix_tab_filler:first-child{border-right:0!important} -.webix_ss_header{border-bottom:1px solid #cecece;text-transform:uppercase;font-size:12px} -.webix_ss_footer td{border-top:1px solid #cecece!important} -.webix_el_arrow{background:#fff;font-weight:700;color:#444} -.webix_el_button .webix_el_box:active .webixtype_base,.webix_img_btn:active,.webix_img_btn_top:active,.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webix_img_btn_top,.webix_pressed .webixtype_base{background-color:rgba(100,100,100,.1)!important} -.webix_slider_vertical .webix_slider_box{margin-top:-8px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:8px} -.webix_slider_vertical.webix_slider_alt .webix_slider_box .webix_slider_handle{left:5px} -.webix_rangeslider .webix_slider_title_box{height:14px} -.webix_switch_box{margin-top:1px;height:22px;background-color:transparent} -.webix_switch_box .webix_switch_text{line-height:20px} -.webix_switch_box .webix_switch_handle{width:20px;height:20px} -.webix_switch_box.webix_switch_on{background-color:#cecece} -.webix_skin_mark{height:150px} -.webix_daterange .webix_range_footer .webix_template{padding:10px 0} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_cal_range{background-color:#fffad4} -.webix_cal_body .webix_cal_day.webix_cal_range{border-radius:0} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;background:#fff;color:#2f2f2f;border-right:1px solid transparent;border-bottom:1px solid transparent} -.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#7c7c7c} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/touch.css b/v3/js/libs/webix/skins/touch.css deleted file mode 100644 index ce582fc..0000000 --- a/v3/js/libs/webix/skins/touch.css +++ /dev/null @@ -1,1685 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:Arial;font-size:17px;color:#000;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #dedede;background-color:#fff;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#fff} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#fff} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:5px;padding-left:5px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:repeat-x;background-position:10.5px;font-size:10px;line-height:42px;background-image:none;background-color:#fff;color:#000;text-transform:none;padding-left:0} -.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline;font-size:17px;padding-left:0;padding-right:0} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template,.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff;padding-left:0;padding-right:0} -.webix_header>div{padding-left:10px;font-size:17px;color:#fff;background:#65a0ff;line-height:40px;line-height:42px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_el_icon,.webix_header>div .webix_el_label,.webix_header>div .webix_icon_btn,.webix_header>div .webix_icon_button .webix_icon,.webix_header>div .webix_img_btn,.webix_header>div .webix_img_btn_top .webix_icon,.webix_header>div .webix_img_btn_top .webix_img_btn_text,.webix_header>div .webix_inp_label{color:#fff} -.webix_header>div .webix_img_btn_abs .webix_icon,.webix_header>div .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} -.webix_header>div .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_header>div .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} -.webix_header>div .webix_img_btn_abs{color:#fff} -.webix_header>div .webix_el_button{color:#65a0ff!important} -.webix_header>div .webix_el_button .webix_icon,.webix_header>div .webix_el_button .webix_img_btn_text{color:#65a0ff} -.webix_header>div .webix_el_arrow,.webix_header>div .webixtype_base,.webix_header>div .webixtype_next,.webix_header>div .webixtype_prev{background-color:#fff;color:#65a0ff!important} -.webix_header>div .webix_el_counter .webix_inp_counter_next,.webix_header>div .webix_el_counter .webix_inp_counter_prev,.webix_header>div .webix_selected.webix_segment_0,.webix_header>div .webix_selected.webix_segment_1,.webix_header>div .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} -.webix_header>div .webix_segment_0,.webix_header>div .webix_segment_1,.webix_header>div .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} -.webix_header>div .webix_label_right{color:#fff} -.webix_header>div .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} -.webix_header>div .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#595959;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #858585} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #dedede;position:relative;z-index:2;font-size:17px;color:#fff;background:#65a0ff;line-height:40px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_el_icon,.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_icon_btn,.webix_accordionitem_header .webix_icon_button .webix_icon,.webix_accordionitem_header .webix_img_btn,.webix_accordionitem_header .webix_img_btn_top .webix_icon,.webix_accordionitem_header .webix_img_btn_top .webix_img_btn_text,.webix_accordionitem_header .webix_inp_label{color:#fff} -.webix_accordionitem_header .webix_img_btn_abs .webix_icon,.webix_accordionitem_header .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} -.webix_accordionitem_header .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_accordionitem_header .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} -.webix_accordionitem_header .webix_img_btn_abs{color:#fff} -.webix_accordionitem_header .webix_el_button{color:#65a0ff!important} -.webix_accordionitem_header .webix_el_button .webix_icon,.webix_accordionitem_header .webix_el_button .webix_img_btn_text{color:#65a0ff} -.webix_accordionitem_header .webix_el_arrow,.webix_accordionitem_header .webixtype_base,.webix_accordionitem_header .webixtype_next,.webix_accordionitem_header .webixtype_prev{background-color:#fff;color:#65a0ff!important} -.webix_accordionitem_header .webix_el_counter .webix_inp_counter_next,.webix_accordionitem_header .webix_el_counter .webix_inp_counter_prev,.webix_accordionitem_header .webix_selected.webix_segment_0,.webix_accordionitem_header .webix_selected.webix_segment_1,.webix_accordionitem_header .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} -.webix_accordionitem_header .webix_segment_0,.webix_accordionitem_header .webix_segment_1,.webix_accordionitem_header .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} -.webix_accordionitem_header .webix_label_right{color:#fff} -.webix_accordionitem_header .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} -.webix_accordionitem_header .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:18px 18px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNDNEOTBEMTYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNDNEOTBEMjYyNzQxMUUzOEU1N0MyQTEyMzIxMDVFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0Q5MENGNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M0Q5MEQwNjI3NDExRTM4RTU3QzJBMTIzMjEwNUVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGPRLgAAAPBJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgteAINN5CCaokI3UcB2I+UNQBsTghxaRacAaI+aH62IB4MzUtuAjEwlA9zEC8hhhNxFpwFYhFkQxfTqyriLHgFhBLQtWC8s18UsKUkAV3gVgGyfBZpKYIQhbYQtWAcBg5BRIhC26j+WAOtS0AgRvQ9A6L4IXUtgAELqOlopXUtgAEzgOxIFQPKxCvo7YFIHAKLSdvo7YFIHAUiHmgeiUIKSanNLUC4i1ALAHENoQUD48a7TkNzX8BsiAFxKCB4U+BOBkgwAAsAiGcWMs58QAAAABJRU5ErkJggg==)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODJBRDc2RTYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODJBRDc2RjYyNzMxMUUzQTMxN0IxNjAwN0JBOUE4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MkFENzZDNjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4MkFENzZENjI3MzExRTNBMzE3QjE2MDA3QkE5QTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+crpRPgAAAOhJREFUeNpi+P//vycQP/tPfQAy05MRxGBgYJBkoA14DrLgPwMNARMDjcGgsCAMGkdHyLKBiNQgDoomIOYH4uOkJiViLNgMxGxIlpyhtgUgsAaImaHqhYH4IrUtAIHlSJaIAvFValsAAvOBmBGqTxKIb1HbAhCYhWSJDBDfobYFIBAO1QvCNtS2YA6SD6SB+DY1LViIFNFiQHydmnGwEi0VXaZmKloHxKxQ9YJAfJ6a+WAbWk4+Re2cLAFVxwPER0lNEcSUpjZALAHEW4DYitTCdHjUaM9paP4LkAUpIAYNDH8KxMkAAQYAlwMhmq8XxigAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTc4MTkxODY2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTc4MTkxODU2MzBGMTFFMzk1MUQ4RTNCRjNCMUVFRUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+D/KEcQAAAOhJREFUeNqs1jsOwjAMBuCKhR2uxsLGxg1a+hD0wVGYGJC4DgssnAFVQjLukKWk/WM7lv4OqfQ1UdLWCRGtOTdOz3lwtpzEkuFyp/9KreiX/JVa0DdNV6ZF9zRfmQYdcgbwQYNGhccDXQzYN4jgXIOa4bkntgAuNKgaDtlNMRx69hoAlxpUBEvfawRXGnRIjeBFIq8e3F9KZ5mDWXbS5QeBEjQYDEULALbSwy8GEYrARvpBUYNTaGkBfagZHKMIrKU/vioW6NANAE+aZuIVE3RoHxN06NUDHq2t5Ipz4Xw4T87O2vT+BBgAeQQKvezNqP0AAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzRTVCQkY2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzRTVCQkU2MzBGMTFFM0FDNTBDNzdDRkQ0NTI0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4NjlGM0NFNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4NjlGM0NGNjE4OTExRTNBRjMwOTNFODNBRTJCRENBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wRT1eAAAAM9JREFUeNqs1jsKwlAQBdDBxlL3ZmVlmRXYaaVbCYg7kti4BQu1e85AhBDfZz73wm1ewsmfDKWUKNgNd+C+uVfuOgoe0n8uaFDyQoOSOxqU7NDgUfaDgxZUDWpRE6hBzWALdYE11A2W0BCYQ8PgHIWAUxQG/lAoKF0Q0ZLq+ZA1o35qnO3eevlweL4AgXOL5yhc2hCCa0d0w63744I1T9MMa989E2z5/NSw9Retgj3DRAveeseeGnyLDGgl+BkdJXNwH0WlHfcxDr09d/UVYADVjwptZ8mPvQAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:7px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid #dedede;text-align:left} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{color:#000;background:#f1f1f1} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #e7e7e7;padding:7px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#65a0ff;font-size:17px;color:#fff} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#000;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#65a0ff} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #dedede;border-bottom:none} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:4px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #dedede;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;font-size:17px} -.webix_pager_item_selected{cursor:default;background-color:#f1f1f1;border:1px solid #e7e7e7} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:7px 10px;line-height:27px;cursor:pointer;border-bottom:1px solid #dedede;text-align:left;border-right:1px solid #dedede} -.webix_dataview_item.webix_selected{color:#000;background:#f1f1f1;border-bottom:1px solid #e7e7e7;border-right:1px solid #e7e7e7} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:Arial;font-size:13px;color:#000;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:grey} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#333;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#333} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Arial;font-size:17px;color:#000} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Arial;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:32px;line-height:32px;display:inline-block;margin:0 5px;border-radius:4px} -.webix_popup_button div{border-radius:4px} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #dedede} -.webix_button input,.webix_popup_button div{-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);height:32px;line-height:32px} -.webix_popup_button.confirm div{background-color:#65a0ff;color:#fff;font-size:17px;border:1px solid #65a0ff} -.webix_popup_title{color:#fff;text-shadow:1px 1px #000;height:40px;line-height:40px;font-size:20px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;font-size:17px;color:#000;min-height:60px} -.webix_error,.webix_info{font-size:17px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #dedede;background-color:#fff;font-family:Arial;font-size:17px;color:#000;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:39px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #dedede;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #fff;border-bottom:1px solid #dedede;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#000!important;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #dedede;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} -.webix_richfilter{margin-top:1px;line-height:34px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-size:17px;color:#fff;background:#65a0ff} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px solid #fff;border-top:1px solid #fff;border-bottom:none} -.webix_ss_footer td{border-right:1px solid #fff;border-top:1px solid #fff} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #dedede} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #dedede} -.webix_last_topcell.webix_cell{border-bottom:1px solid #dedede} -.webix_column>div,.webix_table_cell{border-right:1px solid #fff;border-bottom:1px solid #dedede;padding:0 10px} -.webix_column{text-align:left} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #e7e7e7} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #dedede;height:42px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #dedede;border-right:1px solid #dedede;border-bottom:1px solid #dedede;padding:5px 10px;height:42px;line-height:34px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#000} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#000;background:#f1f1f1} -.webix_column>div.webix_cell_select{border-bottom:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #e7e7e7;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#000;background:#f1f1f1} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #dedede} -.webix_cell.webix_dtable_colrow.webix_selected{color:#000;background:#f1f1f1} -.webix_dtable_subrow{border-top:1px solid #dedede;text-align:right} -.webix_dtable_subview{background:#dedede;border-top:1px solid #dedede;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #dedede} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{color:#000;background:#f1f1f1} -.webix_hcell span.webix_input_icon{background-color:#fff} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#000} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#000;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{font-size:17px;color:#fff;background:#65a0ff;padding:0;text-align:center;line-height:42px} -.webix_win_head>.webix_view>.webix_template .webix_el_icon,.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_icon_btn,.webix_win_head>.webix_view>.webix_template .webix_icon_button .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_top .webix_img_btn_text,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} -.webix_win_head>.webix_view>.webix_template .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_win_head>.webix_view>.webix_template .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} -.webix_win_head>.webix_view>.webix_template .webix_img_btn_abs{color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_button{color:#65a0ff!important} -.webix_win_head>.webix_view>.webix_template .webix_el_button .webix_icon,.webix_win_head>.webix_view>.webix_template .webix_el_button .webix_img_btn_text{color:#65a0ff} -.webix_win_head>.webix_view>.webix_template .webix_el_arrow,.webix_win_head>.webix_view>.webix_template .webixtype_base,.webix_win_head>.webix_view>.webix_template .webixtype_next,.webix_win_head>.webix_view>.webix_template .webixtype_prev{background-color:#fff;color:#65a0ff!important} -.webix_win_head>.webix_view>.webix_template .webix_el_counter .webix_inp_counter_next,.webix_win_head>.webix_view>.webix_template .webix_el_counter .webix_inp_counter_prev,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} -.webix_win_head>.webix_view>.webix_template .webix_segment_0,.webix_win_head>.webix_view>.webix_template .webix_segment_1,.webix_win_head>.webix_view>.webix_template .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} -.webix_win_head>.webix_view>.webix_template .webix_label_right{color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} -.webix_win_head>.webix_view>.webix_template .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#65a0ff;display:block;border:1px solid #0061fe;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:42px;line-height:42px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#000;background:#f1f1f1} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39////wAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I5RTczQjVDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I5RTczQjZDMDdBMTFFMTgxRjc4Mzk4M0Q3MjVFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjlFNzNCM0MwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjlFNzNCNEMwN0ExMUUxODFGNzgzOTgzRDcyNUVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARJMMlJq704661B+SAIXAVhnKhBFKSZnmuLImhslXPN3ibi+6pdBXc4IIpB2YkGE1IKAoL0ICUInJNCYMDtDgJYiScUGnHO6LQkAgA7)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASALMJAMrKyt3d3ejp6d7f3+/v75aWlvf39wAAAP///////wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY0QzNGM0VDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY0QzNGM0ZDMDdBMTFFMUE3MDlCNUM2QjU1NDA5RjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjRDM0YzQ0MwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjRDM0YzREMwN0ExMUUxQTcwOUI1QzZCNTU0MDlGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAkALAAAAAASABIAAARDMMlJq704661B+SAIXAVhnKhBFKSZnmv7wqxVzmpd3Uff5zKEUAi0uV4xm4DAbBIEOkohMKhaB4HoxBMKjTjgsFgSAQA7)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAInjI+JwM26XAtPyTnTfU5veGyXJ2ZhaRpoSq0AicKlLNJftNojyCMFADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIhjI+py90AI3Syvoqj27mfnn2gZYxkYEpiCqypa27yTC8FADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAIABAI6Pj////yH5BAEKAAEALAAAAAASABIAAAIjjI+py90AI3SyvorjkQ7pDAJBSJaTaGpjKq7pxsJmR9c2UwAAOw==)} -.webix_tree_img{background:0 0;float:left;width:30px;height:42px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM8SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTKGodEqtWjkJADs=);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAANCSLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgK7A6k6pGqtzlAI83wpAIKM2uLVeNhmSdaSZTB9PNLSQcqwZrEVL4SYAADs=)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLrc/jDKSau9mIbNeQxDKA7BJwJiCYEhGqoPCMwzKdw3ww4uabap38i36nQqgkwSs7w0LU+kMpIAADs=)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM5SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJFGo6n9ColJMAADs=);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM+SLoq/LDFKWl0FuLMNq8faAVkWVLBoK5DgLKrO6Vw+wI43go8z9AwWQTIEkKIMZTJ9PE0QwsnR5qhWqwUbAIAOw==)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgAYAMIDAFVVVYiIiMHBwf///////////////////yH5BAEKAAQALAAAAAASABgAAAM1SLrc/jDKSau9mIbNeQxDKA7BN4olBJ6kCbwvKcwzs57pc4+5s6OfTqciyBQxx0vSsiQaIwkAOw==)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#fff} -.webix_cal_month{height:22px;position:relative;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;color:#000;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#000;background:#f1f1f1} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#000;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#595959;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700;color:#C66200} -.webix_cal_outside{color:#666} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#666;background:#f0f0f0} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#f1f1f1;color:#000} -.webix_cal_footer{text-align:center;color:#444;margin:4px 17px;cursor:pointer;font-size:17px;padding:0 20px} -.webix_cal_footer div{border-top-width:0!important;padding-bottom:6px} -.webix_cal_footer .webix_icon{font-size:22px} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#65a0ff} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#000;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #dedede} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;padding:2px 7px;border-radius:4px;border:1px solid #dedede;background:#12c070;text-shadow:none!important;color:#fff!important;border-color:#12c070!important;font-size:17px!important;box-shadow:0 1px rgba(0,0,0,.3);float:right} -.webix_cal_blurred_hours{background-color:#f7f7f7} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_label,.webix_property_value{padding-left:10px;float:left;border-bottom:1px solid #dedede;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:28px;line-height:27px} -.webix_property_label{border-right:1px solid #dedede} -.webix_property_label_line{padding-left:10px;font-size:17px;color:#fff;background:#65a0ff;border-bottom:1px solid #dedede;line-height:28px} -.webix_property_label_line .webix_el_icon,.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_icon_btn,.webix_property_label_line .webix_icon_button .webix_icon,.webix_property_label_line .webix_img_btn,.webix_property_label_line .webix_img_btn_top .webix_icon,.webix_property_label_line .webix_img_btn_top .webix_img_btn_text,.webix_property_label_line .webix_inp_label{color:#fff} -.webix_property_label_line .webix_img_btn_abs .webix_icon,.webix_property_label_line .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} -.webix_property_label_line .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_property_label_line .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} -.webix_property_label_line .webix_img_btn_abs{color:#fff} -.webix_property_label_line .webix_el_button{color:#65a0ff!important} -.webix_property_label_line .webix_el_button .webix_icon,.webix_property_label_line .webix_el_button .webix_img_btn_text{color:#65a0ff} -.webix_property_label_line .webix_el_arrow,.webix_property_label_line .webixtype_base,.webix_property_label_line .webixtype_next,.webix_property_label_line .webixtype_prev{background-color:#fff;color:#65a0ff!important} -.webix_property_label_line .webix_el_counter .webix_inp_counter_next,.webix_property_label_line .webix_el_counter .webix_inp_counter_prev,.webix_property_label_line .webix_selected.webix_segment_0,.webix_property_label_line .webix_selected.webix_segment_1,.webix_property_label_line .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} -.webix_property_label_line .webix_segment_0,.webix_property_label_line .webix_segment_1,.webix_property_label_line .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} -.webix_property_label_line .webix_label_right{color:#fff} -.webix_property_label_line .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} -.webix_property_label_line .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #dedede;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #dedede;font-family:Arial;font-size:17px;color:#000;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#fff} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#f1f1f1;color:#000} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#666} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #dedede} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:4px;height:100%;width:100%;cursor:pointer;font-family:Arial;color:#fff;font-size:17px;border:1px solid #65a0ff;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#000} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{-webkit-appearance:none;background:#65a0ff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);color:#fff;padding:0} -.webixtype_form{background:#12c070;text-shadow:none!important;color:#fff!important;border-color:#12c070!important;font-size:17px!important;box-shadow:0 1px rgba(0,0,0,.3)} -.webix_el_button .webixtype_danger{background:#e74c3c;border:1px solid #e74c3c!important;box-shadow:0 1px rgba(0,0,0,.3);color:#fff!important;font-size:17px!important} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3)} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:10px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:17px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#fff} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:5px;width:100%;text-align:center;cursor:pointer;color:#fff} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:4px 2px;height:100%;width:100%;font-size:17px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #dedede;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#000;font-size:17px} -.webix_inp_label{float:left;padding-top:1px;padding-left:4px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:4px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:15px;color:#0d0d0d} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#000;line-height:34px;padding:4px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;border:1px solid #dedede} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #dedede;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:17px;width:50px;color:#000;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_prev{padding-left:6px;-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_inp_counter_next{padding-left:6px;-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_el_textarea textarea{border:1px solid #dedede;height:100%;margin:0;padding:5px;resize:none;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:10.5px} -.webix_segment_0,.webix_segment_1{height:100%} -.webix_segment_0{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_segment_N:first-child{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;font-size:17px!important;border:1px solid #65a0ff!important;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{background:#f1f1f1;-webkit-appearance:none;background-image:none;background-color:#65a0ff!important;border:1px solid #65a0ff;color:#fff} -.webix_inp_static{border:1px solid #dedede;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#4d4d4d} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:17px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#000;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{padding-right:24px;font-family:Arial;font-size:17px;color:#000;background:#fff;border-color:#fff;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:6.5px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:32px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:15px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:8px;width:26px;height:26px;border-radius:4px} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search input{padding-right:30px} -.webix_el_search span{position:absolute;right:21px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#000;font-size:17px;font-family:Arial;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:4px} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#000;cursor:pointer} -.webix_multilist .webix_selected{background:#f2f2f2;color:#000} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#65a0ff} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #dedede;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid #dedede} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #dedede;border-left-width:0;background-color:#ebebeb;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{color:#000;border-bottom:1px solid #fff!important;border:1px solid #dedede;background:#fff} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #dedede;border-right:1px solid #dedede;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;border:1px solid #e6e6e6!important;text-shadow:none!important} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{border-radius:0} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:42px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:12px} -.webix_menu-x{background-color:#fff;border:none;background:0 0} -.webix_menu-x .webix_list_item{display:inline-block;line-height:28px;border-right:1px solid #fff;border-left:0;background:#fff;color:#65a0ff;font-size:17px} -.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#65a0ff transparent transparent transparent} -.webix_menu-x .webix_list_item .webix_icon_btn{color:#65a0ff} -.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:#65a0ff;color:#fff} -.webix_menu-x .webix_list_item:active .webix_submenu_icon,.webix_menu-x .webix_list_item:focus .webix_submenu_icon,.webix_menu-x .webix_list_item:hover .webix_submenu_icon{border-color:#fff transparent transparent transparent} -.webix_menu-x .webix_list_item:last-child{border-right:none} -.webix_menu{background:#fff;border:1px solid #dedede;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #dedede} -.webix_menu .webix_submenu_icon{top:10px} -.webix_menu .webix_context_spacer{height:42px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar{background:#65a0ff} -.webix_layout_toolbar .webix_el_icon,.webix_layout_toolbar .webix_el_label,.webix_layout_toolbar .webix_icon_btn,.webix_layout_toolbar .webix_icon_button .webix_icon,.webix_layout_toolbar .webix_img_btn,.webix_layout_toolbar .webix_img_btn_top .webix_icon,.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text,.webix_layout_toolbar .webix_inp_label{color:#fff} -.webix_layout_toolbar .webix_img_btn_abs .webix_icon,.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} -.webix_layout_toolbar .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_layout_toolbar .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} -.webix_layout_toolbar .webix_img_btn_abs{color:#fff} -.webix_layout_toolbar .webix_el_button{color:#65a0ff!important} -.webix_layout_toolbar .webix_el_button .webix_icon,.webix_layout_toolbar .webix_el_button .webix_img_btn_text{color:#65a0ff} -.webix_layout_toolbar .webix_el_arrow,.webix_layout_toolbar .webixtype_base,.webix_layout_toolbar .webixtype_next,.webix_layout_toolbar .webixtype_prev{background-color:#fff;color:#65a0ff!important} -.webix_layout_toolbar .webix_el_counter .webix_inp_counter_next,.webix_layout_toolbar .webix_el_counter .webix_inp_counter_prev,.webix_layout_toolbar .webix_selected.webix_segment_0,.webix_layout_toolbar .webix_selected.webix_segment_1,.webix_layout_toolbar .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} -.webix_layout_toolbar .webix_segment_0,.webix_layout_toolbar .webix_segment_1,.webix_layout_toolbar .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} -.webix_layout_toolbar .webix_label_right{color:#fff} -.webix_layout_toolbar .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} -.webix_layout_toolbar .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_icon,.webix_toolbar.webix_layout_subbar .webix_el_label,.webix_toolbar.webix_layout_subbar .webix_icon_btn,.webix_toolbar.webix_layout_subbar .webix_icon_button .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_top .webix_img_btn_text,.webix_toolbar.webix_layout_subbar .webix_inp_label{color:#fff} -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_icon,.webix_toolbar.webix_layout_subbar .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} -.webix_toolbar.webix_layout_subbar .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_toolbar.webix_layout_subbar .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} -.webix_toolbar.webix_layout_subbar .webix_img_btn_abs{color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_button{color:#65a0ff!important} -.webix_toolbar.webix_layout_subbar .webix_el_button .webix_icon,.webix_toolbar.webix_layout_subbar .webix_el_button .webix_img_btn_text{color:#65a0ff} -.webix_toolbar.webix_layout_subbar .webix_el_arrow,.webix_toolbar.webix_layout_subbar .webixtype_base,.webix_toolbar.webix_layout_subbar .webixtype_next,.webix_toolbar.webix_layout_subbar .webixtype_prev{background-color:#fff;color:#65a0ff!important} -.webix_toolbar.webix_layout_subbar .webix_el_counter .webix_inp_counter_next,.webix_toolbar.webix_layout_subbar .webix_el_counter .webix_inp_counter_prev,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_selected.webix_segment_N{background:#3c87ff!important;color:#fff!important;border-bottom-color:rgba(0,0,0,.1)!important} -.webix_toolbar.webix_layout_subbar .webix_segment_0,.webix_toolbar.webix_layout_subbar .webix_segment_1,.webix_toolbar.webix_layout_subbar .webix_segment_N{box-shadow:0 1px rgba(0,0,0,.3)} -.webix_toolbar.webix_layout_subbar .webix_label_right{color:#fff} -.webix_toolbar.webix_layout_subbar .webix_el_radio .webix_radio_1 .webix_custom_radio:before{background-color:#fff} -.webix_toolbar.webix_layout_subbar .webix_checkbox_1 .webix_custom_checkbox:before{color:#fff} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:7px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #c5c5c5;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#000;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#000;line-height:34px;padding:4px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;padding-top:17px;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px;margin-top:-13px} -.webix_slider_box .webix_slider_left,.webix_slider_box .webix_slider_right{float:left;width:100px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{height:3px;-webkit-border-top-left-radius:1px;-webkit-border-bottom-left-radius:1px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:1px;-moz-border-radius-bottomleft:1px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:1px;border-bottom-left-radius:1px;border-top-right-radius:0;border-bottom-right-radius:0;background:#65a0ff;border:none} -.webix_slider_box .webix_slider_right{height:3px;background:#dedede;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:1px;-webkit-border-bottom-right-radius:1px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:1px;-moz-border-radius-bottomright:1px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:1px;border-bottom-right-radius:1px;border:none} -.webix_slider_box .webix_slider_handle{-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;width:18px;height:18px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #dedede;background:#fff;box-shadow:0 1px rgba(0,0,0,.02);top:10px} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_handle{margin:0 2px;border-radius:2px;background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{height:2px;background:#65a0ff;border:none} -.webix_slider_alt .webix_slider_box .webix_slider_right{height:2px;background:#dedede;border:none} -.webix_slider_alt .webix_slider_box .webix_slider_handle{background-color:#65a0ff;border:1px solid #65a0ff;background-image:none;width:18px;height:18px;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;box-shadow:0 0 0 1px #fff;top:9px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{float:none} -.webix_slider_vertical .webix_slider_box .webix_slider_left{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:5px} -.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;height:24px;width:60px;background-color:#f1f1f1;border:1px solid #dedede;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{background-color:#65a0ff;color:#fff} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#f1f1f1;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#4d4d4d} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#f1f1f1;border-color:#f1f1f1} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#606060} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#606060} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:9px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#f1f1f1;box-shadow:inset 0 0 1px 2px #f1f1f1} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #dedede} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#000;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:17px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:4px;border:1px solid #dedede;cursor:pointer;font-size:17px;font-family:Arial} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -.webix_accordionitem .webix_accordionitem_header{background:#fff;color:#65a0ff;line-height:42px} -.webix_accordionitem.collapsed{color:#65a0ff;background:#fff} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{color:#65a0ff;background-image:none!important;font-family:FontAwesome;font-size:22px;text-align:center;width:24px;height:42px;margin:0 16px 0 16px} -.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:before{content:'\f100'} -.webix_accordionitem .webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f102'} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f101'} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f103'} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{height:39px;margin:1px 21px 0 21px} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button:before{content:'\f102'} -.webix_accordionitem.vertical>.webix_accordionitem_header.collapsed .webix_accordionitem_button:before{content:'\f103'} -.webix_toolbar .webix_el_segmented label{padding-top:2px} -.webix_toolbar .webix_view{color:#fff;font-size:17px!important} -.webix_toolbar.webix_layout_toolbar .webix_el_icon,.webix_toolbar.webix_layout_toolbar .webix_el_label,.webix_toolbar.webix_layout_toolbar .webix_icon_btn,.webix_toolbar.webix_layout_toolbar .webix_icon_button .webix_icon,.webix_toolbar.webix_layout_toolbar .webix_img_btn,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top .webix_icon,.webix_toolbar.webix_layout_toolbar .webix_img_btn_top .webix_img_btn_text,.webix_toolbar.webix_layout_toolbar .webix_inp_label{color:#fff} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs .webix_icon,.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs .webix_img_btn_text{color:#65a0ff} -.webix_toolbar.webix_layout_toolbar .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#fff;text-align:center} -.webix_toolbar.webix_layout_toolbar .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#fff;font-size:20px;color:#65a0ff;margin:0 3px;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit} -.webix_toolbar.webix_layout_toolbar .webix_img_btn_abs{color:#fff} -.webix_toolbar.webix_layout_subbar{background:0 0} -.webix_toolbar.webix_layout_subbar .webix_view{color:#000} -.webix_view .webix_win_head>.webix_view>.webix_template{color:#65a0ff!important;background:#fff;font-size:17px} -.webix_modal_box .webix_popup_title{color:#65a0ff!important;background:#fff;font-size:17px;border-bottom:1px solid #b8b8b8!important;text-shadow:none!important} -.webix_modal_box .webix_popup_text{color:#000} -.webix_modal_box{color:#000;background:#fff!important;border:1px solid #b8b8b8!important} -.confirmButton{background-color:#65a0ff;color:#fff;font-size:17px;border:1px solid #65a0ff} -.webix_popup_button{border-width:0} -.webix_alert .webix_popup_button div,.webix_confirm-error .webix_popup_button div,.webix_confirm-warning .webix_popup_button div{background-color:#fff;color:#65a0ff} -.webix_popup .webix_win_body>.webix_view{border-color:transparent} -.webix_error,.webix_info,.webix_info div{-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px} -.webix_popup_controls{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px} -.webix_button,.webix_popup_button,.webix_popup_button div{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_dtable .webix_ss_right .webix_column.webix_first>div{border-left:1px solid transparent} -.webix_dtable .webix_ss_left .webix_column.webix_last>div{border-right:1px solid transparent} -.webix_dtable .webix_hs_right td.webix_first{border-left:1px solid #fff} -.webix_dtable .webix_column:nth-child(odd) .webix_cell{background:rgba(101,160,255,.07)} -.webix_dtable .webix_column:nth-child(odd) .webix_cell.webix_cell_select,.webix_dtable .webix_column:nth-child(odd) .webix_cell.webix_row_select{color:#000;background:#f1f1f1} -.webix_ss_header tr:nth-child(2) td{border-top:1px solid transparent} -.webix_hcell.webix_ss_filter{padding:0!important} -.webix_ss_filter input,.webix_ss_filter select{border-color:#65a0ff!important;background:#fff;border-radius:0;height:42px!important;line-height:42px!important} -.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} -.webix_ss_sort_asc:before{content:'\f106'} -.webix_ss_sort_desc:before{content:'\f107'} -.webix_dtable .webix_ss_vscroll_header{border-bottom:1px solid #65a0ff;border-left:1px solid #65a0ff} -.webix_grouplist .webix_list_item .webix_arrow_icon{font-size:24px;color:#dedede} -.webix_list_item.webix_group_back{color:#65a0ff;background:#fff} -.webix_list_item.webix_group_back .webix_arrow_icon{color:#65a0ff} -.webix_list .webix_unit_header{font-style:normal;font-weight:400;margin-top:-1px;color:#fff;background:-webkit-gradient(linear,left top,left bottom,#fff 0,#fff 17px,#65a0ff 17px,#fff 18px);background-image:-webkit-linear-gradient(top,#fff 0,#fff 17px,#65a0ff 17px,#fff 18px);background-image:-moz-linear-gradient(top,#fff 17px,#65a0ff 17px,#fff 18px);background-image:-ms-linear-gradient(top,#fff 17px,#65a0ff 17px,#fff 18px);background-image:-o-linear-gradient(top,#fff 17px,#65a0ff 17px,#fff 18px)} -.webix_list .webix_unit_header:first-child{margin-top:0} -.webix_unit_header_inner{display:inline-block;margin-top:5px;height:24px;width:auto;min-width:24px;line-height:24px;text-align:center;-webkit-border-top-left-radius:12px;-webkit-border-bottom-left-radius:12px;-webkit-border-top-right-radius:12px;-webkit-border-bottom-right-radius:12px;-moz-border-radius-topleft:12px;-moz-border-radius-bottomleft:12px;-moz-border-radius-topright:12px;-moz-border-radius-bottomright:12px;border-top-left-radius:12px;border-bottom-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;background:#65a0ff;padding:0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_menu.webix_view .webix_list_item.webix_selected{background-color:#f1f1f1} -.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} -.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #000} -.webix_view.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:0 10px 0 9px} -.webix_tree .webix_tree_item.webix_selected{background:#f1f1f1;color:#65a0ff} -.webix_tree_item .webix_tree_open+div+span,.webix_tree_item .webix_tree_open+span,.webix_tree_item.webix_selected .webix_tree_open+div+span,.webix_tree_item.webix_selected .webix_tree_open+span{color:#65a0ff} -.webix_tree .webix_tree_item{box-shadow:0 1px #dedede;line-height:42px} -.webix_tree .webix_tree_close,.webix_tree .webix_tree_open{background-image:none;font-family:FontAwesome;font-size:20px;text-align:center} -.webix_tree .webix_tree_close{color:#000} -.webix_tree .webix_tree_open{color:#65a0ff} -.webix_tree .webix_tree_open:before{content:"\f107"} -.webix_tree .webix_tree_close:before{content:"\f105"} -.webix_grid_body .dhx_td:nth-child(odd){background:rgba(101,160,255,.07)} -.webix_grid_body .webix_column:nth-child(odd) .webix_cell.webix_cell_select,.webix_grid_body .webix_column:nth-child(odd) .webix_cell.webix_row_select{color:#000;background:#f1f1f1} -.dhx_chart_legend_item,.webix_canvas_text.webix_axis_title_x,.webix_canvas_text.webix_axis_title_y{font-size:13px} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_control{-webkit-tap-highlight-color:transparent} -.webix_control div,.webix_control input,.webix_control textarea{outline:0!important} -.webix_control .webix_inp_label,.webix_control .webix_label_right,.webix_control>label{font-size:17px;color:#666} -.webix_el_label,.webix_inp_label,.webix_inp_top_label,.webix_label_right{text-transform:none!important} -.webix_layout_form .webix_control{border-top:1px solid #dedede!important} -.webix_layout_form .webix_control.webix_el_button,.webix_layout_form .webix_control.webix_el_icon,.webix_layout_form .webix_control.webix_el_toggle,.webix_layout_form .webix_scroll_cont>.webix_control:first-child{border-top:none!important} -.dhx_el_button .dhx_icon_btn,.dhx_el_button .dhx_img_btn_top .webix_icon{color:#000} -.webix_el_combo input,.webix_el_search input,.webix_el_select select,.webix_el_text input,.webix_el_textarea textarea,div.webix_inp_static{font-family:Arial;font-size:17px;color:#000;-webkit-appearance:none;background:#fff;border-color:#fff} -div.webix_inp_static{padding-top:0} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{color:#dedede!important;font-size:24px!important;right:8px!important} -.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{color:#dedede!important;font-size:23px!important;right:8px!important} -.webix_el_textarea textarea{border-color:#fff!important} -.webix_el_checkbox input{border-color:#65a0ff} -.webix_el_counter .webix_inp_counter_value{border-color:#65a0ff;box-shadow:0 1px rgba(0,0,0,.3),0 1px 1px rgba(0,0,0,.1) inset} -.webix_el_counter .webix_inp_counter_next,.webix_el_counter .webix_inp_counter_prev{padding:0 10px;-webkit-appearance:none;background:#65a0ff;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);width:34px;font-weight:700;font-family:"Courier New",Courier,monospace;color:#fff;font-size:22px!important} -.webix_view.webix_control.webix_el_tabbar{background:0 0} -.webix_item_tab{font-size:17px;border-bottom:1px solid #dedede!important;border-left-width:1px!important} -.webix_tab_filler:first-child{border-right:0!important} -.passiveBarBG{background-color:#ebebeb} -.activeBarBG{color:#000;border-bottom:1px solid #fff!important;border:1px solid #dedede;background:#fff} -.webix_after_all_tabs{background:#fff} -.webix_tab_more_icon{border-bottom:1px solid #dedede} -.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #fff!important;border-left-width:0!important;background:#65a0ff;color:#fff} -.webixtype_bottom .webix_item_tab.webix_selected:last-child,.webixtype_bottom .webix_item_tab:last-child{border-right:0!important} -.webixtype_bottom .webix_item_tab.webix_selected{background:#3c87ff!important;color:#fff!important} -.webixtype_bottom .webix_tab_more_icon{background:#65a0ff;color:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;color:#65a0ff;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{height:100%;border-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;background-color:#fff;color:#65a0ff;width:100%;box-shadow:0 -1px #5b9aff;vertical-align:top;line-height:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:24px;margin:0 3px} -.webix_el_tabbar .webixtype_icon .webix_item_tab.webix_selected{background:#3c87ff} -.webix_el_tabbar .webixtype_icon .webix_tab_more_icon{color:#fff} -.webix_el_tabbar .webixtype_iconTop .webix_icon,.webix_el_tabbar .webixtype_image .webix_icon{color:#fff;font-size:22px;top:0!important} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected{-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;background:#3c87ff;box-shadow:0 0 0 1px #65a0ff inset} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn_text{color:#fff} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_icon_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_icon_btn{background-color:#3c87ff} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab.webix_selected .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab.webix_selected .webix_img_btn{color:#fff} -.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn_text,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn_text{bottom:0} -.webix_el_tabbar .webixtype_iconTop .dhx_tab_more_icon,.webix_el_tabbar .webixtype_image .dhx_tab_more_icon{color:#fff} -.webix_el_tabbar .webixtype_icon,.webix_el_tabbar .webixtype_iconTop,.webix_el_tabbar .webixtype_image{background:#65a0ff} -.webix_el_tabbar .webixtype_icon .webix_tab_filler,.webix_el_tabbar .webixtype_iconTop .webix_tab_filler,.webix_el_tabbar .webixtype_image .webix_tab_filler{border-bottom-color:#65a0ff!important} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:4px 0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{color:#fff;background:#65a0ff;border-color:#65a0ff;border-bottom:1px solid #65a0ff!important} -.webix_el_tabbar .webixtype_icon .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_iconTop .webix_item_tab .webix_img_btn,.webix_el_tabbar .webixtype_image .webix_item_tab .webix_img_btn{color:#fff} -.dhx_el_button .dhxtype_next{box-shadow:-.5px 1px rgba(0,0,0,.3)} -.webixtype_danger:active{background:#e9594a!important} -.webix_el_box .webix_img_btn_abs:active+input{background:#7fb0ff} -.webix_el_box .webixtype_form{color:#fff;background:#12c070;text-shadow:none!important;color:#fff!important;border-color:#12c070!important;font-size:17px!important;box-shadow:0 1px rgba(0,0,0,.3)} -.webix_el_box .webixtype_form:active{background-color:#10ad65} -.webix_inp_counter_next:active,.webix_inp_counter_prev:active,.webixtype_base:active{background-color:#5193ff} -.webix_segment_1,.webix_segment_N{margin-left:-1px} -.webix_segment_0,.webix_segment_1,.webix_segment_N{background:#fff;color:#65a0ff;box-shadow:none} -.webix_slider_vertical .webix_slider_box{margin-top:-11px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:3px} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:2px} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{left:0;width:18px;height:18px} -.webix_slider_vertical.webix_slider_alt .webix_slider_box .webix_slider_left,.webix_slider_vertical.webix_slider_alt .webix_slider_box .webix_slider_right{width:2px} -.webix_rangeslider .webix_slider_title_box{height:21px} -.webix_img_btn_top .webix_img_btn_text{font-size:14px;bottom:4px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_img_btn_text{color:#fff;font-size:14px;bottom:6px} -.webix_custom_checkbox:before{content:"\2713";color:#65a0ff;font-weight:700;font-size:27px;height:18px;display:block;line-height:18px;padding-left:2px;width:18px} -.webix_checkbox_0 .webix_custom_checkbox:before{visibility:hidden} -.webix_custom_checkbox{float:left;background-color:#fff;margin-top:7px;height:20px;width:20px;padding:0;border:1px solid #dedede;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px} -.webix_el_radio .webix_custom_radio:before{content:" ";margin:4px;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;display:inline-block;width:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:10px;background-color:#65a0ff} -.webix_el_radio .webix_radio_0 .webix_custom_radio:before{visibility:hidden} -.webix_el_radio .webix_custom_radio{display:block;height:20px;width:20px;padding:0;background-color:#fff;border:1px solid #dedede;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%} -.webix_el_radio .webix_label_right{color:#000;font-size:17px} -.webix_img_btn:active,.webix_img_btn:hover,.webix_img_btn_top:active,.webix_img_btn_top:hover{background-color:transparent!important} -.section{background-image:none;background-color:#fff;color:#000;text-transform:none;padding-left:0} -.sectionInner{font-size:17px;padding-left:0;padding-right:0} -.sectionLayoutInner{padding-left:0;padding-right:0} -.webix_cal_body .webix_cal_today{background-color:#fff;color:#000} -.webix_cal_body .webix_cal_today span{border:1px solid #65a0ff} -.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{font-size:15px} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today{background:#fff!important;color:#000} -.webix_cal_body .webix_cal_select span,.webix_cal_body .webix_cal_select.webix_cal_today span,.webix_cal_body .webix_cal_today span{height:34px;width:34px;-webkit-border-top-left-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-moz-border-radius-topleft:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-bottom-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;display:inline-block} -.webix_cal_body .webix_cal_select span,.webix_cal_body .webix_cal_select.webix_cal_today span{color:#fff;background:#65a0ff!important;border:1px solid #65a0ff} -.webix_cal_body .webix_selected{background-color:#fff!important;color:#65a0ff!important} -.webix_cal_body .webix_cal_event{color:#65a0ff} -.webix_cal_body .webix_cal_outside{font-weight:400;color:#b3b3b3} -.webix_cal_body .webix_cal_day,.webix_cal_body .webix_cal_week_num{line-height:34px} -.calTimepicker{font-size:17px;padding:0 20px} -.calTimepicker div{border-top-width:0!important;padding-bottom:6px} -.calTimepicker .webix_icon{font-size:22px} -.webix_cal_footer .webix_cal_done,.webix_time_footer .webix_cal_done{-webkit-appearance:none;background:#65a0ff;color:#fff;font-size:17px!important;border:1px solid #65a0ff!important;box-shadow:0 1px rgba(0,0,0,.3);height:30px} -.webix_cal_month{line-height:20px;text-align:center;font-size:17px;font-weight:700} -.webix_view>.webix_cal_header div{font-size:12px!important} -.webix_cal_month_name{font-size:16px;font-weight:400} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 0} -.webix_daterange .webix_range_footer .webix_template{padding:10px 0} -.webix_cal_body .webix_cal_today.webix_cal_range,.webix_cal_range{background-color:#f1f1f1} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-color:#27ae60;background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} -.webix_progress_top .webix_progress_state{background-size:10px 10px} -.webix_progress_bottom .webix_progress_state{background-size:14px 14px} -.webix_skin_mark{height:190px} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;font-size:17px;color:#fff;background:#65a0ff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff} -.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #fff;border-top:1px solid #fff;border-bottom:1px solid #fff} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#4d4d4d} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/skins/web.css b/v3/js/libs/webix/skins/web.css deleted file mode 100644 index 864ac50..0000000 --- a/v3/js/libs/webix/skins/web.css +++ /dev/null @@ -1,1497 +0,0 @@ -/* -@license -webix UI v.5.4.0 -This software is allowed to use under GPL or you need to obtain Commercial License - to use it in non-GPL project. Please contact sales@webix.com for details -*/ -.webix_view{font-family:Tahoma,Arial;font-size:12px;color:#1e2022;-webkit-font-smoothing:antialiased;cursor:default;overflow:hidden;border:0 solid #9da8ad;background-color:#fff;white-space:normal;-webkit-appearance:none} -.webix_view.webix_form{background-color:#fff} -body{-webkit-tap-highlight-color:transparent!important} -.webix_abslayout{position:relative} -.webix_abslayout>.webix_view{position:absolute!important} -.webix_layout_space,.webix_layout_wide{background-color:#fff} -.webix_layout_accordion,.webix_layout_clean,.webix_layout_line,.webix_multiview{background:0 0} -.webix_overlay{width:100%;height:100%;position:absolute;z-index:10;text-align:center;padding-top:10px} -.webix_view>.webix_disabled{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ddd;opacity:.4;filter:alpha(opacity=40);z-index:1} -.webix_disabled_view{overflow:hidden!important;position:relative} -body.webix_full_screen{margin:0;padding:0;overflow:hidden} -.webix_noselect,.webix_noselect div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_template{height:100%;padding:10px;padding-left:10px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_clean{background:0 0} -.webix_clean .webix_template{padding:0} -.webix_section{padding-left:30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAABnRSTlMA/wD/AP83WBt9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAHElEQVR4nGP4//8/EwMDA158/vx5BmLUMTAwAADGhQiMQPqPwgAAAABJRU5ErkJggg==);background-repeat:repeat-x;background-position:7px;color:#444;font-size:10px;text-transform:uppercase;line-height:28px} -.webix_section>.webix_template{padding:0 8px;background-color:#fff;display:inline} -.webix_layout_clean>.webix_section>.webix_template,.webix_layout_line>.webix_section>.webix_template,.webix_layout_space>.webix_section>.webix_template,.webix_layout_wide>.webix_section>.webix_template{padding:0 8px;background-color:#fff} -.webix_header>div{padding-left:10px;font-family:Trebuchet MS;font-style:italic;color:#fff;font-size:14px;background:#6e95ad;line-height:26px;line-height:28px;padding-top:0;padding-bottom:0} -.webix_header>div .webix_el_label,.webix_header>div .webix_inp_label{color:#fff} -.webix_spacer{background:0 0} -.webix_view_animate{position:relative;width:100%;height:100%} -x\:ui{display:none} -.webix_view.webix_flexlayout{display:flex!important;flex-wrap:wrap;flex-direction:row;overflow:hidden;box-sizing:border-box} -.webix_flexlayout>div{display:block!important} -.webix_view_align{background:0 0} -.webix_view a.webix_list_item,.webix_view div,.webix_view span{outline:0} -.webix_view a.webix_list_item:focus,.webix_view div:focus,.webix_view span:focus,.webix_view.webix_window:focus{outline-color:#727981;outline-style:dotted;outline-width:1px} -.webix_view div.webix_inp_static:focus,button,input,select,textarea{outline:0} -.webix_resize_area{position:absolute;top:0;left:0;width:100%;height:100%} -.webix_resize_handle_x .webix_handle_content,.webix_resize_handle_y .webix_handle_content{width:100%;height:100%;background:rgba(100,100,100,.1);border:1px dotted #9fa5aa} -.webix_resize_handle_x{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:ew-resize;width:1px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_x .webix_handle_content{border-width:0 1px} -.webix_resize_origin_x{cursor:ew-resize;width:3px;height:100%;position:absolute;z-index:2;top:0} -.webix_resize_handle_y{cursor:ns-resize;height:1px;width:100%;position:absolute;z-index:2;left:0} -.webix_resize_handle_y .webix_handle_content{border-width:1px 0} -.webix_resize_origin_y{cursor:ns-resize;height:3px;width:100%;position:absolute;z-index:2;left:0} -.webix_resizer.webix_disabled_view{cursor:default} -.webix_resizer_vy{cursor:ns-resize;margin-top:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center} -.webix_resizer_vx{cursor:ew-resize;margin-left:0!important;border:0!important;padding:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center} -.webix_resizer_y{cursor:ns-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADAQMAAABCowZuAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA9JREFUCB1jXMUABoxAGgAJaAFXPIkJqAAAAABJRU5ErkJggg==) no-repeat center center;background-color:#fff} -.webix_resizer_x{cursor:ew-resize;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAXAQMAAAD0oWdxAAAABlBMVEUAAACkvtSA7tmIAAAAAXRSTlMAQObYZgAAAA5JREFUeF5jWMDAQDwGAKyuB4FpGQdzAAAAAElFTkSuQmCC) no-repeat center center;background-color:#fff} -.webix_accordionitem_body{position:relative} -.webix_accordionitem_header{border-bottom:1px solid #9da8ad;position:relative;z-index:2;font-family:Trebuchet MS;font-style:italic;color:#fff;font-size:14px;background:#6e95ad;line-height:26px;cursor:pointer;overflow:hidden} -.webix_accordionitem_header .webix_el_label,.webix_accordionitem_header .webix_inp_label{color:#fff} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed{-ms-writing-mode:tb-lr} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_label{padding-left:0;padding-top:10px} -.webix_ie.horizontal>.webix_accordionitem_header.collapsed .webix_accordionitem_button{margin:0} -.webix_accordionitem_label{height:100%;padding-left:10px} -.webix_accordionitem_button{float:right;position:relative;height:11px;width:11px;margin:11px 11px} -.webix_carousel{position:relative} -.webix_nav_panel{bottom:15px;height:auto;line-height:8px;overflow:hidden;position:absolute;text-align:center} -.webix_nav_item{display:inline-block;height:8px;padding:6px 5px 6px 4px;width:8px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_nav_item div{border-radius:50%;display:block;height:8px;width:8px} -.webix_nav_inactive div{border:1px solid rgba(0,0,0,.15);filter:alpha(opacity=60);opacity:.6;background:#fff} -.webix_nav_active div{border:1px solid rgba(0,0,0,.1);background:#fff} -.webix_nav_button_next,.webix_nav_button_prev{cursor:pointer;display:block;height:24px;position:absolute;width:24px} -.webix_nav_button_next .webix_nav_button_inner,.webix_nav_button_prev .webix_nav_button_inner{height:100%;width:100%} -.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMA5gMYAUkXBucVVEocD8fDs9UOpxPMrJ/d0Zo9Vtuc2KHTqc8RBa7KtsUMwNoZ5NXTkv8AAAB+SURBVHhepZFFEsNADARnwY6zhiAzM/z/d9ED+mYd1aUakDL3g3GZbI9EhnHagl5ICJqhcgKTWp0+gMVYfgoag678CMTfH8UZuJpXikuyu5LWmGNjF1sMuMvl95j8YK6OWMnprMsVu7pZ8jt29XgqcLuvkFo8yjEoVBYEvuUf4K9fs/aQs0YAAAAASUVORK5CYII=)} -.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMA5gMBGA9JFecGSlXMrBPRwxfVn8ezp5oc3Fc8nBvboRbXqdOuBRHPtsoMxVTAGdrkjQ/x3gAAAHlJREFUeF6l0TUSxUAAAlDW4v7d3ZX7Xy4XoAvtKxgGRIYiJoIhpYA6HAC5bzS0CGMJkxShUMDSoqoVcGoRdwo4cvj+FHDmMF8o4BJYKVg7bLYCdhb7g+g4WsQnseN8wfUmdtxThAcFeDxfVPD2n6FHGQ0JskTBP+sBkWlj0yhGTYEAAAAASUVORK5CYII=)} -.webix_nav_panel_corner{right:73px} -.webix_nav_button_corner.webix_nav_button_prev{bottom:13px;right:37px} -.webix_nav_button_corner.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_corner.webix_nav_button_next{bottom:13px;right:7px} -.webix_nav_button_corner.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_panel_side{margin:0 auto;left:0;width:100%} -.webix_nav_button_side{height:34px;width:21px;top:50%;margin-top:-17px} -.webix_nav_button_side.webix_nav_button_next{left:auto;right:15px} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMAeoGDeXuCgH94fHaE+Xdn/OXaWa6xVBPgqn4SpPffYIKC8HcAAABrSURBVHherchHDoAgEADAVbBh7135/yst2YOQjWJ0jgNtFRcl6Gq5C/XNJNW5PCXqppLsCDswanbf3KhdbOtL29jOqxZqe2RzXPZjWpiucdqP6bxO75qCygbTh6uOSoiphP7IATTjNC+rnhuwqx1LOFJshAAAAABJRU5ErkJggg==)} -.webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner:hover{opacity:1} -.webix_nav_button_side.webix_nav_button_prev{left:15px;right:auto} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{opacity:.8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAMAAACHtmKxAAAARVBMVEX///////////////////////////////////////////////////////////////////////////////////////////+QFj7cAAAAFnRSTlMADxBTWV9ndXx9g4SlqKrZ29zh8vb3FGTUtQAAAEZJREFUeF7lyDcSgDAMBMBzIsqBYP3/qVBQaa6kYdhyYYXWi7c56S2z1JOlbiw1sZx/mFieHfF+rx/vSLuC9QHWAmvYu7gLhysVAAFZzegAAAAASUVORK5CYII=)} -.webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner:hover{opacity:1} -.webix_carousel>.webix_scroll_x,.webix_carousel>.webix_scroll_y{background-color:transparent} -.webix_dark .webix_nav_inactive div{background-color:#95a5a6} -.webix_dark .webix_nav_active div{background-color:#7f8c8d} -.webix_dark .webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSIURgotfwAAASxJREFUSMfNlbErhlEUh5/vJZOSQSijshgsFiklhdj0lcHw5SP7uX+A8we4d1c+g2RgsIjIxmCxGCzKRO9bMjCSWE5WpXPrO9MZbs9T5577u7XNrTgPtIBBfKsEmkUmOMZsFZngv5KCzNW2gmsbbT2H4AZY0CAVcOUtuAXmNMi7xtQF7HgK7oBZDfKmMXUAB8Cil+AemNEgrwbfB5a8LvnB4C8aU83Gsuy1RY/AtAYpDb4NNDzXtKFBnqyvA+ve72BXYxqy/shyy1UwDFxqTP0a5BvYAPa8X/KISfo0yBewChx6R8UocKEx9ZpkBTj2zqIx4Fxj6tEgn7aqZ95RMQ6cakzdGuTDxuUedhPAicY0AEz+dbjzn3E9ZX9ue3w4ZUZ+VQBrQJUB/gw0fwC/UlVpnH2f9AAAAABJRU5ErkJggg==)} -.webix_dark .webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSENCUzWfAAAAS1JREFUSMfN1TFLXEEUhuFnr8FKCBaGiK2FRQobG7GSgBG2E8IWFmE3wX7uD3B+QOb2QpaAiMWmsAkJBtMEizQ2FmmCXcIuhBRpDZI0g7XCXNhTD+8L53znTGf/ddrGEIvK1hiDqiW4zBxWLcFvJZWWayoEz3Mbz9sSfIl1mKCLr20I3sTUzMY6/MEzXJQWdHEcUzOTJVu4LD3kHRxlyW88xbfSKerldnViHX5lyffSMX2BgywZYxNXpffgVY6uWIcfWVpUMMQIYmqW8Lak4BB7sQ7/Ymoe4QzLpQQj9GMdbmJqFvAZK6WGfILdDJ/HJzwpFdOP6MU6/I2peYhTrJZctH6sw3VMzRw+YK30qdiIqXmM91i/b+Qe3OHNu6n/cMYt8icVXmLSAvwnBv8B+EFU7qlZ1xIAAAAASUVORK5CYII=)} -.webix_dark .webix_nav_button_side.webix_nav_button_prev .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSI77dsQJgAAARxJREFUSMet1jFqAkEUxvH/rkIqLVN5ES2CjScQG6tUESx3SWOMLKgggt7BC6SxsnIr9w4ewAsEEis3RTBE3N3ZmfemHB4/HsPMm89L0xTJilbrLrAAGsAWeKkKwTEw/bfVAy6ea6cZ4HV9+8ogwMm6UwMI8Owrg5MoDDa+MjgF8LXBUqgtaERdwELUFcxFJWAmKgXvUA3wBtUC/1BNEKBCra4KXjt9MNScbadYJd7t9nGSVIGnnJpOnCRf7VbzYNMpURi8A7OCumW0Wr9aodrw7T39hedS+P5FhcFYCme/fSGcP6UEcPE8dYTNk98BLvdHWcLlf1ML2CVMzIC3gpK+U5YywEdJQMuDP50CmuGMt55C6B0AI+AR+ACGPw26r6m12WOpAAAAAElFTkSuQmCC)} -.webix_dark .webix_nav_button_side.webix_nav_button_next .webix_nav_button_inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcdCSE1IU5u4gAAAW1JREFUSMet1rtOwzAUgOG/5jbBwsQD8BAwIAa2TggegjmRgELbuFeo1GRlQEJMMDN264CUiYdgg0dolzIkFUEk9nHSbLGtT76cc+xaMA53gUegDnwCgfa9Vyp8CngCToFNYB940WF0WRWt57SPqsAK+C7oG+kwuiqLdg3992Xgtelk8jGN4w3gqGDMyTSOZ8eHB+8uM0X7XhMYGMbd6TC6dkIzcH8VsMr+aN9rCeCGEyqEhzZY5TWmcM8C3zihKdy2wIMiWJmWURZWtk1P4a4FvnVCUziwwP0srKQBLYSbALXFYuGU1zqMNBAYhrRUiSI0s/RvKcdZNoChcQt8Tz5TKSg/fQdQFqdJcJvAXha0Z1QCDixgW577drCbBxZXKRkYyOtpkm6lwf+VPwH7VcC/d5Qd7EjA39s0KQQ2UIvvfbZ3zoEHU2Rp3+u4vlDGqwSX6N4qwSX6ltMelAUB1oELYA6cAV/poTxXeZ/+AOFqn1e/Gh7yAAAAAElFTkSuQmCC)} -.webix_list_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #d5d9db;text-align:left} -.webix_list_item.webix_invalid{background-color:#fee} -.webix_list_item.webix_selected{color:#1e2022;background:#ffedbc} -.webix_list .webix_list_item.webix_selected{border-bottom:1px solid #ffe6a3;box-shadow:0 -1px #ffe6a3;padding:2px 10px} -.webix_group{position:relative} -.webix_group_back,.webix_group_back.webix_selected{position:relative;background:#d8eaf6;font-family:Tahoma,Arial;font-size:12px;color:#1e2022} -.webix_group_back .webix_arrow_icon,.webix_group_back.webix_selected .webix_arrow_icon{color:#1e2022} -.webix_arrow_icon{position:absolute;top:50%;bottom:50%;margin-top:-12px;right:15px;width:9px;height:22px;line-height:22px;color:#1e2022;font-size:18px;font-family:FontAwesome} -.webix_arrow_icon:before{content:'\f105'} -.webix_group_back{padding-left:29px} -.webix_group_back .webix_arrow_icon{left:11px} -.webix_group_back .webix_arrow_icon:before{content:'\f104'} -.dhx_pagelist{position:relative} -.webix_list_count{float:right;width:25px;font-size:14px;text-align:center;margin-right:45px;box-shadow:0 1px 0 #000;text-shadow:0 -1px 0 rgba(0,0,0,.6)} -.webix_unit_header{padding:0 10px;line-height:19px;text-align:left;background-color:#d8eaf6} -.webix_list-x .webix_list_item{display:inline-block;vertical-align:top;border-right:1px solid #d5d9db;border-bottom:none} -.webix_list-x .webix_list_item.webix_selected{border-left:1px solid #ffe6a3;border-right:1px solid #ffe6a3;padding-left:9px} -.webix_list-x .webix_scroll_cont{display:inline-block} -.webix_view.webix_list-x{white-space:nowrap} -.webix_list_item.webix_disabled{color:#8b949e} -.webix_list_item.webix_disabled .webix_submenu_icon{visibility:hidden} -.webix_view.webix_pager{padding:2px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent} -.webix_pager_item,.webix_pager_item_selected{padding:0 6px;text-align:center;height:100%;width:auto;min-width:32px;border:1px solid #9da8ad;margin:0 2px;cursor:pointer;background-color:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma,Arial;font-size:12px} -.webix_pager_item_selected{cursor:default;background-color:#ffedbc;border:1px solid #ffe6a3} -.webix_animation .webix_ss_header{position:relative;z-index:10} -.webix_animation .webix_ss_footer,.webix_animation .webix_vscroll_x{position:absolute;bottom:0;z-index:10} -.webix_allow_selection{-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_dataview_item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 10px;line-height:23px;cursor:pointer;border-bottom:1px solid #d5d9db;text-align:left;border-right:1px solid #d5d9db} -.webix_dataview_item.webix_selected{color:#1e2022;background:#ffedbc;border-bottom:1px solid #ffe6a3;border-right:1px solid #ffe6a3} -.webix_dataview_item.webix_invalid{background-color:#fee} -.webix_chart{position:relative;font-family:Tahoma,Arial;font-size:13px;color:#1e2022;overflow:hidden;z-index:1} -.webix_chart canvas{position:absolute} -.webix_canvas_text{position:absolute;text-align:center;overflow:hidden;white-space:nowrap;font-size:12px;z-index:100} -.webix_map_img{width:100%;height:100%;position:absolute;top:0;left:0;border:0;filter:alpha(opacity=0);opacity:0} -.webix_axis_item_y{position:absolute;height:18px;line-height:18px;margin-top:-4px;text-align:right} -.webix_axis_item_x{padding-top:2px} -.webix_axis_title_x{text-align:center;font-size:13px} -.webix_axis_title_y{text-align:center;font-family:Verdana;font-size:13px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);padding-left:3px} -.webix_ie_filter{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} -.webix_chart_legend{position:absolute;z-index:1000} -.webix_chart_legend_item{height:18px;line-height:18px;padding:2px} -.webix_chart_legend_item.hidden{color:#9aa0a5} -.webix_axis_item_y.webix_radar{color:#555;font-size:11px;padding-right:3px;height:13px;line-height:13px;margin-top:0} -.webix_canvas_text.webix_axis_radar_title{margin-top:0;padding-top:0;color:#4e5358;font-size:12px} -.webix_axis_item_x,.webix_axis_item_y{color:#4e5358} -.webix_chart_frame{background-color:#a0cfef;height:100%;opacity:.3;position:absolute;top:0;z-index:150;border-left:1px solid #3498db;border-right:1px solid #3498db;cursor:w-resize} -.webix_chart_resizer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-position:3px center;background-repeat:no-repeat;border-radius:2px;height:20px;bottom:0;width:11px;z-index:200;position:absolute;background-color:#fff;border:1px solid #ccc;cursor:w-resize} -.webix_wresize_cursor{cursor:w-resize} -.webix_vscroll_x{height:0;width:100%;overflow-y:hidden;overflow-x:scroll} -.webix_vscroll_y{width:0;height:100%;overflow-x:hidden;overflow-y:scroll} -.webix_vscroll_body{width:16px;height:16px} -.webix_scroll_x{width:50px;height:4px!important;left:1px;bottom:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_scroll_y{width:4px!important;height:50px;top:1px;right:3px;background-color:silver;background:rgba(0,0,0,.4);position:absolute;border-radius:4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_c_scroll_y{position:absolute;z-index:3;width:10px;right:0} -.webix_c_scroll_y>div{-moz-transition:width .3s .2s,margin .3s .2s;-webkit-transition:width .3s .2s,margin .3s .2s;-o-transition:width .3s .2s,margin .3s .2s;-ms-transition:width .3s .2s,margin .3s .2s;width:4px;height:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:0 3px} -.webix_c_scroll_y.webix_scroll_active div,.webix_c_scroll_y:hover>div{width:10px;margin:0} -.webix_c_scroll_x{position:absolute;z-index:3;height:10px;bottom:0} -.webix_c_scroll_x>div{-moz-transition:height .3s .2s,margin .3s .2s;-webkit-transition:height .3s .2s,margin .3s .2s;-o-transition:height .3s .2s,margin .3s .2s;-ms-transition:height .3s .2s,margin .3s .2s;height:4px;width:100%;background-color:silver;background:rgba(0,0,0,.4);border-radius:4px;margin:3px 0} -.webix_c_scroll_x.webix_scroll_active div,.webix_c_scroll_x:hover>div{height:10px;margin:0} -.webix_c_scroll_bar_x,.webix_c_scroll_bar_y{position:absolute;background:rgba(0,0,0,.05)} -.webix_c_scroll_bar_y{height:100%;width:10px;right:0} -.webix_c_scroll_bar_x{width:100%;height:10px;bottom:0} -.webix_scroll_cont{width:100%;height:auto;overflow:hidden;clear:both} -.webix_scroll_touch_ie{touch-action:none} -.webix_dt_editor{position:absolute;z-index:2;overflow:visible;background:#fff} -.webix_dt_editor input,.webix_dt_editor select{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 8px 0 9px;margin:0;border:1px solid gold;height:100%;font-family:Tahoma,Arial;font-size:12px;color:#1e2022} -.webix_dt_editor input[type=checkbox]{margin:6px 8px 4px 14px;height:auto;width:auto} -.webix_dt_editor select{padding-right:0;padding-left:5px} -.webix_clipbuffer{width:2000px;height:1px;padding:0;margin:0;border:0;left:0;top:0;white-space:pre-wrap;position:fixed;filter:alpha(opacity=0);opacity:0;pointer-events:none;cursor:default} -.webix_message_area{position:fixed;right:5px;width:250px;z-index:1000} -.webix_info{min-width:120px;font-family:Tahoma,Arial;z-index:10000;overflow:hidden;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease} -.webix_no_transition{-webkit-transition:none;-moz-transition:none;transition:none} -.webix_info.hidden{height:0;min-height:0;padding-top:0;padding-bottom:0;border-width:0;margin-top:0;margin-bottom:0;overflow:hidden} -.webix_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;background-color:#fff;box-shadow:0 3px 6px #c8c8c8;font-family:Tahoma,Arial;z-index:20000;border-radius:0;outline:0} -.webix_popup_title{border-top-left-radius:-1px;border-top-right-radius:-1px;border-width:0;background-image:-webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);background-image:-moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%)} -.webix_button,.webix_info,.webix_popup_button{cursor:pointer} -.webix_popup_text{overflow:hidden} -.webix_popup_controls{border-radius:6px;padding:5px 10px 10px} -.webix_button,.webix_popup_button{height:22px;line-height:22px;display:inline-block;margin:0 5px;border-radius:0} -.webix_popup_button div{border-radius:0} -.webix_popup_button{min-width:100px} -div.webix_modal_cover{background-color:#000;cursor:default;filter:alpha(opacity=10);opacity:.1;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1} -.webix_info img,.webix_modal_box img{float:left;margin-right:20px} -.webix_alert_error .webix_popup_title,.webix_confirm_error .webix_popup_title{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC)} -.webix_alert_error,.webix_confirm_error{border:1px solid red} -.webix_button,.webix_popup_button{border:1px solid #9da8ad} -.webix_button input,.webix_popup_button div{font-size:12px;background:#e6e6e6;color:#1e2022;height:22px;line-height:22px} -.webix_popup_button.confirm div{color:#1e2022;background:#d8eaf6} -.webix_popup_title{color:#fff;height:40px;line-height:40px} -.webix_popup_text{margin:0 0 5px 0;padding-top:25px;font-size:12px;color:#1e2022;min-height:60px} -.webix_error,.webix_info{font-size:12px;color:#333;box-shadow:0 0 10px #888;padding:0;background-color:#FFF;border-radius:3px;border:1px solid #fff} -.webix_info div{padding:5px 10px 5px 10px;background-color:#fff;border-radius:3px;border:1px solid #B8B8B8} -.webix_error{background-color:#d81b1b;border:1px solid #ff3c3c;box-shadow:0 0 10px #000} -.webix_error div{background-color:#d81b1b;border:1px solid #940000;color:#FFF} -.webix_drag_zone{position:absolute;box-shadow:1px 1px 5px #9da8ad;background-color:#fff;font-family:Tahoma,Arial;font-size:12px;color:#1e2022;pointer-events:none} -.webix_drag_zone .borderless{padding:2px 20px 2px 2px} -.webix_drag_over,.webix_drop_zone{background-color:#e6e6e6} -.webix_transparent{opacity:0} -.webix_column{position:absolute;top:0} -.webix_cell{overflow:hidden;line-height:27px;white-space:nowrap} -.webix_hcell{width:100%;overflow:hidden} -.webix_cell,.webix_hcell{background:inherit;font:inherit;text-align:inherit;color:inherit} -.webix_ss_body{overflow:hidden;position:relative} -.webix_hs_center,.webix_hs_left,.webix_hs_right,.webix_ss_center,.webix_ss_left,.webix_ss_right{overflow:hidden;float:left} -.webix_ss_center,.webix_ss_right{position:relative} -.webix_ss_footer table,.webix_ss_header table{table-layout:fixed} -.webix_ss_center_scroll{height:100%;position:relative;overflow:hidden;min-height:1px} -.webix_ss_hscroll{bottom:0} -.webix_ss_vscroll{position:absolute;top:0;right:0;z-index:2} -.webix_ss_vscroll_footer{position:absolute;bottom:0;right:0;border-left:1px solid #fff;border-top:1px solid #9da8ad;z-index:1} -.webix_ss_vscroll_header{position:absolute;top:0;right:0;border-left:1px solid #999;border-bottom:1px solid #9da8ad;z-index:1} -.webix_dtable{position:relative;cursor:default;z-index:0} -.webix_ss_footer,.webix_ss_header{clear:both;overflow:hidden} -.webix_block_selection,.webix_cell,.webix_hcell,.webix_ss_footer td,.webix_ss_header td,.webix_table_cell,.webix_view.webix_table_cell{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_block_selection{position:absolute} -.webix_ss_sort_asc,.webix_ss_sort_desc{position:absolute;right:3px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_hcell.webix_ss_filter{padding:2px 5px 2px 5px} -.webix_ss_filter input,.webix_ss_filter select{width:100%;font-size:inherit;color:#1e2022!important;height:24px;margin-top:-2px;padding:0 3px;vertical-align:top;border:1px solid #9da8ad;line-height:24px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma,Arial} -.webix_richfilter{margin-top:1px;line-height:24px} -.webix_ss_filter select{padding:3px} -.webix_dd_drag_column,.webix_ss_header,.webix_ss_header TD,.webix_ss_vscroll_header{font-family:Tahoma,Arial;font-size:12px;color:#1e2022;background:#d8eaf6} -.webix_dd_drag_column .webix_arrow_icon,.webix_ss_header .webix_arrow_icon,.webix_ss_header TD .webix_arrow_icon,.webix_ss_vscroll_header .webix_arrow_icon{color:#1e2022} -.webix_ss_footer TD,.webix_ss_vscroll_footer{background:#fafafa} -.webix_hcell{padding:0 10px 0 10px;text-align:left} -.webix_ss_header td{border-right:1px solid #999;border-bottom:1px solid #999} -.webix_ss_footer td{border-right:1px solid #d5d9db;border-top:1px solid #d5d9db} -.webix_size_row td{border:none} -.webix_column.webix_last>div,.webix_hs_center td.webix_last,.webix_hs_right td.webix_last{border-right-width:0} -.webix_hs_right td.webix_first,.webix_ss_right .webix_column.webix_first>div{border-left:1px solid #9da8ad} -.webix_ss_left .webix_column.webix_last>div{border-right:1px solid #9da8ad} -.webix_last_topcell.webix_cell{border-bottom:1px solid #9da8ad} -.webix_column>div,.webix_table_cell{border-right:1px solid #d5d9db;border-bottom:1px solid #d5d9db;padding:0 10px} -.webix_column{text-align:left} -.webix_column>div:nth-child(even){background-color:#f7f7f7} -.webix_dd_over_column,.webix_sel_hcell{background-color:#c9eaf5} -.webix_block_selection{background:rgba(0,0,0,.1);border:2px solid #ffe6a3} -.webix_dd_drag{white-space:nowrap;overflow:hidden;border-left:1px solid #d5d9db;height:30px} -.webix_dd_drag>div{display:inline-block;vertical-align:top;background:#fff;border-top:1px solid #d5d9db;border-right:1px solid #d5d9db;border-bottom:1px solid #d5d9db;padding:5px 10px;height:30px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_dd_drag_column{padding:5px 10px 5px 10px} -.webix_column>.webix_drag_over.webix_cell{background-color:#e6e6e6;color:#1e2022} -.webix_ss_header table,.webix_ss_header td{padding:0;margin:0} -.webix_cell.webix_invalid,.webix_column>.webix_cell.webix_invalid:nth-child(even){background-color:#fee} -.webix_invalid_cell{position:relative} -.webix_invalid_cell:after{content:"";position:absolute;top:0;right:0;width:0;height:1px;border-top:8px solid #f44;border-left:8px solid transparent} -.webix_column>div.webix_cell_select,.webix_column>div.webix_column_select,.webix_column>div.webix_row_select{color:#1e2022;background:#ffedbc} -.webix_column>div.webix_cell_select{border-bottom:1px solid #ffe6a3;box-shadow:0 -1px #ffe6a3;border-left:1px solid #ffe6a3;border-right:1px solid #ffe6a3;padding-top:0;padding-left:9px} -.webix_ss_right .webix_column.webix_first>div.webix_cell_select{padding-left:10px} -.webix_column>div.webix_invalid.webix_row_select:nth-child(even),.webix_column>div.webix_row_select{border-bottom:1px solid #ffe6a3;box-shadow:0 -1px #ffe6a3;padding-top:0} -.webix_column>div.webix_column_select{border-left:1px solid #ffe6a3;border-right:1px solid #ffe6a3;padding-left:9px} -.webix_column>.webix_cell.webix_invalid.webix_cell_select:nth-child(even){color:#1e2022;background:#ffedbc} -.webix_cell.webix_dtable_colrow,.webix_cell.webix_dtable_subrow,.webix_dtable_subview{position:absolute;left:0;top:0;background-color:#fff;width:100%;padding-right:28px;padding-left:10px;padding-top:1px;border-bottom:1px solid #d5d9db} -.webix_cell.webix_dtable_colrow.webix_selected{color:#1e2022;background:#ffedbc} -.webix_dtable_subrow{border-top:1px solid #d5d9db;text-align:right} -.webix_dtable_subview{background:#d5d9db;border-top:1px solid #d5d9db;padding:0;padding-left:10px;box-sizing:border-box} -.number .webix_cell{text-align:right} -.webix_rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);line-height:normal} -.webix_measure_rotate{line-height:normal;white-space:normal;padding:10px} -.webix_span_layer,.webix_span_layer_top{background:0 0;position:absolute;left:0;top:0;height:0;width:0;overflow:visible} -.webix_span_layer_top{z-index:1} -.webix_ss_right .webix_span_layer,.webix_ss_right .webix_span_layer_top{border-left:1px solid #9da8ad} -.webix_dtable_span{position:absolute;background:#fff;text-align:left} -.webix_dtable_span.webix_selected{color:#1e2022;background:#ffedbc} -.webix_hcell span.webix_input_icon{background-color:#999} -.webix_area_selection_layer{position:absolute;z-index:2} -.webix_area_selection{position:absolute;background:#1e2022} -.webix_area_selection_bottom,.webix_area_selection_top{height:2px} -.webix_area_selection_left,.webix_area_selection_right{width:2px} -.webix_area_selection_handle{position:absolute;width:6px;height:6px;border:1px solid #fff;background:#1e2022;cursor:crosshair;margin:-6px 0 0 -6px} -.webix_topcell{position:relative;background:#fff;z-index:1} -.webix_window{position:absolute;box-shadow:1px 3px 4px #c8c8c8} -.webix_win_body{overflow:hidden} -.webix_win_body,.webix_win_body>.webix_view,.webix_win_body>.webix_view .webix_cal_month,.webix_win_content,.webix_window{border-radius:0} -.webix_win_head{border-bottom:1px solid silver} -.webix_win_head>.webix_view>.webix_template{font-family:Trebuchet MS;font-style:italic;color:#fff;font-size:14px;padding:0;text-align:center;line-height:28px} -.webix_win_head>.webix_view>.webix_template .webix_el_label,.webix_win_head>.webix_view>.webix_template .webix_inp_label{color:#fff} -.webix_win_content{height:auto;width:auto;overflow:hidden} -.webix_modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=20);opacity:.2} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{position:absolute} -.webix_point_bottom,.webix_point_top{width:13px;height:7px} -.webix_point_left,.webix_point_right{width:7px;height:13px} -.webix_point_bottom,.webix_point_left,.webix_point_right,.webix_point_top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAArCAIAAADHSy4DAAAABnRSTlMAAAAAAABupgeRAAAACXBIWXMAAABPAAAATwFjiv3XAAAAhElEQVR4nMXVQQoAIQhAUe9/FC/pLAYayUm/EeT6YWGmoqpWharKG7n+XK5nt9L/LurMeV27oZHrReN0M6Oupr5S1GU0vhN1J7L27hp1QYXX1WtE5UxnNXI0ep7+pEGRpr95ooWObbXUm1npXWkFaF3vTqj9c+h8pVOb7gK6Yeje4tvwARi4FgcAh2V/AAAAAElFTkSuQmCC)} -.webix_point_top{background-position:0 -36px} -.webix_point_bottom{background-position:0 0} -.webix_point_right{background-position:0 -22px} -.webix_point_left{background-position:0 -9px} -.webix_resize_handle{position:absolute;z-index:2;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize} -.webix_resize_frame{position:absolute;filter:alpha(opacity=10);opacity:.1;background:#6e95ad;display:block;border:1px solid #416074;box-shadow:1px 3px 6px #000} -.webix_resize_cursor{cursor:nw-resize} -.webix_tree .webix_scroll_cont>.webix_tree_leaves{padding:9px 10px 9px 9px} -.webix_tree_item{clear:both;height:22px;line-height:22px;white-space:nowrap} -.webix_tree_item.webix_selected{background:0 0} -.webix_tree_item.webix_selected span{padding:4px 10px 4px 4px;margin-left:-4px;color:#1e2022;background:#ffedbc} -.webix_tree_item.webix_invalid{background-color:#fee} -.webix_tree_checkbox{margin:1px 0 0;padding:0;float:left;vertical-align:middle;height:100%;width:13px} -.webix_indeterminate{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcCCSwfRyGesAAAAAxpVFh0Q29tbWVudAAAAAAAvK6ymQAAAExJREFUKM9jLCgo+M9AAmBhYGBgaGtrY+Tk5MSrsLCwkIGBgeE/EwOJgGQNLMgcJSUlBgYGBnQ/Md67d498G+jsB6hbGQfWSYykJg0AUMsPVoNrFX0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:left center;height:100%;width:13px;margin-top:0!important} -.webix_measure_size input,.webix_measure_size select,.webix_measure_size textarea{width:5px} -.webix_measure_size div{margin-left:-5px;float:none} -.webix_measure_size a,.webix_measure_size div{display:inline-block!important;position:static!important} -.webix_tree_close,.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open,.webix_tree_none,.webix_tree_open{float:left;width:20px;height:100%;cursor:pointer;margin:0;background-repeat:no-repeat} -.webix_tree_close,.webix_tree_none,.webix_tree_open{background-position:center center} -.webix_cell .webix_tree_close,.webix_cell .webix_tree_none,.webix_cell .webix_tree_open{background-color:transparent} -.webix_tree_file,.webix_tree_folder,.webix_tree_folder_open{background-position:0 center;margin:0 2px} -.webix_tree_leaves .webix_tree_leaves{margin-left:18px} -.webixLineTree .webix_tree_leaves{margin-left:0} -.webix_tree_close{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAIqnI+py+0Powq01haA3iDgLWwek2mhNi6ZwLLdZ4owcL4kJ5OWJfX+DykAADs=)} -.webix_tree_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAJEAAP///4SEhAAAAP///yH5BAUUAAMALAAAAAASABIAAAImnI+py+0Powq01haA3iBgvnlMBnafgKLmWK4LCYpvK0+WJeX6DhUAOw==)} -.webix_tree_file{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQVAPv7+2RkZPf39/r6+vj4+Pn5+fT09Pb29vX19fHx8fDw8Onp6fLy8u7u7uzs7PPz8+vr6+rq6uXl5ejo6O/v7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABUALAAAAAASABIAAAV4YCWOZGkGaKqaVSAMQCwLQnAOj6ErzUTXpQDgQDgcGJTFDzgSEp4HRCKytDUBMKzAoIAsJACrSCjTGhINR5hELg8ECEZifS3HCgQEgj62xwZPAnwtbgMDBQU0g21Yh4iIi3aGkzBihH52lgEEmDIEli0qoigspSYhADs=)} -.webix_tree_folder{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPvjpP/24fPHVvnUdvzotdSiKv/23vvrw/LCS/C+RfnelvPMaf/88/nbi/rsyerYq/TLYv7y1v7wzeCsLO+8P86dJfvv0MuaIsydKPPOc+SqGKGEPe/AS+zVneWwLf///yH5BAEAAB8ALAAAAAASABIAAAWZ4CdeZGleYvpdA+O+zNUBqHoZOB4EceHUqVtuF+n9VCtdQCI5BC6FA3BkCEQkBALAACVMV9eDVhGJQGnIixigaAwiG6jie2G7BxDLpVJozG13EAICPxUeGRleQQMLgggJUhiHC3pBggKPFJETGZRAF5gJCRSaFxgTC55BCByioz+nEKojGgmtHBwPJAUCELo2J8FfSMTFxsUhADs=)} -.webix_tree_folder_open{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAPXMWPK9N/fipOzLbPrVaP/89frqwv3tuvvprfLES+7PdP7xyP7z0vPAQfvtyMuaIv/32/735OSqFv3de+7ReP7lmf7gh/nv0v/67unFXfb29vK/PenFSaGEPfLnyv///yH5BAEAAB8ALAAAAAASABIAAAWS4Cc+ZGk+YvqZRVtgGiag6sNBThlFWnTQqQcE4sqRFj/VashsYR6HZI0JWSAjDwQCOGIgERULg/EQzJRQsGVCYHTK51qYTQDkFPj4iA4AJHIUgQoGQA8EdX4NhHgKAxeFfQkJGwGLeI6Fkg2UlQ8Dn5hBCZuchKChIxKkGw05Ga8DHlwkqg2tJ1xBtDlKvTUkviEAOw==)} -.webix_tree_img{background:0 0;float:left;width:18px;height:22px;background-position:0 0} -.webix_tree_plus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVZ4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDSDhIWGKyEAOw==);background-repeat:no-repeat} -.webix_tree_plus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet8HBwfn//02KoE+NpEyIn2a21E2Jn2u/3mzB4Vqguk6LomGtyWGuy27E5VqivG/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoXHJ6lKTqgAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOYkGeaJmuKpuaLgrHX7IcD2IJrs0hAk8FAGAlDoiBYUNwTIyPAcagyUAirAXCwOUGAoVwmHSwVAiGSIDRYB0EgIthLaG44RN1g9JxwR0QdDQtg4SFM4csIQA7)} -.webix_tree_plus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFSWrmi52FCPplORqVmet/n//8HBwU2KoE+NpEyIn2a21E2Jn2u/3mzB4VqgumGtyWGuy27E5VqivE6Lom/H51OUrE+OpVyhu1eXr2CqxV6lwFaas06LoVKTqnHJ6gAAACH5BAEAAB8ALAAAAAASABIAAAVY4CeOZGmeaKqubEsmyzEhlqDCHCJ0FQCkiQNiUNgQHBLgZIApaDIPSGqBKFitgYBhuyUdLBVCARJgNFIHAeBSKEcoaLWE3KB4VGrHw+0yuEZ+fx+Bf4QmIQA7)} -.webix_tree_minus2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVc4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETSGh4iJKyEAOw==);background-repeat:no-repeat} -.webix_tree_minus3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVe4CeO4kCeaJmuKpuaLgrH3+MQlnE1rud0BkQDwMCwHgQDAMARJCBHCwIgyFAUFZbDUOh2D4GBWEwiXKgUTWAxYREajITisIhI3AgMpBKYSDYucHJ0ETQthoeIM4osIQA7)} -.webix_tree_minus4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQfAFOUrGi52Fiet8HBwU2KoPn//0+NpGa31VCPp1qgumGtyWu/3lSWrlCPpk2Jn0yIn1qivG7E5W/H52zB4V6pxGGuy06Lok+OpVSXr1ykv2Sz0HHJ6laas06LoUyHngAAACH5BAEAAB8ALAAAAAASABIAAAVb4CeOZGmeaKqubEs+DmEZV6N6TmcgDcBgqQfBAABwBAlI0IIACDIURSXlMBSu10NgwOWSCBcnRRNYTFKEBiOhOCwiEjQCA6kEJpKNSs12R1wDLiOBgh+EgocmIQA7)} -.webix_tree_line1{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUmYCCOIkCeaJmuKpuaLgrH5Ey3N57bN0/7MaBLyCKujK/cCCljhQAAOw==)} -.webix_tree_line2{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUiYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wJxwSCwaj0hSCAA7);background-repeat:no-repeat} -.webix_tree_line3{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUoYCCOIkCeaJmuKpuaLgrH5Ey3N57bN+D/wBWPNowVXUdWUpgbLV+sEAA7)} -.webix_tree_line4{background-image:url(data:image/gif;base64,R0lGODlhEgASAMQBAMHBwQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAEALAAAAAASABIAAAUcYCCOZGmeaKqubOu+MAzMdI0CMS7n/O6/OmAqBAA7)} -.webix_tree_blank{background-image:url(data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)} -.webix_tree_img{background-color:#fff} -.webix_cal_month{height:22px;line-height:20px;text-align:center;position:relative;font-size:14px;font-weight:700;padding-top:17px;padding-bottom:5px;box-sizing:content-box} -.webix_cal_next_button,.webix_cal_prev_button{cursor:pointer;position:absolute;top:17px;width:30px;height:28px;background-position:11.5px 4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_prev_button{left:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_cal_next_button{right:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_view>.webix_cal_header{margin:0 17px 10px 17px;height:auto} -.webix_view>.webix_cal_header div{float:left;text-align:center;height:19px;font-size:11px;color:#1e2022;border-bottom:#cecece 1px solid;margin-bottom:7px} -.webix_cal_body{margin:0 17px 0 17px} -.webix_cal_body .webix_cal_row{clear:both} -.webix_cal_body .webix_cal_row>div{float:left;text-align:center;height:100%} -.webix_cal_body .webix_cal_select,.webix_cal_body .webix_cal_select.webix_cal_today,.webix_cal_body .webix_selected{color:#1e2022;background:#ffedbc} -.webix_cal_day,.webix_cal_week_num{cursor:pointer;font-size:12px;color:#1e2022;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_week_num{color:#727981;cursor:default;margin-right:0;border-right:1px solid #cecece} -.webix_cal_event{font-weight:700;color:#C66200} -.webix_cal_outside{color:#7e868e} -.webix_cal_inactive{background:#888} -.webix_cal_day_disabled,.webix_cal_day_disabled.webix_cal_event{color:#7e868e;background:#f0f0f0} -.webix_hours .webix_cal_day_disabled,.webix_hours .webix_cal_day_disabled.webix_cal_event,.webix_minutes .webix_cal_day_disabled,.webix_minutes .webix_cal_day_disabled.webix_cal_event{background:#fff;font-weight:400;text-decoration:line-through} -.webix_cal_month_name{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_cal_block{float:left;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_selected{background:#ffedbc;color:#1e2022} -.webix_cal_footer{text-align:center;font-size:12px;color:#444;margin:4px 17px;padding-top:2px;cursor:pointer} -.webix_cal_icons{float:right;padding:4px 4px} -.webix_cal_time{padding:2px 4px} -.webix_cal_time_icons{float:left} -.webix_cal_icons .webix_cal_icon{text-align:center;padding:2px 4px} -.webix_cal_icon:hover,.webix_cal_month_name:hover,.webix_cal_time:hover{text-decoration:underline;color:#6e95ad} -.webix_cal_month_name.webix_readonly:hover{text-decoration:none;color:#1e2022;cursor:default} -.webix_time_header{padding:17px 17px 1px 17px} -.webix_time_header .webix_cal_hours,.webix_time_header .webix_cal_minutes{display:inline-block;font-size:14px;text-align:center;height:26px;line-height:22px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #9da8ad} -.webix_time_header .webix_cal_minutes{padding-left:1px;border-left:none} -.webix_time_header .webix_cal_hours{border-right:none!important} -.webix_cal_body .webix_hours{float:left;border-right:1px solid #cecece;padding-right:1px} -.webix_cal_body .webix_minutes{float:left;padding-left:1px} -.webix_cal_block_empty{float:left;text-align:center} -.webix_time_footer{text-align:center;font-size:12px;padding:7px 17px 0 17px;cursor:pointer} -.webix_cal_done{margin-top:3px;padding:2px 7px;font-size:12px;border-radius:0;border:1px solid #9da8ad;color:#1e2022;background:#d8eaf6;float:right} -.webix_cal_blurred_hours{background-color:#f7f7f7} -.webix_property_line{clear:both;width:100%;min-height:24px;height:auto} -.webix_property_line:nth-child(odd){background-color:#f7f7f7} -.webix_property_label,.webix_property_value{height:24px;line-height:24px;padding-left:10px;float:left;border-bottom:1px solid #9da8ad;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden} -.webix_property_label{border-right:1px solid #9da8ad} -.webix_property_label_line{padding-left:10px;font-family:Trebuchet MS;font-style:italic;color:#fff;font-size:14px;background:#6e95ad;line-height:26px;line-height:23px;border-bottom:1px solid #d5d9db} -.webix_property_label_line .webix_el_label,.webix_property_label_line .webix_inp_label{color:#fff} -.webix_property_col_val{width:100%;height:100%;-moz-user-select:text;-webkit-user-select:text;user-select:text} -.webix_property_col_ind{float:right;border:1px solid #9da8ad;border-radius:3px;width:16px;cursor:pointer;height:16px;margin:4px 10px 3px 0} -.webix_property_value{text-overflow:ellipsis;white-space:nowrap} -.webix_property_check{margin-top:5px} -.webix_tooltip{display:none;position:absolute;z-index:10000;background-color:#fff;padding:5px 10px;border:1px solid #9da8ad;font-family:Tahoma,Arial;font-size:12px;color:#1e2022;border-radius:0;box-shadow:1px 1px 0 0 #CCC} -.webix_color_row{clear:both;white-space:nowrap} -.webix_color_palette{text-align:left;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_color_row,.webix_color_row div,.webix_color_selector{line-height:0;font-size:0} -.webix_color_row div{display:inline-block;width:15px;height:15px;cursor:default} -.webix_color_selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border:2px solid #f3f3f3} -.webix_daterange .webix_view{background-color:#fff} -.webix_daterange .webix_range_0 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_next_button,.webix_daterange .webix_range_1 .webix_cal_prev_button,.webix_daterange .webix_range_N .webix_cal_prev_button{visibility:hidden} -.webix_daterange .webix_range_1 .webix_cal_next_button:hover,.webix_daterange .webix_range_1 .webix_cal_prev_button:hover{cursor:default} -.webix_daterange .webix_range_1 .webix_cal_month_name:hover{text-decoration:none;color:inherit;cursor:default} -.webix_daterange .webix_range_left .webix_cal_next_button:hover,.webix_daterange .webix_range_right .webix_cal_prev_button:hover{cursor:default} -.webix_cal_range_start{border-radius:3px 0 0 3px} -.webix_cal_range_end{border-radius:0 3px 3px 0} -.webix_cal_body .webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_today.webix_cal_range_start,.webix_cal_event.webix_cal_range_end,.webix_cal_event.webix_cal_range_start,.webix_cal_range_end,.webix_cal_range_start{background-color:#ffedbc;color:#1e2022} -.webix_cal_body .webix_cal_outside.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_range_start,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_end,.webix_cal_body .webix_cal_outside.webix_cal_today.webix_cal_range_start,.webix_cal_outside.webix_cal_range{background-color:transparent;color:#7e868e} -.webix_daterange .webix_cal_icons{text-align:right;padding:0 4px} -.webix_daterange .webix_cal_icons .webix_cal_icon{border-top:1px solid #9da8ad} -.webix_daterange .webix_cal_time{display:none} -.webix_daterange .webix_cal_timepicker .webix_range_time_start,.webix_daterange .webix_range_timepicker .webix_cal_time{display:block} -.webix_daterange .webix_range_timepicker .webix_range_time_start{float:left} -.webix_daterange .webix_range_timepicker .webix_range_time_end{float:right} -.webix_daterange .webix_range_footer .webix_cal_footer{padding:0} -.webix_view.webix_toolbar .webix_el_button{background:0 0} -.webix_el_button button,.webix_el_button input,.webix_el_toggle button,.webix_el_toggle input,.webixbutton{border-radius:0;border:1px solid #9da8ad;height:100%;width:100%;cursor:pointer;font-size:12px;font-family:Tahoma,Arial;-webkit-appearance:none} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn .webix_img_btn_text,.webix_el_button .webix_img_btn_top,.webix_el_button .webix_img_btn_top .webix_img_btn_text,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn .webix_img_btn_text,.webix_el_toggle .webix_img_btn_top,.webix_el_toggle .webix_img_btn_top .webix_img_btn_text{color:#1e2022} -.webix_el_button .webix_img_btn,.webix_el_button .webix_img_btn_top,.webix_el_toggle .webix_img_btn,.webix_el_toggle .webix_img_btn_top{border:0} -.webixbutton,.webixtype_base,.webixtype_next,.webixtype_prev{background:#e6e6e6;color:#1e2022;font-size:12px;font-family:Tahoma,Arial;padding:0;border:0} -.webixtype_form{color:#1e2022;background:#d8eaf6} -.webixtype_form:active{background:#cce3f3!important} -.webix_el_button .webixtype_danger{background:#FE5310;color:#fff} -.webix_el_button .webix_el_box,.webix_el_toggle .webix_el_box{position:relative} -.webix_el_button .webix_el_arrow,.webix_el_toggle .webix_el_arrow{position:absolute} -.webixtype_next,.webixtype_prev{position:absolute;z-index:1;top:0} -input.webixtype_prev{border-left-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -input.webixtype_next{border-right-width:0;border-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_arrow{width:18px;height:18px;background:#e6e6e6;color:#1e2022;border:1px solid #9da8ad} -.webixtype_prev_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)} -.webixtype_next_arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} -.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{font-size:22px;position:absolute;top:8px;left:50%} -.webix_img_btn_abs .webix_icon{margin-left:3px} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_icon,.webix_img_btn_top .webix_icon{margin-left:-10px} -.webix_img_btn,.webix_img_btn_top{vertical-align:top;background-color:transparent;border:none;width:100%;padding:0} -.webix_img_btn,.webix_img_btn_abs{cursor:pointer;text-align:left;background-repeat:no-repeat;background-position:2px center;height:100%;font-size:12px} -.webix_img_btn .webix_icon,.webix_img_btn_abs .webix_icon{color:#1e2022} -.webix_img_btn,.webix_img_btn_abs{padding:0} -.webix_img_btn .webix_image,.webix_img_btn_abs .webix_image{background-repeat:no-repeat;background-position:center center;float:left;vertical-align:top} -.webix_img_btn_top .webix_image{background-repeat:no-repeat;background-position:center top} -.webix_img_btn_abs.webix_img_btn_abs_top .webix_image{background-position:center 5px} -.webix_img_btn_top{text-align:center;background-repeat:no-repeat} -.webix_img_btn_text{position:absolute;left:0;bottom:3px;width:100%;text-align:center;cursor:pointer;color:#1e2022} -.webix_img_btn_abs{background-position:center center} -.webix_img_btn_top{background-position:center top;vertical-align:top} -.webix_img_btn_abs .webix_img_btn_text{bottom:8px} -.webix_pressed .webix_img_btn,.webix_pressed .webix_img_btn_top{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:rgba(0,0,0,.05)} -.webix_pressed .webix_img_btn_abs+input,.webix_pressed .webixtype_base{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)} -.webix_control .webix_disabled_box .webix_el_arrow,.webix_control .webix_disabled_box .webix_img_btn,.webix_control .webix_disabled_box .webixtype_base,.webix_control .webix_disabled_box .webixtype_danger,.webix_control .webix_disabled_box .webixtype_form,.webix_control .webix_disabled_box .webixtype_next,.webix_control .webix_disabled_box .webixtype_prev{color:#aaa!important;background:#e9e9e9!important;text-shadow:none!important} -.webix_control .webix_disabled_box .webix_img_btn_text{color:#aaa} -.webix_control .webix_disabled_box .webix_image{opacity:.4} -.webix_disabled_view.webix_control .webix_icon,.webix_disabled_view.webix_control .webix_icon_btn,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_disabled_box .webix_img_btn_text,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon,.webix_layout_toolbar.webix_toolbar .webix_disabled_view.webix_control .webix_icon_btn{color:#aaa} -.webixbutton{width:auto;height:auto;padding:8px 15px} -.webix_richtext_editor{height:100%} -.webix_template .webix_richtext_editor:focus{outline:0} -.webix_richtext_container .webix_template{padding:10px;overflow-x:auto;border:solid #ccc;border-width:0 1px 1px;border-radius:0 0 6px 6px} -.webix_control{background:0 0} -.webix_control button,.webix_control input,.webix_control textarea,.webix_el_label,.webix_inp_bottom_label,.webix_inp_label,.webix_inp_top_label{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma,Arial} -.webix_el_box{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 2px;height:100%;width:100%;font-size:12px;overflow:hidden} -.webix_el_colorpicker input,.webix_el_combo input,.webix_el_datepicker input,.webix_el_search input,.webix_el_text input{height:100%;padding:0 10px;border:1px solid #9da8ad;color:#1e2022;font-size:12px;font-family:Tahoma,Arial;-webkit-appearance:none;border-radius:0} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{color:#1e2022;text-transform:none;font-size:12px} -.webix_inp_label{float:left;padding-top:1px;padding-left:2px;padding-right:7.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap} -.webix_inp_top_label{float:none;padding:2px 2px;padding-bottom:0} -.webix_inp_bottom_label{font-size:10px;color:#2a2d30} -.webix_label_right{padding-left:7.5px} -.webix_el_checkbox .webix_label_right{display:inline-block;padding-top:2px} -.webix_el_label{color:#1e2022;line-height:24px;padding:2px 2px} -.webix_toolbar .webix_el_label{padding-left:10px;text-transform:none} -.webix_el_select select{height:100%;font-size:12px;font-family:Tahoma,Arial;border:1px solid #9da8ad} -body:not(:-moz-handler-blocked) .webix_el_select select{padding:.2em} -.webix_all_segments,.webix_el_group{height:100%;white-space:nowrap} -.webix_inp_counter_next,.webix_inp_counter_prev,.webix_inp_counter_value{border:1px solid #9da8ad;cursor:pointer;-webkit-appearance:none;width:20px;height:100%;vertical-align:top} -.webix_inp_counter_value{font-size:12px;width:50px;color:#1e2022;text-align:center;border-left-width:0;border-right-width:0;-webkit-appearance:none;border-radius:0} -.webix_inp_counter_next,.webix_inp_counter_prev{padding-left:6px;background:#e6e6e6;color:#1e2022;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_el_textarea textarea{border:1px solid #9da8ad;height:100%;margin:0;padding:5px;color:#1e2022;resize:none;font-size:12px;font-family:Tahoma,Arial;padding-left:10px;padding-right:10px} -.webix_el_textarea .webix_inp_label{padding-top:6px} -.webix_segment_0,.webix_segment_1{border:1px solid #9da8ad;border-right-width:0;height:100%} -.webix_segment_0{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N{border:1px solid #9da8ad;height:100%;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_N:first-child{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_segment_0,.webix_segment_1,.webix_segment_N{-webkit-appearance:none;background:#e6e6e6;color:#1e2022;font-size:12px;font-family:Tahoma,Arial;cursor:pointer;padding:0} -.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected{color:#1e2022;background:#ffedbc} -.webix_inp_static{border:1px solid #9da8ad;background:#fff;overflow:hidden;padding:0 10px;height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left} -.webix_inp_static .webix_placeholder{color:#666d73} -.webix_el_colorpicker,.webix_el_combo,.webix_el_datepicker,.webix_el_richselect,.webix_el_search{font-size:12px} -.webix_el_colorpicker .webix_el_box,.webix_el_combo .webix_el_box,.webix_el_datepicker .webix_el_box,.webix_el_richselect .webix_el_box,.webix_el_search .webix_el_box{color:#1e2022;position:relative} -.webix_el_colorpicker .webix_inp_static,.webix_el_colorpicker input,.webix_el_combo .webix_inp_static,.webix_el_combo input,.webix_el_datepicker .webix_inp_static,.webix_el_datepicker input,.webix_el_richselect .webix_inp_static,.webix_el_richselect input,.webix_el_search .webix_inp_static,.webix_el_search input{color:#1e2022;padding-right:24px;font-family:Tahoma,Arial;-webkit-appearance:none} -.webix_el_colorpicker .webix_input_icon,.webix_el_combo .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_richselect .webix_input_icon,.webix_el_search .webix_input_icon{right:2px;background:0 0;z-index:1;position:absolute} -.webix_el_combo .webix_input_icon,.webix_el_richselect .webix_input_icon{padding-left:7px;width:19px} -.webix_el_colorpicker .webix_input_icon,.webix_el_datepicker .webix_input_icon,.webix_el_search .webix_input_icon{padding-left:5px;width:21px} -.webix_view button::-moz-focus-inner{padding:0;border:0} -.webix_el_radio .webix_inp_label{line-height:normal!important;padding-top:4px} -.webix_el_checkbox input,.webix_inp_radio_border input{margin:0;padding:0;float:left} -.webix_line_break{clear:both} -.webix_custom_checkbox,.webix_custom_radio{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none} -.webix_radio_option{display:table;float:left;height:22px;margin-right:20px} -.webix_el_radio .webix_label_right,.webix_inp_radio_border{display:table-cell;vertical-align:middle} -.webix_invalid .webix_custom_radio,.webix_invalid .webix_el_box .webix_inp_static,.webix_invalid .webix_el_box input,.webix_invalid .webix_el_box select,.webix_invalid .webix_el_box textarea,input.webix_invalid,select.webix_invalid,textarea.webix_invalid{background-color:#fff6f6;border-color:#fea5a8} -.webix_invalid .webix_inp_bottom_label{font-size:10px;color:#fd595f} -.webix_el_colorpicker .webix_input_icon{padding-left:0;top:6px;right:8px;width:16px;height:16px;border-radius:0} -.webix_el_search .webix_el_box{position:relative} -.webix_el_search input{padding-right:30px} -.webix_el_search span{position:absolute;right:14px;cursor:pointer;padding-left:7px} -.webix_view.webix_control>.webix_disabled{filter:alpha(opacity=0);opacity:0} -.webix_disabled_view.webix_control .webix_image{-webkit-filter:grayscale(100%);filter:grayscale(100%)} -.webix_view.webix_control .webix_disabled_box .webix_input_icon,.webix_view.webix_control .webix_disabled_box button,.webix_view.webix_control .webix_disabled_box label{color:#aaa} -.webix_view.webix_control .webix_disabled_box .webix_inp_static,.webix_view.webix_control .webix_disabled_box input,.webix_view.webix_control .webix_disabled_box select,.webix_view.webix_control .webix_disabled_box textarea{color:#aaa;background:#eee} -.webix_view.webix_control .webix_disabled_box .webix_inp_counter_next,.webix_view.webix_control .webix_disabled_box .webix_inp_counter_prev,.webix_view.webix_control .webix_disabled_box .webix_segment_0,.webix_view.webix_control .webix_disabled_box .webix_segment_1,.webix_view.webix_control .webix_disabled_box .webix_segment_N{color:#aaa!important;background:#e9e9e9!important;text-shadow:none!important} -.webix_disabled_top_label{color:#aaa} -label.webix_required:after{padding-left:4px;content:"*";color:red} -.webix_multicombo .webix_inp_static{padding:0 3px} -.webix_el_text .webix_multicombo_input{background-color:transparent;border:0;float:left;vertical-align:middle;padding:0;color:#1e2022;font-size:12px;font-family:Tahoma,Arial;margin-left:7px} -.webix_el_text .webix_multicombo_input:focus{border:0;box-shadow:none} -.webix_multicombo_listbox{width:auto;line-height:1;margin:0;padding:0;list-style:none} -.webix_multicombo_tag,.webix_multicombo_value{padding:0 5px 0 7px;background-color:#f2f2f2;display:inline-block;margin:3px;float:left;border-radius:0} -.webix_multicombo_tag{min-width:15px;text-align:center;padding:0 5px 0 5px} -.webix_multicombo_delete{margin-left:10px;padding:0 5px;color:#000;cursor:pointer} -.webix_multilist .webix_selected{background:#f2f2f2;color:#1e2022} -.webix_checksuggest_select_all{border:none;border-bottom:1px solid #ebebeb;border-color:#ebebeb;margin-bottom:1px} -.webix_checksuggest_select_all .webix_label_right{text-transform:capitalize;display:block;padding-top:2px;padding-bottom:4px} -.webix_checksuggest_select_all input{display:none} -.webix_checksuggest_select_all:hover .webix_label_right{cursor:pointer;color:#e6e6e6} -.webix_el_tabbar{background:0 0} -.webix_all_tabs{height:100%;display:table} -.webix_tab_filler{display:table-cell;background:0 0;font-size:1px;border-bottom:1px solid #9da8ad;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_item_tab:first-child{border-left:1px solid #9da8ad} -.webix_item_tab{display:table-cell;text-align:center;vertical-align:middle;overflow:hidden;cursor:pointer;border:1px solid #9da8ad;border-left-width:0;color:#1e2022;background:#f2f2f2;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webixtype_bottom .webix_item_tab{border-radius:0} -.webix_item_tab.webix_selected{border-bottom-width:0;font-size:14px;color:#1e2022;background:#fff} -.webixtype_bottom .webix_item_tab.webix_selected{color:#1e2022;background:#ffedbc} -.webix_before_all_tabs{width:100%} -.webix_after_all_tabs{width:100%;border-left:1px solid #9da8ad;border-right:1px solid #9da8ad;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_view.webix_control .webix_disabled_box .webix_item_tab{color:#aaa!important;background:#e9e9e9!important;text-shadow:none!important} -.webix_el_tabbar .webixtype_icon .webix_img_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;text-align:center} -.webix_el_tabbar .webixtype_icon .webix_img_btn .webix_icon_btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 3px} -.webix_el_tabbar .webixtype_icon .webix_item_tab,.webix_el_tabbar .webixtype_iconTop .webix_item_tab,.webix_el_tabbar .webixtype_image .webix_item_tab{padding:2px 0;border-radius:0} -.webix_el_tabbar .webixtype_icon .webix_img_btn_top,.webix_el_tabbar .webixtype_iconTop .webix_img_btn_top,.webix_el_tabbar .webixtype_image .webix_img_btn_top{background-position:center 0;position:relative;height:100%} -.webix_tab_more_icon{cursor:pointer;display:table-cell;overflow:hidden;text-align:center;box-sizing:border-box;vertical-align:middle;padding:0 3px} -.webix_tab_more_icon .webix_icon{width:100%} -.webix_tab_list .webix_list_item:last-child{border-bottom:none} -.webix_icon.webix_tab_close{font-size:12px;float:right;padding:4px;margin-top:-4px} -.webix_menu .webix_list_item:active,.webix_menu .webix_list_item:focus,.webix_menu .webix_list_item:hover,.webix_menu-x .webix_list_item:active,.webix_menu-x .webix_list_item:focus,.webix_menu-x .webix_list_item:hover{background:rgba(100,100,100,.1)} -.webix_menu .webix_list_item,.webix_menu-x .webix_list_item{border:none;text-decoration:none;background:#fff;height:28px} -.webix_menu .webix_list_item .webix_submenu_icon,.webix_menu-x .webix_list_item .webix_submenu_icon{float:right;text-align:right;position:relative;margin-left:4px} -.webix_menu-x .webix_list_item:first-child{margin-left:0} -.webix_menu-x .webix_submenu_icon{top:10px} -.webix_menu-x{background-color:#fff;background:#d8eaf6} -.webix_menu-x .webix_list_item{display:inline-block;line-height:24px;color:#1e2022;background:0 0} -.webix_menu{background:#fff;border:1px solid #9da8ad;border-radius:0} -.webix_menu .webix_list_item{display:block} -.webix_menu .webix_context_separator{height:3px;padding:1px 3px 0 3px} -.webix_menu .webix_context_separator .sep_line{height:1px;border-top:1px solid #9da8ad} -.webix_menu .webix_submenu_icon{top:8px} -.webix_menu .webix_context_spacer{height:28px} -.webix_menu_link{color:inherit;text-decoration:none;display:block;height:100%} -.webix_layout_toolbar,.webix_toolbar.webix_layout_subbar{color:#fff;font-size:14px;background:#6e95ad} -.webix_toolbar .webix_layout_clean,.webix_toolbar .webix_layout_line,.webix_toolbar .webix_layout_toolbar{background:0 0} -.webix_el_button .webix_hidden_upload,.webix_hidden_upload{height:1px;width:1px;border:0!important;font-size:1px;position:absolute;top:0;left:0;z-index:-1} -.webix_upload_client,.webix_upload_error,.webix_upload_server{width:60px;text-align:center;float:right} -.cancel_icon,.error_icon{display:inline-block;background-repeat:no-repeat} -.error_icon{width:18px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDdENjlDNjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFMDdENjlENjE2QzExRTI5QzhBQUU2OUI3RDY4RTFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkUwN0Q2OUE2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwN0Q2OUI2MTZDMTFFMjlDOEFBRTY5QjdENjhFMUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZJnE7AAABdklEQVR42mK80aLPgAcwA/EcIOYB4mgg/oWuQL36AphmYcAPYvl5WBOYmBgY3n/6fQTIn4hLIRMeQ0CuaBHgY2EQ4GMF8euAWIgcg6qF+NmkOdiZGdhYmRiEBdhAhrSQapAKEBcJC7DCBUQE2UBUGhAbkGLQBDEhdjYmJkaGtHVMDD4LmBk+/2RgEBdhBwX+ZGINcuLiZPYW5Ie45tknRrAhIFqAl5WBh4vFBijsR8ggkI29IA0wwMsOo/+DaWjA9wIxGz6D0oAKDXi5EalCkvc/2DApPgifm5OZQZCPFRyGuAwCxwqya0AAZADMVTAgyA92TDUQS2MzqAUUxcAgRjPoP9hVyICVhREUi6B01g4TY4RmES0gvqSuyMPMQAK4ef/LXyBlAswmF2DWd4kJs2M1pGgLIvrRAXJyAIWqNzcXi7cgHysDqQAUnt9//LW52WoQBfLaDRlxDnWgYQzkAKBBDI+ef38E0n3nycsf6gyUgUcAAQYA9DZJKVXGocQAAAAASUVORK5CYII=)} -.webix_upload_server{color:green} -.webix_remove_upload{float:right} -.cancel_icon{margin-top:5px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAsElEQVR4XoVQUQbDQBScAywIuUcpKCWglBJCDlBKf0vpbymhd5mDhIDcoAcoJQSEsn2G5KmWzMDsPG92ZyGAgVfWfBtrUwEOZnwwOu2UjaPCbScLAEzYmzxyxafMgaUlRXMTsJJ1B7jgy0Y7gHt5FdgyimeAS+a6ZpDTQkLkCQbmk9OBHaPv+p6x99jLFFuOsTMPSlXl8FVlrSopFBP/sIQAbn6+bwsHA29sNGhMBQgf1cri4JYEbDkAAAAASUVORK5CYII=)} -.webix_upload_flash{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#fff;filter:alpha(opacity=0)} -.webix_drop_file{background:#f4f4f4;position:relative} -.webix_drop_file::before{position:absolute;bottom:10px;left:0;width:100%;text-align:center;pointer-events:none} -.webix_fieldset fieldset{border:1px solid #818f96;margin:0;padding:5px 8px} -.webix_fieldset legend{color:#1e2022;font-size:12px} -.webix_forminput fieldset{border:none;margin:0;padding:0} -.webix_forminput legend{color:#1e2022;line-height:24px;padding:2px 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Tahoma,Arial;float:left;padding-right:7.5px} -.webix_slider_box{position:relative;padding:0 10px;height:100%;padding-top:10px;float:left;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-11px;margin-top:-8px} -.webix_slider_box .webix_slider_left{float:left;width:100px;border:1px solid #abb4b9;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_right{float:left;width:100px;background:#fff;border:1px solid #abb4b9;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.webix_slider_box .webix_slider_handle{z-index:1;position:absolute;border-radius:8px} -.webix_slider_box .webix_slider_left{height:8px;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;background:#E6E6E6} -.webix_slider_box .webix_slider_right{height:8px;-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_slider_box .webix_slider_handle{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border:1px solid #9da8ad;width:11px;height:11px;top:6.5px;color:#1e2022;background:#d8eaf6} -.webix_rangeslider .webix_slider_box .webix_slider_left{position:absolute} -.webix_rangeslider .webix_slider_box .webix_slider_active{z-index:1} -.webix_rangeslider .webix_slider_box .webix_slider_right{border-radius:5px} -.webix_rangeslider .webix_slider_title_box{position:relative;float:left;width:1px} -.webix_rangeslider .webix_slider_title.webix_slider_move{position:absolute} -.webix_rangeslider.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px} -.webix_rangeslider.webix_slider_vertical .webix_slider_title.webix_slider_move{display:block;position:relative} -.webix_slider_alt .webix_slider_box .webix_slider_handle{top:7px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJCMjdFNENBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJCMjdFNERBRTg4MTFFMjk2NjJGMTJENjkyNDA2NTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkIyN0U0QUFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkIyN0U0QkFFODgxMUUyOTY2MkYxMkQ2OTI0MDY1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Powz/icAAAAaSURBVHjaYmBgYDBjgAA4zcSABQysIECAAQBn+ACx2PqtbAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:3px center} -.webix_slider_alt .webix_slider_box .webix_slider_left{border:1px solid #9da8ad} -.webix_slider_alt .webix_slider_box .webix_slider_right{border:1px solid #9da8ad;background:#fff} -.webix_slider_alt .webix_slider_box .webix_slider_handle{width:11px;margin:0 2px;border-radius:0;height:11px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{width:10px;float:none} -.webix_slider_vertical .webix_slider_title{padding-top:1px;text-align:left} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{height:11px;width:14px;background-position:4px center} -.webix_slider_title{text-align:center} -.webix_slider_title.webix_slider_move{position:relative;text-align:left;display:inline-block;width:auto;white-space:nowrap} -.webix_el_box .webix_switch_box{margin-top:4px} -.webix_switch_toggle{position:absolute;visibility:hidden} -.webix_switch_box{display:block;position:relative;cursor:pointer;width:60px;border:1px solid #9da8ad;border-radius:60px;box-sizing:border-box;transition:background-color .4s ease;color:#666;text-align:center;float:left} -.webix_el_switch .webix_label_right{display:inline-block;padding-top:3px;margin-top:4px} -.webix_switch_handle{height:22px;width:22px;border-radius:100%;box-shadow:0 1px 5px rgba(0,0,0,.3);border:1px solid #eee;position:absolute;top:0;background-color:#fff;transition:left .3s ease;cursor:pointer;box-sizing:border-box} -.webix_switch_box:active .webix_switch_handle,.webix_switch_handle:focus{box-shadow:0 0 2px 2px rgba(0,0,0,.2)} -.webix_switch_text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:1px 0 0 18px;display:inline-block;box-sizing:border-box;width:100%} -.webix_switch_on .webix_switch_text{padding:1px 18px 0 0} -.webix_switch_box.webix_switch_on{background-color:#e6e6e6} -.webix_progress_bottom,.webix_progress_top{width:100%;position:absolute;top:0;left:0;height:6px;overflow:hidden;z-index:20;background:#f2f2f2} -.webix_progress_bottom{bottom:0;top:auto;height:17px} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{width:0;height:6px;background:#ffedbc;-moz-transition:width 3s;transition:width 3s} -.webix_progress_bottom .webix_progress_state{height:17px} -.webix_progress_icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20} -.webix_progress_icon .webix_progress_state{font-family:FontAwesome;font-size:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;display:inline-block;color:#666d73} -.webix_gage{height:100%;width:100%;transform:rotate(180deg)} -.webix_gage_label{font-size:.9em;text-align:center;margin-top:10px} -.webix_gage_placeholder{margin-top:-20px} -.webix_gage_info{text-align:center;font-size:.7em;position:relative;margin:0 auto 10px auto} -.webix_gage_min_range{left:-74px} -.webix_gage_max_range{right:-74px} -.webix_gage_max_range,.webix_gage_min_range{display:inline-block;margin-top:20px;position:absolute;text-align:center;width:150px} -.webix_gage_range_info{font-size:1.2em;line-height:1} -.webix_gage-value{font-size:2.2em;color:#404040} -.webix_gage_gradient_point_animated{transition:transform 1.3s linear} -.webix_gage_animated{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear,stroke-dasharray 1.3s linear} -.webix_gage_animated_first_load{stroke:#0f0;animation:gage_dash 1.3s linear forwards;transition:stroke 1.3s linear} -@keyframes gage_dash{to{stroke-dashoffset:0} -} -.webix_bullet_name{width:100} -.webix_bullet_header{font-weight:700;font-size:15px} -.webix_bullet_subheader{font-size:15px} -.webix_bullet_scale{font-size:12px;font-weight:700} -.webix_organogram canvas{position:absolute} -.webix_organogram_item{position:absolute;z-index:1;text-align:center;border-radius:4px;background-color:#e3f2fd;border:1px solid #bbdefb;padding:7px 7px 10px 7px;box-sizing:border-box} -.webix_organogram_item.webix_selected{background-color:#ffedbc;border-color:#ffedbc} -.webix_organogram_list{border-radius:4px;position:absolute;z-index:1;height:auto;border:1px solid #ddd;box-sizing:border-box} -.webix_organogram_list .webix_organogram_list_item{border:none;text-align:left;position:static;padding:5px;border-radius:0;box-sizing:border-box} -.webix_icon,.webix_icon_btn,.webix_input_icon{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.webix_icon,.webix_input_icon{font-size:17px;display:inline-block;width:20px} -.webix_input_icon{float:right;font-size:19px;color:#888} -.webix_icon_button{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative} -.webix_icon_button .webix_icon{font-size:20px;height:23px;width:21px;display:inline-block;text-align:center;color:#1e2022} -.webix_icon_btn{font-size:17px;display:inline-block;text-align:center;width:24px;color:#1e2022} -.webix_el_iconBbutton .webix_icon_btn{text-align:center;width:100%;padding:5px 0} -.webix_el_icon{cursor:pointer} -.webix_badge{background-color:#ff8839;color:#fff;border-radius:50%;font-size:12px;height:22px;min-width:22px;box-sizing:border-box;padding:0 4px;text-align:center;line-height:21px;position:absolute;right:0;top:0} -.webix_list_item .webix_badge{position:static;float:right;margin:4px -5px 0 10px} -.webixtype_base .webix_badge{top:50%;margin-top:-11px;margin-right:8px} -.webix_treemap{background-color:#f5f5f5} -.webix_treemap .webix_scroll_cont{position:relative;height:100%;width:100%} -.webix_treemap_item{position:absolute;color:#444;overflow:hidden;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3px 5px;border-width:0 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.2);background:0 0;cursor:pointer} -.webix_treemap_level_top{z-index:1;border-color:rgba(0,0,0,.4)} -.webix_treemap_item_bottom{border-bottom-width:0} -.webix_treemap_item_right{border-right-width:0} -.webix_treemap_item:hover{box-shadow:inset 0 0 5px #666} -.webix_treemap_item.webix_selected{border-color:#ffedbc;box-shadow:inset 0 0 1px 2px #ffedbc} -.webix_treemap_header{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-bottom:1px solid #9da8ad} -.webix_treemap_header_item{cursor:pointer} -.webix_treemap_header_item:last-child{cursor:default} -.webix_treemap_reset{float:right;width:25px;text-align:center} -.webix_treemap_reset:before{content:"\f00d";color:#1e2022;font-family:FontAwesome;font-size:16px;display:block;cursor:pointer} -.webix_treemap_path_icon{width:20px;text-align:center} -.webix_barcode{position:relative} -.webix_barcode .webix_canvas_text{font-size:12px;padding:0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} -.portlet_drag{position:absolute;z-index:1;top:5px;right:5px;width:18px;opacity:.5;cursor:pointer} -.portlet_in_drag{opacity:.4} -.portlet_marker,.portlet_markerbottom,.portlet_markerleft,.portlet_markerright,.portlet_markertop{opacity:.5;background:#9169BE;position:absolute;z-index:2;transition:top .5s,left .5s,width .5s,height .5s;top:0;left:0;width:100%;height:100%} -.portlet_markertop{height:50%} -.portlet_markerbottom{height:50%;top:50%} -.portlet_markerleft{width:50%} -.portlet_markerright{width:50%;left:50%} -.panel_icon{position:absolute;z-index:100;top:5px;right:5px;line-height:normal;font-size:13px;width:18px;opacity:.5;cursor:pointer} -.panel_target{position:absolute;background:rgba(120,120,120,.84);box-shadow:0 0 10px 5px #666;z-index:3} -.webix_popup.webix_sidemenu.webix_sidemenu_left{border-width:0 1px 0 0;box-shadow:2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_left.webix_animate{transition:left .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_right{left:auto;border-width:0 0 0 1px;box-shadow:-2px 0 2px rgba(0,0,0,.05)} -.webix_sidemenu_right.webix_animate{transition:right .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_top{border-width:0 0 1px 0;box-shadow:0 2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_top .webix_win_body{position:relative} -.webix_sidemenu_top .webix_win_body>.webix_view{position:absolute;top:auto;left:0;bottom:0} -.webix_sidemenu_top.webix_animate,.webix_sidemenu_top.webix_animate .webix_win_body{transition:height .6s} -.webix_popup.webix_sidemenu.webix_sidemenu_bottom{border-width:1px 0 0 0;top:auto;box-shadow:0 -2px 2px rgba(0,0,0,.05)} -.webix_sidemenu_bottom.webix_animate,.webix_sidemenu_bottom.webix_animate .webix_win_body{transition:height .6s} -.webix_sidebar{background:#ECEFF1} -.webix_sidebar .webix_tree_item{color:#454545;height:35px;line-height:35px} -.webix_sidebar .webix_scroll_cont>.webix_tree_leaves{padding:0} -.webix_sidebar .webix_tree_leaves .webix_tree_leaves{margin-left:0} -.webix_sidebar_expanded .webix_tree_item:hover,.webix_sidebar_selected{background-color:rgba(0,0,0,.02)} -.webix_sidebar .webix_tree_item.webix_selected,.webix_sidebar .webix_tree_item.webix_selected span{background-color:#27ae60;padding-right:0} -.webix_sidebar .webix_tree_branch_1 .webix_tree_item{padding-left:40px} -.webix_sidebar .webix_tree_branch_1>.webix_tree_item{height:40px;line-height:40px;padding-left:0} -.webix_sidebar .webix_tree_branch_1{border-bottom:1px solid #e5e5e5} -.webix_sidebar .webix_tree_item span,.webix_sidebar .webix_tree_item.webix_selected span{margin:0;padding:0} -.webix_sidebar_icon{width:40px;text-align:center} -.webix_sidebar_dir_icon{float:right;line-height:inherit} -.webix_sidebar_popup{border:none!important;box-shadow:2px 3px 3px #ddd} -.webix_sidebar_popup,.webix_sidebar_popup .webix_list_item{border-radius:0} -.webix_sidebar_popup_right{box-shadow:-1px 3px 3px #ddd} -.webix_sidebar_popup_list.webix_sidebar_popup_left .webix_icon{float:right;line-height:inherit;width:7px} -.webix_sidebar_popup_title{background:#ECEFF1} -.webix_sidebar_popup_title.webix_selected{border-left-color:#27ae60;background:#27ae60} -.webix_sidebar_popup_title .webix_template{line-height:40px;padding:0 10px;border:1px solid #E5E5E5;border-left:none} -.webix_sidebar_selected.webix_sidebar_popup_title .webix_template{background:rgba(0,0,0,.03);border-left:none} -.webix_sidebar_popup_list .webix_list_item{border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:first-child{border-top:1px solid #E5E5E5} -.webix_sidebar_popup_list .webix_list_item:hover{background:#f6f9fb} -.webix_sidebar_popup_list .webix_list_item.webix_selected:hover{background:#27ae60} -.webix_menu .webix_list_item.webix_sidebar_selected{background:rgba(0,0,0,.02)} -.webix_menu .webix_list_item.webix_sidebar_selected:hover{background:rgba(0,0,0,.02)!important} -.webix_view.webix_pdf{background-color:#404040;overflow:auto;-webkit-overflow-scrolling:touch} -.webix_pdf .canvas_wrapper{margin:0 auto;box-shadow:5px 5px 15px #1c1c1c;width:100%;height:100%} -.webix_toolbar.pdf_bar{background-color:#474747} -.webix_toolbar.pdf_bar .webix_icon_btn{font-size:15px} -.webix_toolbar.pdf_bar .webix_img_btn:focus,.webix_toolbar.pdf_bar .webix_img_btn:hover{background-color:#404040} -.webix_toolbar.pdf_bar .webix_template{background-color:#3498db;color:#fff;line-height:2em} -.webix_toolbar.pdf_bar .webix_el_box input,.webix_toolbar.pdf_bar .webix_inp_static{background-color:#5c5c5c;color:#fff;border-color:#404040} -.webix_toolbar.pdf_bar .webix_el_box input:focus,.webix_toolbar.pdf_bar .webix_inp_static:focus{border-color:#333} -.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon{color:#fff} -.webix_view.webix_popup.pdf_opt_list{box-shadow:5px 5px 15px #1c1c1c;border:none} -.pdf_opt_list .webix_list{background-color:#404040;color:#fff} -.pdf_opt_list .webix_list .webix_list_item{border-color:#474747;line-height:1.5em} -.pdf_opt_list .webix_list .webix_list_item.webix_selected,.pdf_opt_list .webix_list .webix_list_item:hover{color:#404040;background-color:#fff} -.webix_dbllist .webix_list{background:#ededed} -.webix_dbllist .webix_list_item{background:#fff;margin:3px 4px 0 4px;box-sizing:border-box} -.webix_dbllist .webix_list_item.webix_selected{color:#FFF;background:#27ae60} -.webix_dbllist button{width:45%;height:30px;margin-top:5px;background:#fff;border-radius:0;border:1px solid #9da8ad;cursor:pointer;font-size:12px;font-family:Tahoma,Arial} -.webix_dbllist button:active{box-shadow:inset 1px 1px 0 silver} -.webix_dbllist button .webix_icon{color:#888;font-size:26px} -.webix_dbllist button:first-child{margin-top:32px;margin-right:5%} -.webix_dbllist button:last-child{margin-left:5%} -.webix_dbllist .bottom_label{font-size:10px;text-transform:uppercase;background:#ededed;padding-left:13px} -.webix_invalid .webix_list{background:#f8e2e2} -.webix_toolbar{color:#1e2022;background:#d8eaf6!important} -.webix_toolbar .webix_el_label,.webix_toolbar .webix_inp_label{color:#1e2022} -.webix_accordionitem.vertical>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAuHClGcrEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUGNPFjjEOADAIAs/+/884tCZq49akLBoQEL7BACRlTsEDmO11NaParIkn9RYjLlVr/C0d1+7Z8xgO17MRATmftNQAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.vertical.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAoDoylpH8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADdJREFUGNPFjjEOACAIxHr+/8/n4gABnEzsxNBrgG8IwLZHQRLAioMplI4TdROrpSAnqeXy7mM2+1UPBWSq06gAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAASUlEQVR42p2QMQoAQQgD79EZ0Mqn5xCu2cPdYgUbJ0rMMxXgLeiuKq8gsJAz8weQ0QiwJEfECnr4wdlEnwJ68+yyhReC+c85oRecj0Um+pmo9wAAAABJRU5ErkJggg==);background-repeat:no-repeat} -.webix_accordionitem.horizontal:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAARElEQVR42qXPsQoAIAhF0T76PdDJT7cUmtQhcmk4N8QVQ9JXN2bmgWOgqp+BiCRG2AYAMoi3/LxYdyagAnhA6G93TrABZaJFJjrFY8IAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed:last-child>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAoDoylpH8AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADdJREFUGNPFjjEOACAIxHr+/8/n4gABnEzsxNBrgG8IwLZHQRLAioMplI4TdROrpSAnqeXy7mM2+1UPBWSq06gAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_accordionitem.horizontal.collapsed>.webix_accordionitem_header .webix_accordionitem_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90BFhAuHClGcrEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUGNPFjjEOADAIAs/+/884tCZq49akLBoQEL7BACRlTsEDmO11NaParIkn9RYjLlVr/C0d1+7Z8xgO17MRATmftNQAAAAASUVORK5CYII=);background-repeat:no-repeat} -.webix_win_head>.webix_view>.webix_template{background:#6e95ad!important} -.webix_popup_title{color:#1e2022!important;background:#f2f2f2!important;font-size:14px!important;font-weight:700;border-bottom:1px solid #b8b8b8!important;text-shadow:none!important} -.webix_modal_box{background:#f2f2f2!important;border:1px solid #b8b8b8!important} -.confirmButton{color:#1e2022;background:#d8eaf6} -.webix_ss_sort_asc,.webix_ss_sort_desc{font-size:14px;font-family:FontAwesome;top:50%;line-height:1px;bottom:auto;float:none;width:12px} -.webix_ss_sort_asc:before{content:'\f106'} -.webix_ss_sort_desc:before{content:'\f107'} -.webix_list_item .webix_submenu_icon{width:0;height:0;border-width:4px;border-style:solid} -.webix_menu-x .webix_list_item .webix_submenu_icon{border-color:#394145 transparent transparent transparent} -.webix_menu .webix_list_item .webix_submenu_icon{border-color:transparent transparent transparent #394145} -.buttonStyle{font-size:12px;font-family:Tahoma,Arial} -.webix_item_tab{font-family:Trebuchet MS;font-size:14px;font-style:italic;border-bottom:1px solid #9da8ad!important;border-left-width:1px!important} -.webixtype_bottom .webix_item_tab,.webixtype_bottom .webix_item_tab.webix_selected{border:1px solid #9da8ad!important;border-left-width:0!important} -.webixtype_bottom .webix_item_tab:first-child{border-left:1px solid #9da8ad!important} -.webix_tab_filler:first-child{border-right:0!important} -.passiveBarBG{background:#f2f2f2} -.webix_all_tabs,.webix_before_all_tabs{background:#6e95ad} -.skinBlueButtonActive{background:#cce3f3!important} -.webix_el_button:active .webix_el_arrow,.webix_el_button:active .webixtype_next,.webix_el_button:active .webixtype_prev,.webixtype_base:active,.webixtype_next:active,.webixtype_prev:active{background:#dedede!important} -.webix_slider_vertical .webix_slider_box{margin-top:-6px} -.webix_slider_vertical .webix_slider_box .webix_slider_left,.webix_slider_vertical .webix_slider_box .webix_slider_right{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0} -.webix_slider_vertical .webix_slider_box .webix_slider_handle{left:8px} -.webix_slider_vertical.webix_slider_alt .webix_slider_handle{left:5px} -.webix_rangeslider .webix_slider_title_box{height:14px} -.webix_switch_box{margin-top:1px;height:21px;background-color:#fff} -.webix_switch_box .webix_switch_handle{height:19px;width:19px} -.webix_switch_box.webix_switch_on{color:#1e2022} -.webix_progress_bottom .webix_progress_state,.webix_progress_top .webix_progress_state{background-color:#6e95ad;background-image:linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent)} -.webix_progress_top .webix_progress_state{background-size:10px 10px} -.webix_progress_bottom .webix_progress_state{background-size:14px 14px} -.webix_skin_mark{height:140px} -.webix_daterange .webix_range_timepicker .webix_cal_time{padding:5px 15px} -.webix_daterange .webix_range_footer .webix_template{padding:10px 0} -.webix_cal_range{background-color:#fffbef} -.webix_sparklines{padding:1px 0;box-sizing:border-box} -.webix_sparklines svg{box-sizing:border-box} -.webix_sparklines_line{stroke:#3498db;stroke-width:1;fill:transparent;stroke-linecap:round} -.webix_sparklines_item{fill:#3498db;stroke-width:1} -.webix_sparklines_bar{fill:#6dbcf0} -.webix_sparklines_bar_negative{fill:#d86c79} -.webix_sparklines_area{fill:#e5eef4} -.webix_sparklines_origin{stroke:#888;stroke-width:1} -.webix_sparklines_event_area{fill:transparent} -.webix_sparklines_area_chart .webix_sparklines_event_area:hover,.webix_sparklines_line_chart .webix_sparklines_event_area:hover,.webix_sparklines_splinearea_chart .webix_sparklines_event_area:hover{fill:rgba(220,220,220,.4);stroke:rgba(255,255,255,.6)} -.webix_sparklines_bar_chart .webix_sparklines_event_area:hover,.webix_sparklines_pie_chart .webix_sparklines_event_area:hover{fill:rgba(255,255,255,.3)} -.webix_ui_print{display:none} -body.webix_print{margin-top:0} -@media print{body.webix_print{overflow:visible!important;background-color:none!important} -body.webix_print>*{display:none} -body.webix_print *{visibility:hidden} -.webix_ui_print{display:block!important;margin:0!important;visibility:visible!important} -.webix_ui_print *{visibility:visible!important} -.webix_print_noscroll{height:auto!important;width:auto!important} -.webix_print_noscroll,.webix_print_noscroll .webix_scroll_cont{overflow:visible!important} -.webix_print_pagebreak{page-break-after:always} -.webix_print_footer,.webix_print_header{display:block!important;margin:20px 0;text-align:center;height:auto!important;visibility:visible!important} -.webix_print_footer *,.webix_print_header *{visibility:visible!important} -.webix_table_print{display:table;visibility:visible!important;table-layout:fixed;width:100%;border:1px solid #ebebeb;margin-bottom:20px;position:initial} -.webix_table_print td{overflow:hidden} -.webix_table_print tr{page-break-inside:avoid} -.webix_table_print .webix_cell{display:table-cell!important;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:0 10px;white-space:nowrap} -.webix_table_print .webix_header_cell{display:table-cell;font-family:Tahoma,Arial;font-size:12px;color:#1e2022;background:#d8eaf6;border-right:1px solid #999;border-bottom:1px solid #999} -.webix_table_print .webix_header_cell .webix_arrow_icon{color:#1e2022} -.webix_table_print .webix_footer_cell{display:table-cell;background:#fafafa;border-right:1px solid #d5d9db;border-top:1px solid #d5d9db;border-bottom:1px solid #d5d9db} -.webix_table_print .webix_cell.webix_dtable_span{position:initial!important;white-space:normal} -.webix_table_print .webix_rotate{transform-origin:center 40%!important;-webkit-transform-origin:center 40%!important} -.webix_table_print.borderless,.webix_table_print.borderless .webix_cell{border:none} -.webix_table_print.webix_view.webix_list-x{white-space:normal} -.webix_table_print.webix_view.webix_list-x .webix_list_item{display:table-cell} -} -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal} -.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)} -.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.fa-2x{font-size:2em} -.fa-3x{font-size:3em} -.fa-4x{font-size:4em} -.fa-5x{font-size:5em} -.fa-fw{width:1.28571429em;text-align:center} -.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.fa-ul>li{position:relative} -.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.fa-li.fa-lg{left:-1.85714286em} -.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.fa-pull-left{float:left} -.fa-pull-right{float:right} -.fa.fa-pull-left{margin-right:.3em} -.fa.fa-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.fa.pull-left{margin-right:.3em} -.fa.pull-right{margin-left:.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(359deg);transform:rotate(359deg)} -} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} -100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)} -} -.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-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);-ms-transform:scale(1,-1);transform:scale(1,-1)} -:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none} -.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.fa-stack-1x{line-height:inherit} -.fa-stack-2x{font-size:2em} -.fa-inverse{color:#fff} -.fa-glass:before{content:"\f000"} -.fa-music:before{content:"\f001"} -.fa-search:before{content:"\f002"} -.fa-envelope-o:before{content:"\f003"} -.fa-heart:before{content:"\f004"} -.fa-star:before{content:"\f005"} -.fa-star-o:before{content:"\f006"} -.fa-user:before{content:"\f007"} -.fa-film:before{content:"\f008"} -.fa-th-large:before{content:"\f009"} -.fa-th:before{content:"\f00a"} -.fa-th-list:before{content:"\f00b"} -.fa-check:before{content:"\f00c"} -.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"} -.fa-search-plus:before{content:"\f00e"} -.fa-search-minus:before{content:"\f010"} -.fa-power-off:before{content:"\f011"} -.fa-signal:before{content:"\f012"} -.fa-cog:before,.fa-gear:before{content:"\f013"} -.fa-trash-o:before{content:"\f014"} -.fa-home:before{content:"\f015"} -.fa-file-o:before{content:"\f016"} -.fa-clock-o:before{content:"\f017"} -.fa-road:before{content:"\f018"} -.fa-download:before{content:"\f019"} -.fa-arrow-circle-o-down:before{content:"\f01a"} -.fa-arrow-circle-o-up:before{content:"\f01b"} -.fa-inbox:before{content:"\f01c"} -.fa-play-circle-o:before{content:"\f01d"} -.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"} -.fa-refresh:before{content:"\f021"} -.fa-list-alt:before{content:"\f022"} -.fa-lock:before{content:"\f023"} -.fa-flag:before{content:"\f024"} -.fa-headphones:before{content:"\f025"} -.fa-volume-off:before{content:"\f026"} -.fa-volume-down:before{content:"\f027"} -.fa-volume-up:before{content:"\f028"} -.fa-qrcode:before{content:"\f029"} -.fa-barcode:before{content:"\f02a"} -.fa-tag:before{content:"\f02b"} -.fa-tags:before{content:"\f02c"} -.fa-book:before{content:"\f02d"} -.fa-bookmark:before{content:"\f02e"} -.fa-print:before{content:"\f02f"} -.fa-camera:before{content:"\f030"} -.fa-font:before{content:"\f031"} -.fa-bold:before{content:"\f032"} -.fa-italic:before{content:"\f033"} -.fa-text-height:before{content:"\f034"} -.fa-text-width:before{content:"\f035"} -.fa-align-left:before{content:"\f036"} -.fa-align-center:before{content:"\f037"} -.fa-align-right:before{content:"\f038"} -.fa-align-justify:before{content:"\f039"} -.fa-list:before{content:"\f03a"} -.fa-dedent:before,.fa-outdent:before{content:"\f03b"} -.fa-indent:before{content:"\f03c"} -.fa-video-camera:before{content:"\f03d"} -.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"} -.fa-pencil:before{content:"\f040"} -.fa-map-marker:before{content:"\f041"} -.fa-adjust:before{content:"\f042"} -.fa-tint:before{content:"\f043"} -.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} -.fa-share-square-o:before{content:"\f045"} -.fa-check-square-o:before{content:"\f046"} -.fa-arrows:before{content:"\f047"} -.fa-step-backward:before{content:"\f048"} -.fa-fast-backward:before{content:"\f049"} -.fa-backward:before{content:"\f04a"} -.fa-play:before{content:"\f04b"} -.fa-pause:before{content:"\f04c"} -.fa-stop:before{content:"\f04d"} -.fa-forward:before{content:"\f04e"} -.fa-fast-forward:before{content:"\f050"} -.fa-step-forward:before{content:"\f051"} -.fa-eject:before{content:"\f052"} -.fa-chevron-left:before{content:"\f053"} -.fa-chevron-right:before{content:"\f054"} -.fa-plus-circle:before{content:"\f055"} -.fa-minus-circle:before{content:"\f056"} -.fa-times-circle:before{content:"\f057"} -.fa-check-circle:before{content:"\f058"} -.fa-question-circle:before{content:"\f059"} -.fa-info-circle:before{content:"\f05a"} -.fa-crosshairs:before{content:"\f05b"} -.fa-times-circle-o:before{content:"\f05c"} -.fa-check-circle-o:before{content:"\f05d"} -.fa-ban:before{content:"\f05e"} -.fa-arrow-left:before{content:"\f060"} -.fa-arrow-right:before{content:"\f061"} -.fa-arrow-up:before{content:"\f062"} -.fa-arrow-down:before{content:"\f063"} -.fa-mail-forward:before,.fa-share:before{content:"\f064"} -.fa-expand:before{content:"\f065"} -.fa-compress:before{content:"\f066"} -.fa-plus:before{content:"\f067"} -.fa-minus:before{content:"\f068"} -.fa-asterisk:before{content:"\f069"} -.fa-exclamation-circle:before{content:"\f06a"} -.fa-gift:before{content:"\f06b"} -.fa-leaf:before{content:"\f06c"} -.fa-fire:before{content:"\f06d"} -.fa-eye:before{content:"\f06e"} -.fa-eye-slash:before{content:"\f070"} -.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"} -.fa-plane:before{content:"\f072"} -.fa-calendar:before{content:"\f073"} -.fa-random:before{content:"\f074"} -.fa-comment:before{content:"\f075"} -.fa-magnet:before{content:"\f076"} -.fa-chevron-up:before{content:"\f077"} -.fa-chevron-down:before{content:"\f078"} -.fa-retweet:before{content:"\f079"} -.fa-shopping-cart:before{content:"\f07a"} -.fa-folder:before{content:"\f07b"} -.fa-folder-open:before{content:"\f07c"} -.fa-arrows-v:before{content:"\f07d"} -.fa-arrows-h:before{content:"\f07e"} -.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} -.fa-twitter-square:before{content:"\f081"} -.fa-facebook-square:before{content:"\f082"} -.fa-camera-retro:before{content:"\f083"} -.fa-key:before{content:"\f084"} -.fa-cogs:before,.fa-gears:before{content:"\f085"} -.fa-comments:before{content:"\f086"} -.fa-thumbs-o-up:before{content:"\f087"} -.fa-thumbs-o-down:before{content:"\f088"} -.fa-star-half:before{content:"\f089"} -.fa-heart-o:before{content:"\f08a"} -.fa-sign-out:before{content:"\f08b"} -.fa-linkedin-square:before{content:"\f08c"} -.fa-thumb-tack:before{content:"\f08d"} -.fa-external-link:before{content:"\f08e"} -.fa-sign-in:before{content:"\f090"} -.fa-trophy:before{content:"\f091"} -.fa-github-square:before{content:"\f092"} -.fa-upload:before{content:"\f093"} -.fa-lemon-o:before{content:"\f094"} -.fa-phone:before{content:"\f095"} -.fa-square-o:before{content:"\f096"} -.fa-bookmark-o:before{content:"\f097"} -.fa-phone-square:before{content:"\f098"} -.fa-twitter:before{content:"\f099"} -.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} -.fa-github:before{content:"\f09b"} -.fa-unlock:before{content:"\f09c"} -.fa-credit-card:before{content:"\f09d"} -.fa-feed:before,.fa-rss:before{content:"\f09e"} -.fa-hdd-o:before{content:"\f0a0"} -.fa-bullhorn:before{content:"\f0a1"} -.fa-bell:before{content:"\f0f3"} -.fa-certificate:before{content:"\f0a3"} -.fa-hand-o-right:before{content:"\f0a4"} -.fa-hand-o-left:before{content:"\f0a5"} -.fa-hand-o-up:before{content:"\f0a6"} -.fa-hand-o-down:before{content:"\f0a7"} -.fa-arrow-circle-left:before{content:"\f0a8"} -.fa-arrow-circle-right:before{content:"\f0a9"} -.fa-arrow-circle-up:before{content:"\f0aa"} -.fa-arrow-circle-down:before{content:"\f0ab"} -.fa-globe:before{content:"\f0ac"} -.fa-wrench:before{content:"\f0ad"} -.fa-tasks:before{content:"\f0ae"} -.fa-filter:before{content:"\f0b0"} -.fa-briefcase:before{content:"\f0b1"} -.fa-arrows-alt:before{content:"\f0b2"} -.fa-group:before,.fa-users:before{content:"\f0c0"} -.fa-chain:before,.fa-link:before{content:"\f0c1"} -.fa-cloud:before{content:"\f0c2"} -.fa-flask:before{content:"\f0c3"} -.fa-cut:before,.fa-scissors:before{content:"\f0c4"} -.fa-copy:before,.fa-files-o:before{content:"\f0c5"} -.fa-paperclip:before{content:"\f0c6"} -.fa-floppy-o:before,.fa-save:before{content:"\f0c7"} -.fa-square:before{content:"\f0c8"} -.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"} -.fa-list-ul:before{content:"\f0ca"} -.fa-list-ol:before{content:"\f0cb"} -.fa-strikethrough:before{content:"\f0cc"} -.fa-underline:before{content:"\f0cd"} -.fa-table:before{content:"\f0ce"} -.fa-magic:before{content:"\f0d0"} -.fa-truck:before{content:"\f0d1"} -.fa-pinterest:before{content:"\f0d2"} -.fa-pinterest-square:before{content:"\f0d3"} -.fa-google-plus-square:before{content:"\f0d4"} -.fa-google-plus:before{content:"\f0d5"} -.fa-money:before{content:"\f0d6"} -.fa-caret-down:before{content:"\f0d7"} -.fa-caret-up:before{content:"\f0d8"} -.fa-caret-left:before{content:"\f0d9"} -.fa-caret-right:before{content:"\f0da"} -.fa-columns:before{content:"\f0db"} -.fa-sort:before,.fa-unsorted:before{content:"\f0dc"} -.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"} -.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"} -.fa-envelope:before{content:"\f0e0"} -.fa-linkedin:before{content:"\f0e1"} -.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} -.fa-gavel:before,.fa-legal:before{content:"\f0e3"} -.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} -.fa-comment-o:before{content:"\f0e5"} -.fa-comments-o:before{content:"\f0e6"} -.fa-bolt:before,.fa-flash:before{content:"\f0e7"} -.fa-sitemap:before{content:"\f0e8"} -.fa-umbrella:before{content:"\f0e9"} -.fa-clipboard:before,.fa-paste:before{content:"\f0ea"} -.fa-lightbulb-o:before{content:"\f0eb"} -.fa-exchange:before{content:"\f0ec"} -.fa-cloud-download:before{content:"\f0ed"} -.fa-cloud-upload:before{content:"\f0ee"} -.fa-user-md:before{content:"\f0f0"} -.fa-stethoscope:before{content:"\f0f1"} -.fa-suitcase:before{content:"\f0f2"} -.fa-bell-o:before{content:"\f0a2"} -.fa-coffee:before{content:"\f0f4"} -.fa-cutlery:before{content:"\f0f5"} -.fa-file-text-o:before{content:"\f0f6"} -.fa-building-o:before{content:"\f0f7"} -.fa-hospital-o:before{content:"\f0f8"} -.fa-ambulance:before{content:"\f0f9"} -.fa-medkit:before{content:"\f0fa"} -.fa-fighter-jet:before{content:"\f0fb"} -.fa-beer:before{content:"\f0fc"} -.fa-h-square:before{content:"\f0fd"} -.fa-plus-square:before{content:"\f0fe"} -.fa-angle-double-left:before{content:"\f100"} -.fa-angle-double-right:before{content:"\f101"} -.fa-angle-double-up:before{content:"\f102"} -.fa-angle-double-down:before{content:"\f103"} -.fa-angle-left:before{content:"\f104"} -.fa-angle-right:before{content:"\f105"} -.fa-angle-up:before{content:"\f106"} -.fa-angle-down:before{content:"\f107"} -.fa-desktop:before{content:"\f108"} -.fa-laptop:before{content:"\f109"} -.fa-tablet:before{content:"\f10a"} -.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} -.fa-circle-o:before{content:"\f10c"} -.fa-quote-left:before{content:"\f10d"} -.fa-quote-right:before{content:"\f10e"} -.fa-spinner:before{content:"\f110"} -.fa-circle:before{content:"\f111"} -.fa-mail-reply:before,.fa-reply:before{content:"\f112"} -.fa-github-alt:before{content:"\f113"} -.fa-folder-o:before{content:"\f114"} -.fa-folder-open-o:before{content:"\f115"} -.fa-smile-o:before{content:"\f118"} -.fa-frown-o:before{content:"\f119"} -.fa-meh-o:before{content:"\f11a"} -.fa-gamepad:before{content:"\f11b"} -.fa-keyboard-o:before{content:"\f11c"} -.fa-flag-o:before{content:"\f11d"} -.fa-flag-checkered:before{content:"\f11e"} -.fa-terminal:before{content:"\f120"} -.fa-code:before{content:"\f121"} -.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} -.fa-location-arrow:before{content:"\f124"} -.fa-crop:before{content:"\f125"} -.fa-code-fork:before{content:"\f126"} -.fa-chain-broken:before,.fa-unlink:before{content:"\f127"} -.fa-question:before{content:"\f128"} -.fa-info:before{content:"\f129"} -.fa-exclamation:before{content:"\f12a"} -.fa-superscript:before{content:"\f12b"} -.fa-subscript:before{content:"\f12c"} -.fa-eraser:before{content:"\f12d"} -.fa-puzzle-piece:before{content:"\f12e"} -.fa-microphone:before{content:"\f130"} -.fa-microphone-slash:before{content:"\f131"} -.fa-shield:before{content:"\f132"} -.fa-calendar-o:before{content:"\f133"} -.fa-fire-extinguisher:before{content:"\f134"} -.fa-rocket:before{content:"\f135"} -.fa-maxcdn:before{content:"\f136"} -.fa-chevron-circle-left:before{content:"\f137"} -.fa-chevron-circle-right:before{content:"\f138"} -.fa-chevron-circle-up:before{content:"\f139"} -.fa-chevron-circle-down:before{content:"\f13a"} -.fa-html5:before{content:"\f13b"} -.fa-css3:before{content:"\f13c"} -.fa-anchor:before{content:"\f13d"} -.fa-unlock-alt:before{content:"\f13e"} -.fa-bullseye:before{content:"\f140"} -.fa-ellipsis-h:before{content:"\f141"} -.fa-ellipsis-v:before{content:"\f142"} -.fa-rss-square:before{content:"\f143"} -.fa-play-circle:before{content:"\f144"} -.fa-ticket:before{content:"\f145"} -.fa-minus-square:before{content:"\f146"} -.fa-minus-square-o:before{content:"\f147"} -.fa-level-up:before{content:"\f148"} -.fa-level-down:before{content:"\f149"} -.fa-check-square:before{content:"\f14a"} -.fa-pencil-square:before{content:"\f14b"} -.fa-external-link-square:before{content:"\f14c"} -.fa-share-square:before{content:"\f14d"} -.fa-compass:before{content:"\f14e"} -.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"} -.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"} -.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"} -.fa-eur:before,.fa-euro:before{content:"\f153"} -.fa-gbp:before{content:"\f154"} -.fa-dollar:before,.fa-usd:before{content:"\f155"} -.fa-inr:before,.fa-rupee:before{content:"\f156"} -.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"} -.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"} -.fa-krw:before,.fa-won:before{content:"\f159"} -.fa-bitcoin:before,.fa-btc:before{content:"\f15a"} -.fa-file:before{content:"\f15b"} -.fa-file-text:before{content:"\f15c"} -.fa-sort-alpha-asc:before{content:"\f15d"} -.fa-sort-alpha-desc:before{content:"\f15e"} -.fa-sort-amount-asc:before{content:"\f160"} -.fa-sort-amount-desc:before{content:"\f161"} -.fa-sort-numeric-asc:before{content:"\f162"} -.fa-sort-numeric-desc:before{content:"\f163"} -.fa-thumbs-up:before{content:"\f164"} -.fa-thumbs-down:before{content:"\f165"} -.fa-youtube-square:before{content:"\f166"} -.fa-youtube:before{content:"\f167"} -.fa-xing:before{content:"\f168"} -.fa-xing-square:before{content:"\f169"} -.fa-youtube-play:before{content:"\f16a"} -.fa-dropbox:before{content:"\f16b"} -.fa-stack-overflow:before{content:"\f16c"} -.fa-instagram:before{content:"\f16d"} -.fa-flickr:before{content:"\f16e"} -.fa-adn:before{content:"\f170"} -.fa-bitbucket:before{content:"\f171"} -.fa-bitbucket-square:before{content:"\f172"} -.fa-tumblr:before{content:"\f173"} -.fa-tumblr-square:before{content:"\f174"} -.fa-long-arrow-down:before{content:"\f175"} -.fa-long-arrow-up:before{content:"\f176"} -.fa-long-arrow-left:before{content:"\f177"} -.fa-long-arrow-right:before{content:"\f178"} -.fa-apple:before{content:"\f179"} -.fa-windows:before{content:"\f17a"} -.fa-android:before{content:"\f17b"} -.fa-linux:before{content:"\f17c"} -.fa-dribbble:before{content:"\f17d"} -.fa-skype:before{content:"\f17e"} -.fa-foursquare:before{content:"\f180"} -.fa-trello:before{content:"\f181"} -.fa-female:before{content:"\f182"} -.fa-male:before{content:"\f183"} -.fa-gittip:before,.fa-gratipay:before{content:"\f184"} -.fa-sun-o:before{content:"\f185"} -.fa-moon-o:before{content:"\f186"} -.fa-archive:before{content:"\f187"} -.fa-bug:before{content:"\f188"} -.fa-vk:before{content:"\f189"} -.fa-weibo:before{content:"\f18a"} -.fa-renren:before{content:"\f18b"} -.fa-pagelines:before{content:"\f18c"} -.fa-stack-exchange:before{content:"\f18d"} -.fa-arrow-circle-o-right:before{content:"\f18e"} -.fa-arrow-circle-o-left:before{content:"\f190"} -.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"} -.fa-dot-circle-o:before{content:"\f192"} -.fa-wheelchair:before{content:"\f193"} -.fa-vimeo-square:before{content:"\f194"} -.fa-try:before,.fa-turkish-lira:before{content:"\f195"} -.fa-plus-square-o:before{content:"\f196"} -.fa-space-shuttle:before{content:"\f197"} -.fa-slack:before{content:"\f198"} -.fa-envelope-square:before{content:"\f199"} -.fa-wordpress:before{content:"\f19a"} -.fa-openid:before{content:"\f19b"} -.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"} -.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"} -.fa-yahoo:before{content:"\f19e"} -.fa-google:before{content:"\f1a0"} -.fa-reddit:before{content:"\f1a1"} -.fa-reddit-square:before{content:"\f1a2"} -.fa-stumbleupon-circle:before{content:"\f1a3"} -.fa-stumbleupon:before{content:"\f1a4"} -.fa-delicious:before{content:"\f1a5"} -.fa-digg:before{content:"\f1a6"} -.fa-pied-piper-pp:before{content:"\f1a7"} -.fa-pied-piper-alt:before{content:"\f1a8"} -.fa-drupal:before{content:"\f1a9"} -.fa-joomla:before{content:"\f1aa"} -.fa-language:before{content:"\f1ab"} -.fa-fax:before{content:"\f1ac"} -.fa-building:before{content:"\f1ad"} -.fa-child:before{content:"\f1ae"} -.fa-paw:before{content:"\f1b0"} -.fa-spoon:before{content:"\f1b1"} -.fa-cube:before{content:"\f1b2"} -.fa-cubes:before{content:"\f1b3"} -.fa-behance:before{content:"\f1b4"} -.fa-behance-square:before{content:"\f1b5"} -.fa-steam:before{content:"\f1b6"} -.fa-steam-square:before{content:"\f1b7"} -.fa-recycle:before{content:"\f1b8"} -.fa-automobile:before,.fa-car:before{content:"\f1b9"} -.fa-cab:before,.fa-taxi:before{content:"\f1ba"} -.fa-tree:before{content:"\f1bb"} -.fa-spotify:before{content:"\f1bc"} -.fa-deviantart:before{content:"\f1bd"} -.fa-soundcloud:before{content:"\f1be"} -.fa-database:before{content:"\f1c0"} -.fa-file-pdf-o:before{content:"\f1c1"} -.fa-file-word-o:before{content:"\f1c2"} -.fa-file-excel-o:before{content:"\f1c3"} -.fa-file-powerpoint-o:before{content:"\f1c4"} -.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"} -.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"} -.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"} -.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} -.fa-file-code-o:before{content:"\f1c9"} -.fa-vine:before{content:"\f1ca"} -.fa-codepen:before{content:"\f1cb"} -.fa-jsfiddle:before{content:"\f1cc"} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"} -.fa-circle-o-notch:before{content:"\f1ce"} -.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"} -.fa-empire:before,.fa-ge:before{content:"\f1d1"} -.fa-git-square:before{content:"\f1d2"} -.fa-git:before{content:"\f1d3"} -.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"} -.fa-tencent-weibo:before{content:"\f1d5"} -.fa-qq:before{content:"\f1d6"} -.fa-wechat:before,.fa-weixin:before{content:"\f1d7"} -.fa-paper-plane:before,.fa-send:before{content:"\f1d8"} -.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"} -.fa-history:before{content:"\f1da"} -.fa-circle-thin:before{content:"\f1db"} -.fa-header:before{content:"\f1dc"} -.fa-paragraph:before{content:"\f1dd"} -.fa-sliders:before{content:"\f1de"} -.fa-share-alt:before{content:"\f1e0"} -.fa-share-alt-square:before{content:"\f1e1"} -.fa-bomb:before{content:"\f1e2"} -.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"} -.fa-tty:before{content:"\f1e4"} -.fa-binoculars:before{content:"\f1e5"} -.fa-plug:before{content:"\f1e6"} -.fa-slideshare:before{content:"\f1e7"} -.fa-twitch:before{content:"\f1e8"} -.fa-yelp:before{content:"\f1e9"} -.fa-newspaper-o:before{content:"\f1ea"} -.fa-wifi:before{content:"\f1eb"} -.fa-calculator:before{content:"\f1ec"} -.fa-paypal:before{content:"\f1ed"} -.fa-google-wallet:before{content:"\f1ee"} -.fa-cc-visa:before{content:"\f1f0"} -.fa-cc-mastercard:before{content:"\f1f1"} -.fa-cc-discover:before{content:"\f1f2"} -.fa-cc-amex:before{content:"\f1f3"} -.fa-cc-paypal:before{content:"\f1f4"} -.fa-cc-stripe:before{content:"\f1f5"} -.fa-bell-slash:before{content:"\f1f6"} -.fa-bell-slash-o:before{content:"\f1f7"} -.fa-trash:before{content:"\f1f8"} -.fa-copyright:before{content:"\f1f9"} -.fa-at:before{content:"\f1fa"} -.fa-eyedropper:before{content:"\f1fb"} -.fa-paint-brush:before{content:"\f1fc"} -.fa-birthday-cake:before{content:"\f1fd"} -.fa-area-chart:before{content:"\f1fe"} -.fa-pie-chart:before{content:"\f200"} -.fa-line-chart:before{content:"\f201"} -.fa-lastfm:before{content:"\f202"} -.fa-lastfm-square:before{content:"\f203"} -.fa-toggle-off:before{content:"\f204"} -.fa-toggle-on:before{content:"\f205"} -.fa-bicycle:before{content:"\f206"} -.fa-bus:before{content:"\f207"} -.fa-ioxhost:before{content:"\f208"} -.fa-angellist:before{content:"\f209"} -.fa-cc:before{content:"\f20a"} -.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"} -.fa-meanpath:before{content:"\f20c"} -.fa-buysellads:before{content:"\f20d"} -.fa-connectdevelop:before{content:"\f20e"} -.fa-dashcube:before{content:"\f210"} -.fa-forumbee:before{content:"\f211"} -.fa-leanpub:before{content:"\f212"} -.fa-sellsy:before{content:"\f213"} -.fa-shirtsinbulk:before{content:"\f214"} -.fa-simplybuilt:before{content:"\f215"} -.fa-skyatlas:before{content:"\f216"} -.fa-cart-plus:before{content:"\f217"} -.fa-cart-arrow-down:before{content:"\f218"} -.fa-diamond:before{content:"\f219"} -.fa-ship:before{content:"\f21a"} -.fa-user-secret:before{content:"\f21b"} -.fa-motorcycle:before{content:"\f21c"} -.fa-street-view:before{content:"\f21d"} -.fa-heartbeat:before{content:"\f21e"} -.fa-venus:before{content:"\f221"} -.fa-mars:before{content:"\f222"} -.fa-mercury:before{content:"\f223"} -.fa-intersex:before,.fa-transgender:before{content:"\f224"} -.fa-transgender-alt:before{content:"\f225"} -.fa-venus-double:before{content:"\f226"} -.fa-mars-double:before{content:"\f227"} -.fa-venus-mars:before{content:"\f228"} -.fa-mars-stroke:before{content:"\f229"} -.fa-mars-stroke-v:before{content:"\f22a"} -.fa-mars-stroke-h:before{content:"\f22b"} -.fa-neuter:before{content:"\f22c"} -.fa-genderless:before{content:"\f22d"} -.fa-facebook-official:before{content:"\f230"} -.fa-pinterest-p:before{content:"\f231"} -.fa-whatsapp:before{content:"\f232"} -.fa-server:before{content:"\f233"} -.fa-user-plus:before{content:"\f234"} -.fa-user-times:before{content:"\f235"} -.fa-bed:before,.fa-hotel:before{content:"\f236"} -.fa-viacoin:before{content:"\f237"} -.fa-train:before{content:"\f238"} -.fa-subway:before{content:"\f239"} -.fa-medium:before{content:"\f23a"} -.fa-y-combinator:before,.fa-yc:before{content:"\f23b"} -.fa-optin-monster:before{content:"\f23c"} -.fa-opencart:before{content:"\f23d"} -.fa-expeditedssl:before{content:"\f23e"} -.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"} -.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} -.fa-battery-2:before,.fa-battery-half:before{content:"\f242"} -.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} -.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} -.fa-mouse-pointer:before{content:"\f245"} -.fa-i-cursor:before{content:"\f246"} -.fa-object-group:before{content:"\f247"} -.fa-object-ungroup:before{content:"\f248"} -.fa-sticky-note:before{content:"\f249"} -.fa-sticky-note-o:before{content:"\f24a"} -.fa-cc-jcb:before{content:"\f24b"} -.fa-cc-diners-club:before{content:"\f24c"} -.fa-clone:before{content:"\f24d"} -.fa-balance-scale:before{content:"\f24e"} -.fa-hourglass-o:before{content:"\f250"} -.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} -.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} -.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} -.fa-hourglass:before{content:"\f254"} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} -.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"} -.fa-hand-scissors-o:before{content:"\f257"} -.fa-hand-lizard-o:before{content:"\f258"} -.fa-hand-spock-o:before{content:"\f259"} -.fa-hand-pointer-o:before{content:"\f25a"} -.fa-hand-peace-o:before{content:"\f25b"} -.fa-trademark:before{content:"\f25c"} -.fa-registered:before{content:"\f25d"} -.fa-creative-commons:before{content:"\f25e"} -.fa-gg:before{content:"\f260"} -.fa-gg-circle:before{content:"\f261"} -.fa-tripadvisor:before{content:"\f262"} -.fa-odnoklassniki:before{content:"\f263"} -.fa-odnoklassniki-square:before{content:"\f264"} -.fa-get-pocket:before{content:"\f265"} -.fa-wikipedia-w:before{content:"\f266"} -.fa-safari:before{content:"\f267"} -.fa-chrome:before{content:"\f268"} -.fa-firefox:before{content:"\f269"} -.fa-opera:before{content:"\f26a"} -.fa-internet-explorer:before{content:"\f26b"} -.fa-television:before,.fa-tv:before{content:"\f26c"} -.fa-contao:before{content:"\f26d"} -.fa-500px:before{content:"\f26e"} -.fa-amazon:before{content:"\f270"} -.fa-calendar-plus-o:before{content:"\f271"} -.fa-calendar-minus-o:before{content:"\f272"} -.fa-calendar-times-o:before{content:"\f273"} -.fa-calendar-check-o:before{content:"\f274"} -.fa-industry:before{content:"\f275"} -.fa-map-pin:before{content:"\f276"} -.fa-map-signs:before{content:"\f277"} -.fa-map-o:before{content:"\f278"} -.fa-map:before{content:"\f279"} -.fa-commenting:before{content:"\f27a"} -.fa-commenting-o:before{content:"\f27b"} -.fa-houzz:before{content:"\f27c"} -.fa-vimeo:before{content:"\f27d"} -.fa-black-tie:before{content:"\f27e"} -.fa-fonticons:before{content:"\f280"} -.fa-reddit-alien:before{content:"\f281"} -.fa-edge:before{content:"\f282"} -.fa-credit-card-alt:before{content:"\f283"} -.fa-codiepie:before{content:"\f284"} -.fa-modx:before{content:"\f285"} -.fa-fort-awesome:before{content:"\f286"} -.fa-usb:before{content:"\f287"} -.fa-product-hunt:before{content:"\f288"} -.fa-mixcloud:before{content:"\f289"} -.fa-scribd:before{content:"\f28a"} -.fa-pause-circle:before{content:"\f28b"} -.fa-pause-circle-o:before{content:"\f28c"} -.fa-stop-circle:before{content:"\f28d"} -.fa-stop-circle-o:before{content:"\f28e"} -.fa-shopping-bag:before{content:"\f290"} -.fa-shopping-basket:before{content:"\f291"} -.fa-hashtag:before{content:"\f292"} -.fa-bluetooth:before{content:"\f293"} -.fa-bluetooth-b:before{content:"\f294"} -.fa-percent:before{content:"\f295"} -.fa-gitlab:before{content:"\f296"} -.fa-wpbeginner:before{content:"\f297"} -.fa-wpforms:before{content:"\f298"} -.fa-envira:before{content:"\f299"} -.fa-universal-access:before{content:"\f29a"} -.fa-wheelchair-alt:before{content:"\f29b"} -.fa-question-circle-o:before{content:"\f29c"} -.fa-blind:before{content:"\f29d"} -.fa-audio-description:before{content:"\f29e"} -.fa-volume-control-phone:before{content:"\f2a0"} -.fa-braille:before{content:"\f2a1"} -.fa-assistive-listening-systems:before{content:"\f2a2"} -.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"} -.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"} -.fa-glide:before{content:"\f2a5"} -.fa-glide-g:before{content:"\f2a6"} -.fa-sign-language:before,.fa-signing:before{content:"\f2a7"} -.fa-low-vision:before{content:"\f2a8"} -.fa-viadeo:before{content:"\f2a9"} -.fa-viadeo-square:before{content:"\f2aa"} -.fa-snapchat:before{content:"\f2ab"} -.fa-snapchat-ghost:before{content:"\f2ac"} -.fa-snapchat-square:before{content:"\f2ad"} -.fa-pied-piper:before{content:"\f2ae"} -.fa-first-order:before{content:"\f2b0"} -.fa-yoast:before{content:"\f2b1"} -.fa-themeisle:before{content:"\f2b2"} -.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} -.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} -.fa-handshake-o:before{content:"\f2b5"} -.fa-envelope-open:before{content:"\f2b6"} -.fa-envelope-open-o:before{content:"\f2b7"} -.fa-linode:before{content:"\f2b8"} -.fa-address-book:before{content:"\f2b9"} -.fa-address-book-o:before{content:"\f2ba"} -.fa-address-card:before,.fa-vcard:before{content:"\f2bb"} -.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"} -.fa-user-circle:before{content:"\f2bd"} -.fa-user-circle-o:before{content:"\f2be"} -.fa-user-o:before{content:"\f2c0"} -.fa-id-badge:before{content:"\f2c1"} -.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} -.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} -.fa-quora:before{content:"\f2c4"} -.fa-free-code-camp:before{content:"\f2c5"} -.fa-telegram:before{content:"\f2c6"} -.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} -.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} -.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} -.fa-shower:before{content:"\f2cc"} -.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"} -.fa-podcast:before{content:"\f2ce"} -.fa-window-maximize:before{content:"\f2d0"} -.fa-window-minimize:before{content:"\f2d1"} -.fa-window-restore:before{content:"\f2d2"} -.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} -.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} -.fa-bandcamp:before{content:"\f2d5"} -.fa-grav:before{content:"\f2d6"} -.fa-etsy:before{content:"\f2d7"} -.fa-imdb:before{content:"\f2d8"} -.fa-ravelry:before{content:"\f2d9"} -.fa-eercast:before{content:"\f2da"} -.fa-microchip:before{content:"\f2db"} -.fa-snowflake-o:before{content:"\f2dc"} -.fa-superpowers:before{content:"\f2dd"} -.fa-wpexplorer:before{content:"\f2de"} -.fa-meetup:before{content:"\f2e0"} -.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} -.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -.webix_strong{font-weight:700;white-space:nowrap} -.webix_light{color:#666d73} -.webix_debug div{border:1px solid orange;background-color:#FF9;color:#000} -.webix_debug{background-color:#ff9;border:1px solid #ff9} -.webix_input_icon,.webix_view{box-sizing:content-box} -.webix_view.webix_el_label{box-sizing:border-box} -.webix_inp_label,.webix_inp_top_label,.webix_label_right{margin-bottom:0} -.webix_view table{border-collapse:initial} \ No newline at end of file diff --git a/v3/js/libs/webix/sources/.eslintrc.json b/v3/js/libs/webix/sources/.eslintrc.json deleted file mode 100644 index c70b0fe..0000000 --- a/v3/js/libs/webix/sources/.eslintrc.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "env": { - "browser": true, - "es6": true - }, - "extends": "eslint:recommended", - "parserOptions": { - "sourceType": "module" - }, - "globals": { - "DEBUG":true - }, - "rules": { - "no-constant-condition":0, - "indent": [ - "error", - "tab", - {"SwitchCase":1} - ], - "quotes": [ - "error", - "double" - ], - "semi": [ - "error", - "always" - ] - } -} \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/activecontent.js b/v3/js/libs/webix/sources/core/activecontent.js deleted file mode 100644 index aa32136..0000000 --- a/v3/js/libs/webix/sources/core/activecontent.js +++ /dev/null @@ -1,164 +0,0 @@ -import state from "../core/state"; -import env from "../webix/env"; -import {bind, isUndefined} from "../webix/helpers"; -import {ui, $$} from "../ui/core"; -import {_event} from "../webix/htmlevents"; - - -const ActiveContent = { - $init:function(config){ - if (config.activeContent){ - this.$ready.push(this._init_active_content_list); - - this._active_holders = {}; - this._active_holders_item = {}; - this._active_holders_values = {}; - this._active_references = {}; - - for (var key in config.activeContent){ - this[key] = this._bind_active_content(key); - if (config.activeContent[key].earlyInit){ - var temp = state._parent_cell; state._parent_cell = null; - this[key].call(this,{},this, config.activeContent); - state._parent_cell=temp; - } - } - } - }, - _destructActiveContent: function(){ - for(var key in this._active_references){ - var elem = this._active_references[key]; - if(elem.destructor) - elem.destructor(); - } - }, - _init_active_content_list:function(){ - this.attachEvent("onDestruct",bind(this._destructActiveContent,this)); - - _event(this.$view, "blur", function(ev){ - var target = ev.target || ev.srcElement; - - // for inputs only - if(target.tagName != "BUTTON"){ - var el = $$(ev); - if (el && el !== this && el.getValue && el.setValue){ - el.getNode(ev); - - var newvalue = el.getValue(); - if (newvalue != el._settings.value) - el.setValue(newvalue); - } - } - }, {bind:this, capture: true}); - - if (this.filter){ - for (var key in this._settings.activeContent){ - this.type[key] = this[key]; - this[key] = this._locate_active_content_by_id(key); - } - //really bad! - this.attachEvent("onBeforeRender", function(){ - this.type.masterUI = this; - }); - this.type.masterUI = this; - } - }, - _locate_active_content_by_id:function(key){ - return function(id){ - var button = this._active_references[key]; - var button_id = button._settings.id; - var html = this.getItemNode(id).getElementsByTagName("DIV"); - for (var i=0; i < html.length; i++) { - if (html[i].getAttribute(/*@attr*/"view_id") == button_id){ - button._viewobj = button._dataobj = html[i]; - break; - } - } - return button; - }; - }, - _get_active_node:function(el, key, master){ - return function(e){ - if (e){ - var trg=e.target||e.srcElement; - while (trg){ - if (trg.getAttribute && trg.getAttribute(/*@attr*/"view_id")){ - master._setActiveContentView(el,trg); - if (master.locate){ - var id = master.locate(trg.parentNode); - var value = master._active_holders_values[key][id]; - el._settings.value = value; - el._settings.$masterId = id; - } - return trg; - } - trg = trg.parentNode; - } - } - return el._viewobj; - }; - }, - _set_new_active_value:function(key, master){ - return function(value){ - var data = master.data; - if (master.filter){ - var id = master.locate(this._viewobj.parentNode); - data = master.getItem(id); - //XMLSerializer - FF "feature" - this.refresh(); - master._active_holders_item[key][id]=this._viewobj.outerHTML||(new XMLSerializer().serializeToString(this._viewobj)); - master._active_holders_values[key][id] = value; - } - if(data) - data[key] = value; - }; - }, - _bind_active_content:function(key){ - return function(obj, common, active){ - var object = common._active_holders?common:common.masterUI; - - if (!object._active_holders[key]){ - let d = document.createElement("DIV"); - - active = active || object._settings.activeContent; - let el = ui(active[key], d); - - if (env.isIE8){ - d.firstChild.setAttribute("onclick", "event.processed = true; event.srcElement.w_view = '"+el._settings.id+"';"); - } else { - d.firstChild.setAttribute("onclick", "event.processed = true; "); - } - - el.getNode = object._get_active_node(el, key, object); - - el.attachEvent("onChange", object._set_new_active_value(key, object)); - - object._active_references[key] = el; - object._active_holders[key] = d.innerHTML; - object._active_holders_item[key] = {}; - object._active_holders_values[key] = {}; - el.$activeEl = el.$view; - } - if (object.filter && obj[key] != object._active_holders_values[key] && !isUndefined(obj[key])){ - let el = object._active_references[key]; - el.blockEvent(); - object._setActiveContentView(el,el.$activeEl); - //in IE we can lost content of active element during parent repainting - if (!el.$view.firstChild) el.refresh(); - el.setValue(obj[key]); - el.refresh(); - el.unblockEvent(); - - object._active_holders_values[key][obj.id] = obj[key]; - object._active_holders_item[key][obj.id] = el._viewobj.outerHTML||(new XMLSerializer().serializeToString(el._viewobj)); - } - - return object._active_holders_item[key][obj.id]||object._active_holders[key]; - }; - }, - _setActiveContentView: function(el,view){ - el._dataobj = el._viewobj = el.$view = view; - } -}; - -export default ActiveContent; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/atomdataloader.js b/v3/js/libs/webix/sources/core/atomdataloader.js deleted file mode 100644 index 7ef3f48..0000000 --- a/v3/js/libs/webix/sources/core/atomdataloader.js +++ /dev/null @@ -1,224 +0,0 @@ -import promise from "../thirdparty/promiz"; -import proxy from "../load/proxy"; -import DataDriver from "../load/drivers/index"; - - -import {ajax} from "../load/ajax"; - -import {bind} from "../webix/helpers"; -import {callEvent} from "../webix/customevents"; - -const silentErrorMarker = {}; - -const AtomDataLoader={ - $init:function(config){ - //prepare data store - this.data = {}; - this.waitData = promise.defer(); - - if (config) - this._settings.datatype = config.datatype||"json"; - this.$ready.push(this._load_when_ready); - }, - _load_when_ready:function(){ - this._ready_for_data = true; - - if (this._settings.url) - this.url_setter(this._settings.url); - if (this._settings.data) - this.data_setter(this._settings.data); - }, - url_setter:function(value){ - value = proxy.$parse(value); - - if (!this._ready_for_data) return value; - this.load(value, this._settings.datatype); - return value; - }, - data_setter:function(value){ - if (!this._ready_for_data) return value; - this.parse(value, this._settings.datatype); - return true; - }, - //loads data from external URL - load:function(url,call,details,clear){ - let type; - if (typeof call == "string"){ //second parameter can be a loading type or callback - //we are not using setDriver as data may be a non-datastore here - type = call; - call = arguments[2]; - } - - const d = this._fetch(url, type, details||null); - if (d && d.then) - return d.then(data => { - this._onLoad(data, clear); - if (call) - ajax.$callback(this, call, "", data, -1); - return data; - }, x => this._onLoadError(x)); - }, - _fetch:function(url, type, details){ - var result; - - if (type || !this.data.driver) - this.data.driver = DataDriver[type||"json"]; - - if(!this.callEvent("onBeforeLoad",[])) - return promise.reject(); - - //proxy - url = proxy.$parse(url); - if (url.$proxy && url.load){ - result = url.load(this, details); - } - //promize - else if (typeof url === "function"){ - result = url.call(this, details); - } - //normal url - else { - result = ajax().bind(this).get(url); - } - - //we wrap plain data in promise to keep the same processing for it - if(result && !result.then){ - result = promise.resolve(result); - } - - const gen = this._data_generation; - if(result && result.then){ - return result.then((data) => { - // component destroyed, or clearAll was issued - if (this.$destructed || (gen && this._data_generation !== gen)) - // by returning rejection we are preventing the further executing chain - // if user have used list.load(data).then(do_something) - // the do_something will not be executed - // the error handler may be triggered though - return promise.reject(silentErrorMarker); - - return data; - }); - } - return result; - }, - //loads data from object - parse:function(data,type,clear){ - if (data && typeof data.then == "function"){ - const generation = this._data_generation; - // component destroyed, or clearAll was issued - return data.then(bind(function(data){ - if (this.$destructed || (generation && this._data_generation !== generation)) - return promise.reject(); - this.parse(data, type, clear); - }, this)); - } - - //loading data from other component - if (data && data.sync && this.sync) - this._syncData(data); - else if(!this.callEvent("onBeforeLoad",[])) - return promise.reject(); - else { - if(type || !this.data.driver) - this.data.driver = DataDriver[type||"json"]; - this._onLoad(data, clear); - } - - return promise.resolve(); - }, - _syncData: function(data){ - if(this.data && this.data.attachEvent) - this.data.attachEvent("onSyncApply",bind(function(){ - if(this._call_onready) - this._call_onready(); - },this)); - - this.sync(data); - }, - _parse:function(data){ - var parsed, record, - driver = this.data.driver; - - record = driver.getRecords(data)[0]; - parsed = record?driver.getDetails(record):{}; - - if (this.setValues) - this.setValues(parsed, false, "auto"); - else - this.data = parsed; - }, - _onLoadContinue:function(data, clear){ - if (data){ - if (!this.$onLoad || !this.$onLoad(data, this.data.driver, clear)){ - if (this.data && this.data._parse) { - if (clear) this.data.clearAll(true); - this.data._parse(data); //datastore - } else { - if (clear) this.clearAll(true); - this._parse(data); - } - } - } else - this._onLoadError(data); - - //data loaded, view rendered, call onready handler - if(this._call_onready) - this._call_onready(); - - this.callEvent("onAfterLoad",[]); - this.waitData.resolve(); - }, - //default after loading callback - _onLoad:function(data, clear){ - // webix loading object or uploaded file structure - if (data && typeof data.text === "function" && !data.name){ - data = data.text(); - } - - data = this.data.driver.toObject(data); - if(data && data.then) - data.then(data => this._onLoadContinue(data, clear)); - else - this._onLoadContinue(data, clear); - }, - _onLoadError:function(xhttp){ - if (xhttp !== silentErrorMarker){ - //ignore error for dead components - if (!this.$destructed){ - this.callEvent("onAfterLoad",[]); - this.callEvent("onLoadError",arguments); - } - - callEvent("onLoadError", [xhttp, this]); - } - return promise.reject(xhttp); - }, - _check_data_feed:function(data){ - if (!this._settings.dataFeed || this._ignore_feed || !data) - return true; - - var url = this._settings.dataFeed; - if (typeof url == "function") - return url.call(this, (data.id||data), data); - - url = url+(url.indexOf("?")==-1?"?":"&")+"action=get&id="+encodeURIComponent(data.id||data); - if(!this.callEvent("onBeforeLoad",[])) - return false; - - ajax(url, function(text,xml,loader){ - this._ignore_feed = true; - var driver = DataDriver.json; - var data = driver.toObject(text, xml); - if (data) - this.setValues(driver.getDetails(driver.getRecords(data)[0]), false, "auto"); - else - this._onLoadError(loader); - this._ignore_feed = false; - this.callEvent("onAfterLoad",[]); - }, this); - return false; - } -}; - -export default AtomDataLoader; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/atomrender.js b/v3/js/libs/webix/sources/core/atomrender.js deleted file mode 100644 index 6774299..0000000 --- a/v3/js/libs/webix/sources/core/atomrender.js +++ /dev/null @@ -1,57 +0,0 @@ -import {bind} from "../webix/helpers"; -import template from "../webix/template"; - - -const AtomRender={ - //convert item to the HTML text - _toHTML:function(obj){ - if (obj.$empty ) - return ""; - return this._settings.template(obj, this); - }, - //render self, by templating data object - render:function(){ - var cfg = this._settings; - if (this.isVisible(cfg.id)){ - if (!this.callEvent || this.callEvent("onBeforeRender",[this.data])){ - if (this.data && !cfg.content){ - //it is critical to have this as two commands - //its prevent destruction race in Chrome - this._dataobj.innerHTML = ""; - this._dataobj.innerHTML = this._toHTML(this.data); - } - if (this.callEvent) this.callEvent("onAfterRender",[]); - } - return true; - } - return false; - }, - sync:function(source){ - this._backbone_sync = false; - if (source.name != "DataStore"){ - if (source.data && source.data.name == "DataStore"){ - source = source.data; - } else { - this._backbone_sync = true; - } - } - - if (this._backbone_sync) - source.bind("change", bind(function(data){ - if (data.id == this.data.id){ - this.data = data.attributes; - this.refresh(); - } - }, this)); - else - source.attachEvent("onStoreUpdated", bind(function(id){ - if (!id || id == this.data.id){ - this.data = source.pull[id]; - this.refresh(); - } - }, this)); - }, - template_setter:template -}; - -export default AtomRender; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/autoscroll.js b/v3/js/libs/webix/sources/core/autoscroll.js deleted file mode 100644 index c8b7123..0000000 --- a/v3/js/libs/webix/sources/core/autoscroll.js +++ /dev/null @@ -1,81 +0,0 @@ -import {offset} from "../webix/html"; -import {delay} from "../webix/helpers"; - - -const AutoScroll = { - _auto_scroll:function(pos){ - let yScroll, xScroll; - let mode = this._settings.dragscroll; - - if (typeof mode !== "string") - mode = this._settings.layout||"xy"; - xScroll = mode.indexOf("x") !== -1; - yScroll = mode.indexOf("y") !== -1; - - const data = this._body || this.$view; - const box = offset(data); - - const sense = Math.max((this._settings.rowHeight||(this.type&&!isNaN(parseFloat(this.type.height))?this.type.height:0))+5, 40); //dnd auto-scroll sensivity - let reset = false; - - if (yScroll && this._auto_y_scroll(pos, box, sense) ) reset = true; - if (xScroll && this._auto_x_scroll(pos, box, sense) ) reset = true; - - if (reset) - this._auto_scroll_delay = delay(this._auto_scroll, this, [pos], 100); - }, - _auto_scroll_column:function(pos){ - const mode = this._settings.dragscroll; - if (typeof mode === "string" && mode.indexOf("x") === -1) - return; - - const data = this._header || this.$view; - const box = offset(data); - - const sense = Math.max(this._settings.headerRowHeight||0, 40); - if ( this._auto_x_scroll(pos, box, sense) ) - this._auto_scroll_delay = delay(this._auto_scroll_column, this, [pos], 100); - }, - _auto_y_scroll:function(pos, box, sense){ - let top = box.y; - let bottom = top + box.height; - const scroll = this.getScrollState(); - - const config = this._settings; - if(config.topSplit){ - const topSplitPos = this._cellPosition(this.getIdByIndex(config.topSplit-1), this.columnId(0)); - top += topSplitPos.top + topSplitPos.height; - } - - if (pos.y < (top + sense)){ - return this._auto_scrollTo(scroll.x, scroll.y-sense*2, pos, "y"); - } else if (pos.y > bottom - sense){ - return this._auto_scrollTo(scroll.x, scroll.y+sense*2, pos, "y"); - } - return false; - }, - _auto_x_scroll:function(pos, box, sense){ - let left = box.x; - let right = left + box.width; - const scroll = this.getScrollState(); - - if (pos.x < (left + sense)){ - return this._auto_scrollTo(scroll.x-sense*2, scroll.y, pos, "x"); - } else if (pos.x > right - sense){ - return this._auto_scrollTo(scroll.x+sense*2, scroll.y, pos, "x"); - } - return false; - }, - _auto_scrollTo:function(x, y, pos, mode){ - if (this.callEvent("onBeforeAutoScroll", [pos])){ - this.scrollTo(x, y); - this.callEvent("onAfterAutoScroll", []); - - const scroll = this.getScrollState(); - return Math.abs((mode === "x" ? x : y) - scroll[mode]) < 1; - } - return false; - } -}; - -export default AutoScroll; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/autotooltip.js b/v3/js/libs/webix/sources/core/autotooltip.js deleted file mode 100644 index e880d1f..0000000 --- a/v3/js/libs/webix/sources/core/autotooltip.js +++ /dev/null @@ -1,78 +0,0 @@ -import {pos as getPos} from "../webix/html"; -import {delay, extend, isUndefined} from "../webix/helpers"; -import TooltipControl from "../core/tooltipcontrol"; - -//indirect UI import -import "../views/tooltip"; - -/* - Behavior: AutoTooltip - links tooltip to data driven item -*/ - -const AutoTooltip = { - tooltip_setter:function(value){ - if (value){ - if (typeof value === "function" || typeof value === "string") - value = { template:value }; - if (typeof value !== "object") - value = {}; - - if (value.overflow && isUndefined(value.template)) - value.template = ""; - - this._init_tooltip_once(); - return value; - } else if (this._settings.tooltip) - return { template:"" }; - }, - _init_tooltip_once:function(){ - TooltipControl.addTooltip(this); - this.attachEvent("onDestruct",function(){ - TooltipControl.removeTooltip(this); - }); - this.attachEvent("onAfterScroll", function(){ - if (TooltipControl._tooltip_exist) - TooltipControl._hide_tooltip(); - }); - - this._init_tooltip_once = function(){}; - }, - $tooltipIn:function(t){ - let tooltip = TooltipControl._tooltip; - let def = extend({dx:20, dy:0, template:"{obj.value}", css:""}, this._settings.tooltip, true); - - tooltip.define( def ); - return t; - }, - $tooltipOut:function(){ - TooltipControl._hide_tooltip(); - return null; - }, - $tooltipMove:function(t,e,c){ - const tooltip = this._settings.tooltip; - const overflow = !tooltip || isUndefined(tooltip.overflow) ? TooltipControl.overflow : tooltip.overflow; - const time = !tooltip || isUndefined(tooltip.delay) ? TooltipControl.delay : tooltip.delay; - const text = overflow ? c.overflow : c.first; - - if (time > 0) - TooltipControl._hide_tooltip(); - TooltipControl._before_show_delay = delay(this._show_tooltip, this, [t, e, text], time); - }, - _show_tooltip:function(t,e,text){ - const data = text || this._get_tooltip_data(t,e); - if (!data || !this.isVisible()) - return; - TooltipControl._tooltip.show(data, getPos(e)); - }, - _get_tooltip_data:function(t,e){ - if (this.locate && this.getItem){ - let id = this.locate(e); - if (!id) return null; - - return this.getItem(id); - } - return this._settings; - } -}; - -export default AutoTooltip; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/basebind.js b/v3/js/libs/webix/sources/core/basebind.js deleted file mode 100644 index 5bcf3eb..0000000 --- a/v3/js/libs/webix/sources/core/basebind.js +++ /dev/null @@ -1,84 +0,0 @@ -import {extend, bind} from "../webix/helpers"; - -import {$$} from "../ui/core"; - -import BindSource from "./bindsource"; -import EventSystem from "./eventsystem"; - -const BaseBind = { - bind:function(target, rule, format){ - if (!this.attachEvent) - extend(this, EventSystem); - - if (typeof target == "string") - target = $$(target); - - if (target._initBindSource) target._initBindSource(); - if (this._initBindSource) this._initBindSource(); - - if (!target.getBindData) - extend(target, BindSource); - - this._bind_ready(); - - target.addBind(this._settings.id, rule, format); - this._bind_source = target._settings.id; - this._bind_id = this._settings.id; - - //FIXME - check for touchable is not the best solution, to detect necessary event - this._bind_refresh_handler = this.attachEvent(this.touchable?"onAfterRender":"onBindRequest", function(){ - return target.getBindData(this._bind_id); - }); - - if (this.refresh && this.isVisible(this._bind_id)) - this.refresh(); - }, - unbind:function(){ - if (this._bind_source){ - var target = $$(this._bind_source); - if (target) - target.removeBind(this._bind_id); - this.detachEvent(this._bind_refresh_handler); - this._bind_source = this._bind_refresh_handler = null; - } - }, - _bind_ready:function(){ - var config = this._settings; - if (this.filter){ - var key = config.id; - this.data._on_sync = bind(function(){ - $$(this._bind_source)._bind_updated[key] = false; - }, this); - } - - var old_render = this.render; - this.render = function(){ - if (this._in_bind_processing) return; - - this._in_bind_processing = true; - var result = this.callEvent("onBindRequest"); - this._in_bind_processing = false; - - return old_render.apply(this, ((result === false)?arguments:[])); - }; - - if (this.getValue||this.getValues) - this.save = function(data){ - var source = $$(this._bind_source); - if (data) - source.setBindData(data); - else { - if (this.validate && !this.validate()) return false; - var values = this.getValue?this.getValue:this.getValues(); - source.setBindData(values,this._settings.id); - //reset form, so it will be counted as saved - if (this.setDirty) - this.setDirty(false); - } - }; - - this._bind_ready = function(){}; - } -}; - -export default BaseBind; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/bind.js b/v3/js/libs/webix/sources/core/bind.js deleted file mode 100644 index e69de29..0000000 diff --git a/v3/js/libs/webix/sources/core/bindsource.js b/v3/js/libs/webix/sources/core/bindsource.js deleted file mode 100644 index fc7040a..0000000 --- a/v3/js/libs/webix/sources/core/bindsource.js +++ /dev/null @@ -1,107 +0,0 @@ -import {extend, clone} from "../webix/helpers"; - -import {$$} from "../ui/core"; - -import CollectionBind from "./collectionbind"; -import ValueBind from "./valuebind"; -import RecordBind from "./recordbind"; - -const BindSource = { - $init:function(){ - this._bind_hash = {}; //rules per target - this._bind_updated = {}; //update flags - this._ignore_binds = {}; - - //apply specific bind extension - this._bind_specific_rules(this); - }, - saveBatch:function(code){ - this._do_not_update_binds = true; - code.call(this); - this._do_not_update_binds = false; - this._update_binds(); - }, - setBindData:function(data, key){ - //save called, updating master data - if (key) - this._ignore_binds[key] = true; - - if (this.setValue) - this.setValue(data, "auto"); - else if (this.setValues) - this.setValues(data, false, "auto"); - else { - var id = this.getCursor(); - if (id) - this.updateItem(id, data); - else - this.add(data); - } - this.callEvent("onBindUpdate", [data, key]); - if (this.save) - this.save(); - - if (key) - this._ignore_binds[key] = false; - }, - //fill target with data - getBindData:function(key, update){ - //fire only if we have data updates from the last time - if (this._bind_updated[key]) return false; - var target = $$(key); - //fill target only when it visible - if (target.isVisible(target._settings.id)){ - this._bind_updated[key] = true; - this._bind_update(target, this._bind_hash[key][0], this._bind_hash[key][1]); //trigger component specific updating logic - if (update && target.filter) - target.refresh(); - } - }, - //add one more bind target - addBind:function(source, rule, format){ - this._bind_hash[source] = [rule, format]; - }, - removeBind:function(source){ - delete this._bind_hash[source]; - delete this._bind_updated[source]; - delete this._ignore_binds[source]; - }, - //returns true if object belong to "collection" type - _bind_specific_rules:function(obj){ - if (obj.filter) - extend(this, CollectionBind); - else if (obj.setValue) - extend(this, ValueBind); - else - extend(this, RecordBind); - }, - //inform all binded objects, that source data was updated - _update_binds:function(){ - if (!this._do_not_update_binds) - for (var key in this._bind_hash){ - if (this._ignore_binds[key]) continue; - this._bind_updated[key] = false; - this.getBindData(key, true); - } - }, - //copy data from source to the target - _bind_update_common:function(target, rule, data){ - if (target.setValue) - target.setValue((data&&rule)?data[rule]:data,"auto"); - else if (!target.filter){ - if (!data && target.clear) - target.clear("auto"); - else { - if (target._check_data_feed(data)) - target.setValues(clone(data), false, "auto"); - } - } else { - target.data.silent(function(){ - this.filter(rule,data); - }); - } - target.callEvent("onBindApply", [data,rule,this]); - } -}; - -export default BindSource; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/canvas.js b/v3/js/libs/webix/sources/core/canvas.js deleted file mode 100644 index 38cdef8..0000000 --- a/v3/js/libs/webix/sources/core/canvas.js +++ /dev/null @@ -1,142 +0,0 @@ -import {create, remove} from "../webix/html"; -import {isUndefined, toNode} from "../webix/helpers"; -import {proto} from "../ui/core"; - -const Canvas = proto({ - $init:function(container){ - this._canvas_labels = []; - this._canvas_series = (!isUndefined(container.series)?container.series:container.name); - this._obj = toNode(container.container||container); - var width = container.width*(window.devicePixelRatio||1); - var height = container.height*(window.devicePixelRatio||1); - var style = container.style||""; - style += ";width:"+container.width+"px;height:"+container.height+"px;"; - this._prepareCanvas(container.name, style ,width, height, container.title); - }, - _prepareCanvas:function(name,style,x,y, title){ - //canvas has the same size as master object - this._canvas = create("canvas",{ title:title, width:x, height:y, canvas_id:name, style:(style||"")}); - this._obj.appendChild(this._canvas); - return this._canvas; - }, - getCanvas:function(context){ - var ctx = (this._canvas||this._prepareCanvas(this._contentobj)).getContext(context||"2d"); - if(!this._webixDevicePixelRatio){ - this._webixDevicePixelRatio = true; - ctx.scale(window.devicePixelRatio||1, window.devicePixelRatio||1); - } - return ctx; - }, - _resizeCanvas:function(x, y){ - if (this._canvas){ - this._canvas.setAttribute("width", x*(window.devicePixelRatio||1)); - this._canvas.setAttribute("height", y*(window.devicePixelRatio||1)); - this._canvas.style.width = x+"px"; - this._canvas.style.height = y+"px"; - this._webixDevicePixelRatio = false; - } - }, - renderText:function(x,y,text,css,w){ - if (!text) return; //ignore empty text - if (w) w = Math.max(w,0); - if (y) y = Math.max(y,0); - var t = create("DIV",{ - "class":"webix_canvas_text"+(css?(" "+css):""), - "style":"left:"+x+"px; top:"+y+"px;", - "aria-hidden":"true" - },text); - this._obj.appendChild(t); - this._canvas_labels.push(t); //destructor? - if (w) - t.style.width = w+"px"; - return t; - }, - renderTextAt:function(valign,align, x,y,t,c,w){ - var text=this.renderText.call(this,x,y,t,c,w); - if (text){ - if (valign){ - if(valign == "middle") - text.style.top = parseInt(y-text.offsetHeight/2,10) + "px"; - else - text.style.top = y-text.offsetHeight + "px"; - } - if (align){ - if(align == "left") - text.style.left = x-text.offsetWidth + "px"; - else - text.style.left = parseInt(x-text.offsetWidth/2,10) + "px"; - } - } - return text; - }, - clearCanvas:function(skipMap){ - var areas=[]; - - remove(this._canvas_labels); - this._canvas_labels = []; - - if (!skipMap&&this._obj._htmlmap){ - - //areas that correspond this canvas layer - areas = this._getMapAreas(); - //removes areas of this canvas - while(areas.length){ - areas[0].parentNode.removeChild(areas[0]); - areas.splice(0,1); - } - areas = null; - - //removes _htmlmap object if all its child nodes are removed - if(!this._obj._htmlmap.getElementsByTagName("AREA").length){ - this._obj._htmlmap.parentNode.removeChild(this._obj._htmlmap); - this._obj._htmlmap = null; - } - } - //FF breaks, when we are using clear canvas and call clearRect without parameters - //width|height are used insead of offsetWidth|offsetHeight for hidden canvas (series) - this.getCanvas().clearRect(0,0, - this._canvas.offsetWidth||Math.floor(this._canvas.width/(window.devicePixelRatio||1)), - this._canvas.offsetHeight||Math.floor(this._canvas.height/(window.devicePixelRatio||1)) - ); - }, - toggleCanvas:function(){ - this._toggleCanvas(this._canvas.style.display=="none"); - }, - showCanvas:function(){ - this._toggleCanvas(true); - }, - hideCanvas:function(){ - this._toggleCanvas(false); - }, - _toggleCanvas:function(show){ - var areas, i; - - for(i=0; i < this._canvas_labels.length;i++) - this._canvas_labels[i].style.display = (show?"":"none"); - - if (this._obj._htmlmap){ - areas = this._getMapAreas(); - for( i = 0; i < areas.length; i++){ - if(show) - areas[i].removeAttribute("disabled"); - else - areas[i].setAttribute("disabled","true"); - } - } - //FF breaks, when we are using clear canvas and call clearRect without parameters - this._canvas.style.display = (show?"":"none"); - }, - _getMapAreas:function(){ - var res = [], areas, i; - areas = this._obj._htmlmap.getElementsByTagName("AREA"); - for(i = 0; i < areas.length; i++){ - if(areas[i].getAttribute("userdata") == this._canvas_series){ - res.push(areas[i]); - } - } - - return res; - } -}); - -export default Canvas; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/codeparser.js b/v3/js/libs/webix/sources/core/codeparser.js deleted file mode 100644 index 84d57eb..0000000 --- a/v3/js/libs/webix/sources/core/codeparser.js +++ /dev/null @@ -1,46 +0,0 @@ -import {isDate, isArray} from "../webix/helpers"; - -const CodeParser = { - //converts a complex object into an object with primitives properties - collapseNames:function(base, prefix, data, filter){ - data = data || {}; - prefix = prefix || ""; - filter = filter || function(){ return true; }; - - if(!base || typeof base != "object") - return null; - - for(var prop in base){ - let value = base[prop]; - let name = prefix+prop; - if(value && typeof value == "object" && !isDate(value) && !isArray(value) && filter(name)){ - CodeParser.collapseNames(value, name+".", data, filter); - } else { - data[name] = value; - } - } - return data; - }, - - //converts an object with primitive properties into an object with complex properties - expandNames:function(base){ - var data = {}, - i, lastIndex, name, obj, prop; - - for(prop in base){ - name = prop.split("."); - lastIndex = name.length-1; - obj = data; - for( i =0; i < lastIndex; i++ ){ - if(!obj[name[i]]) - obj[name[i]] = {}; - obj = obj[name[i]]; - } - obj[name[lastIndex]] = base[prop]; - } - - return data; - } -}; - -export default CodeParser; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/collectionbind.js b/v3/js/libs/webix/sources/core/collectionbind.js deleted file mode 100644 index dccfaae..0000000 --- a/v3/js/libs/webix/sources/core/collectionbind.js +++ /dev/null @@ -1,65 +0,0 @@ -import {bind} from "../webix/helpers"; - -const CollectionBind={ - $init:function(){ - this._cursor = null; - this.attachEvent("onSelectChange", function(){ - var sel = this.getSelectedId(); - this.setCursor(sel?(sel.id||sel):null); - }); - this.attachEvent("onAfterCursorChange", this._update_binds); - this.attachEvent("onAfterDelete", function(id){ - if (id == this.getCursor()) - this.setCursor(null); - }); - this.data.attachEvent("onStoreUpdated", bind(function(id, data, mode){ - //paint - ignored - //delete - handled by onAfterDelete above - if (id && id == this.getCursor() && mode != "paint" && mode != "delete") - this._update_binds(); - - },this)); - this.data.attachEvent("onClearAll", bind(function(){ - this._cursor = null; - },this)); - this.data.attachEvent("onIdChange", bind(function(oldid, newid){ - if (this._cursor == oldid){ - this._cursor = newid; - this._update_binds(); - } - },this)); - }, - refreshCursor:function(){ - if (this._cursor) - this.callEvent("onAfterCursorChange",[this._cursor]); - }, - setCursor:function(id){ - if (id == this._cursor || (id !== null && !this.getItem(id))) return; - - this.callEvent("onBeforeCursorChange", [this._cursor]); - this._cursor = id; - this.callEvent("onAfterCursorChange",[id]); - }, - getCursor:function(){ - return this._cursor; - }, - _bind_update:function(target, rule, format){ - if (rule == "$level" && this.data.getBranch) - return (target.data || target).importData(this.data.getBranch(this.getCursor())); - - var data = this.getItem(this.getCursor())|| this._settings.defaultData || null; - if (rule == "$data"){ - if (typeof format === "function") - format.call(target, data, this); - else - target.data.importData(data?data[format]:[]); - target.callEvent("onBindApply", [data,rule,this]); - } else { - if (format) - data = format(data); - this._bind_update_common(target, rule, data); - } - } -}; - -export default CollectionBind; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/contexthelper.js b/v3/js/libs/webix/sources/core/contexthelper.js deleted file mode 100644 index 2702ce9..0000000 --- a/v3/js/libs/webix/sources/core/contexthelper.js +++ /dev/null @@ -1,72 +0,0 @@ -import {preventEvent} from "../webix/html"; -import {bind, toNode} from "../webix/helpers"; -import window from "../views/window"; -import {$$} from "../ui/core"; -import {event, eventRemove} from "../webix/htmlevents"; -import {assert} from "../webix/debug"; -import {callEvent} from "../webix/customevents"; - - -const ContextHelper = { - defaults:{ - padding:"4", - hidden:true - }, - body_setter:function(value){ - value = window.api.body_setter.call(this, value); - this._body_cell._viewobj.style.borderWidth = "0px"; - return value; - }, - attachTo:function(obj){ - assert(obj, "Invalid target for Context::attach"); - var id; - if (obj.on_context) - id = obj.attachEvent("onAfterContextMenu", bind(this._show_at_ui, this)); - else - id = event(obj, "contextmenu", this._show_at_node, {bind:this}); - - this.attachEvent("onDestruct", function(){ - if (obj.callEvent) - obj.detachEvent(id); - else - eventRemove(id); - obj = null; - }); - }, - getContext:function(){ - return this._area; - }, - setContext:function(area){ - this._area = area; - }, - _show_at_node:function(e){ - this._area = toNode(e||window.event); - return this._show_at(e); - }, - _show_at_ui:function(id, e){ - this._area = { obj:$$(e), id:id }; - return this._show_at(e); - }, - _show_at:function(e){ - var result = this.show(e, null, true); - if (result === false) return result; - - // ignore contexmenu clicks for the popup or its body - const view = $$(e); - if (view){ - const top = view.queryView(a => !a.getParentView(), "parent") || view; - if (top._ignore_clicks) top._ignore_clicks(e); - } - - //event forced to close other popups|context menus - callEvent("onClick", [e]); - return preventEvent(e); - }, - _show_on_mouse_out:true, - master_setter:function(value){ - this.attachTo(value); - return null; - } -}; - -export default ContextHelper; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/copypaste.js b/v3/js/libs/webix/sources/core/copypaste.js deleted file mode 100644 index a6c7c16..0000000 --- a/v3/js/libs/webix/sources/core/copypaste.js +++ /dev/null @@ -1,86 +0,0 @@ -import UIManager from "../core/uimanager"; -import {isUndefined, delay} from "../webix/helpers"; -import template from "../webix/template"; - -import clipbuffer from "../webix/clipbuffer"; -import csv from "../webix/csv"; -import env from "../webix/env"; - -const CopyPaste = { - clipboard_setter: function(value) { - if (env.touch) return value; - - if (value === true || value === 1) value = "modify"; - this.attachEvent("onAfterSelect", this._sel_to_clip); - this.attachEvent("onAfterEditStop", function(v, ed){ - const sel = this.getSelectedId(true); - if(sel.length == 1 && ed.id == sel[0]) - this._sel_to_clip(); - }); - - this.attachEvent("onPaste", function(text) { - if (!isUndefined(this._paste[this._settings.clipboard])) { - const data = csv.parse(text, this._settings.delimiter); - this._paste[this._settings.clipboard].call(this, data); - } - }); - this.attachEvent("onFocus", function() { - clipbuffer.focus(); - }); - // solution for clicks on selected items - this.attachEvent("onItemClick",function(id){ - if(!this._selected || this._selected.find(id)!==-1){ - clipbuffer.focus(); - UIManager.setFocus(this); - } - }); - return value; - }, - _sel_to_clip: function() { - delay(() => { //wait until editor is closed - if (!this.getEditor || !this.getEditor()){ - const sel = this.getSelectedId(true); - const data = []; - for(let i = 0; i < sel.length; i++){ - const id = sel[i]; - const item = this.getItem(id); - data.push([this.type.templateCopy(item)]); - } - - const text = data.length === 1 ? data[0][0] : csv.stringify(data, this._settings.delimiter); - - clipbuffer.set(text, this); - clipbuffer.focus(); - UIManager.setFocus(this); - } - }); - }, - _paste: { - // insert new item with pasted value - insert: function(text) { - text.forEach(value => this.add({ value })); - }, - // change value of each selected item - modify: function(text) { - var sel = this.getSelectedId(true); - for (var i = 0; i < sel.length; i++) { - if(isUndefined(text[i])) - return; - this.getItem(sel[i]).value = text[i]; - this.refresh(sel[i]); - } - }, - // do nothing - custom: function() {} - }, - templateCopy_setter: function(value) { - this.type.templateCopy = template(value); - }, - type:{ - templateCopy: function(item) { - return this.template(item); - } - } -}; - -export default CopyPaste; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/customprint.js b/v3/js/libs/webix/sources/core/customprint.js deleted file mode 100644 index 17792d9..0000000 --- a/v3/js/libs/webix/sources/core/customprint.js +++ /dev/null @@ -1,149 +0,0 @@ -import {create, insertBefore, remove} from "../webix/html"; -import env from "../webix/env"; -import {extend, bind} from "../webix/helpers"; - - -const CustomPrint = { - $customPrint:function(options, htmlOnly){ - if(this._prePrint(options, htmlOnly)) - return true; - - var tableData = this._getTableArray(options); - var table = this._getTableHTML(tableData, options); - - if(htmlOnly) - return table; - - var doc = create("div", { "class":"webix_ui_print"}); - doc.appendChild(table); - - insertBefore(doc, options.docFooter, document.body); - window.print(); - - remove(doc); - }, - _prePrint:function(options, htmlOnly){ - if(!htmlOnly && (this.config.layout =="y" || options.scroll || this.config.prerender || this.config.autoheight)) return true; - - if(this.config.layout =="x") - extend(options || {}, {xCount:this.count(), nobreaks:true}, true); - }, - _getPageWidth:function(options){ - var size = options.size; - var width = size[options.mode == "portrait"?"width":"height"]; - - return Math.min(width*env.printPPI-2*env.printMargin); - }, - _getTableArray:function(options, base, start){ - var maxWidth = options.fit =="page" ? Infinity : this._getPageWidth(options); - var xCount = options.xCount || this._getVisibleRange()._dx; - - var tableArray = []; - var colrow = []; - var width = 0; - - var newTableStart, rownum, colnum; - - start = start || 0; - base = base || []; - - for(var i = 0; i=start){ - width += this.type.width; - - //start a new table, if cells do not fit page width - if(width > maxWidth && colnum>start){ // 'colnum>start' ensures that a single long cell will have to fit the page - newTableStart = colrow.length+start; - tableArray.push(colrow); - i = i+(xCount-colrow.length); - colrow = []; - width = 0; - continue; - } - - var cellValue = this.type.template(obj, this.type); - var className = this._itemClassName; - - var style = { - display:"table-cell", - height:this.type.height + "px", - width:this.type.width + "px" - }; - //push a cell to a row - colrow.push({ - txt: cellValue, - className: className+" "+(obj.$css || ""), - style: style - }); - //push a row to a table and start a new row - if((i+1)%xCount === 0){ - tableArray.push(colrow); - colrow = []; - width = 0; - } - } - i++; - } - - base.push(tableArray); - - if(newTableStart) - this._getTableArray(options, base, newTableStart); - - return base; - }, - _getTableHTML:function(tableData, options){ - - var container = create("div"); - - tableData.forEach(bind(function(table, i){ - - var tableHTML = create("table", { - "class":"webix_table_print "+this.$view.className, - "style":"border-collapse:collapse" - }); - - table.forEach(function(row){ - var tr = create("tr"); - - row.forEach(function(column){ - var td = create("td"); - - - if (column.txt) td.innerHTML = column.txt; - if (column.className) td.className = column.className; - if (column.style) { - var keys = Object.keys(column.style); - keys.forEach(function(key){ - if (column.style[key]) - td.style[key] = column.style[key]; - }); - } - if(column.span){ - if(column.span.colspan > 1) - td.colSpan = column.span.colspan; - if(column.span.rowspan > 1) - td.rowSpan = column.span.rowspan; - } - tr.appendChild(td); - }); - tableHTML.appendChild(tr); - }); - container.appendChild(tableHTML); - - if(!options.nobreaks && i+1 < tableData.length){ - var br = create("DIV", {"class":"webix_print_pagebreak"}); - container.appendChild(br); - } - - }, this)); - - return container; - } -}; - -export default CustomPrint; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/customscroll.js b/v3/js/libs/webix/sources/core/customscroll.js deleted file mode 100644 index 7d35be9..0000000 --- a/v3/js/libs/webix/sources/core/customscroll.js +++ /dev/null @@ -1 +0,0 @@ -const temp = null; export default temp; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/datacollection.js b/v3/js/libs/webix/sources/core/datacollection.js deleted file mode 100644 index 8c56c92..0000000 --- a/v3/js/libs/webix/sources/core/datacollection.js +++ /dev/null @@ -1,40 +0,0 @@ -import {uid, bind} from "../webix/helpers"; -import {proto, ui} from "../ui/core"; - -import EventSystem from "./eventsystem"; -import Destruction from "./destruction"; -import DataMove from "../core/datamove"; -import DataLoader from "../core/dataloader"; -import MapCollection from "../core/mapcollection"; - -import Settings from "../core/settings"; - -import ValidateCollection from "../core/validatecollection"; - -import BindSource from "../core/bindsource"; -import BaseBind from "../core/basebind"; -import CollectionBind from "../core/collectionbind"; - -import {define} from "../services"; - -const DataCollection = proto({ - name:"DataCollection", - isVisible:function(){ - if (!this.data.order.length && !this.data._filter_order && !this._settings.dataFeed) return false; - return true; - }, - $init:function(config){ - this.data.provideApi(this, true); - var id = (config&&config.id)?config.id:uid(); - this._settings.id =id; - ui.views[id] = this; - this.data.attachEvent("onStoreLoad", bind(function(){ - this.callEvent("onBindRequest",[]); - }, this)); - }, - refresh:function(){ this.callEvent("onBindRequest",[]); } -}, DataMove, CollectionBind, BindSource, ValidateCollection, DataLoader, MapCollection, EventSystem, BaseBind, Destruction, Settings); - -define("DataCollection", DataCollection); - -export default DataCollection; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/dataloader.js b/v3/js/libs/webix/sources/core/dataloader.js deleted file mode 100644 index 7b860e3..0000000 --- a/v3/js/libs/webix/sources/core/dataloader.js +++ /dev/null @@ -1,276 +0,0 @@ -import {ajax} from "../load/ajax"; -import {bind, delay, extend, toFunctor, isArray} from "../webix/helpers"; -import {proto} from "../ui/core"; - -import {dp} from "../load/dataprocessor"; -import proxy from "../load/proxy"; -import promise from "../thirdparty/promiz"; - -import DataStore from "../core/datastore"; -import AtomDataLoader from "../core/atomdataloader"; - - -/* - Behavior:DataLoader - load data in the component - - @export - load - parse -*/ -const DataLoader =proto({ - $init:function(config){ - //prepare data store - config = config || ""; - - this._feed_last = {}; - this._data_generation = 1; - - this.data = new DataStore(); - this.data.attachEvent("onClearAll",bind(this._call_onclearall,this)); - this.data.attachEvent("onServerConfig", bind(this._call_on_config, this)); - this.attachEvent("onDestruct", this._call_onclearall); - - this.data.feed = this._feed; - this.data.owner = config.id; - }, - _feed:function(from, count, callback, defer, clear){ - //allow only single request at same time - if (this._load_count){ - defer = promise.defer(); - this._load_count = [from,count,callback,defer,clear]; //save last ignored request - return defer; - } else - this._load_count = true; - this._feed_last.from = from; - this._feed_last.count = count; - return this._feed_common.call(this, from, count, callback, defer, false, clear); - }, - _feed_common:function(from, count, callback, defer, details, clear){ - let url = this.data.url; - if (from < 0) from = 0; - - if(!details) - details = { start: from, count:count }; - - if(this.count()) - details["continue"] = "true"; - - const state = this.getState ? this.getState() : null; - // proxy - if (url && typeof url != "string"){ - if (state){ - if (state.sort) - details.sort = state.sort; - if (state.filter) - details.filter = state.filter; - } - return this.load(url, 0, details, clear).then( - data => this._feed_on_load(data, callback, defer), - () => this._feed_callback() - ); - } else { // GET - url = url+((url.indexOf("?")==-1)?"?":"&"); - - var params = []; - for(var d in details){ - params.push(d+"="+details[d]); - } - if (state){ - if (state.sort){ - var sort = isArray(state.sort) ? state.sort : [state.sort]; - for (var i=0; i this._feed_on_load(data, callback, defer), - () => this._feed_callback() - ); - } else { - this._load_count = false; - return promise.reject(); - } - } - }, - _feed_on_load:function(data, callback, defer){ - delay(()=> this._feed_callback(), "", "", 100); - if(callback) - ajax.$callback(this, callback, data); - if(defer) - defer.resolve(data); - return data; - }, - _feed_callback:function(){ - //after loading check if we have some ignored requests - var temp = this._load_count; - this._load_count = false; - if (typeof temp =="object") - this.data.feed.apply(this, temp); //load last ignored request - }, - //loads data from external URL - load:function(url){ - url = proxy.$parse(url); - var ajax = AtomDataLoader.load.apply(this, arguments); - - //prepare data feed for dyn. loading - if (!this.data.url) - this.data.url = url; - - return ajax; - }, - //load next set of data rows - loadNext:function(count, start, callback, url, now, clear){ - var config = this._settings; - if (config.datathrottle && !now){ - if (this._throttle_request) - window.clearTimeout(this._throttle_request); - - let defer = promise.defer(); - this._throttle_request = delay(function(){ - defer.resolve(this.loadNext(count, start, callback, url, true, clear)); - },this, 0, config.datathrottle); - return defer; - } - - if (!start && start !== 0) start = this.count(); - if (!count) - count = config.datafetch || this.count(); - - this.data.url = url || this.data.url; - if (this.callEvent("onDataRequest", [start,count,callback,url]) && this.data.url) - return this.data.feed.call(this, start, count, callback, false, clear); - return promise.reject(); - }, - _maybe_loading_already:function(count, from){ - var last = this._feed_last; - if(this._load_count && last.url){ - if (last.from<=from && (last.count+last.from >= count + from )) return true; - } - return false; - }, - removeMissed_setter:function(value){ - return (this.data._removeMissed = value); - }, - //init of dataprocessor delayed after all settings processing - //because it need to be the last in the event processing chain - //to get valid validation state - _init_dataprocessor:function(){ - var url = this._settings.save; - - if (url === true) - url = this._settings.save = this._settings.url; - - var obj = { master: this }; - - if (url && url.url) - extend(obj, url); - else - obj.url = url; - - dp(obj); - }, - save_setter:function(value){ - if (value) - this.$ready.push(this._init_dataprocessor); - - return value; - }, - waitSave:function(handler){ - return dp(this)._promise(() => { - handler.call(this); - }).then(many => many.length == 1 ? many[0] : many); - }, - scheme_setter:function(value){ - this.data.scheme(value); - }, - dataFeed_setter:function(value){ - value = proxy.$parse(value); - - this.data.attachEvent("onBeforeFilter", bind(function(text, filtervalue){ - var result; - - //complex filtering, can't be routed to dataFeed - if (typeof text == "function") return true; - - //we have dataFeed and some text - if (this._settings.dataFeed && (text || filtervalue)){ - text = text || "id"; - if (filtervalue && typeof filtervalue == "object") - filtervalue = filtervalue.id; - - var url = this._settings.dataFeed; - - //url data feed - if(typeof url =="string"){ - var urldata = "filter["+text+"]="+encodeURIComponent(filtervalue); - result = this._fetch( - url+(url.indexOf("?")<0?"?":"&")+urldata, - this._settings.datatype - ); - } - //js data feed - else{ - var filter = {}; - filter[text] = filtervalue; - if (typeof url == "function"){ - result = url.call(this, filtervalue, filter); - } else if (url.$proxy && url.load) { - result = url.load(this, { filter }); - } - } - - if (result){ - if (!result.then) - result = promise.resolve(result); - - result.then( - data => { - this._onLoad(data, true); - this.data.callEvent("onAfterFilter", []); - }, - x => this._onLoadError(x) - ); - } - - return false; - } - },this)); - return value; - }, - _call_onready:function(){ - if (this._settings.ready && !this._ready_was_used){ - var code = toFunctor(this._settings.ready, this.$scope); - if (code) - delay(code, this, arguments); - if (this.callEvent) - delay(this.callEvent, this, ["onReady", []]); - this._ready_was_used = true; - } - }, - _call_onclearall:function(soft){ - this._data_generation++; - if (!soft){ - this._load_count = false; - this._feed_last = {}; - this.waitData = promise.defer(); - } - }, - _call_on_config:function(config){ - this._parseSeetingColl(config); - } -},AtomDataLoader); - - - -export default DataLoader; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/datamarks.js b/v3/js/libs/webix/sources/core/datamarks.js deleted file mode 100644 index 2f07ef9..0000000 --- a/v3/js/libs/webix/sources/core/datamarks.js +++ /dev/null @@ -1,34 +0,0 @@ -const DataMarks = { - addCss:function(id, css, silent){ - if (!this.addRowCss && !silent){ - if (!this.hasCss(id, css)){ - var node = this.getItemNode(id); - if (node){ - node.className += " "+css; - silent = true; - } - } - } - return this.data.addMark(id, css, 1, 1, silent); - }, - removeCss:function(id, css, silent){ - if (!this.addRowCss && !silent){ - if (this.hasCss(id, css)){ - var node = this.getItemNode(id); - if (node){ - node.className = node.className.replace(css,"").replace(" "," "); - silent = true; - } - } - } - return this.data.removeMark(id, css, 1, silent); - }, - hasCss:function(id, mark){ - return this.data.getMark(id, mark); - }, - clearCss:function(css, silent){ - return this.data.clearMark(css, 1, silent); - } -}; - -export default DataMarks; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/datamove.js b/v3/js/libs/webix/sources/core/datamove.js deleted file mode 100644 index acda1e8..0000000 --- a/v3/js/libs/webix/sources/core/datamove.js +++ /dev/null @@ -1,115 +0,0 @@ -import {isArray, extend, uid} from "../webix/helpers"; -import {assert} from "../webix/debug"; - - -/* - Behavior:DataMove - allows to move and copy elements, heavily relays on DataStore.move - @export - copy - move -*/ -const DataMove ={ - //creates a copy of the item - copy:function(sid,tindex,tobj, details){ - details = details || {}; - var new_id = details.newId || sid; - tobj = tobj||this; - - var data = this.getItem(sid); - assert(data,"Incorrect ID in DataMove::copy"); - - //make data conversion between objects - if (tobj) - data = tobj._externalData(data); - - //adds new element same as original - return tobj.data.add(tobj._externalData(data,new_id),tindex,(details.parent || 0)); - }, - _next_move_index:function(nid, next, source){ - if (next && nid){ - var new_index = this.getIndexById(nid); - return new_index + ((source == this && source.getIndexById(next) < new_index) ? 0 : 1); - } - }, - //move item to the new position - move:function(sid,tindex,tobj, details){ - details = details || {}; - var new_id = details.newId || sid; - - tobj = tobj||this; - assert(tobj.data, "moving attempt to component without datastore"); - if (!tobj.data) return; - - //can process an arrya - it allows to use it from onDrag - if (isArray(sid)){ - //block separate repaint operations - if (sid.length > 3) //heuristic value, duplicated below - this.$blockRender = tobj.$blockRender = true; - - for (var i=0; i < sid.length; i++) { - //increase index for each next item in the set, so order of insertion will be equal to order in the array - const nid = this.move(sid[i], tindex, tobj, details); - tindex = tobj._next_move_index(nid, sid[i+1], this); - } - - this.$blockRender = tobj.$blockRender = false; - if (sid.length > 3){ - //repaint whole component - this.refresh(); - if (tobj != this) - tobj.refresh(); - } - return; - } - - let nid = sid; //id after moving - - var data = this.getItem(sid); - assert(data,"Incorrect ID in DataMove::move"); - - if (!tobj || tobj == this){ - if (tindex < 0) tindex = this.data.order.length - 1; - this.data.move(this.getIndexById(sid),tindex); //move inside the same object - this.data.callEvent("onDataMove", [sid, tindex, null, this.data.order[tindex+1]]); - } else { - //copy to the new object - nid = tobj.data.add(tobj._externalData(data,new_id),tindex, (details.parent || 0)); - this.data.remove(sid);//delete in old object - } - return nid; //return ID of item after moving - }, - //move item on one position up - moveUp:function(id,step){ - const index = this.getIndexById(id)-(step||1); - return this.move(id,(index<0)?0:index); - }, - //move item on one position down - moveDown:function(id,step){ - return this.moveUp(id, (step||1)*-1); - }, - //move item to the first position - moveTop:function(id){ - return this.move(id,0); - }, - //move item to the last position - moveBottom:function(id){ - return this.move(id,this.data.count()-1); - }, - /* - this is a stub for future functionality - currently it just makes a copy of data object, which is enough for current situation - */ - _externalData:function(data,id){ - var newdata = extend({},data); - newdata.id = (!id || this.data.pull[id])?uid():id; - - - newdata.$template=null; - - if (this._settings.externalData) - newdata = this._settings.externalData.call(this, newdata, id, data); - return newdata; - } -}; - -export default DataMove; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/datarecord.js b/v3/js/libs/webix/sources/core/datarecord.js deleted file mode 100644 index 2f3fd5a..0000000 --- a/v3/js/libs/webix/sources/core/datarecord.js +++ /dev/null @@ -1,29 +0,0 @@ -import EventSystem from "../core/eventsystem"; -import BaseBind from "../core/basebind"; -import AtomDataLoader from "../core/atomdataloader"; -import Settings from "../core/settings"; -import {uid, extend} from "../webix/helpers"; -import {proto, ui} from "../ui/core"; - - -const DataRecord = proto({ - name:"DataRecord", - isVisible:function(){ return true; }, - $init:function(config){ - this.data = config||{}; - var id = (config&&config.id)?config.id:uid(); - this._settings = { id:id }; - ui.views[id] = this; - }, - getValues:function(){ - return this.data; - }, - setValues:function(data, update, config){ - this.data = update?extend(this.data, data, true):data; - this.callEvent("onChange", [data, config]); - }, - refresh:function(){ this.callEvent("onBindRequest"); } -}, EventSystem, BaseBind, AtomDataLoader, Settings); - - -export default DataRecord; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/datastate.js b/v3/js/libs/webix/sources/core/datastate.js deleted file mode 100644 index 7c7d132..0000000 --- a/v3/js/libs/webix/sources/core/datastate.js +++ /dev/null @@ -1,181 +0,0 @@ -import {isArray, _to_array} from "../webix/helpers"; - -const DataState = { - getState:function(){ - var cols_n = this.config.columns.length; - var columns = this.config.columns; - var settings = { - ids:[], - size:[], - select:this.getSelectedId(true), - scroll:this.getScrollState() - }; - for(var i = 0; i < cols_n; i++){ - var col = columns[i]; - settings.ids.push(col.id); - settings.size.push((col.fillspace || col.adjust) ? -1 : col.width); - } - - settings.order = [].concat(this._hidden_column_order.length ? this._hidden_column_order : settings.ids); - - if (this._last_order.length){ - var sort = this._last_order.map(id => { - return { id:id, dir:this._last_sorted[id].dir }; - }); - settings.sort = (sort.length == 1) ? sort[0] : sort; - } - - //this method will try to access the rendered values - //just ignore it if grid is not rendered yet - if (this._filter_elements && this._dtable_fully_ready) { - var filter = {}; - var any_filter = 0; - for (let key in this._filter_elements) { - if (this._hidden_column_hash[key]) continue; - - var f = this._filter_elements[key]; - f[1].value = filter[key] = f[2].getValue(f[0]); - any_filter = 1; - } - if (any_filter) - settings.filter=filter; - } - - settings.hidden = []; - for (let key in this._hidden_column_hash) - settings.hidden.push(key); - - return settings; - }, - setState:function(obj){ - const columns = this.config.columns; - if(!obj) return; - - this.markSorting(); - this._last_order = []; - this._last_sorted = {}; - - this.blockEvent(); - - if (obj.order && obj.order.length){ - this._hidden_column_order = _to_array([].concat(obj.order)); - const rs = obj.order.length - this._settings.rightSplit; - this._hidden_split = [this._settings.leftSplit, rs, this._settings.rightSplit]; - } - - if (obj.hidden){ - const hihash = {}; - for (let i=0; i 0 && col.width != obj.size[i]){ - delete col.fillspace; - delete col.adjust; - this._setColumnWidth( i, obj.size[i], true); - } - } - } - - this.unblockEvent(); - - const silent = !(this._settings.leftSplit || this._settings.rightSplit); - this._updateColsSizeSettings(silent); - this.callEvent("onStructureUpdate", []); - - const server = this._skip_server_op = { }; - if (obj.sort){ - let sort = obj.sort, multi = true; - if (!isArray(sort)){ - sort = [sort]; multi = false; - } - for (let i=0; i { - if (server.sort) - this._on_after_sort(server.$params); - if (server.filter) - this._on_after_filter(); - }); - - if (obj.select && this.select){ - let select = obj.select; - this.unselect(); - for (let i = 0; i < select.length; i++) - if (!select[i].row || this.exists(select[i].row)) - this._select(select[i], true); - } - - if (obj.scroll) - this.scrollTo(obj.scroll.x, obj.scroll.y); - } -}; - -export default DataState; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/datastore.js b/v3/js/libs/webix/sources/core/datastore.js deleted file mode 100644 index 74a63c2..0000000 --- a/v3/js/libs/webix/sources/core/datastore.js +++ /dev/null @@ -1,938 +0,0 @@ -import {extend, _to_array, uid, isUndefined, copy, isArray, bind} from "../webix/helpers"; -import {$$} from "../ui/core"; -import {assert} from "../webix/debug"; -import {callEvent} from "../webix/customevents"; - -import EventSystem from "./eventsystem"; -import DataDriver from "../load/drivers/index"; - - - - -/* - DataStore is not a behavior, it standalone object, which represents collection of data. - Call provideAPI to map data API - - @export - exists - getIdByIndex - getIndexById - get - set - refresh - count - sort - filter - next - previous - clearAll - first - last -*/ - -function DataStore(){ - this.name = "DataStore"; - - extend(this, EventSystem); - - this.setDriver("json"); //default data source is an - this.pull = {}; //hash of IDs - this.order = _to_array(); //order of IDs - this._marks = {}; -} - -DataStore.prototype={ - //defines type of used data driver - //data driver is an abstraction other different data formats - xml, json, csv, etc. - setDriver:function(type){ - assert(DataDriver[type],"incorrect DataDriver"); - this.driver = DataDriver[type]; - }, - //process incoming raw data - _parse:function(data){ - this.callEvent("onParse", [this.driver, data]); - - if (this._filter_order) - this.filter(); - - //get size and position of data - var info = this.driver.getInfo(data); - - if (info.config) - this.callEvent("onServerConfig",[info.config]); - - var options = this.driver.getOptions(data); - if (options) - this.callEvent("onServerOptions", [options]); - - //get array of records - var recs = this.driver.getRecords(data); - - this._inner_parse(info, recs); - - //in case of tree store we may want to group data - if (this._scheme_group && this._group_processing && !this._not_grouped_order) - this._group_processing(this._scheme_group); - - //optional data sorting - if (this._scheme_sort){ - this.blockEvent(); - this.sort(this._scheme_sort); - this.unblockEvent(); - } - - this.callEvent("onStoreLoad",[this.driver, data]); - //repaint self after data loading - this.refresh(); - }, - _inner_parse:function(info, recs){ - var from = info.from; - var subload = true; - var marks = false; - - //some data is loaded and new data doesn't have "pos" - assuming update - if (!from && from !== 0 && this.order[0]){ - if (this._removeMissed){ - //update mode, create kill list - marks = {}; - for (let i=0; ito){ //can be in case of backward shift-selection - var a=to; to=from; from=a; - } - - return this.getIndexRange(from,to); - }, - //converts range of indexes to array of all IDs between them - getIndexRange:function(from,to){ - to=Math.min((to === 0 ? 0 :(to||Infinity)),this.count()-1); - - var ret=_to_array(); //result of method is rich-array - for (var i=(from||0); i <= to; i++) - ret.push(this.getItem(this.order[i])); - return ret; - }, - //returns total count of elements - count:function(){ - return this.order.length; - }, - //returns truy if item with such ID exists - exists:function(id){ - return !!(this.pull[id]); - }, - //nextmethod is not visible on component level, check DataMove.move - //moves item from source index to the target index - move:function(sindex,tindex){ - assert(sindex>=0 && tindex>=0, "DataStore::move","Incorrect indexes"); - if (sindex == tindex) return; - - var id = this.getIdByIndex(sindex); - var obj = this.getItem(id); - - if (this._filter_order) - this._move_inner(this._filter_order, 0, 0, this.getIdByIndex(sindex), this.getIdByIndex(tindex)); - - this._move_inner(this.order, sindex, tindex); - - - //repaint signal - this.callEvent("onStoreUpdated",[id,obj,"move"]); - }, - _move_inner:function(col, sindex, tindex, sid, tid){ - if (sid||tid){ - sindex = tindex = -1; - for (var i=0; i data_size){ - assert(0, "Warning","DataStore:add","Index of out of bounds"); - index = Math.min(order.length,index); - } - if (this.callEvent("onBeforeAdd", [id, obj, index]) === false) return false; - - assert(!this.exists(id), "Not unique ID"); - - this.pull[id]=obj; - order.insertAt(id,index); - if (this._filter_order){ //adding during filtering - //we can't know the location of new item in full dataset, making suggestion - //put at end of original dataset by default - var original_index = this._filter_order.length; - //if some data exists, put at the same position in original and filtered lists - if (this.order.length) - original_index = Math.min((index || 0), original_index); - - this._filter_order.insertAt(id,original_index); - } - - //repaint signal - this.callEvent("onStoreUpdated",[id,obj,"add"]); - this.callEvent("onAfterAdd",[id,index]); - - return obj.id; - }, - - //removes element from datastore - remove:function(id){ - //id can be an array of IDs - result of getSelect, for example - if (isArray(id)){ - for (var i=0; i < id.length; i++) - this.remove(id[i]); - return; - } - if (this.callEvent("onBeforeDelete",[id]) === false) return false; - - assert(this.exists(id), "Not existing ID in remove command"+id); - - var obj = this.getItem(id); //save for later event - //clear from collections - this.order.remove(id); - if (this._filter_order) - this._filter_order.remove(id); - - delete this.pull[id]; - if (this._marks[id]) - delete this._marks[id]; - - //repaint signal - this.callEvent("onStoreUpdated",[id,obj,"delete"]); - this.callEvent("onAfterDelete",[id]); - }, - //deletes all records in datastore - clearAll:function(soft){ - //instead of deleting one by one - just reset inner collections - this.pull = {}; - this._marks = {}; - this.order = _to_array(); - //this.feed = null; - this._filter_order = null; - if (!soft) - this.url = null; - this.callEvent("onClearAll",[soft]); - this.refresh(); - }, - //converts index to id - getIdByIndex:function(index){ - assert(index >= 0,"DataStore::getIdByIndex Incorrect index"); - return this.order[index]; - }, - //converts id to index - getIndexById:function(id){ - if (!this.pull[id]) - return -1; - else - return this.order.find(id); //slower than getIdByIndex - }, - //returns ID of next element - getNextId:function(id,step){ - return this.order[this.getIndexById(id)+(step||1)]; - }, - //returns ID of first element - getFirstId:function(){ - return this.order[0]; - }, - //returns ID of last element - getLastId:function(){ - return this.order[this.order.length-1]; - }, - //returns ID of previous element - getPrevId:function(id,step){ - return this.order[this.getIndexById(id)-(step||1)]; - }, - /* - sort data in collection - by - settings of sorting - - or - by - array of settings - - or - - by - sorting function - dir - "asc" or "desc" - - or - - by - property - dir - "asc" or "desc" - as - type of sortings - - Sorting function will accept 2 parameters and must return 1,0,-1, based on desired order - */ - sort:function(by, dir, as){ - let parameters; - let sort = by; - - if (isArray(sort)){ - sort = sort.map(a => this._sort_init(a)); - parameters = [sort]; - } else { - sort = this._sort_init(by, dir, as); - parameters = [sort.by, sort.dir, sort.as, sort]; - } - - if (!this.callEvent("onBeforeSort", parameters)) return; - const sorter = this.sorting.create(sort); - - this.order = this._sort_core(sorter, this.order); - if (this._filter_order) - this._filter_order = this._sort_core(sorter, this._filter_order); - - //repaint self - this.refresh(); - - this.callEvent("onAfterSort", parameters); - }, - _sort_init:function(by, dir, as){ - let sort = by; - - if (typeof by == "function") - sort = {as:by, dir:dir}; - else if (typeof by == "string") - sort = {by:by, dir:dir, as:as}; - - if (typeof sort.by == "string") - sort.by = sort.by.replace(/#/g,""); - - return sort; - }, - _sort_core:function(sorter, order){ - if (this.order.length){ - var pre = order.splice(0, this.$freeze); - //get array of IDs - var neworder = _to_array(); - for (var i=order.length-1; i>=0; i--) - neworder[i] = this.pull[order[i]]; - - neworder.sort(sorter); - return _to_array(pre.concat(neworder.map(function(obj){ - assert(obj, "Client sorting can't be used with dynamic loading"); - return this.id(obj); - },this))); - } - return order; - }, - /* - Filter datasource - - text - property, by which filter - value - filter mask - - or - - text - filter method - - Filter method will receive data object and must return true or false - */ - _filter_reset:function(preserve){ - //remove previous filtering , if any - if (this._filter_order && !preserve){ - this.order = this._filter_order; - delete this._filter_order; - } - }, - _filter_core:function(filter, value, preserve){ - var neworder = _to_array(); - var freeze = this.$freeze || 0; - - for (var i=0; i < this.order.length; i++){ - var id = this.order[i]; - if (i < freeze || filter(this.getItem(id),value)) - neworder.push(id); - } - //set new order of items, store original - if (!preserve || !this._filter_order) - this._filter_order = this.order; - this.order = neworder; - }, - find:function(config, first){ - var result = []; - - for(var i in this.pull){ - var data = this.pull[i]; - - var match = true; - if (typeof config == "object"){ - for (var key in config) - if (data[key] != config[key]){ - match = false; - break; - } - } else if (!config(data)) - match = false; - - if (match) - result.push(data); - - if (first && result.length) - return result[0]; - } - - return first ? null : result; - }, - filter:function(text,value,preserve){ - //unfilter call but we already in not-filtered state - if (!text && !this._filter_order && !this._filter_branch) return; - if (!this.callEvent("onBeforeFilter", [text, value])) return; - - this._filter_reset(preserve); - if (!this.order.length) return; - - //if text not define -just unfilter previous state and exit - if (text){ - var filter = text; - value = value||""; - if (typeof text == "string"){ - text = text.replace(/#/g,""); - if (typeof value == "function") - filter = function(obj){ - return value(obj[text]); - }; - else{ - value = value.toString().toLowerCase(); - filter = function(obj,value){ //default filter - string start from, case in-sensitive - assert(obj, "Client side filtering can't be used with dynamic loading"); - return (obj[text]||"").toString().toLowerCase().indexOf(value)!=-1; - }; - } - } - - this._filter_core(filter, value, preserve, this._filterMode); - } - //repaint self - this.refresh(); - - this.callEvent("onAfterFilter", []); - }, - /* - Iterate through collection - */ - _obj_array:function(){ - var data = []; - for (var i = this.order.length - 1; i >= 0; i--) - data[i]=this.pull[this.order[i]]; - - return data; - }, - each:function(method, master, all){ - var order = this.order; - if (all) - order = this._filter_order || order; - - for (var i=0; ib?1:(ab?1:(ab?1:(ab?1:(ab?1:(a this._dir(c.dir, this._by(c.by, c.as))); - - return function(a,b){ - let result, i = 0; - do { - result = methods[i](a,b); - } while(!result && methods[++i]); - return result; - }; - }, - _by:function(prop, method){ - if (!prop) - return method; - if (typeof method != "function") - method = this.as[method||"string"]; - - assert(method, "Invalid sorting method"); - return function(a,b){ - return method(a[prop],b[prop]); - }; - }, - _dir:function(prop, method){ - if (prop == "asc" || !prop) - return method; - return function(a,b){ - return method(a,b)*-1; - }; - } - } -}; - - -export default DataStore; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/datavalue.js b/v3/js/libs/webix/sources/core/datavalue.js deleted file mode 100644 index b5aa2a0..0000000 --- a/v3/js/libs/webix/sources/core/datavalue.js +++ /dev/null @@ -1,29 +0,0 @@ -import EventSystem from "../core/eventsystem"; -import BaseBind from "../core/basebind"; -import {isUndefined, uid} from "../webix/helpers"; -import {proto, ui} from "../ui/core"; - - -const DataValue = proto({ - name:"DataValue", - isVisible:function(){ return true; }, - $init:function(config){ - if (!config || isUndefined(config.value)) - this.data = config||""; - - var id = (config&&config.id)?config.id:uid(); - this._settings = { id:id }; - ui.views[id] = this; - }, - setValue:function(value,config){ - this.data = value; - this.callEvent("onChange", [value,config]); - }, - getValue:function(){ - return this.data; - }, - refresh:function(){ this.callEvent("onBindRequest"); } -}, EventSystem, BaseBind); - - -export default DataValue; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/date.js b/v3/js/libs/webix/sources/core/date.js deleted file mode 100644 index f282be8..0000000 --- a/v3/js/libs/webix/sources/core/date.js +++ /dev/null @@ -1,377 +0,0 @@ -import env from "../webix/env"; -import i18n from "../webix/i18n"; - - -const wDate = { - startOnMonday:false, - - toFixed:function(num, ms){ - if( num<10) num = "0"+num; - if( ms && num <100 ) num = "0"+num; - return num; - }, - weekStart:function(date){ - date = this.copy(date); - - var shift=date.getDay(); - if (this.startOnMonday){ - if (shift===0) shift=6; - else shift--; - } - return this.datePart(this.add(date,-1*shift,"day")); - }, - monthStart:function(date){ - date = this.copy(date); - - date.setDate(1); - return this.datePart(date); - }, - yearStart:function(date){ - date = this.copy(date); - - date.setMonth(0); - return this.monthStart(date); - }, - dayStart:function(date){ - return this.datePart(date, true); - }, - dateToStr:function(format,utc){ - if (typeof format == "function") return format; - - if(env.strict){ - return function(date){ - if (!date) - return ""; - if (!date.getMonth) - date = i18n.parseFormatDate(date); - - var str = ""; - var lastPos = 0; - format.replace(/%[a-zA-Z]/g,function(s,pos){ - str += format.slice(lastPos,pos); - var fn = function(date){ - if( s == "%d") return wDate.toFixed(date.getDate()); - if( s == "%m") return wDate.toFixed((date.getMonth()+1)); - if( s == "%j") return date.getDate(); - if( s == "%n") return (date.getMonth()+1); - if( s == "%y") return wDate.toFixed(date.getFullYear()%100); - if( s == "%Y") return date.getFullYear(); - if( s == "%D") return i18n.calendar.dayShort[date.getDay()]; - if( s == "%l") return i18n.calendar.dayFull[date.getDay()]; - if( s == "%M") return i18n.calendar.monthShort[date.getMonth()]; - if( s == "%F") return i18n.calendar.monthFull[date.getMonth()]; - if( s == "%h") return wDate.toFixed((date.getHours()+11)%12+1); - if( s == "%g") return ((date.getHours()+11)%12+1); - if( s == "%G") return date.getHours(); - if( s == "%H") return wDate.toFixed(date.getHours()); - if( s == "%i") return wDate.toFixed(date.getMinutes()); - if( s == "%a") return (date.getHours()>11?i18n.pm[0]:i18n.am[0]); - if( s == "%A") return (date.getHours()>11?i18n.pm[1]:i18n.am[1]); - if( s == "%s") return wDate.toFixed(date.getSeconds()); - if( s == "%S") return wDate.toFixed(date.getMilliseconds(), true); - if( s == "%W") return wDate.toFixed(Date.getISOWeek(date)); - if( s == "%c"){ - var str = date.getFullYear(); - str += "-"+wDate.toFixed((date.getMonth()+1)); - str += "-"+wDate.toFixed(date.getDate()); - str += "T"; - str += wDate.toFixed(date.getHours()); - str += ":"+wDate.toFixed(date.getMinutes()); - str += ":"+wDate.toFixed(date.getSeconds()); - return str; - } - return s; - }; - str += fn(date); - lastPos = pos + 2; - }); - str += format.slice(lastPos,format.length); - return str; - }; - - } - - format=format.replace(/%[a-zA-Z]/g,function(a){ - switch(a){ - case "%d": return "\"+wDate.toFixed(date.getDate())+\""; - case "%m": return "\"+wDate.toFixed((date.getMonth()+1))+\""; - case "%j": return "\"+date.getDate()+\""; - case "%n": return "\"+(date.getMonth()+1)+\""; - case "%y": return "\"+wDate.toFixed(date.getFullYear()%100)+\""; - case "%Y": return "\"+date.getFullYear()+\""; - case "%D": return "\"+i18n.calendar.dayShort[date.getDay()]+\""; - case "%l": return "\"+i18n.calendar.dayFull[date.getDay()]+\""; - case "%M": return "\"+i18n.calendar.monthShort[date.getMonth()]+\""; - case "%F": return "\"+i18n.calendar.monthFull[date.getMonth()]+\""; - case "%h": return "\"+wDate.toFixed((date.getHours()+11)%12+1)+\""; - case "%g": return "\"+((date.getHours()+11)%12+1)+\""; - case "%G": return "\"+date.getHours()+\""; - case "%H": return "\"+wDate.toFixed(date.getHours())+\""; - case "%i": return "\"+wDate.toFixed(date.getMinutes())+\""; - case "%a": return "\"+(date.getHours()>11?i18n.pm[0]:i18n.am[0])+\""; - case "%A": return "\"+(date.getHours()>11?i18n.pm[1]:i18n.am[1])+\""; - case "%s": return "\"+wDate.toFixed(date.getSeconds())+\""; - case "%S": return "\"+wDate.toFixed(date.getMilliseconds(), true)+\""; - case "%W": return "\"+wDate.toFixed(wDate.getISOWeek(date))+\""; - case "%c": - var str = "\"+date.getFullYear()+\""; - str += "-\"+wDate.toFixed((date.getMonth()+1))+\""; - str += "-\"+wDate.toFixed(date.getDate())+\""; - str += "T"; - str += "\"+wDate.toFixed(date.getHours())+\""; - str += ":\"+wDate.toFixed(date.getMinutes())+\""; - str += ":\"+wDate.toFixed(date.getSeconds())+\""; - if(utc === true) - str += "Z"; - return str; - - default: return a; - } - }); - if (utc===true) format=format.replace(/date\.get/g,"date.getUTC"); - const temp = new Function("date", "i18n", "wDate", "if (!date) return ''; if (!date.getMonth) date=i18n.parseFormatDate(date); return \""+format+"\";"); - return function(v){ return temp(v, i18n, wDate); }; - }, - strToDate:function(format,utc){ - if (typeof format == "function") return format; - - var mask=format.match(/%[a-zA-Z]/g); - var splt="var temp=date.split(/[\\s\\./\\-\\:\\,]+/g); if(!temp.join('')){return ''}"; - var i,t,s; - - if(!i18n.calendar.monthShort_hash){ - s = i18n.calendar.monthShort; - t = i18n.calendar.monthShort_hash = {}; - for (i = 0; i < s.length; i++) - t[s[i]]=i; - - s = i18n.calendar.monthFull; - t = i18n.calendar.monthFull_hash = {}; - for (i = 0; i < s.length; i++) - t[s[i]]=i; - } - - if(env.strict){ - return function(date){ - if (!date) return ""; - if (typeof date == "object") return date; - var temp=date.split(/[\s./\-:,]+/g); - - if(!temp.join("")) - return ""; - - var set=[0,0,1,0,0,0,0]; - for (i=0; i30?1900:2000); - else if( a == "%Y"){ - set[0]=(temp[i]||0)*1; if (set[0]<30) set[0]+=2000; - } - else if( a == "%n" || a == "%m") - set[1]=(temp[i]||1)-1; - else if( a == "%M") - set[1]=i18n.calendar.monthShort_hash[temp[i]]||0; - else if( a == "%F") - set[1]=i18n.calendar.monthFull_hash[temp[i]]||0; - else if( a == "%j" || a == "%d") - set[2]=temp[i]||1; - else if( a == "%g" || a == "%G" || a == "%h" || a == "%H") - set[3]=temp[i]||0; - else if( a == "%a") - set[3]=set[3]%12+((temp[i]||"")==i18n.am[0]?0:12); - else if( a == "%A") - set[3]=set[3]%12+((temp[i]||"")==i18n.am[1]?0:12); - else if( a == "%i") - set[4]=temp[i]||0; - else if( a == "%s") - set[5]=temp[i]||0; - else if( a == "%S") - set[6]=temp[i]||0; - else if( a == "%c"){ - var reg = /(\d+)-(\d+)-(\d+)T(\d+):(\d+):(\d+)(\+.*|)/g; - var res = reg.exec(date); - set[0]= (res[1]||0)*1; if (set[0]<30) set[0]+=2000; - set[1]= (res[2]||1)-1; - set[2]= res[3]||1; - set[3]= res[4]||0; - set[4]= res[5]||0; - set[5]= res[6]||0; - } - } - if(utc) - return new Date(Date.UTC(set[0],set[1],set[2],set[3],set[4],set[5], set[6])); - return new Date(set[0],set[1],set[2],set[3],set[4],set[5], set[6]); - }; - } - - for (i=0; i30?1900:2000);"; - break; - case "%g": - case "%G": - case "%h": - case "%H": - splt+="set[3]=temp["+i+"]||0;"; - break; - case "%i": - splt+="set[4]=temp["+i+"]||0;"; - break; - case "%Y": splt+="set[0]=(temp["+i+"]||0)*1; if (set[0]<30) set[0]+=2000;"; - break; - case "%a": - splt+= "set[3]=set[3]%12+(temp["+i+"]==i18n.am[0]?0:12);"; - break; - case "%A": - splt+= "set[3]=set[3]%12+(temp["+i+"]==i18n.am[1]?0:12);"; - break; - case "%s": splt+="set[5]=temp["+i+"]||0;"; - break; - case "%S": splt+="set[6]=temp["+i+"]||0;"; - break; - case "%M": splt+="set[1]=i18n.calendar.monthShort_hash[temp["+i+"]]||0;"; - break; - case "%F": splt+="set[1]=i18n.calendar.monthFull_hash[temp["+i+"]]||0;"; - break; - case "%c": - splt+= "var res = date.split('T');"; - splt+= "if(res[0]){ var d = res[0].split('-');"; - splt+= "set[0]= (d[0]||0)*1; if (set[0]<30) set[0]+=2000;"; - splt+= "set[1]= (d[1]||1)-1;"; - splt+= "set[2]= d[2]||1;}"; - splt+= "if(res[1]){ var t = res[1].split(':');"; - splt+= "set[3]= t[0]||0;"; - splt+= "set[4]= t[1]||0;"; - splt+= "set[5]= parseInt(t[2])||0;}"; - break; - default: - break; - } - } - var code ="set[0],set[1],set[2],set[3],set[4],set[5],set[6]"; - if (utc) code =" Date.UTC("+code+")"; - const temp = new Function("date", "i18n", "if (!date) return ''; if (typeof date == 'object') return date; var set=[0,0,1,0,0,0,0]; "+splt+" return new Date("+code+");"); - return function(v){ return temp(v, i18n ); }; - }, - - getISOWeek: function(ndate) { - if(!ndate) return false; - var nday = ndate.getDay(); - if (nday === 0) { - nday = 7; - } - var first_thursday = new Date(ndate.valueOf()); - first_thursday.setDate(ndate.getDate() + (4 - nday)); - var year_number = first_thursday.getFullYear(); // year of the first Thursday - var ordinal_date = Math.floor( (first_thursday.getTime() - new Date(year_number, 0, 1).getTime()) / 86400000); //ordinal date of the first Thursday - 1 (so not really ordinal date) - var weekNumber = 1 + Math.floor( ordinal_date / 7); - return weekNumber; - }, - - getUTCISOWeek: function(ndate){ - return this.getISOWeek(ndate); - }, - _correctDate: function(d,d0,inc,checkFunc){ - if(!inc) - return; - var incorrect = checkFunc(d,d0); - if(incorrect){ - var i = (inc>0?1:-1); - - while(incorrect){ - d.setHours(d.getHours()+i); - incorrect = checkFunc(d,d0); - i += (inc>0?1:-1); - } - } - }, - add:function(date,inc,mode,copy){ - if (copy) date = this.copy(date); - var d = wDate.copy(date); - switch(mode){ - case "day": - date.setDate(date.getDate()+inc); - this._correctDate(date,d,inc,function(d,d0){ - return wDate.datePart(d0,true).valueOf()== wDate.datePart(d,true).valueOf(); - }); - break; - case "week": - date.setDate(date.getDate()+7*inc); - this._correctDate(date,d,7*inc,function(d,d0){ - return wDate.datePart(d0,true).valueOf()== wDate.datePart(d,true).valueOf(); - }); - break; - case "month": - date.setMonth(date.getMonth()+inc); - this._correctDate(date,d,inc,function(d,d0){ - return d0.getMonth() == d.getMonth() && d0.getYear() == d.getYear(); - }); - break; - case "quarter": - date.setMonth(date.getMonth() + inc * 3); - this._correctDate(date,d,inc,function(d,d0){ - return d0.getMonth() == d.getMonth() && d0.getYear() == d.getYear(); - }); - break; - case "year": - date.setYear(date.getFullYear()+inc); - this._correctDate(date,d,inc,function(d,d0){ - return d0.getFullYear() == d.getFullYear(); - }); - break; - case "hour": - date.setHours(date.getHours()+inc); - this._correctDate(date,d,inc,function(d,d0){ - return d0.getHours() == d.getHours() && Date.datePart(d0,true)== Date.datePart(d,true); - }); - break; - case "minute": date.setMinutes(date.getMinutes()+inc); break; - default: - wDate.add[mode](date, inc, mode); - break; - } - return date; - }, - datePart:function(date, copy){ - if (copy) date = this.copy(date); - - // workaround for non-existent hours - var d = this.copy(date); - d.setHours(0); - if(d.getDate()!=date.getDate()){ - date.setHours(1); - } - else{ - date.setHours(0); - } - - date.setMinutes(0); - date.setSeconds(0); - date.setMilliseconds(0); - return date; - }, - timePart:function(date, copy){ - if (copy) date = this.copy(date); - return (date.valueOf()/1000 - date.getTimezoneOffset()*60)%86400; - }, - copy:function(date){ - return new Date(date.valueOf()); - }, - equal:function(a,b){ - if (!a || !b) return false; - return a.valueOf() === b.valueOf(); - }, - isHoliday:function(day){ - day = day.getDay(); - if (day === 0 || day==6) return "webix_cal_event"; - } -}; - -export default wDate; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/destruction.js b/v3/js/libs/webix/sources/core/destruction.js deleted file mode 100644 index 0abf4c4..0000000 --- a/v3/js/libs/webix/sources/core/destruction.js +++ /dev/null @@ -1,113 +0,0 @@ -import state from "./state"; - -import {_to_array} from "../webix/helpers"; -import {event, _events_final_destructor} from "../webix/htmlevents"; -import {callEvent} from "../webix/customevents"; - -import {ui} from "../ui/core"; -import UIManager from "../core/uimanager"; - - -const Destruction = { - $init:function(){ - //wrap in object to simplify removing self-reference - //submenu can trigger this handler two times, preserve a single destructor reference - var t = this._destructor_handler = this._destructor_handler || { obj: this}; - - //register self in global list of destructors - state.destructors.push(t); - }, - //will be called automatically on unload, can be called manually - //simplifies job of GC - destructor:function(){ - var config = this._settings; - - if (this._last_editor) - this.editCancel(); - - if(this.callEvent) - this.callEvent("onDestruct",[]); - - //destructor can be called only once - this.destructor=function(){}; - //remove self reference from global destructions collection - this._destructor_handler.obj = null; - - //destroy child and related cells - if (this.getChildViews){ - var cells = this.getChildViews(); - if (cells) - for (let i=0; i < cells.length; i++) - cells[i].destructor(); - - if (this._destroy_with_me) - for (let i=0; i < this._destroy_with_me.length; i++) - this._destroy_with_me[i].destructor(); - } - - delete ui.views[config.id]; - - if (config.$id){ - var top = this.getTopParentView(); - if (top && top._destroy_child) - top._destroy_child(config.$id); - } - - //html collection - this._htmlmap = null; - this._htmlrows = null; - this._html = null; - - - if (this._contentobj) { - this._contentobj.innerHTML=""; - this._contentobj._htmlmap = null; - } - - //removes view container - if (this._viewobj&&this._viewobj.parentNode){ - this._viewobj.parentNode.removeChild(this._viewobj); - } - - if (this.data && this.data.destructor) - this.data.destructor(); - - if (this.unbind) - this.unbind(); - - this.data = null; - this._parent_cell = null; - this._viewobj = this.$view = this._contentobj = this._dataobj = null; - this._evs_events = this._evs_handlers = this._evs_map = {}; - - //remove focus from destructed view - if (UIManager._view == this) - UIManager._view = null; - - var url = config.url; - if (url && url.$proxy && url.release) - url.release(); - - this.$scope = null; - // this flag is checked in delay method - this.$destructed = true; - } -}; -//global list of destructors -event(window,"unload",function(){ - callEvent("unload", []); - state._final_destruction = true; - - //call all registered destructors - for (var i=0; i DragControl.unlink(ctrl)); - } - return index; - }, - unlink(ctrl){ - var index = this._drag_masters.find(ctrl); - if (index > -1){ - // if active view was destroyed, stop dnd - if (DragControl._active && DragControl._active.webix_drag == index) - DragControl._stopDrag(); - // if last target was destroyed, reset it and continue dnd - if (DragControl._last && DragControl._last.webix_drop == index) - DragControl._last = null; - - this._drag_masters[index] = null; - } - }, - _createTouchDrag: function(e){ - const dragCtrl = DragControl; - const master = this._getActiveDragMaster(); - // for data items only - if (master && master.$longTouchLimit){ - if (!dragCtrl._html && !dragCtrl.createDrag(e)) return; - e.longtouch_drag = true; - - const pos = { x:e.x, y:e.y }; - const customPos = dragCtrl.$dragPos(pos, e); - - const ctx = dragCtrl._drag_context; - dragCtrl._html.style.top= pos.y+dragCtrl.top+(customPos||!ctx.y_offset?0:ctx.y_offset)+"px"; - dragCtrl._html.style.left= pos.x+dragCtrl.left+(customPos||!ctx.x_offset?0:ctx.x_offset)+"px"; - } - }, - /* - register drag area - @param node html node or ID - @param ctrl options dnd master - */ - addDrag:function(node,ctrl){ - node = toNode(node); - node.webix_drag=this._getCtrl(ctrl); - _event(node,env.mouse.down,this._preStart,{ bind:node }); - _event(node,"dragstart",preventEvent); - }, - //logic of drag - start, we are not creating drag immediately, instead of that we hears mouse moving - _preStart:function(e){ - if (DragControl._active){ - //if we have nested drag areas, use the top one and ignore the inner one - if (DragControl._saved_event == e) return; - DragControl._preStartFalse(e); - DragControl.destroyDrag(e); - } - DragControl._active = this; - - const evobj = env.mouse.context(e); - DragControl._start_pos = evobj; - DragControl._saved_event = e; - - const passive = env.touch ? { passive:false } : null; - DragControl._webix_drag_mm = event(document.body,env.mouse.move,DragControl._startDrag,passive); - DragControl._webix_drag_mu = event(document,env.mouse.up,DragControl._preStartFalse); - - //need to run here, or will not work in IE - addCss(document.body,"webix_noselect", 1); - }, - //if mouse was released before moving - this is not a dnd, remove event handlers - _preStartFalse:function(e){ - DragControl._clean_dom_after_drag(); - DragControl._touch_animation = !e.cancelable; - }, - //mouse was moved without button released - dnd started, update event handlers - _startDrag:function(e){ - // check touch scroll animation - DragControl._touch_animation = !e.cancelable; - if (env.touch && DragControl._touch_animation){ - DragControl._clean_dom_after_drag(); - return DragControl.destroyDrag(e); - } - - //prevent unwanted dnd - var pos = env.mouse.context(e); - var master = DragControl._getActiveDragMaster(); - - // only long-touched elements can be dragged - var longTouchLimit = (env.touch && master && master.$longTouchLimit && !Touch._long_touched); - if (longTouchLimit || Math.abs(pos.x-DragControl._start_pos.x)<5 && Math.abs(pos.y-DragControl._start_pos.y)<5) - return; - - if (!DragControl._html && !DragControl.createDrag(DragControl._saved_event)) - return DragControl._clean_dom_after_drag(); - DragControl._clean_dom_after_drag(true); - - DragControl.sendSignal("start"); //useless for now - - const passive = env.touch ? { passive:false } : null; - DragControl._webix_drag_mm = event(document.body,env.mouse.move,DragControl._moveDrag,passive); - DragControl._webix_drag_mu = event(document,env.mouse.up,DragControl._stopDrag); - DragControl._moveDrag(e); - }, - //mouse was released while dnd is active - process target - _stopDrag:function(e){ - DragControl._clean_dom_after_drag(); - DragControl._saved_event = null; - - if (DragControl._last && e){ //if some drop target was confirmed - DragControl.$drop(DragControl._active, DragControl._last, e); - DragControl.$dragOut(DragControl._active, DragControl._last, null, e); - } - DragControl.destroyDrag(e); - DragControl.sendSignal("stop"); //useless for now - }, - _clean_dom_after_drag:function(still_drag){ - this._webix_drag_mm = eventRemove(this._webix_drag_mm); - this._webix_drag_mu = eventRemove(this._webix_drag_mu); - if (!still_drag) - removeCss(document.body,"webix_noselect"); - }, - //dnd is active and mouse position was changed - _moveDrag:function(e){ - var dragCtrl = DragControl; - var pos = getPos(e); - - //give possibility to customize drag position - var customPos = dragCtrl.$dragPos(pos, e); - //adjust drag marker position - var ctx = dragCtrl._drag_context; - dragCtrl._html.style.top=pos.y+dragCtrl.top+(customPos||!ctx.y_offset?0:ctx.y_offset) +"px"; - dragCtrl._html.style.left=pos.x+dragCtrl.left+(customPos||!ctx.x_offset?0:ctx.x_offset)+"px"; - - var evobj = e; - if (dragCtrl._skip) - dragCtrl._skip=false; - else { - if (env.touch){ - var context = env.mouse.context(e); - var target = document.elementFromPoint(context.x, context.y); - evobj = new Proxy(e, { - get: function(obj, prop){ - if (prop === "target"){ - return target; - } - - var res = obj[prop]; - if (typeof res === "function"){ - return res.bind(e); - } - return res; - } - }); - } - dragCtrl._checkLand((evobj.target), evobj); - } - - return preventEvent(e); - }, - //check if item under mouse can be used as drop landing - _checkLand:function(node,e){ - while (node && node.tagName!="BODY"){ - if (node.webix_drop){ //if drop area registered - if (this._last && (this._last!=node || node.webix_master)) //if this area with complex dnd master - this.$dragOut(this._active,this._last,node,e); //inform master about possible mouse-out - if (!this._last || this._last!=node || node.webix_master){ //if this is new are or area with complex dnd master - this._last=null; //inform master about possible mouse-in - this._landing=this.$dragIn(DragControl._active,node,e); - if (this._landing) //landing was rejected - this._last=node; - return; - } - return; - } - node=node.parentNode; - } - if (this._last) //mouse was moved out of previous landing, and without finding new one - this._last = this._landing = this.$dragOut(this._active,this._last,null,e); - }, - //mostly useless for now, can be used to add cross-frame dnd - sendSignal:function(signal){ - DragControl.active=(signal=="start"); - callEvent("onDragMode", [signal]); - }, - - //return master for html area - getMaster:function(t){ - return this._drag_masters[t.webix_drag||t.webix_drop]; - }, - //return dhd-context object - getContext:function(){ - return this._drag_context; - }, - getNode:function(){ - return this._html; - }, - //called when dnd is initiated, must create drag representation - createDrag:function(e){ - var dragCtl = DragControl; - var a=dragCtl._active; - - dragCtl._drag_context = {}; - var master = this._drag_masters[a.webix_drag]; - var drag_container; - - //if custom method is defined - use it - if (master.$dragCreate){ - drag_container=master.$dragCreate(a,e); - if (!drag_container) return false; - this._setDragOffset(e); - drag_container.style.position = "absolute"; - } else { - //overvise use default one - var text = dragCtl.$drag(a,e); - dragCtl._setDragOffset(e); - - if (!text) return false; - drag_container = document.createElement("DIV"); - drag_container.innerHTML=text; - drag_container.className="webix_drag_zone"; - document.body.appendChild(drag_container); - - var context = dragCtl._drag_context; - if (context.html && env.pointerevents){ - context.x_offset = -Math.round(drag_container.offsetWidth * 0.5); - context.y_offset = -Math.round(drag_container.offsetHeight * 0.75); - } - } - /* - dragged item must have topmost z-index - in some cases item already have z-index - so we will preserve it if possible - */ - drag_container.style.zIndex = Math.max(drag_container.style.zIndex,zIndex()); - - DragControl._skipDropH = event(drag_container,env.mouse.move,DragControl._skip_mark); - - if (!DragControl._drag_context.from) - DragControl._drag_context = {source:a, from:a}; - - DragControl._html=drag_container; - return true; - }, - //helper, prevents unwanted mouse-out events - _skip_mark:function(){ - DragControl._skip=true; - }, - //after dnd end, remove all traces and used html elements - destroyDrag:function(e){ - var a=DragControl._active; - var master = this._drag_masters[a.webix_drag]; - - if (master && master.$dragDestroy){ - DragControl._skipDropH = eventRemove(DragControl._skipDropH); - if(DragControl._html) - master.$dragDestroy(a,DragControl._html,e); - } else - remove(DragControl._html); - - if (master && master._auto_scroll_delay) - master._auto_scroll_delay = window.clearTimeout(master._auto_scroll_delay); - - if (DragControl._dropHTML) - remove(DragControl._dropHTML); - - DragControl._landing=DragControl._active=DragControl._last=DragControl._html=DragControl._dropHTML=null; - DragControl._drag_context = null; - }, - _getActiveDragMaster: function(){ - return DragControl._drag_masters[DragControl._active.webix_drag]; - }, - top:0, //relative position of drag marker to mouse cursor - left:0, - _setDragOffset:function(e){ - var dragCtl = DragControl; - var pos = dragCtl._start_pos; - var ctx = dragCtl._drag_context; - - if(typeof ctx.x_offset != "undefined" && typeof ctx.y_offset != "undefined") - return null; - - ctx.x_offset = ctx.y_offset = 0; - if(env.pointerevents){ - var m=DragControl._getActiveDragMaster(); - - if (m._getDragItemPos && m!==this){ - var itemPos = m._getDragItemPos(pos,e); - - if(itemPos){ - ctx.x_offset = itemPos.x - pos.x; - ctx.y_offset = itemPos.y - pos.y; - } - - } - - } - }, - $dragPos:function(pos, e){ - var m=this._drag_masters[DragControl._active.webix_drag]; - if (m.$dragPos && m!=this){ - m.$dragPos(pos, e, DragControl._html); - return true; - } - }, - //called when mouse was moved in drop area - $dragIn:function(s,t,e){ - var m=this._drag_masters[t.webix_drop]; - if (m.$dragIn && m!=this) return m.$dragIn(s,t,e); - t.className=t.className+" webix_drop_zone"; - return t; - }, - //called when mouse was moved out drop area - $dragOut:function(s,t,n,e){ - var m=this._drag_masters[t.webix_drop]; - if (m.$dragOut && m!=this) return m.$dragOut(s,t,n,e); - t.className=t.className.replace("webix_drop_zone",""); - return null; - }, - //called when mouse was released over drop area - $drop:function(s,t,e){ - var m=this._drag_masters[t.webix_drop]; - DragControl._drag_context.from = DragControl.getMaster(s); - if (m.$drop && m!=this) return m.$drop(s,t,e); - t.appendChild(s); - }, - //called when dnd just started - $drag:function(s,e){ - var m=this._drag_masters[s.webix_drag]; - if (m.$drag && m!=this) return m.$drag(s,e); - return "
"+s.innerHTML+"
"; - } -}; - -//global touch-drag handler -attachEvent("onLongTouch", function(ev){ - if(DragControl._active && !DragControl._touch_animation) - DragControl._createTouchDrag(ev); -}); - - -export default DragControl; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/dragitem.js b/v3/js/libs/webix/sources/core/dragitem.js deleted file mode 100644 index f3de5f9..0000000 --- a/v3/js/libs/webix/sources/core/dragitem.js +++ /dev/null @@ -1,251 +0,0 @@ -import {pos, offset} from "../webix/html"; -import {use} from "../services"; -import env from "../webix/env"; -import Touch from "../core/touch"; -import {extend, delay, _power_array, isArray} from "../webix/helpers"; -import {assert} from "../webix/debug"; -import DragControl from "../core/dragcontrol"; -import AutoScroll from "../core/autoscroll"; - - -/* - Behavior:DragItem - adds ability to move items by dnd - - dnd context can have next properties - from - source object - to - target object - source - id of dragged item(s) - target - id of drop target, null for drop on empty space - start - id from which DND was started -*/ - -const DragItem ={ - //helper - defines component's container as active zone for dragging and for dropping - _initHandlers:function(obj, source, target){ - if (!source) DragControl.addDrop(obj._contentobj,obj,true); - if (!target) DragControl.addDrag(obj._contentobj,obj); - this.attachEvent("onDragOut",function(a,b){ this.$dragMark(a,b); }); - this.attachEvent("onBeforeAutoScroll",function(){ - var context = DragControl.getContext(); - return !!(DragControl._active && context && (context.to === this || this._auto_scroll_force)); - }); - }, - drag_setter:function(value){ - if (value){ - extend(this, AutoScroll, true); - if (value == "order" || value == "move") - extend(this, use("DragOrder"), true); - if (value == "inner" || value == "order") - this._inner_drag_only = true; - - this._initHandlers(this, value == "source", value == "target"); - delete this.drag_setter; //prevent double initialization - } - return value; - }, - /* - s - source html element - t - target html element - d - drop-on html element ( can be not equal to the target ) - e - native html event - */ - //called when drag moved over possible target - $dragIn:function(s,t,e){ - var id = this.locate(e) || null; - var context = DragControl._drag_context; - - //in inner drag mode - ignore dnd from other components - if ((this._inner_drag_only || context.from._inner_drag_only) && context.from !== this) return false; - - var to = DragControl.getMaster(t); - //previous target - var html = (this.getItemNode(id, e)||this._dataobj); - //prevent double processing of same target - if (html == DragControl._landing) return html; - context.target = id; - context.to = to; - - if (this._auto_scroll_delay) - this._auto_scroll_delay = window.clearTimeout(this._auto_scroll_delay); - - const fragile = (this.addRowCss && env.touch && !this._settings.prerender); - if (this._settings.dragscroll !== false && !fragile) - this._auto_scroll_delay = delay(function(pos,id){ - this._drag_pause(id); - this._auto_scroll(pos,id); - }, this, [pos(e), id], 250); - - if (!this.$dropAllow(context, e) || !this.callEvent("onBeforeDragIn",[context, e])){ - context.to = context.target = null; - if (this._auto_scroll_delay) - this._auto_scroll_delay = window.clearTimeout(this._auto_scroll_delay); - return null; - } - //mark target only when landing confirmed - this.$dragMark(context,e); - return html; - }, - $dropAllow:function(){ - return true; - }, - _drag_pause:function(){ - //may be reimplemented in some components - // tree for example - }, - _target_to_id:function(target){ - return target && typeof target === "object" ? target.toString() : target; - }, - //called when drag moved out from possible target - $dragOut:function(s,t,n,e){ - var id = (this._viewobj.contains(n) ? this.locate(e): null) || null; - var context = DragControl._drag_context; - - //still over previous target - if ((context.target||"").toString() == (id||"").toString()) return null; - if (this._auto_scroll_delay) - this._auto_scroll_delay = window.clearTimeout(this._auto_scroll_delay); - - //unmark previous target - context.target = context.to = null; - this.callEvent("onDragOut",[context,e]); - return null; - }, - //called when drag moved on target and button is released - $drop:function(s,t,e){ - var context = DragControl._drag_context; - //finalize context details - context.to = this; - this._define_index(s,t,context); - - //unmark last target - this.$dragMark({}, e); - - if( context.from && context.from != context.to && context.from.callEvent ){ - if(!context.from.callEvent("onBeforeDropOut", [context,e])) - return; - } - - if (!this.callEvent("onBeforeDrop",[context,e])) return; - //moving - this._context_to_move(context,e); - - this.callEvent("onAfterDrop",[context,e]); - }, - _define_index:function(s,t,context){ - var target = this._target_to_id(context.target); - - if (this.getBranchIndex){ - if (target){ - context.parent = this.getParentId(target); - context.index = this.getBranchIndex(target); - } else context.index = -1; - } else - context.index = target?this.getIndexById(target):this.count(); - }, - _context_to_move:function(context){ - assert(context.from, "Unsopported d-n-d combination"); - if (context.from && context.from.move){ //from different component with item dnd - var details = { parent: context.parent, mode: context.pos }; - context.from.move(context.source,context.index,context.to, details); - } - }, - $longTouchLimit: true, - _getDragItemPos: function(pos,e){ - if (this.getItemNode){ - var id = this.locate(e, true); - //in some case, node may be outiside of dom ( spans in datatable for example ) - //so getItemNode can return null - var node = id ? this.getItemNode(id) : null; - return node ? offset(node) : node; - } - }, - //called when drag action started - $drag:function(s,e){ - var id = this.locate(e, true); - if (id){ - var list = [id]; - - if (this.getSelectedId){ //has selection model - //if dragged item is one of selected - drag all selected - var selection = this.getSelectedId(true, true); - - if (selection && selection.length > 1 && _power_array.find.call(selection,id)!=-1){ - var hash = {}; - list = []; - for (let i=0;i 1 ) - html = this._toMultipleHTML(html, context.source.length); - return html; - }, - _toMultipleHTML:function(html, len){ - html = "
"+html+"
"; - let multiple = "
"; - if ( len > 2 ) - multiple = "
" + multiple; - return multiple+html+""+len+""; - }, - $dragMark:function(context){ - var target = null; - if (context.target) - target = this._target_to_id(context.target); - - //touch webkit will stop touchmove event if source node removed - if (this._marked && this._marked != target){ - this._remove_css([this._marked], "webix_drag_over", true); - this._marked = null; - } - - if (!this._marked && target){ - this._marked = target; - this._add_css([target], "webix_drag_over", true); - return target; - } - - return !!context.to; - }, - _add_css:function(source, css){ - for (let i=0; i ofs[settings[settings.direction]] ) - target = this.getNextId(target) || "$webix-last"; - } - - if (target == this._marked_item_id || target == "$webix-drop") - return html; - - this._marked_item_id = target; - this._set_drop_area(target, t); - - return html; - }, - $dragPos:function(pos){ - if (!this._inner_drag_only){ - let context = DragControl._drag_context; - pos.y += context.y_offset; - pos.x += context.x_offset; - return; - } - - let box = offset(this.$view); - let xdrag = (this._settings.layout == "x"); - - if (xdrag){ - box.x -= 12; - pos.y = box.y - 8; - pos.x = pos.x - 18; - - if (pos.x < box.x) - pos.x = box.x; - else { - let max = box.x + box.width; - if (pos.x > max) - pos.x = max; - } - } else { - box.y += (this._header_height||0) - 12; - pos.x = box.x + 8 + (this._drag_order_stored_left||0); - pos.y = pos.y - 18; - - if (pos.y < box.y) - pos.y = box.y; - else { - let max = box.y + box.height - (this._header_height||0); - if (pos.y > max) - pos.y = max; - } - } - }, - $dragOut:function(s,ot,nt){ - if (ot != nt){ - if (this._remove_drop_area) this._remove_drop_area(); - else remove(DragControl._dropHTML); - this._marked_item_id = DragControl._dropHTML = null; - } - return DragItem.$dragOut.apply(this, arguments); - }, - _define_index:function(s,t,context){ - var target = this._marked_item_id == "$webix-last" ? null : this._marked_item_id; - - if (this.getBranchIndex){ - if (target){ - context.parent = this.getParentId(target); - context.index = this.getBranchIndex(target); - if (s == t && this.getParentId(context.start) == context.parent && this.getBranchIndex(context.start) < context.index) - context.index -= 1; - } else context.index = -1; - } else { - context.index = target?this.getIndexById(target):this.count(); - context.index -= (s == t && this.getIndexById(context.start) 200){ - if (!this._last_editor || this._last_editor.popupType || !e || ( !this._last_editor.node || !this._last_editor.node.contains(e.target))) - this.editStop(); - } - }, this)); - - this.attachEvent("onDestruct", function(){ detachEvent(e1); detachEvent(e2); }); - - //property sheet has simple data object, without events - if (this.data.attachEvent) - this.data.attachEvent("onIdChange", bind(function(oldid, newid){ - this._changeEditorId(oldid, newid); - }, this)); - - //when clicking on row - will start editor - this.attachEvent("onItemClick", function(id){ - if (this._settings.editable && this._settings.editaction == "click") - this.edit(id); - }); - this.attachEvent("onItemDblClick", function(id){ - if (this._settings.editable && this._settings.editaction == "dblclick") - this.edit(id); - }); - //each time when we clicking on input, reset timer to prevent self-closing - this._reset_active_editor = bind(function(){ - this._edit_open_time = new Date(); - },this); - - this._init_edit_events_once = function(){}; - - if (this._component_specific_edit_init) - this._component_specific_edit_init(); - }, - _handle_live_edits:function(){ - delay(function(){ - var editor = this.getEditor(); - if (editor && editor.config.liveEdit){ - var state = { value:editor.getValue(), old: editor.value }; - if (state.value == state.old) return; - - editor.value = state.value; - this._set_new_value(editor, state.value, false); - this.callEvent("onLiveEdit", [state, editor]); - } - }, this); - }, - _show_editor_form:function(id){ - var form = this._settings.form; - if (typeof form != "string") - this._settings.form = form = ui(form).config.id; - - form = $$(form); - var realform = form.setValues?form:form.getChildViews()[0]; - - realform.setValues(this.getItem(id.row || id), false, "auto"); - form.config.master = this.config.id; - form.show( this.getItemNode(id) ); - - var first = realform.getChildViews()[0]; - if (first.focus) - first.focus(); - }, - edit:function(id, preserve, show){ - if (!this._settings.editable || !this.callEvent("onBeforeEditStart", [id])) return; - if (this._settings.form) - return this._show_editor_form(id); - - var editor = this._get_editor_type(id); - if (editor){ - if (this.getEditor(id)) return; - if (!preserve) this.editStop(); - - //render html input - assert(editors[editor], "Invalid editor type: "+editor); - var type = extend({}, editors[editor]); - - var node = this._init_editor(id, type, show); - if (type.config.liveEdit) - this._live_edits_handler = this.attachEvent("onKeyPress", this._handle_live_edits); - - var area = type.getPopup?type.getPopup(node)._viewobj:node; - - if (area) - _event(area, "click", this._reset_active_editor); - if (node) - _event(node, "change", this._on_editor_change, { bind:{ view:this, id:id }}); - if (show !== false) - type.focus(); - - if (this.$fixEditor) - this.$fixEditor(type); - - //save time of creation to prevent instant closing from the same click - this._edit_open_time = globalState.edit_open_time = new Date(); - - UIManager.setFocus(this, true); - this.callEvent("onAfterEditStart", [id]); - return type; - } - return null; - }, - getEditor:function(id){ - if (!id) - return this._last_editor; - - return this._editors[id]; - }, - _changeEditorId:function(oldid, newid) { - var editor = this._editors[oldid]; - if (editor){ - this._editors[newid] = editor; - editor.id = newid; - delete this._editors[oldid]; - } - }, - _on_editor_change:function(){ - if (this.view.hasEvent("onEditorChange")) - this.view.callEvent("onEditorChange", [this.id, this.view.getEditorValue(this.id) ]); - }, - _get_edit_config:function(){ - return this._settings; - }, - _init_editor:function(id, type, show){ - type.config = this._get_edit_config(id); - var node = type.render(); - - if (type.$inline) - node = this._locateInput(id); - type.node = node; - - var item = this.getItem(id); - //value can be configured by editValue option - var value = item[this._settings.editValue||"value"]; - //if property was not defined - use empty value - if (isUndefined(value)) - value = ""; - - type.setValue(value, item); - type.value = value; - - this._addEditor(id, type); - - //show it over cell - if (show !== false) - this.showItem(id); - if (!type.$inline) - this._sizeToCell(id, node, true); - - if (type.afterRender) - type.afterRender(); - - return node; - }, - _locate_cell:function(id){ - return this.getItemNode(id); - }, - _locateInput:function(id){ - var cell = this._locate_cell(id); - if (cell) - cell = cell.getElementsByTagName("input")[0] || cell; - - return cell; - }, - _get_editor_type:function(){ - return this._settings.editor; - }, - _addEditor:function(id, type){ - type.id = id; - this._editors[id]= this._last_editor = type; - this._in_edit_mode++; - }, - _removeEditor:function(editor){ - if (this._last_editor == editor) - this._last_editor = 0; - - if (editor.destroy) - editor.destroy(); - - delete editor.popup; - delete editor.node; - - delete this._editors[editor.id]; - this._in_edit_mode--; - }, - focusEditor:function(){ - var editor = this.getEditor.apply(this, arguments); - if (editor && editor.focus) - editor.focus(); - }, - editCancel:function(){ - this.editStop(null, null, true); - }, - _applyChanges: function(el){ - if (el){ - var ed = this.getEditor(); - if (ed && ed.getPopup && ed.getPopup() == el.getTopParentView()) return; - } - this.editStop(); - }, - editStop:function(id){ - if (this._edit_stop) return; - this._edit_stop = 1; - - - var cancel = arguments[2]; - var result = 1; - if (!id){ - this._for_each_editor(function(editor){ - result = result * this._editStop(editor, cancel); - }); - } else - result = this._editStop(this._editors[id], cancel); - - this._edit_stop = 0; - return result; - }, - _cellPosition:function(id){ - var html = this.getItemNode(id); - return { - left:html.offsetLeft, - top:html.offsetTop, - height:html.offsetHeight, - width:html.offsetWidth, - parent:this._contentobj - }; - }, - _sizeToCell:function(id, node, inline){ - //fake inputs - if (!node.style) return; - - var pos = this._cellPosition(id, null, true); - - node.style.top = pos.top + "px"; - node.style.left = pos.left + "px"; - - node.style.width = pos.width-1+"px"; - node.style.height = pos.height-1+"px"; - - node.top = pos.top; //later will be used during y-scrolling - - if (inline) pos.parent.appendChild(node); - return pos; - }, - _for_each_editor:function(handler){ - for (var editor in this._editors) - handler.call(this, this._editors[editor]); - }, - _editStop:function(editor, ignore){ - if (!editor || globalState._final_destruction) return; - var state = { - value : this._get_new_value(editor), - old : editor.value - }; - if (this.callEvent("onBeforeEditStop", [state, editor, ignore])){ - if (!ignore){ - //special case, state.old = 0, state.value = "" - //we need to state.old to string, to detect the change - var old = state.old; - if (typeof state.value == "string") old += ""; - - if (old != state.value || editor.config.liveEdit){ - var item = this._set_new_value(editor, state.value, true); - this.updateItem(editor.row || editor.id, item); - } - } - if (editor.$inline) - editor.node = null; - else - remove(editor.node); - - var popup = editor.config.suggest; - if (popup && typeof popup == "string") - $$(popup).hide(); - - this._removeEditor(editor); - if (this._live_edits_handler) - this.detachEvent(this._live_edits_handler); - - this.callEvent("onAfterEditStop", [state, editor, ignore]); - return 1; - } - return 0; - }, - validateEditor:function(id){ - let result = true; - if (this._settings.rules){ - const editor = this.getEditor(id); - const key = editor.column||this._settings.editValue||"value"; - const rule = this._settings.rules[key]; - const all = this._settings.rules.$all; - const input = editor.getInputNode(); - - if ((rule || all) && !input._viewobj){ //only for html inputs - const obj = this.data.getItem(editor.row||editor.id); - const value = editor.getValue(); - - if (rule) - result = rule.call(this, value, obj, key); - if (all) - result = all.call(this, value, obj, key) && result; - - if (result) - removeCss(input, "webix_invalid"); - else - addCss(input, "webix_invalid"); - - callEvent("onLiveValidation", [editor, result, obj, value]); - } - } - return result; - }, - getEditorValue:function(id){ - var editor; - if (arguments.length === 0) - editor = this._last_editor; - else - editor = this.getEditor(id); - - if (editor) - return editor.getValue(); - }, - getEditState:function(){ - return this._last_editor || false; - }, - editNext:function(next, from){ - next = next !== false; //true by default - if (this._in_edit_mode == 1 || from){ - //only if one editor is active - var editor_next = this._find_cell_next((this._last_editor || from), function(id){ - if (this._get_editor_type(id)) - return true; - return false; - }, next); - - if (this.editStop()){ //if we was able to close previous editor - if (editor_next){ //and there is a new target - this.edit(editor_next); //init new editor - this._after_edit_next(editor_next); - } - return false; - } - } - }, - //stab, used in datatable - _after_edit_next:function(){}, - _find_cell_next:function(start, check, direction){ - var row = this.getIndexById(start.id); - var order = this.data.order; - - if (direction){ - for (let i=row+1; i=0; i--){ - if (check.call(this, order[i])) - return order[i]; - } - } - - return null; - }, - _get_new_value(editor){ - return editor.getValue(); - }, - _set_new_value:function(editor, new_value, copy){ - var item = copy ? {} : this.getItem(editor.id); - item[this._settings.editValue||"value"] = new_value; - return item; - } -}; - -export default EditAbility; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/eventsystem.js b/v3/js/libs/webix/sources/core/eventsystem.js deleted file mode 100644 index e67158c..0000000 --- a/v3/js/libs/webix/sources/core/eventsystem.js +++ /dev/null @@ -1,117 +0,0 @@ -import {extend, toFunctor, bind, uid, _to_array} from "../webix/helpers.js"; -import {assert, log, debug_mode} from "../webix/debug.js"; - -//event system -const EventSystem={ - $init:function(){ - if (!this._evs_events){ - this._evs_events = {}; //hash of event handlers, name => handler - this._evs_handlers = {}; //hash of event handlers, ID => handler - this._evs_map = {}; - } - }, - //temporary block event triggering - blockEvent : function(){ - this._evs_events._block = true; - }, - //re-enable event triggering - unblockEvent : function(){ - this._evs_events._block = false; - }, - mapEvent:function(map){ - extend(this._evs_map, map, true); - }, - on_setter:function(config){ - if(config){ - for(var i in config){ - var method = toFunctor(config[i], this.$scope); - var sub = i.indexOf("->"); - if (sub !== -1){ - this[i.substr(0,sub)].attachEvent(i.substr(sub+2), bind(method, this)); - } else - this.attachEvent(i, method); - } - } - }, - //trigger event - callEvent:function(type,params){ - const master = this._event_master || this; - if (this._evs_events._block) return true; - - type = type.toLowerCase(); - var event_stack =this._evs_events[type.toLowerCase()]; //all events for provided name - var return_value = true; - - if (DEBUG) - if ((debug_mode.events || this.debug) && type !== "onmousemoving" ) //can slowdown a lot - log("info","["+this.name+"@"+((this._settings||{}).id)+"] event:"+type,params); - - if (event_stack) - for(var i=0; i max) max = num; - } - - return max === -Infinity ? 0 : max*1; - }, - count:function(property, data){ - var count = 0; - for (var i = 0; i < data.length; i++) { - var some = property(data[i]); - if (some !== null && typeof some !== "undefined") - count++; - } - return count; - }, - any:function(property, data){ - return property(data[0]); - }, - string:function(property){ - return property.$name; - } -}; - -export default GroupMethods; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/groupstore.js b/v3/js/libs/webix/sources/core/groupstore.js deleted file mode 100644 index 089772a..0000000 --- a/v3/js/libs/webix/sources/core/groupstore.js +++ /dev/null @@ -1,240 +0,0 @@ -import {_to_array, uid} from "../webix/helpers"; -import {assert} from "../webix/debug"; -import GroupMethods from "../core/groupmethods"; - - -const GroupStore = { - $init:function(){ - this.attachEvent("onClearAll", () => this._not_grouped_order = null); - this.attachEvent("onSyncApply", () => this._not_grouped_order = null); - }, - ungroup:function(target){ - if (this.getBranchIndex){ - if (!this._ungroupLevel(target)) return; - } else { - if (!this._not_grouped_order) return; - - this.order = this._not_grouped_order; - this.pull = this._not_grouped_pull; - } - - this.callEvent("onStoreUpdated",[]); - }, - _ungroupLevel(target){ - const parent = target || 0; - const level = parent == "0" ? 1 : this.getItem(parent).$level + 1; - let changed = false; - const top = this.branch[parent]; - let order = []; - - for (var i=0; i { - if (!this.pull[a].$footer) - return a; - this._unregisterItem(a); - }); - order = order.concat(this.branch[id] || []); - this._unregisterItem(id); - } else - order.push(id); - } - - if (!changed) return false; - this.branch[parent] = order; - this._fix_group_levels(this.branch[parent], parent, level); - - if (typeof target === "undefined") - this._ungroupLevel(); - - return true; - }, - _unregisterItem(id){ - delete this.pull[id]; - delete this.branch[id]; - }, - _group_processing:function(scheme){ - this.blockEvent(); - this.group(scheme); - this.unblockEvent(); - }, - _group_prop_accessor:function(val){ - if (typeof val == "function") - return val; - const acc = function(obj){ return obj[val]; }; - acc.$name = val; - return acc; - }, - group:function(config, target){ - assert(config, "Empty config"); - let input; - - if (typeof config === "string"){ - input = config; - config = { by:this._group_prop_accessor(config), map:{} }; - } else if (typeof config === "function"){ - config = { by:config, map:{} }; - } else if (typeof config.by === "string"){ - input = config.by; - config.by = this._group_prop_accessor(config.by); - } - config.map = config.map || {}; - if (input && !config.map[input]) - config.map[input] = [input]; - config.missing = (config.missing === undefined) ? true : config.missing; - - if (this.getBranchIndex) - return this._group_tree(config, target); - - if (!this._not_grouped_order){ - this._not_grouped_order = this.order; - this._not_grouped_pull = this.pull; - } - - const groups = {}; - const labels = []; - const missed = []; - const misGroup = config.missing; - this.each(function(data){ - let current = config.by(data); - if (!current && current !== 0){ - if (misGroup === false) return; - if (misGroup === true){ - missed.push(data); - return; - } - current = misGroup; - } - - if (!groups[current]){ - labels.push({ id:current, value:current, $group:true, $row:config.row }); - groups[current] = _to_array(); - } - groups[current].push(data); - }); - - for (let i=0; i"); - this._areas.push({index: userdata, points:coords}); - - }, - addSector:function(id,alpha0,alpha1,x,y,R,ky,userdata){ - var points = []; - points.push(x); - points.push(Math.floor(y*ky)); - for(var i = alpha0; i < alpha1; i+=Math.PI/18){ - points.push(Math.floor(x+R*Math.cos(i))); - points.push(Math.floor((y+R*Math.sin(i))*ky)); - } - points.push(Math.floor(x+R*Math.cos(alpha1))); - points.push(Math.floor((y+R*Math.sin(alpha1))*ky)); - points.push(x); - points.push(Math.floor(y*ky)); - - return this.addPoly(id,points,userdata); - }, - hide:function(obj, data, mode){ - if (obj.querySelectorAll){ - var nodes = obj.querySelectorAll("area[userdata=\""+data+"\"]"); - for (var i = 0; i < nodes.length; i++){ - var nod = nodes[i]; - if (mode){ - if (nod.getAttribute("coords")){ - nod.coordsdis = nod.getAttribute("coords"); - nod.setAttribute("coords", ""); - nod.coords = ""; - } - } else if (!mode){ - if (nod.coordsdis){ - nod.setAttribute("coords", nod.coordsdis); - nod.coords = nod.coordsdis; - nod.coordsdis = ""; - } - } - nodes[i].style.display = mode?"none":""; - } - } - }, - render:function(obj){ - var d = create("DIV"); - d.style.cssText="position:absolute; width:100%; height:100%; top:0px; left:0px;"; - obj.appendChild(d); - var src = env.isIE?"":"src='data:image/gif;base64,R0lGODlhEgASAIAAAP///////yH5BAUUAAEALAAAAAASABIAAAIPjI+py+0Po5y02ouz3pwXADs='"; - d.innerHTML=""+this._map.join("\n")+""; - - obj._htmlmap = d; //for clearing routine - - this._map = []; - } -}); - -export default HtmlMap; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/htmloptions.js b/v3/js/libs/webix/sources/core/htmloptions.js deleted file mode 100644 index e374400..0000000 --- a/v3/js/libs/webix/sources/core/htmloptions.js +++ /dev/null @@ -1,199 +0,0 @@ -import {preventEvent} from "../webix/html"; -import {_power_array} from "../webix/helpers"; -import {_event} from "../webix/htmlevents"; -import UIManager from "./uimanager"; - - -/*aria-style handling for options of multiple-value controls (radio, segmented, tabbar)*/ - -const HTMLOptions = { - $init: function(){ - this.$ready.push(()=>{ - if(!this.customRadio_setter || this.config.customRadio) - _event( this.$view, "keydown", this._moveSelection, {bind:this}); - }); - }, - _focus: function(){ - if(!UIManager.canFocus(this)) - return false; - - const input = this._getInputNode(); - if (input) - for (let i=0; i34 && code <41){ - const inp = this._getInputNode(); - let index = false; - - if (!inp.length) return; - preventEvent(e); - - const dir = (code === 37 || code === 38 || code === 35)?-1:1; - if (code === 35) index = inp.length-1; - else if (code === 36 ) index = 0; - else { - for (let i=0; i= inp.length) i = 0; - if (i < 0) i = inp.length-1; - - if (!inp[i].getAttribute("webix_disabled")){ - const id = inp[i].getAttribute(/*@attr*/"button_id"); - - this.setValue(id, "user"); - inp[i].focus(); - i = "success"; - } - else i += dir; - - } while(i !== "success" && i !== index); - } - } - }, - _get_tooltip_data: function(t,e){ - let id, - node = e.target; - while (node && !node.webix_tooltip){ - id = node.getAttribute("webix_t_id"); - if (id) - return this.getOption(id); - node = node.parentNode; - } - return null; - }, - optionIndex: function(id){ - const options = this._settings.options; - for (let i=0; i=0; i--) - if (!options[i].hidden) - return this.setValue(options[i].id,"auto"); - } - - //nothing found - this.setValue("","auto"); - }, - _getFirstActive(first){ - const options = this._settings.options; - - if (options.length){ - for (let i=0; i 1)); - - if((mode == "right" || mode == "left") && this._parent_menu){ - var parent = $$(this._parent_menu); - - parent._hide_sub_menu(true); - if(parent.config.layout === "x") - parent.moveSelection(mode); - else - UIManager.setFocus(parent); - return; - } - - if (!selected.length && this.count()){ - if (mode == "down" || (mode == "right" && x_layout)) mode = "top"; - else if (mode == "up" || (mode == "left" && x_layout)) mode = "bottom"; - else return; - selected = [this.getFirstId()]; - } - - if (selected.length == 1){ //if we have a selection - selected = selected[0]; - var prev = selected; - - if (mode == "left" && this.close) - return this.close(selected); - if (mode == "right" && this.open) - return this.open(selected); - - else if (mode == "top") { - selected = this.getFirstId(); - } else if (mode == "bottom") { - selected = this.getLastId(); - } else if (mode == "up" || mode == "left" || mode == "pgup") { - let index = this.getIndexById(selected); - let step = mode == "pgup" ? 10 : 1; - selected = this.getIdByIndex(Math.max(0, index-step)); - } else if (mode == "down" || mode == "right" || mode == "pgdown") { - let index = this.getIndexById(selected); - let step = mode == "pgdown" ? 10 : 1; - selected = this.getIdByIndex(Math.min(this.count()-1, index+step)); - } else { - assert(false, "Not supported selection moving mode"); - return; - } - - const dir = (mode == "up" || mode == "left" || mode == "pgdown" || mode == "bottom")?-1:1; - if(this._skip_item) - selected = this._skip_item(selected, prev, dir); - - this.showItem(selected); - this.select(selected); - - if(this.getSubMenu && this.getSubMenu(selected)) - this._mouse_move_activation(selected, this.getItemNode(selected)); - - if(!this.config.clipboard && focus !== false){ - var node = this.getItemNode(selected); - if(node) node.focus(); - } - } - return false; - }, - navigation_setter:function(value){ - //using global flag to apply hotkey only once - if (value && !UIManager._global_nav_grid_hotkeys){ - UIManager._global_nav_grid_hotkeys = true; - //hotkeys will react on any component but will not work in edit mode - //you can define moveSelection method to handle navigation keys - UIManager.addHotKey("up", this._navigation_helper("up")); - UIManager.addHotKey("down", this._navigation_helper("down")); - UIManager.addHotKey("right", this._navigation_helper("right")); - UIManager.addHotKey("left", this._navigation_helper("left")); - - UIManager.addHotKey("shift+up", this._navigation_helper("up")); - UIManager.addHotKey("shift+down", this._navigation_helper("down")); - UIManager.addHotKey("shift+right", this._navigation_helper("right")); - UIManager.addHotKey("shift+left", this._navigation_helper("left")); - - UIManager.addHotKey("ctrl+shift+up", this._navigation_helper("up")); - UIManager.addHotKey("ctrl+shift+down", this._navigation_helper("down")); - UIManager.addHotKey("ctrl+shift+right", this._navigation_helper("right")); - UIManager.addHotKey("ctrl+shift+left", this._navigation_helper("left")); - - UIManager.addHotKey("pageup", this._navigation_helper("pgup")); - UIManager.addHotKey("pagedown", this._navigation_helper("pgdown")); - UIManager.addHotKey("home", this._navigation_helper("top")); - UIManager.addHotKey("end", this._navigation_helper("bottom")); - - - - } - - return value; - } -}; - -export default KeysNavigation; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/late.js b/v3/js/libs/webix/sources/core/late.js deleted file mode 100644 index 17cdd83..0000000 --- a/v3/js/libs/webix/sources/core/late.js +++ /dev/null @@ -1 +0,0 @@ -export const late = { }; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/mapcollection.js b/v3/js/libs/webix/sources/core/mapcollection.js deleted file mode 100644 index b7ac848..0000000 --- a/v3/js/libs/webix/sources/core/mapcollection.js +++ /dev/null @@ -1,194 +0,0 @@ -import {uid,isArray} from "../webix/helpers"; -import {$$} from "../ui/core"; - -import i18n from "../webix/i18n"; -import {use} from "../services"; - -import template from "../webix/template"; - - - -/*Data collection mapping logic */ - -const MapCollection = { - $init:function(){ - this.$ready.push(this._create_scheme_init); - this.attachEvent("onStructureUpdate", this._create_scheme_init); - this.attachEvent("onStructureLoad", function(){ - if(!this._scheme_init_order.length) - this._create_scheme_init(); - }); - }, - _create_scheme_init:function(){ - var stack = this._scheme_init_order = []; - var config = this._settings; - - if (config.columns) - this._build_data_map(config.columns); - if (this._settings.map) - this._process_field_map(config.map); - - if (stack.length){ - this.data._scheme_init = function(obj){ - for (var i=0; i a[target]; - } else { - if (source.indexOf("#") === -1 && source.indexOf("{") === -1){ - source = "#"+source+"#"; - } - getSource = template(source); - } - - if (map.indexOf("(date)")===0){ - if (extra && !extra.format) extra.format = i18n.dateFormatStr; - - return function(obj){ - const dateStr = (getSource(obj) || "").toString(); - obj[target] = i18n.parseFormatDate(dateStr); - }; - } else if (map.indexOf("(number)")===0){ - return function(obj){ - obj[target] = getSource(obj)*1; - }; - } else { - return function(obj){ - obj[target] = getSource(obj) || ""; - }; - } - }, - _build_data_map:function(columns){ //for datatable - for (let i=0; i { - if(this.refreshFilter) - this.refreshFilter(config.columnId); - }); - this.attachEvent("onDestruct", function(){ - if (!options.$destructed) options.data.detachEvent(id); - }); - } - } - }, - _bind_collection:function(options, column){ - if (column){ - delete column.options; - column.collection = options; - column.template = column.template || this._bind_template(options, column.id, column.optionslist); - let id = options.data.attachEvent("onStoreUpdated", () => { - this.refresh(); - if(this.refreshFilter) - this.refreshFilter(column.id); - }); - this.attachEvent("onDestruct", function(){ - if (!options.$destructed) options.data.detachEvent(id); - }); - } - }, - _bind_template:function(options, columnId, multi){ - columnId = this.getColumnConfig ? columnId : "value"; - if (multi) { - let separator = typeof multi=="string" ? multi : ","; - return function(obj){ - let value = obj[columnId]; - if (!value) return ""; - - let ids = value.toString().split(separator); - for (let i = 0; i < ids.length; i++){ - let data = options.data.pull[ids[i]]; - ids[i] = data ? (data.value || "") : ""; - } - - return ids.join(", "); - }; - } else { - return function(obj){ - let data = options.data.pull[ obj[columnId] ]; - if (data && (data.value || data.value === 0)) - return data.value; - return ""; - }; - } - } -}; - -export default MapCollection; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/modality.js b/v3/js/libs/webix/sources/core/modality.js deleted file mode 100644 index 807ddff..0000000 --- a/v3/js/libs/webix/sources/core/modality.js +++ /dev/null @@ -1,45 +0,0 @@ -import {create, remove} from "../webix/html"; -import {zIndex} from "../ui/helpers"; -import {bind} from "../webix/helpers"; -import {_event} from "../webix/htmlevents"; - -import state from "./state"; - -const Modality = { - _modal_set:function(value){ - if (value){ - if (!this._modal_cover){ - this._modal_cover = create("div",{ - "class":"webix_modal" - }); - /* with below code we will have the same zIndex for modal layer as for the previous - abs positioned element, but because of attaching order modal layer will be on top anyway - */ - const index = this._modality = zIndex(this._settings.zIndex); - state._modality.push(index); - - this._modal_cover.style.zIndex = index-1; - this._viewobj.style.zIndex = index; - document.body.appendChild(this._modal_cover); - document.body.style.overflow = "hidden"; - _event( this._modal_cover, "click", bind(this._ignore_clicks, this)); - } - } - else { - if (this._modal_cover){ - remove(this._modal_cover); - this._modal_cover = null; - - const modality = state._modality; - modality.splice(modality.indexOf(this._modality), 1); - - if (!modality.length) - document.body.style.overflow = ""; - } - } - return value; - } -}; - - -export default Modality; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/mouseevents.js b/v3/js/libs/webix/sources/core/mouseevents.js deleted file mode 100644 index f1bd7d1..0000000 --- a/v3/js/libs/webix/sources/core/mouseevents.js +++ /dev/null @@ -1,184 +0,0 @@ -import {_getClassName, locate} from "../webix/html"; -import UIManager from "../core/uimanager"; -import {extend, delay, toFunctor} from "../webix/helpers"; -import env from "../webix/env"; -import {_event} from "../webix/htmlevents"; - - -const MouseEvents={ - $init: function(config){ - config = config || {}; - - this._clickstamp = 0; - this._dbl_sensetive = 300; - this._item_clicked = null; - - this._mouse_action_extend(config.onClick, "on_click"); - this._mouse_action_extend(config.onContext, "on_context"); - this._mouse_action_extend(config.onDblClick, "on_dblclick"); - this._mouse_action_extend(config.onMouseMove, "on_mouse_move"); - - //attach dom events if related collection is defined - if (this.on_click){ - _event(this._contentobj,"click",this._onClick,{bind:this}); - if (env.isIE8 && this.on_dblclick) - _event(this._contentobj, "dblclick", this._onDblClick, {bind:this}); - } - if (this.on_context) - _event(this._contentobj,"contextmenu",this._onContext,{bind:this}); - - if (this.on_mouse_move) - this._enable_mouse_move(); - }, - - _enable_mouse_move:function(){ - if (!this._mouse_move_enabled){ - this.on_mouse_move = this.on_mouse_move || {}; - _event(this._contentobj,"mousemove",this._onMouse,{bind:this}); - _event(this._contentobj,(env.isIE?"mouseleave":"mouseout"),this._onMouse,{bind:this}); - this._mouse_move_enabled = 1; - this.attachEvent("onDestruct", function(){ - if (this._mouse_move_timer) - window.clearTimeout(this._mouse_move_timer); - }); - } - - }, - - _mouse_action_extend:function(config, key){ - if (config){ - var now = this[key]; - var step = now ? extend({}, now) : {}; - this[key] = extend(step, config); - } - }, - - //inner onclick object handler - _onClick: function(e){ - if(!this.isEnabled()) - return false; - - UIManager._focus_action(this); - - if(this.on_dblclick){ - // emulates double click - var stamp = (new Date()).valueOf(); - - if (stamp - this._clickstamp <= this._dbl_sensetive && this.locate){ - var item = this.locate(e); - if (""+item == ""+this._item_clicked) { - this._clickstamp = 0; - return this._onDblClick(e); - } - } - this._clickstamp = stamp; - } - - var result = this._mouseEvent(e,this.on_click,"ItemClick"); - return result; - }, - //inner ondblclick object handler - _onDblClick: function(e) { - return this._mouseEvent(e,this.on_dblclick,"ItemDblClick"); - }, - //process oncontextmenu events - _onContext: function(e) { - this._mouseEvent(e, this.on_context, "BeforeContextMenu", "AfterContextMenu"); - }, - /* - event throttler - ignore events which occurs too fast - during mouse moving there are a lot of event firing - we need no so much - also, mouseout can fire when moving inside the same html container - we need to ignore such fake calls - */ - _onMouse:function(e){ - if (this.$destructed) return; - if (document.createEventObject) //make a copy of event, will be used in timed call - e = document.createEventObject(event); - - if (this._mouse_move_timer) //clear old event timer - window.clearTimeout(this._mouse_move_timer); - - //this event just inform about moving operation, we don't care about details - this.callEvent("onMouseMoving",[e]); - //set new event timer - this._mouse_move_timer = delay(function(e){ - //called only when we have at least 100ms after previous event - if (e.type == "mousemove") - this._onMouseMove(e); - else - this._onMouseOut(e); - }, this, [e], (this._settings.mouseEventDelay||500)); - }, - - //inner mousemove object handler - _onMouseMove: function(e) { - if (!this._mouseEvent(e,this.on_mouse_move,"MouseMove")) - this._onMouseOut(e); - }, - //inner mouseout object handler - _onMouseOut: function(e) { - this.callEvent("onMouseOut",[e||event]); - }, - //common logic for click and dbl-click processing - _mouseEvent:function(e,hash,name, pair){ - e=e||event; - - if (e.processed || !this._viewobj) return; - e.processed = true; - - var trg=e.target; - - //IE8 can't modify event object - //so we need to stop event bubbling to prevent double processing - if (env.isIE8){ - var vid = this._settings.id; - var wid = trg.w_view; - - if (!wid) trg.w_view = vid; else if (wid !== vid) return; - } - - var css = ""; - var id = null; - var found = false; - //loop through all parents - //we need to check for this._viewobj as some handler can destroy the view - while (trg && trg.parentNode && this._viewobj && trg != this._viewobj.parentNode){ - if (!found && trg.getAttribute){ //if element with ID mark is not detected yet - id = trg.getAttribute(this._id); //check id of current one - if (id){ - // prevent clicking on disabled items - if (trg.getAttribute("webix_disabled")){ - this._item_clicked = null; - return; - } - - this._item_clicked = id; - if (this.callEvent){ - //it will be triggered only for first detected ID, in case of nested elements - if (!this.callEvent("on"+name,[id,e,trg])) return; - if (pair) this.callEvent("on"+pair,[id,e,trg]); - } - //set found flag - found = true; - } - } - css=_getClassName(trg); - if (css){ //check if pre-defined reaction for element's css name exists - css = css.toString().split(" "); - for (var i=0; i= this._cells.length || index < 0){ - index = (index < 0?this._cells.length-1:0); - } - this.setActiveIndex(index); - } - }, - _showPanelBind: function(id){ - if(this._cells) - $$(id).show(); - }, - _renderNavItems:function(){ - var item, config; - config = this._settings.navigation; - if(config.items){ - this._linkAttr = config.linkAttr || /*@attr*/"bind_id"; - - if(!this._navPanel) - this._renderPanel(); - else - this._clearPanel(); - - var data = (this._cells?this._cells:this.data.order); - if(data.length>1){ - for (var i=0; i < data.length; i++){ - - item = create("DIV",{ - "class":"webix_nav_item webix_nav_"+(i==this._active_cell?"active":"inactive"), - "role":"tab", - "tabindex":(i==this._active_cell?"0":"-1") - }); - var id = this._cells?this._cells[i]._settings.id:data[i]; - if(id) - item.setAttribute(this._linkAttr, id); - this._navPanel.appendChild(item); - } - } - } - }, - _clearPanel:function(){ - if (this._navPanel){ - var coll = this._navPanel.childNodes; - for (var i = coll.length - 1; i >= 0; i--) - remove(coll[i]); - } - }, - _renderNavButtons: function(){ - var config = this._settings.navigation; - if(config.buttons){ - - if(this._prevNavButton) - remove(this._prevNavButton); - if(this._prevNavButton) - remove(this._nextNavButton); - - - this._prevNavButton = create( - "DIV", - { - "class":"webix_nav_button_"+config.type+" webix_nav_button_prev " - }, - "
" - ); - this._viewobj.appendChild(this._prevNavButton); - - this._nextNavButton = create( - "DIV", - { - "class":"webix_nav_button_"+config.type+" webix_nav_button_next " - }, - "
" - ); - this._viewobj.appendChild(this._nextNavButton); - } - } -}; - -export default NavigationButtons; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/number.js b/v3/js/libs/webix/sources/core/number.js deleted file mode 100644 index 6c3859a..0000000 --- a/v3/js/libs/webix/sources/core/number.js +++ /dev/null @@ -1,112 +0,0 @@ -import i18n from "../webix/i18n"; - -const Number={ - getConfig: function(value){ - var config = { - decimalSize:0, - groupSize:999, - prefix:"", - sufix:"" - }; - var parts = value.split(/[0-9].*[0-9]/g); - if (parts[0].length) - config.prefix = parts[0]; - if (parts[1].length) - config.sufix = parts[1]; - if (config.prefix || config.sufix){ - value = value.substr(config.prefix.length, value.length - config.prefix.length - config.sufix.length); - } - - var num = value.indexOf("1"); - if (num > 0){ - config.prefix = value.substr(0, num); - value = value.substr(num); - } - - var dot = value.indexOf("0"); - if (dot > 0){ - config.decimalSize = value.length - dot; - config.decimalDelimiter = value[dot-1]; - value = value.substr(0, dot-1); - } - var sep = value.match(/[^0-9]/); - if (sep){ - config.groupSize = value.length - sep.index - 1; - config.groupDelimiter = value[sep.index]; - } - return config; - }, - parse:function(value, config){ - if (!value || typeof value !== "string") - return value; - - if (config.prefix) - value = value.toLowerCase().replace(config.prefix.toLowerCase() || "", ""); - if (config.sufix) - value = value.toLowerCase().replace(config.sufix.toLowerCase() || "", ""); - - var decimal = ""; - if (config.decimalDelimiter){ - var ind = value.indexOf(config.decimalDelimiter); - if (ind > -1){ - decimal = value.substr(ind+1).replace(/[^0-9]/g, ""); - decimal = decimal.substr(0, Math.min(decimal.length, config.decimalSize)); - value = value.substr(0, ind); - } - } - - var sign = value[0] === "-" ? -1 : 1; - value = value.replace(/[^0-9]/g, ""); - if (!value) - value = "0"; - - if (decimal) - value += "."+decimal; - - return parseFloat(value)*sign; - }, - format: function(value, config){ - if (value === "" || typeof value === "undefined") return value; - - config = config||i18n; - value = parseFloat(value); - - var sign = value < 0 ? "-":""; - value = Math.abs(value); - - if (!config.decimalOptional) - value = value.toFixed(config.decimalSize); - - var str = value.toString(); - str = str.split("."); - - var int_value = ""; - if (config.groupSize){ - var step = config.groupSize; - var i=str[0].length; - do { - i-=step; - var chunk = (i>0)?str[0].substr(i,step):str[0].substr(0,step+i); - int_value = chunk+(int_value?config.groupDelimiter+int_value:""); - } while(i>0); - } else - int_value = str[0]; - - if (config.decimalSize) - str = sign + int_value + (str[1] ? (config.decimalDelimiter + str[1]) : ""); - else - str = sign + int_value; - - if (config.prefix || config.sufix){ - return config.prefix + str + config.sufix; - } else - return str; - }, - numToStr:function(config){ - return function(value){ - return Number.format(value, config); - }; - } -}; - -export default Number; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/overlaybox.js b/v3/js/libs/webix/sources/core/overlaybox.js deleted file mode 100644 index 7a8e5d1..0000000 --- a/v3/js/libs/webix/sources/core/overlaybox.js +++ /dev/null @@ -1,21 +0,0 @@ -import {create, insertBefore, remove} from "../webix/html"; - - -const OverlayBox = { - showOverlay:function(message){ - if (!this._overlay){ - this._overlay = create("DIV",{ "class":"webix_overlay" },(message||"")); - insertBefore(this._overlay, this._viewobj.firstChild, this._viewobj); - this._viewobj.style.position = "relative"; - } else - this._overlay.innerHTML = message; - }, - hideOverlay:function(){ - if (this._overlay){ - remove(this._overlay); - this._overlay = null; - } - } -}; - -export default OverlayBox; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/pagingability.js b/v3/js/libs/webix/sources/core/pagingability.js deleted file mode 100644 index 9fea526..0000000 --- a/v3/js/libs/webix/sources/core/pagingability.js +++ /dev/null @@ -1,118 +0,0 @@ -import {delay} from "../webix/helpers"; -import {ui, $$} from "../ui/core"; - - -const PagingAbility = { - pager_setter:function(pager){ - if (typeof pager == "string"){ - var ui_pager = $$(pager); - if (!ui_pager){ - this.$blockRender = true; - delay(function(){ - var obj = $$(pager); - - this._settings.pager = this.pager_setter(obj); - var s = obj._settings; - s.count = this.data._count_pager_total(s.level); - obj.refresh(); - - this.$blockRender = false; - this.render(); - }, this); - return null; - } - pager = ui_pager; - } - - function check_pager_sizes(repeat){ - // reset topSplit - since now the pager is responsible for rendering - if (this.config.topSplit) - this.config.topSplit = 0; - - if (pager.config.autosize && this.getVisibleCount){ - var count = this.getVisibleCount(); - if (isNaN(count)){ - pager.config.size = 1; - delay(check_pager_sizes, this, [true]); - } else if (count != pager.config.size){ - pager.config.size = count; - pager.refresh(); - if (repeat === true) - this.refresh(); - } - } - - var s = this._settings.pager; - //initial value of pager = -1, waiting for real value - if (s.page == -1) return false; - - this.data.$min = this._count_pager_index(0, s.page*s.size); //affect data.getRange - this.data.$max = this._count_pager_index(this.data.$min, s.size); - this.data.$pagesize = this.data.$max - this.data.$min; - - return true; - } - - this.attachEvent("onBeforeRender",check_pager_sizes); - - if (!pager.$view){ - pager.view = "pager"; - pager = ui(pager); - } - this._pager = pager; - pager.$master = this; - - this.data.attachEvent("onStoreUpdated", function(){ - var s = pager._settings; - s.count = this._count_pager_total(s.level); - pager.refresh(); - }); - this.data._count_pager_total = this._count_pager_total; - - return pager._settings; - }, - _count_pager_total:function(level){ - if (level && level !== 0){ - var count = 0; - this.each(function(obj){ - if (obj.$level == level) count++; - }); - return count; - } else - return this.count(); - }, - _count_pager_index:function(start, count){ - var s = this._settings.pager; - - if (s.level && s.level !== 0){ - var end = start; - var max = this.data.order.length; - - if (count) - while (end < max){ - if (this.data.order[end] && this.data.getItem(this.data.order[end]).$level == s.level){ - if (count === 0) - break; - else - count--; - } - end++; - } - - return end; - } else - return start+count; - }, - setPage:function(value){ - if (this._pager) - this._pager.select(value); - }, - getPage:function(){ - return this._pager._settings.page; - }, - getPager:function(){ - return this._pager; - } -}; - -export default PagingAbility; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/parsing.js b/v3/js/libs/webix/sources/core/parsing.js deleted file mode 100644 index e69de29..0000000 diff --git a/v3/js/libs/webix/sources/core/progressbar.js b/v3/js/libs/webix/sources/core/progressbar.js deleted file mode 100644 index e591dee..0000000 --- a/v3/js/libs/webix/sources/core/progressbar.js +++ /dev/null @@ -1,131 +0,0 @@ -import {create, insertBefore, remove} from "../webix/html"; -import Touch from "../core/touch"; -import env from "../webix/env"; -import {isUndefined, extend, delay} from "../webix/helpers"; - - -const ProgressBar = { - $init:function(){ - if (isUndefined(this._progress) && this.attachEvent){ - this.attachEvent("onBeforeLoad", () => this.showProgress()); - this.attachEvent("onAfterLoad", () => this.hideProgress()); - this._progress = null; - } - }, - showProgress:function(config){ - // { position: 0 - 1, delay: 2000ms by default, css : name of css class to use } - var width; - if (!this._progress){ - - config = extend({ - position:0, - delay: 2000, - type:"icon", - icon:"wxi-sync", - hide:false - }, (config||{}), true); - - var incss = (config.type == "icon") ? (config.icon+" webix_spin") : ""; - - this._progress = create( - "DIV", - { - "class":"webix_progress_"+config.type, - "role":"progressbar", - "aria-valuemin":"0", - "aria-valuemax":"100", - "tabindex":"0" - }, - "
" - ); - - if(!this.setPosition) - this._viewobj.style.position = "relative"; - - insertBefore(this._progress, this._viewobj.firstChild, this._viewobj); - this._viewobj.setAttribute("aria-busy", "true"); - - if(!Touch.$active || this._touch_scroll == "native"){ - if(this.getScrollState){ - var scroll = this.getScrollState(); - if(this._viewobj.scrollWidth != this.$width){ - this._progress.style.left = scroll.x +"px"; - } - if(this._viewobj.scrollHeight != this.$height){ - if(config.type != "bottom"){ - this._progress.style.top = scroll.y +"px"; - } else { - this._progress.style.top = scroll.y + this.$height - this._progress.offsetHeight +"px"; - } - - } - } - } - - this._progress_animate = config.type != "icon"; - } - - if (!config) return; - - if (this._progress_animate){ - var position = config.position || 1; - //check for css-transition support - if(this._progress.style[env.transitionDuration] !== undefined || !config.delay){ - if (config.delay){ - // force reflow - width = this._viewobj.firstChild.offsetWidth; - this._progress.firstChild.style[env.transitionDuration] = config.delay+"ms"; - } - - // animate to new value - this._progress.firstChild.style.width = position*100+"%"; - } else{ - //if animation is not supported fallback to timeouts [IE9] - var count = 0, - start = 0, - step = position/config.delay*30, - view = this; - - if(this._progressTimer){ - //reset the existing progress - window.clearInterval(this._progressTimer); - start = this._progress.firstChild.offsetWidth/this._progress.offsetWidth*100; - } - this._progressTimer = window.setInterval(function(){ - if(count*30 == config.delay){ - window.clearInterval(view._progressTimer); - } - else{ - if(view._progress && view._progress.firstChild) - view._progress.firstChild.style.width = start+count*step*position*100+"%"; - count++; - } - },30); - } - } - - if (this._progress_hide) - clearTimeout(this._progress_hide); - - if(config.hide) - this._progress_hide = delay(this.hideProgress, this, [1], config.delay); - - // necessary to prevent code optimization - return width; - }, - hideProgress:function(now){ - if (this._progress){ - if (now || !this._progress_animate){ - if(this._progressTimer) - window.clearInterval(this._progressTimer); - remove(this._progress); - this._progress = null; - this._viewobj.removeAttribute("aria-busy"); - } else { - this.showProgress({ position:1.1, delay:300 , hide:true }); - } - } - } -}; - -export default ProgressBar; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/promise.js b/v3/js/libs/webix/sources/core/promise.js deleted file mode 100644 index 055e618..0000000 --- a/v3/js/libs/webix/sources/core/promise.js +++ /dev/null @@ -1 +0,0 @@ -// #include thirdparty/promiz.js diff --git a/v3/js/libs/webix/sources/core/recordbind.js b/v3/js/libs/webix/sources/core/recordbind.js deleted file mode 100644 index e15fd28..0000000 --- a/v3/js/libs/webix/sources/core/recordbind.js +++ /dev/null @@ -1,14 +0,0 @@ -const RecordBind={ - $init:function(){ - this.attachEvent("onChange", this._update_binds); - }, - _bind_update:function(target, rule, format){ - var data = this.getValues()||null; - if (format) - data = format(data); - this._bind_update_common(target, rule, data); - } -}; - - -export default RecordBind; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/renderstack.js b/v3/js/libs/webix/sources/core/renderstack.js deleted file mode 100644 index d99b04d..0000000 --- a/v3/js/libs/webix/sources/core/renderstack.js +++ /dev/null @@ -1,173 +0,0 @@ -import {locate, insertBefore, remove} from "../webix/html"; -import {bind, clone, extend, toFunctor} from "../webix/helpers"; -import {assert} from "../webix/debug"; -import template from "../webix/template"; - -import type from "../webix/type"; - -const RenderStack ={ - $init:function(){ - assert(this.data,"RenderStack :: Component doesn't have DataStore"); - assert(template,"template :: template is not accessible"); - - //used for temporary HTML elements - //automatically nulified during destruction - this._html = document.createElement("DIV"); - - this.data.attachEvent("onIdChange", bind(this._render_change_id, this)); - this.attachEvent("onItemClick", this._call_onclick); - - //create copy of default type, and set it as active one - if (!this.types){ - this.types = { "default" : this.type }; - this.type.name = "default"; - } - - this.type = clone(this.type); - }, - - customize:function(obj){ - type(this,obj); - }, - item_setter:function(value){ - return this.type_setter(value); - }, - type_setter:function(value){ - if(!this.types[value]) - this.customize(value); - else { - this.type = clone(this.types[value]); - if (this.type.css) - this._contentobj.className+=" "+this.type.css; - } - if (this.type.on_click) - extend(this.on_click, this.type.on_click); - - return value; - }, - - template_setter:function(value){ - this.type.template=template(value); - }, - //convert single item to HTML text (templating) - _toHTML:function(obj){ - var mark = this.data._marks[obj.id]; - //check if related template exist - assert((!obj.$template || this.type["template"+obj.$template]),"RenderStack :: Unknown template: "+obj.$template); - this.callEvent("onItemRender",[obj]); - return this.type.templateStart(obj,this.type, mark)+(obj.$template?this.type["template"+obj.$template]:this.type.template)(obj,this.type,mark)+this.type.templateEnd(obj, this.type,mark); - }, - //convert item to HTML object (templating) - _toHTMLObject:function(obj){ - this._html.innerHTML = this._toHTML(obj); - return this._html.firstChild; - }, - _render_change_id:function(old, newid){ - var obj = this.getItemNode(old); - if (obj) { - obj.setAttribute(this._id, newid); - this._htmlmap[newid] = this._htmlmap[old]; - delete this._htmlmap[old]; - } - }, - //calls function that is set in onclick property - _call_onclick:function(){ - if (this._settings.click){ - var code = toFunctor(this._settings.click, this.$scope); - if (code && code.call) code.apply(this,arguments); - } - }, - //return html container by its ID - //can return undefined if container doesn't exists - getItemNode:function(search_id){ - if (this._htmlmap) - return this._htmlmap[search_id]; - - //fill map if it doesn't created yet - this._htmlmap={}; - - var t = this._dataobj.childNodes; - for (var i=0; i < t.length; i++){ - var id = t[i].getAttribute(this._id); //get item's - if (id) - this._htmlmap[id]=t[i]; - } - //call locator again, when map is filled - return this.getItemNode(search_id); - }, - //return id of item from html event - locate:function(e){ return locate(e,this._id); }, - /*change scrolling state of top level container, so related item will be in visible part*/ - showItem:function(id){ - - var html = this.getItemNode(id); - if (html&&this.scrollTo){ - var txmin = html.offsetLeft; - var txmax = txmin + html.offsetWidth; - var tymin = html.offsetTop; - - var tymax = tymin + html.offsetHeight; - var state = this.getScrollState(); - - var x = state.x; - if (x > txmin || x + this._content_width < txmax ) - x = txmin; - var y = state.y; - if (y > tymin || y + this._content_height < tymax ) - y = tymin; - - this.scrollTo(x,y); - if(this._setItemActive) - this._setItemActive(id); - } - }, - //update view after data update - //method calls low-level rendering for related items - //when called without parameters - all view refreshed - render:function(id,data,type){ - if (!this.isVisible(this._settings.id) || this.$blockRender) - return; - - if (id){ - var cont = this.getItemNode(id); //get html element of updated item - switch(type){ - case "paint": - case "update": - //in case of update - replace existing html with updated one - if (!cont) return; - var t1 = this._htmlmap[id] = this._toHTMLObject(data); - insertBefore(t1, cont); - remove(cont); - break; - case "delete": - //in case of delete - remove related html - if (!cont) return; - remove(cont); - delete this._htmlmap[id]; - break; - case "add": - //in case of add - put new html at necessary position - var t2 = this._htmlmap[id] = this._toHTMLObject(data); - insertBefore(t2, this.getItemNode(this.data.getNextId(id)), this._dataobj); - break; - case "move": - //moving without repainting the item - insertBefore(this.getItemNode(id), this.getItemNode(this.data.getNextId(id)), this._dataobj); - break; - default: - assert(0, "Unknown render command: "+type); - break; - } - } else { - //full reset - if (this.callEvent("onBeforeRender",[this.data])){ - //getRange - returns all elements - (this._renderobj||this._dataobj).innerHTML = this.data.getRange().map(this._toHTML,this).join(""); - this._htmlmap = null; //clear map, it will be filled at first getItemNode - this.callEvent("onAfterRender",[]); - } - } - } -}; - -export default RenderStack; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/resizearea.js b/v3/js/libs/webix/sources/core/resizearea.js deleted file mode 100644 index 5475c8c..0000000 --- a/v3/js/libs/webix/sources/core/resizearea.js +++ /dev/null @@ -1,105 +0,0 @@ -import {create, offset, addCss, pos as getPos, remove, removeCss} from "../webix/html"; -import env from "../webix/env"; -import {zIndex} from "../ui/helpers"; -import {_event, event, eventRemove} from "../webix/htmlevents"; - - -const ResizeArea = { - resize_setter:function(value){ - if (value && !this._resizeHandlers) - this._renderResizeHandler(); - - return value; - }, - _renderResizeHandler: function(){ - if(!this._rwHandle){ - var rp = this._viewobj; - if (rp.firstChild){ - rp = rp.firstChild; - rp.style.position = "relative"; - } - - this._rwHandle = create("DIV",{ - "class" : "webix_resize_handle", - /*@attr*/"webix_disable_drag" : "true" - }); - rp.appendChild(this._rwHandle); - _event(this._rwHandle, env.mouse.down, this._wrDown, {bind:this}); - } - }, - _showResizeFrame: function(width,height){ - if(!this._resizeFrame){ - this._resizeFrame = create("div", {"class":"webix_resize_frame"},""); - document.body.appendChild(this._resizeFrame); - var elPos = offset(this._viewobj); - this._resizeFrame.style.left = elPos.x+"px"; - this._resizeFrame.style.top = elPos.y+"px"; - this._resizeFrame.style.zIndex = zIndex(); - } - - this._resizeFrame.style.width = width + "px"; - this._resizeFrame.style.height = height + "px"; - }, - _wrDown:function(){ - if (this.config.resize){ - addCss(document.body,"webix_noselect webix_resize_cursor"); - this._wsReady = offset(this._viewobj); - - this._resizeHandlersMove = event(document.body, env.mouse.move, this._wrMove, {bind:this}); - this._resizeHandlersUp = event(document.body, env.mouse.up, this._wrUp, {bind:this}); - } - }, - _wrMove:function(e){ - if (this._wsReady !== false){ - var elPos = getPos(e); - var progress = {x:elPos.x - this._wsReady.x, y: elPos.y - this._wsReady.y}; - - if (this.$resizeMove) - this.$resizeMove(progress); - else { - var config = this.config; - var minWidth = config.minWidth||100; - var minHeight = config.minHeight||100; - - if (progress.x < minWidth) - progress.x = minWidth; - else if(progress.x > config.maxWidth) - progress.x = config.maxWidth; - - if (progress.y < minHeight) - progress.y = minHeight; - else if(progress.y > config.maxHeight) - progress.y = config.maxHeight; - } - - this._wsProgress = progress; - this._showResizeFrame(progress.x,progress.y); - } - }, - _wrUp:function(){ - // remove resize frame and css styles - if (this._resizeFrame) - this._resizeFrame = remove(this._resizeFrame); - - removeCss(document.body,"webix_resize_cursor"); - removeCss(document.body,"webix_noselect"); - eventRemove(this._resizeHandlersMove); - eventRemove(this._resizeHandlersUp); - - // set Window sizes - if (this._wsProgress){ - if (this.$resizeEnd) - this.$resizeEnd(this._wsProgress); - else { - this.config.width = this._wsProgress.x; - this.config.height = this._wsProgress.y; - this.resize(); - } - } - - this._wsReady = this._wsProgress = false; - this.callEvent("onViewResize",[]); - } -}; - -export default ResizeArea; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/scrollable.js b/v3/js/libs/webix/sources/core/scrollable.js deleted file mode 100644 index 042414b..0000000 --- a/v3/js/libs/webix/sources/core/scrollable.js +++ /dev/null @@ -1,73 +0,0 @@ -import {create} from "../webix/html"; -import {delay} from "../webix/helpers"; -import env from "../webix/env"; -import {_event} from "../webix/htmlevents"; - -import CustomScroll from "../core/customscroll"; - -const Scrollable= { - $init:function(config){ - //do not spam unwanted scroll containers for templates - if (config && !config.scroll && this._one_time_scroll) - return (this._dataobj = (this._dataobj||this._contentobj)); - - (this._dataobj||this._contentobj).appendChild(create("DIV",{ "class" : "webix_scroll_cont" },"")); - this._dataobj=(this._dataobj||this._contentobj).firstChild; - - if (this.callEvent && (!env.touch || this._touch_scroll == "native")) - _event(this._viewobj, "scroll", function(){ - delay(function(){ - this.callEvent("onAfterScroll", []); - }, this); - }, { bind:this }); - }, - _touch_scroll:"native", - scroll_setter:function(value){ - if (!value) return false; - var auto = value === "auto"; - var marker = (value =="x"?"x":(value=="xy"?"xy":(auto?"xy":"y"))); - - if (env.$customScroll){ - CustomScroll.enable(this, marker); - } else { - var node = this._dataobj.parentNode.style; - if (auto){ - node.overflowX = node.overflowY = "auto"; - } else { - if (marker.indexOf("x")!=-1){ - this._scroll_x = true; - node.overflowX = "scroll"; - } - if (marker.indexOf("y")!=-1){ - this._scroll_y = true; - node.overflowY = "scroll"; - } - } - } - return marker; - }, - _onoff_scroll:function(mode, dir){ - if (!!this._settings.scroll == !!mode) return; - - if (!env.$customScroll){ - var style = this._dataobj.parentNode.style; - style[dir === "x" ? "overflowX" : "overflowY"] = mode ? "auto" : "hidden"; - } - - if (dir === "x"){ - this._scroll_x = mode; - } else { - this._scroll_y = mode; - } - this._settings.scroll = mode?dir:false; - }, - getScrollState:function(){ - return { x: this._dataobj.parentNode.scrollLeft, y: this._dataobj.parentNode.scrollTop }; - }, - scrollTo:function(x,y){ - this._dataobj.parentNode.scrollLeft = x; - this._dataobj.parentNode.scrollTop = y; - } -}; - -export default Scrollable; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/selectionmodel.js b/v3/js/libs/webix/sources/core/selectionmodel.js deleted file mode 100644 index 78fca97..0000000 --- a/v3/js/libs/webix/sources/core/selectionmodel.js +++ /dev/null @@ -1,239 +0,0 @@ -import {addCss, removeCss} from "../webix/html"; -import {_to_array, bind, isArray} from "../webix/helpers"; -import {_event, event} from "../webix/htmlevents"; -import {assert} from "../webix/debug"; - -import ready from "../webix/ready"; -import state from "../core/state"; - - -/* - Behavior:SelectionModel - manage selection states - @export - select - unselect - selectAll - unselectAll - isSelected - getSelectedId -*/ -const SelectionModel ={ - $init:function(){ - //collection of selected IDs - this._selected = _to_array(); - assert(this.data, "SelectionModel :: Component doesn't have DataStore"); - - //remove selection from deleted items - this.data.attachEvent("onStoreUpdated",bind(this._data_updated,this)); - this.data.attachEvent("onStoreLoad", bind(this._data_loaded,this)); - this.data.attachEvent("onAfterFilter", bind(this._data_filtered,this)); - this.data.attachEvent("onSyncApply", bind(this._select_check,this)); - this.data.attachEvent("onIdChange", bind(this._id_changed,this)); - this.$ready.push(this._set_noselect); - }, - _set_noselect: function(){ - if (this._settings.select=="multiselect" || this._settings.multiselect || this._settings.select=="area") - _event(this.$view,"mousedown", function(e){ - var shiftKey = (e||window.event).shiftKey; - if(shiftKey){ - state._noselect_element = this; - addCss(this,"webix_noselect",1); - } - }); - }, - _id_changed:function(oldid, newid){ - for (var i = this._selected.length - 1; i >= 0; i--) - if (this._selected[i]==oldid) - this._selected[i]=newid; - }, - _data_filtered:function(){ - for (var i = this._selected.length - 1; i >= 0; i--){ - if (this.data.getIndexById(this._selected[i]) < 0) { - var id = this._selected[i]; - this.removeCss(id, "webix_selected", true); - this._selected.splice(i,1); - this.callEvent("onSelectChange",[id]); - } - } - }, - //helper - linked to onStoreUpdated - _data_updated:function(id,obj,type){ - if (type == "delete"){ //remove selection from deleted items - if (this.loadBranch){ - //hierarchy, need to check all - this._select_check(); - } else - this._selected.remove(id); - } - else if (!id && !this.data.count() && !this.data._filter_order && !this.data._filter_branch){ //remove selection for clearAll - this._selected = _to_array(); - } - }, - _data_loaded:function(){ - if (this._settings.select) - this.data.each(function(obj){ - if (obj && obj.$selected) this.select(obj.id); - }, this); - }, - _select_check:function(){ - for (var i = this._selected.length - 1; i >= 0; i--) - if (!this.exists(this._selected[i])) - this._selected.splice(i,1); - }, - //helper - changes state of selection for some item - _select_mark:function(id,state,refresh,need_unselect){ - var sname = state ? "onBeforeSelect" : "onBeforeUnSelect"; - if (!this.callEvent(sname,[id,state])) return false; - - if (need_unselect){ - this._silent_selection = true; - this.unselectAll(); - this._silent_selection = false; - } - - if (state) - this.addCss(id, "webix_selected", true); - else - this.removeCss(id, "webix_selected", true); - - if (refresh) - refresh.push(id); //if we in the mass-select mode - collect all changed IDs - else{ - if (state) - this._selected.push(id); //then add to list of selected items - else - this._selected.remove(id); - this._refresh_selection(id); //othervise trigger repainting - } - - var ename = state ? "onAfterSelect" : "onAfterUnSelect"; - this.callEvent(ename,[id]); - - return true; - }, - //select some item - select:function(id,preserve){ - var ctrlKey = arguments[2]; - var shiftKey = arguments[3]; - //if id not provide - works as selectAll - if (!id) return this.selectAll(); - - //allow an array of ids as parameter - if (isArray(id)){ - for (var i=0; i < id.length; i++) - this.select(id[i], (i?1:preserve), ctrlKey, shiftKey); - return; - } - - assert(this.data.exists(id), "Incorrect id in select command: "+id); - - //block selection mode - if (shiftKey && this._selected.length) - return this.selectAll(this._selected[this._selected.length-1],id); - - //single selection mode - var need_unselect = false; - if (!ctrlKey && !preserve && (this._selected.length!=1 || this._selected[0]!=id)) - need_unselect = true; - - if (!need_unselect && this.isSelected(id)){ - if (ctrlKey) this.unselect(id); //ctrl-selection of already selected item - return; - } - - this._select_mark(id, true, null, need_unselect); - }, - //unselect some item - unselect:function(id){ - //if id is not provided - unselect all items - if (!id) return this.unselectAll(); - if (!this.isSelected(id)) return; - - this._select_mark(id,false); - }, - //select all items, or all in defined range - selectAll:function(from,to){ - var range; - var refresh=[]; - - if (from||to) - range = this.data.getRange(from||null,to||null); //get limited set if bounds defined - else - range = this.data.getRange(); //get all items in other case - //in case of paging - it will be current page only - range.each(function(obj){ - if (!this.data.getMark(obj.id, "webix_selected")){ - this._selected.push(obj.id); - this._select_mark(obj.id,true,refresh); - } - },this); - //repaint self - this._refresh_selection(refresh); - }, - //remove selection from all items - unselectAll:function(){ - var refresh=[]; - - this._selected.each(function(id){ - this._select_mark(id,false,refresh); //unmark selected only - },this); - - this._selected=_to_array(); - this._refresh_selection(refresh); //repaint self - }, - //returns true if item is selected - isSelected:function(id){ - return this._selected.find(id)!=-1; - }, - /* - returns ID of selected items or array of IDs - to make result predictable - as_array can be used, - with such flag command will always return an array - empty array in case when no item was selected - */ - getSelectedId:function(as_array){ - switch(this._selected.length){ - case 0: return as_array?[]:""; - case 1: return as_array?[this._selected[0]]:this._selected[0]; - default: return ([].concat(this._selected)); //isolation - } - }, - getSelectedItem:function(as_array){ - var sel = this.getSelectedId(true); - if (sel.length > 1 || as_array){ - for (var i = sel.length - 1; i >= 0; i--) - sel[i] = this.getItem(sel[i]); - return sel; - } else if (sel.length) - return this.getItem(sel[0]); - }, - //detects which repainting mode need to be used - _is_mass_selection:function(obj){ - // crappy heuristic, but will do the job - return obj.length>100 || obj.length > this.data.count/2; - }, - _refresh_selection:function(refresh){ - if (typeof refresh != "object") refresh = [refresh]; - if (!refresh.length) return; //nothing to repaint - - if (this._is_mass_selection(refresh)) - this.data.refresh(); //many items was selected - repaint whole view - else - for (var i=0; i < refresh.length; i++) //repaint only selected - this.render(refresh[i],this.data.getItem(refresh[i]),"update"); - - if (!this._silent_selection) - this.callEvent("onSelectChange",[refresh]); - } -}; - -ready(function(){ - event(document.body,"mouseup", function(){ - if(state._noselect_element){ - removeCss(state._noselect_element,"webix_noselect"); - state._noselect_element = null; - } - }); -}); - -export default SelectionModel; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/settings.js b/v3/js/libs/webix/sources/core/settings.js deleted file mode 100644 index eb87470..0000000 --- a/v3/js/libs/webix/sources/core/settings.js +++ /dev/null @@ -1,59 +0,0 @@ -import {extend} from "../webix/helpers"; - -const Settings={ - $init:function(){ - /* - property can be accessed as this.config.some - in same time for inner call it have sense to use _settings - because it will be minified in final version - */ - this._settings = this.config= {}; - }, - define:function(property, value){ - if (typeof property == "object") - return this._parseSeetingColl(property); - return this._define(property, value); - }, - _define:function(property,value){ - //method with name {prop}_setter will be used as property setter - //setter is optional - var setter = this[property+"_setter"]; - return (this._settings[property]=setter?setter.call(this,value,property):value); - }, - //process configuration object - _parseSeetingColl:function(coll){ - if (coll){ - for (var a in coll) //for each setting - this._define(a,coll[a]); //set value through config - } - }, - //helper for object initialization - _parseSettings:function(obj,initial){ - //initial - set of default values - var settings = {}; - if (initial) - settings = extend(settings,initial); - - //code below will copy all properties over default one - if (typeof obj == "object" && !obj.tagName) - extend(settings,obj, true); - //call config for each setting - this._parseSeetingColl(settings); - }, - _mergeSettings:function(config, defaults){ - for (var key in defaults) - switch(typeof config[key]){ - case "object": - config[key] = this._mergeSettings((config[key]||{}), defaults[key]); - break; - case "undefined": - config[key] = defaults[key]; - break; - default: //do nothing - break; - } - return config; - } -}; - -export default Settings; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/singlerender.js b/v3/js/libs/webix/sources/core/singlerender.js deleted file mode 100644 index e17006a..0000000 --- a/v3/js/libs/webix/sources/core/singlerender.js +++ /dev/null @@ -1,33 +0,0 @@ -import AtomRender from "../core/atomrender"; -import {proto} from "../ui/core"; -import {clone} from "../webix/helpers"; -import template from "../webix/template"; - -import type from "../webix/type"; -/* - REnders single item. - Can be used for elements without datastore, or with complex custom rendering logic - - @export - render -*/ - -const SingleRender = proto({ - $init:function(){ - this.type = clone(this.type); - }, - customize:function(obj){ - type(this,obj); - }, - template_setter:function(value){ - this.type.template = template(value); - }, - //convert item to the HTML text - _toHTML:function(obj){ - var type = this.type; - return (type.templateStart?type.templateStart(obj,type):"") + type.template(obj,type) + (type.templateEnd?type.templateEnd(obj,type):""); - } -}, AtomRender); - - -export default SingleRender; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/sparklines.js b/v3/js/libs/webix/sources/core/sparklines.js deleted file mode 100644 index 9aef760..0000000 --- a/v3/js/libs/webix/sources/core/sparklines.js +++ /dev/null @@ -1,57 +0,0 @@ -import {extend, bind} from "../webix/helpers"; -import {assert} from "../webix/debug"; -import {attachEvent} from "../webix/customevents"; - -import Area from "./sparklines/area"; -import Bar from "./sparklines/bar"; -import Line from "./sparklines/line"; -import Pie from "./sparklines/pie"; -import Spline from "./sparklines/spline"; -import SplineArea from "./sparklines/splinearea"; - -function Sparklines(){} - -function getData(data){ - var values = []; - for (var i = data.length - 1; i >= 0; i--) { - var value = data[i]; - values[i] = (typeof value === "object" ? value.value : value); - } - return values; -} - - -Sparklines.types ={}; - -Sparklines.getTemplate = function(customConfig){ - var config = customConfig||{}; - if(typeof customConfig == "string") - config = { type: customConfig }; - - extend(config,{ type:"line" }); - - var slConstructor = this.types[config.type]; - assert(slConstructor,"Unknown sparkline type"); - return bind(this._template, new slConstructor(config)); -}; - -Sparklines._template = function(item, common, data, column){ - if (column) - return this.draw(getData(data), column.width, 33); - else - return this.draw(item.data || item, common.width, common.height); -}; - -// add "sparklines" type -attachEvent("onDataTable", function(table){ - table.type.sparklines = Sparklines.getTemplate(); -}); - -Sparklines.types["area"]=Area; -Sparklines.types["bar"]=Bar; -Sparklines.types["line"]=Line; -Sparklines.types["pie"]=Pie; -Sparklines.types["spline"]=Spline; -Sparklines.types["splineArea"]=SplineArea; - -export default Sparklines; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/sparklines/area.js b/v3/js/libs/webix/sources/core/sparklines/area.js deleted file mode 100644 index d93348a..0000000 --- a/v3/js/libs/webix/sources/core/sparklines/area.js +++ /dev/null @@ -1,68 +0,0 @@ -import {createCss} from "../../webix/html"; -import {extend, copy} from "../../webix/helpers"; - -import SVG from "./svg"; -import BaseLine from "./line"; - - - -var defaults = { - paddingX: 3, - paddingY: 4, - radius: 1, - minHeight: 4, - eventRadius: 8 -}; - -function Area(config){ - this.config = extend(copy(defaults),config||{},true); -} - -Area.prototype.draw = function(data, width, height){ - var eventRadius, graph, path, points, styles, - config = this.config, - Line = BaseLine.prototype, - renderer = SVG; - - // draw area - points = this.getPoints(data, width, height); - path = renderer.definePath(Line._getLinePoints(points),true); - - if(config.color) - styles = this._applyColor(renderer,config.color); - - graph = renderer.group(renderer.getPath(path,"webix_sparklines_area"+(styles?" "+styles.area:""))); - // draw line - points.splice(points.length - 3, 3); - path = renderer.definePath(Line._getLinePoints(points)); - graph += renderer.group(renderer.getPath(path,"webix_sparklines_line"+(styles?" "+styles.line:""))); - // draw items - graph += Line._drawItems(renderer, points, config.radius, "webix_sparklines_item"+(styles?" "+styles.item:"")); - // draw event areas - eventRadius = Math.min(data.length?(width-2*(config.paddingX||0))/data.length:0,config.eventRadius); - graph += Line._drawEventItems(renderer, points, eventRadius); - return renderer.draw(graph, width, height, "webix_sparklines_area_chart"+(config.css?" "+config.css:"")); -}; -Area.prototype._applyColor = function(renderer,color){ - var config = {"area": {}, "line":{},"item":{}}, - map = renderer.styleMap; - if(color){ - config.area[map.color] = renderer.setOpacity(color,0.2); - config.line[map.lineColor] = color; - config.item[map.color] = color; - for(var name in config) - config[name] = createCss(config[name]); - } - - return config; -}; -Area.prototype.getPoints = function(data, width, height){ - var Line = BaseLine.prototype; - var points =Line.getPoints.call(this, data, width, height); - var x = this.config.paddingX || 0; - var y = this.config.paddingY || 0; - points.push({x: width - x, y: height - y},{x: x, y: height - y},{x: x, y: points[0].y}); - return points; -}; - -export default Area; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/sparklines/bar.js b/v3/js/libs/webix/sources/core/sparklines/bar.js deleted file mode 100644 index 4199061..0000000 --- a/v3/js/libs/webix/sources/core/sparklines/bar.js +++ /dev/null @@ -1,132 +0,0 @@ -import {createCss} from "../../webix/html"; -import {extend, copy} from "../../webix/helpers"; - -import SVG from "./svg"; - - -var defaults = { - paddingX: 3, - paddingY: 4, - width: 20, - margin: 4, - minHeight: 4, - eventRadius: 8, - origin:0, - itemCss: function(value){return value < (this.config.origin||0)?" webix_sparklines_bar_negative":"";} -}; -function Bar(config){ - this.config = extend(copy(defaults),config||{},true); -} - -Bar.prototype.draw = function(data, width, height){ - var i, css, p, y, padding, - config = this.config, - graph = "", items = [], - points = this.getPoints(data, width, height), - renderer = SVG; - - // draw bars - for( i = 0; i< points.length; i++){ - css = (typeof config.itemCss == "function"?config.itemCss.call(this,data[i]):(config.itemCss||"")); - if (config.negativeColor && data[i] < config.origin) - css += " "+this._applyColor(renderer,config.negativeColor); - else if(config.color) - css += " "+this._applyColor(renderer,config.color); - p = points[i]; - items.push(renderer.getRect(p.x, p.y, p.width, p.height,"webix_sparklines_bar "+css)); - } - graph += renderer.group(items.join("")); - // origin) - y = parseInt(this._getOrigin(data, width, height),10)+0.5; - padding = config.paddingX||0; - graph += renderer.group(renderer.getLine({x:padding, y: y},{x: width-padding, y: y},"webix_sparklines_origin")); - - // event areas - var evPoints = this._getEventPoints(data, width, height); - var evItems = []; - for( i = 0; i< evPoints.length; i++){ - p = evPoints[i]; - evItems.push(renderer.getRect(p.x, p.y, p.width, p.height,"webix_sparklines_event_area ",{"webix_area":i})); - } - graph += renderer.group(evItems.join("")); - return renderer.draw(graph, width, height, "webix_sparklines_bar_chart"+(config.css?" "+config.css:"")); -}; -Bar.prototype._applyColor = function(renderer,color){ - var config = {}, - map = renderer.styleMap; - if(color) - config[map.color] = color; - return createCss(config); -}; -Bar.prototype._getOrigin = function(data, width, height){ - var config = this.config; - var y = config.paddingY||0; - height = (height||100)-y*2; - var pos = y+height; - if(config.origin !== false){ - var minValue = Math.min.apply(null,data); - var maxValue = Math.max.apply(null,data); - var origin = config.origin||-0.000001; - if(origin >= maxValue){ - pos = y; - } - else if(origin > minValue){ - var unitY = height/(maxValue - minValue); - pos -= unitY*(origin-minValue); - } - } - return pos; -}; -Bar.prototype._getEventPoints = function(data, width, height){ - var result = []; - var x = this.config.paddingX||0; - var y = this.config.paddingY||0; - width = (width||100)-x*2; - height = (height||100)-y*2; - if(data.length){ - var unitX = width/data.length; - for(var i=0; i < data.length; i++) - result.push({x: Math.ceil(unitX*i)+x, y: y, height: height, width: unitX}); - } - return result; -}; -Bar.prototype.getPoints = function(data, width, height){ - var config = this.config; - var minValue = Math.min.apply(null,data); - if (config.origin < minValue) - minValue = config.origin; - - var maxValue = Math.max.apply(null,data); - var result = []; - var x = config.paddingX; - var y = config.paddingY; - var margin = config.margin; - var barWidth = config.width||20; - var originY = this._getOrigin(data,width,height); - width = (width||100)-x*2; - height = (height||100)-y*2; - if(data.length){ - var unitX = width/data.length; - var yNum = config.scale || (maxValue - minValue); - barWidth = Math.min(unitX-margin,barWidth); - margin = unitX-barWidth; - var minHeight = 0; - var origin = minValue; - - if(config.origin !== false && config.origin > minValue) - origin = config.origin||0; - else - minHeight = config.minHeight; - - var unitY = (height-minHeight)/(yNum?yNum:1); - - for(var i=0; i < data.length; i++){ - var h = Math.ceil(unitY*(data[i]-origin)); - result.push({x: Math.ceil(unitX*i)+x+margin/2, y: originY-(data[i]>=origin?h:0)-minHeight, height: Math.abs(h)+minHeight, width: barWidth}); - } - - } - return result; -}; - -export default Bar; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/sparklines/line.js b/v3/js/libs/webix/sources/core/sparklines/line.js deleted file mode 100644 index f75fc01..0000000 --- a/v3/js/libs/webix/sources/core/sparklines/line.js +++ /dev/null @@ -1,96 +0,0 @@ -import {createCss} from "../../webix/html"; -import {extend, copy} from "../../webix/helpers"; - -import SVG from "./svg"; - -var defaults = { - paddingX: 6, - paddingY: 6, - radius: 2, - minHeight: 4, - eventRadius: 8 -}; -function Line(config){ - this.config = extend(copy(defaults),config||{},true); -} - -Line.prototype.draw = function(data, width, height){ - var points = this.getPoints(data, width, height); - var config = this.config; - var renderer = SVG; - var styles = config.color?this._applyColor(renderer,config.color):null; - // draw line - var path = renderer.definePath(this._getLinePoints(points)); - var graph = renderer.group(renderer.getPath(path,"webix_sparklines_line"+(styles?" "+styles.line:""))); - // draw items - graph += this._drawItems(renderer, points, config.radius, "webix_sparklines_item"+(styles?" "+styles.item:"")); - // draw event items - var eventRadius = Math.min(data.length?(width-2*(config.paddingX||0))/data.length:0,config.eventRadius); - graph += this._drawEventItems(renderer, points, eventRadius); - return renderer.draw(graph, width, height, "webix_sparklines_line_chart"+(config.css?" "+config.css:"")); -}; -Line.prototype._applyColor = function(renderer,color){ - var config = {"line":{},"item":{}}, - map = renderer.styleMap; - if(color){ - config.line[map.lineColor] = color; - config.item[map.color] = color; - for(var name in config) - config[name] = createCss(config[name]); - } - return config; -}; -Line.prototype._drawItems = function(renderer,points,radius,css,attrs){ - var items = []; - for(var i = 0; i< points.length; i++){ - items.push(renderer.getCircle(points[i], radius, css,attrs)); - } - return renderer.group(items.join("")); -}; -Line.prototype._drawEventItems = function(renderer,points,radius){ - var items = []; - for(var i = 0; i< points.length; i++){ - items.push(renderer.getCircle(points[i], radius, "webix_sparklines_event_area", {webix_area:i})); - } - return renderer.group(items.join("")); -}; - -Line.prototype._getLinePoints = function(points){ - var i, type, result =[]; - for( i =0; i< points.length; i++){ - type = i?"L":"M"; - result.push([type,points[i]]); - } - return result; -}; -Line.prototype.getPoints = function(data, width, height) { - var config = this.config; - var minValue = Math.min.apply(null,data); - if (typeof config.origin !== "undefined") - minValue = Math.min(config.origin, minValue); - - var maxValue = Math.max.apply(null,data); - var result = []; - var x = config.paddingX||0; - var y = config.paddingY||0; - width = (width||100)-x*2; - var minHeight = config.minHeight||0; - height = (height||100)-y*2; - if(data.length){ - if(data.length==1) - result.push({x: width/2+x, y: height/2+x}); - else{ - var unitX = width/(data.length-1); - var yNum = config.scale || (maxValue - minValue); - var unitY = (height- minHeight)/(yNum?yNum:1); - if(!yNum) - height /= 2; - for(var i=0; i < data.length; i++){ - result.push({x: Math.ceil(unitX*i)+x, y: height-Math.ceil(unitY*(data[i]-minValue))+y-minHeight}); - } - } - } - return result; -}; - -export default Line; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/sparklines/pie.js b/v3/js/libs/webix/sources/core/sparklines/pie.js deleted file mode 100644 index 0acf66c..0000000 --- a/v3/js/libs/webix/sources/core/sparklines/pie.js +++ /dev/null @@ -1,97 +0,0 @@ -import {extend} from "../../webix/helpers"; - -import SVG from "./svg"; - -var defaults = { - paddingY: 2 -}; - -function Pie(config){ - this.config = extend(defaults,config||{},true); -} -Pie.prototype._defColorsCursor = 0; -Pie.prototype._defColors = [ - "#f55b50","#ff6d3f","#ffa521","#ffc927","#ffee54","#d3e153","#9acb61","#63b967", - "#21a497","#21c5da","#3ea4f5","#5868bf","#7b53c0","#a943ba","#ec3b77","#9eb0b8" -]; -Pie.prototype._getColor = function(i,data){ - var count = data.length; - var colorsCount = this._defColors.length; - if(colorsCount > count){ - if(i){ - if(i < colorsCount - count) - i = this._defColorsCursor +2; - else - i = this._defColorsCursor+1; - } - this._defColorsCursor = i; - } - else - i = i%colorsCount; - return this._defColors[i]; -}; -Pie.prototype.draw = function(data, width, height){ - var attrs, graph, i, sectors, - config = this.config, - color = config.color||this._getColor, - points = this.getAngles(data), - renderer = SVG, - y = config.paddingY|| 0, - // radius - r = height/2 - y, - // center - x0 = width/2, y0 = height/2; - - // draw sectors - if(typeof color != "function") - color = function(){return color;}; - sectors = ""; - for( i =0; i < points.length; i++){ - attrs = {}; - attrs[renderer.styleMap["color"]] = color.call(this,i,data,this._context); - sectors += renderer.getSector({x:x0,y:y0},r,points[i][0],points[i][1],"webix_sparklines_sector", attrs); - } - graph = renderer.group(sectors); - - // draw event areas - sectors = ""; - for(i =0; i < points.length; i++){ - sectors += renderer.getSector({x:x0,y:y0},r,points[i][0],points[i][1],"webix_sparklines_event_area",{"webix_area":i}); - } - graph += renderer.group(sectors); - - return renderer.draw(graph, width, height, "webix_sparklines_pie_chart"+(config.css?" "+config.css:"")); -}; -Pie.prototype.getAngles = function(data){ - var a0 = -Math.PI/ 2, a1, - i, result = []; - - var ratios = this._getRatios(data); - - for( i =0; i < data.length; i++){ - a1= -Math.PI/2+ratios[i]-0.0001; - result.push([a0,a1]); - a0 = a1; - } - return result; -}; -Pie.prototype._getTotalValue = function(data){ - var t=0; - for(var i = 0; i < data.length;i++) - t += data[i]*1; - return t; -}; -Pie.prototype._getRatios = function(data){ - var i, value, - ratios = [], - prevSum = 0, - totalValue = this._getTotalValue(data); - for(i = 0; i < data.length;i++){ - value = data[i]*1; - ratios[i] = Math.PI*2*(totalValue?((value+prevSum)/totalValue):(1/data.length)); - prevSum += value; - } - return ratios; -}; - -export default Pie; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/sparklines/spline.js b/v3/js/libs/webix/sources/core/sparklines/spline.js deleted file mode 100644 index acb4eaa..0000000 --- a/v3/js/libs/webix/sources/core/sparklines/spline.js +++ /dev/null @@ -1,111 +0,0 @@ -import {createCss} from "../../webix/html"; -import {extend, copy} from "../../webix/helpers"; - -import SVG from "./svg"; -import Base from "./line"; - -var defaults = { - paddingX: 3, - paddingY: 6, - radius: 2, - minHeight: 4, - eventRadius: 8 -}; - -function Spline(config){ - this.config = extend(copy(defaults),config||{},true); -} - -Spline.prototype.draw = function(data, width, height){ - var config = this.config, - graph = "", - Line = Base.prototype, - points = this.getPoints(data, width, height), - renderer = SVG, - styles = config.color?this._applyColor(renderer,config.color):null; - - // draw spline - graph += renderer.group(renderer.getCurve(points, "webix_sparklines_line"+(styles?" "+styles.line:""))); - - var linePoints = Line.getPoints.call(this,data, width, height); - // draw items - graph += Line._drawItems(renderer, linePoints, config.radius, "webix_sparklines_item"+(styles?" "+styles.item:"")); - // draw event items - var eventRadius = Math.min(data.length?(width-2*(config.paddingX||0))/data.length:0,config.eventRadius); - graph += Line._drawEventItems(renderer, linePoints, eventRadius); - return renderer.draw(graph, width, height,"webix_sparklines_line_chart"+(config.css?" "+config.css:"")); -}; -Spline.prototype._applyColor = function(renderer,color){ - var config = {"line":{},"item":{}}, - map = renderer.styleMap; - if(color){ - config.line[map.lineColor] = color; - config.item[map.color] = color; - for(var name in config) - config[name] = createCss(config[name]); - } - return config; -}; -Spline.prototype.getPoints = function(data, width, height){ - var i, points, px, py, - result = [], x = [], y =[], - Line = Base.prototype; - - points = Line.getPoints.call(this, data, width, height); - - for(i = 0; i< points.length; i++){ - x.push(points[i].x); - y.push(points[i].y); - } - px = this._getControlPoints(x); - py = this._getControlPoints(y); - /*updates path settings, the browser will draw the new spline*/ - for ( i=0;i= 0; --i) - p1[i] = (r[i] - c[i] * p1[i+1]) / b[i]; - - for (i=0;i"+content+""; -}; -SVG.styleMap = { - "lineColor": "stroke", - "color": "fill" -}; -SVG.group = function(path){ - return ""+path+""; -}; -SVG._handlers = { - // MoveTo: {x:px,y:py} - "M": function(p){ - return " M "+ p.x+" "+ p.y; - }, - // LineTo: {x:px,y:py} - "L": function(p){ - return " L "+ p.x+" "+ p.y; - }, - // Curve: 3 points {x:px,y:py}: two control points and an end point - "C": function(cp0, cp1, p){ - return " C "+cp0.x + " "+cp0.y+" "+cp1.x + " "+cp1.y+" "+p.x + " "+p.y; - }, - // Arc: center point {x:px,y:py}, radius, angle0, angle1 - "A": function(p, radius, angle0, angle1){ - var x = p.x+Math.cos(angle1)*radius; - var y = p.y+Math.sin(angle1)*radius; - var bigCircle = angle1-angle0 >= Math.PI; - return " A "+radius+" "+radius+" 0 "+(bigCircle?1:0)+" 1 "+x+" "+y; - } -}; -// points is an array of an array with two elements: {string} line type, {array} -SVG.definePath = function(points, close){ - var path = ""; - for(var i =0; i < points.length; i++){ - assert(points[i][0]&&typeof points[i][0] == "string", "Path type must be a string"); - var type = (points[i][0]).toUpperCase(); - assert(this._handlers[type], "Incorrect path type"); - path += this._handlers[type].apply(this,points[i].slice(1)); - - } - if(close) - path += " Z"; - - return path; -}; -SVG._linePoints = function(points){ - var result = []; - for(var i = 0; i< points.length; i++){ - result.push([i?"L":"M",points[i]]); - } - return result; -}; -SVG.setOpacity = function(rawColor,opacity){ - let rgbColor = color.toRgb(rawColor); - rgbColor.push(opacity); - return "rgba("+rgbColor.join(",")+")"; -}; -SVG._curvePoints = function(points){ - var result = []; - for(var i = 0; i< points.length; i++){ - var p = points[i]; - if(!i){ - result.push(["M",p[0]]); - } - result.push(["C",p[1],p[2],p[3]]); - } - return result; -}; -SVG.getPath = function(path, css, attrs){ - attrs = joinAttributes(attrs); - return ""; -}; -SVG.getSector = function(p, radius, angle0, angle1, css, attrs){ - attrs = joinAttributes(attrs); - var x0 = p.x+Math.cos(angle0)*radius; - var y0 = p.y+Math.sin(angle0)*radius; - var lines = [ - ["M",p], - ["L",{x:x0, y:y0}], - ["A", p,radius,angle0,angle1], - ["L",p] - ]; - - - return ""; -}; -SVG.getCurve = function(points,css, attrs){ - attrs = joinAttributes(attrs); - var path = this.definePath(this._curvePoints(points)); - return ""; -}; -SVG.getLine = function(p0,p1,css, attrs){ - return this.getPath(this.definePath(this._linePoints([p0,p1]),true),css,attrs); -}; -SVG.getCircle = function(p, radius, css, attrs){ - attrs = joinAttributes(attrs); - return ""; -}; -SVG.getRect = function(x, y, width, height, css, attrs){ - attrs = joinAttributes(attrs); - return ""; -}; - - -export default SVG; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/state.js b/v3/js/libs/webix/sources/core/state.js deleted file mode 100644 index d6f0839..0000000 --- a/v3/js/libs/webix/sources/core/state.js +++ /dev/null @@ -1,30 +0,0 @@ -import {_to_array} from "../webix/helpers"; - -const state = { - top_views:[], - - _global_scope:null, - _global_collection:null, - _child_sizing_active:null, - _responsive_exception:null, - _responsive_tinkery:null, - _freeze_resize:null, - _parent_cell:null, - _focus_time:null, - _ui_creation:0, - _edit_open_time:null, - - _final_destruction:null, - _events:[], - - destructors:[], - - _noselect_element:null, - - _modality:[], - _popups:_to_array(), - - _wait_animate:null -}; - -export default state; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/tablepaste.js b/v3/js/libs/webix/sources/core/tablepaste.js deleted file mode 100644 index 3999768..0000000 --- a/v3/js/libs/webix/sources/core/tablepaste.js +++ /dev/null @@ -1,101 +0,0 @@ -import template from "../webix/template"; -import UIManager from "../core/uimanager"; - -import clipbuffer from "../webix/clipbuffer"; -import csv from "../webix/csv"; -import env from "../webix/env"; - -import {isUndefined, delay} from "../webix/helpers"; - - -const TablePaste = { - clipboard_setter:function(value){ - if (env.touch) return value; - - if (value === true || value === 1) value = "block"; - clipbuffer.init(); - this.attachEvent("onSelectChange",this._sel_to_clip); - this.attachEvent("onAfterEditStop", function(v, ed){ - const sel = this.getSelectedId(true); - if(sel.length == 1 && ed.row == sel[0].row) - this._sel_to_clip(); - }); - // solution for clicks on selected items - this.attachEvent("onItemClick",function(){ - if(document.activeElement && this.$view.contains(document.activeElement)){ - clipbuffer.focus(); - UIManager.setFocus(this); - } - }); - this.attachEvent("onPaste", this._clip_to_sel); - - return value; - }, - templateCopy_setter: template, - _sel_to_clip: function() { - delay(() => { //wait until editor is closed - if (!this.getEditor || !this.getEditor()){ - var data = this._get_sel_text(); - clipbuffer.set(data); - UIManager.setFocus(this); - } - }); - }, - _get_sel_text: function() { - var data = []; - var filter = this._settings.templateCopy; - this.mapSelection(function(value, row, col, row_ind) { - if (!data[row_ind]) data[row_ind] = []; - var newvalue = filter ? filter(value, row, col) : value; - data[row_ind].push(newvalue); - return value; - }); - var value = data.length === 1 && data[0].length === 1 ? data[0][0] : csv.stringify(data, this._settings.delimiter); - return value; - }, - - _clip_to_sel: function(text) { - if (!isUndefined(this._paste[this._settings.clipboard])) { - var data = csv.parse(text, this._settings.delimiter); - this._paste[this._settings.clipboard].call(this, data); - } - }, - - _paste: { - block: function(data) { - var leftTop = this.mapSelection(null); - if (!leftTop) return; - - // filling cells with data - this.mapCells(leftTop.row, leftTop.column, data.length, null, function(value, row, col, row_ind, col_ind) { - if (data[row_ind] && data[row_ind].length>col_ind) { - return data[row_ind][col_ind]; - } - return value; - }); - this.render(); - }, - - selection: function(data) { - this.mapSelection(function(value, row, col, row_ind, col_ind) { - if (data[row_ind] && data[row_ind].length>col_ind) - return data[row_ind][col_ind]; - return value; - }); - this.render(); - }, - - repeat: function(data) { - this.mapSelection(function(value, row, col, row_ind, col_ind) { - row = data[row_ind%data.length]; - value = row[col_ind%row.length]; - return value; - }); - this.render(); - }, - - custom: function() {} - } -}; - -export default TablePaste; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/textpattern.js b/v3/js/libs/webix/sources/core/textpattern.js deleted file mode 100644 index cb42af7..0000000 --- a/v3/js/libs/webix/sources/core/textpattern.js +++ /dev/null @@ -1,226 +0,0 @@ -import Number from "../core/number"; - -import env from "../webix/env"; -import patterns from "../webix/patterns"; - -import {preventEvent, getSelectionRange, setSelectionRange} from "../webix/html"; -import {bind, isUndefined} from "../webix/helpers"; -import {_event} from "../webix/htmlevents"; - -const nav_controls = { - 9:"tab", - 38:"up", - 40:"down", - 37:"left", - 39:"right" -}; - -const TextPattern = { - $init:function(config){ - const pattern = this.defaults.pattern || config.pattern; - let format = this.defaults.format || config.format; - config.value = isUndefined(config.value) ? "" :config.value; - - if (pattern || (format && !this.format_setter)){ - this.attachEvent("onKeyPress", function(code, e){ - if(e.ctrlKey || e.altKey || this._settings.readonly || this._custom_format) - return; - - if(code>105 && code<112) //numpad operators - code -=64; - - if(nav_controls[code] && code !== 8 && code !==46){ //del && bsp - return; - } - - preventEvent(e); - this._on_key_pressed(e, code); - }); - - this.attachEvent("onAfterRender", this._after_render); - this.getText = function(){ return this.getInputNode().value; }; - this.$prepareValue = function(value){ return this._pattern(value, false); }; - this._pattern = function(value, mode){ - if (mode === false) - return this._getRawValue(value); - else - return this._matchPattern(value); - }; - - if (format){ - if (typeof format === "object"){ - this._custom_format = format; - } else { - format = Number.getConfig(format); - this._custom_format = { - parse : function(value){ return Number.parse(value, format); }, - edit : function(value){ return Number.format(value, format); }, - }; - } - } - } - - // initialize pattern before value_setter - if (pattern){ - this._settings.pattern = this.pattern_setter(pattern); - delete config.pattern; - } - }, - pattern_setter:function(value){ - var pattern = patterns[value] || value; - - if (typeof pattern == "string") pattern = { mask: pattern }; - pattern.allow = pattern.allow || /[A-Za-z0-9]/g; - - this._patternScheme(pattern); - return pattern; - }, - _init_validation:function(){ - this.config.validate = this.config.validate || bind(function(){ - var value = this.getText(); - var raw = value.replace(this._pattern_chars, ""); - var matches = (value.toString().match(this._pattern_allows) || []).join(""); - return (matches.length == raw.length && value.length == this._settings.pattern.mask.length); - }, this); - }, - _after_render:function(){ - var ev = env.isIE8?"propertychange":"input"; - - if (!this._custom_format) - _event(this.getInputNode(), ev, function(){ - var stamp = (new Date()).valueOf(); - //dark ie8 magic - var width = this.$view.offsetWidth; //eslint-disable-line - if(!this._property_stamp || stamp-this._property_stamp>100){ - this._property_stamp = stamp; - this.$setValue(this.getText()); - } - }, {bind:this}); - - _event(this.getInputNode(), "blur", function(){ - this._applyChanges(); - }, {bind:this}); - }, - _patternScheme:function(pattern){ - var mask = pattern.mask, scheme = {}, chars = "", count = 0; - - for(var i = 0; i0) pos += rest; - } - return pos; - }, - _fixCaretPos:function(pos, code){ - var prev = pos-(code !== 46)*1; - - if(this._pattern_scheme[prev] === false){ - pos = pos+(code ==8 ? -1: 1); - return this._fixCaretPos(pos, code); - } - if(this._pattern_scheme[pos] === false && code !==8) - return this._fixCaretPos(pos+1, code)-1; - return pos; - }, - _getRawValue:function(value){ - if (this._custom_format) - return this._custom_format.parse(value); - - value = value || value === 0 ? value : ""; - var matches = value.toString().match(this._pattern_allows) || []; - return matches.join("").replace(this._pattern_chars, ""); - }, - _matchPattern:function(value){ - if (this._custom_format) - return this._custom_format.edit(this._custom_format.parse(value)); - - var raw = this._getRawValue(value), - pattern = this._settings.pattern.mask, - mask = this._settings.pattern.mask, - scheme = this._pattern_scheme, - end = false, - index = 0, - rawIndex = 0, - rawLength = 0; - - for(var i in scheme){ - if(scheme[i]!==false){ - if(!end){ - index = i*1; - rawIndex = scheme[i]; - var rchar = raw[rawIndex]||""; - var next = raw[rawIndex+1]; - - pattern = (rchar?pattern.substr(0, index):"") + rchar +(rchar && next?pattern.substr(index + 1):""); - if(!next) end = true; - } - rawLength++; - } - } - - //finalize value with subsequent mask chars - var icode = this._input_code; - if((icode && icode !== 8) || (!icode && rawLength-1 === rawIndex && pattern.length < mask.length)){ - if(raw){ - var nind = index+1; - if(mask.charAt(nind)!=="#" && pattern.length < mask.length){ - var lind = mask.indexOf("#", nind); - if(lind<0) lind = mask.length; - pattern += mask.substr(nind, lind-nind); - } - } - else if(icode !==46){ - pattern += mask.substr(0, mask.indexOf("#")); - } - } - this._input_code = null; - return pattern; - } -}; - -export default TextPattern; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/tooltipcontrol.js b/v3/js/libs/webix/sources/core/tooltipcontrol.js deleted file mode 100644 index 350b627..0000000 --- a/v3/js/libs/webix/sources/core/tooltipcontrol.js +++ /dev/null @@ -1,149 +0,0 @@ -import {pos as getPos} from "../webix/html"; -import {toNode, _to_array, isUndefined, delay} from "../webix/helpers"; -import {event, eventRemove} from "../webix/htmlevents"; -import {attachEvent, detachEvent} from "../webix/customevents"; -import {assert} from "../webix/debug"; -import {ui} from "../ui/core"; - - -const TooltipControl = { - _tooltip_masters: _to_array(["dummy"]), - _tooltip_exist: 0, - overflow: false, - delay: 400, - addTooltip:function(target,config){ - let node, ctrl; - target = toNode(target); - assert(target, "Target isn't defined"); - - if (target instanceof Element){ - node = target; - if (typeof config === "string") - node.setAttribute("webix_tooltip",config); - else ctrl = config; - } else { - node = target.$view; - ctrl = target; - } - ctrl = ctrl || this; - - let index = this._tooltip_masters.find(ctrl); - if (index === -1){ - index = this._tooltip_masters.length; - this._tooltip_masters.push(ctrl); - } - node.webix_tooltip = index; - this._tooltip_exist++; - - if(!this._tooltip){ - this._tooltip = new ui.tooltip({}); - this._tooltip._css_name = "webix_tooltip webix_global_tooltip"; - - this._webix_tooltip_mm = event(document,"mousemove",this._move_tooltip,{ bind:this }); - this._webix_tooltip_ml = event(document,"mouseleave",this._hide_tooltip, { bind:this }); - this._drag_event = attachEvent("onDragMode", () => this._hide_tooltip()); - this._click_event = attachEvent("onClick", () => this._hide_tooltip()); - } - }, - getTooltip:function(){ - return this._tooltip; - }, - _move_tooltip:function(e){ - const c = { }; - let node = e.target; - while (node instanceof Element && node.tagName != "HTML"){ - // find `webix_tooltip` marker - if (!c.first || !c.overflow){ - const text = node.getAttribute("webix_tooltip"); - c.first = c.first || text; - if (text && node.scrollWidth > node.clientWidth) - c.overflow = text; - } - // find tooltip master - if ( this._tooltip_masters[node.webix_tooltip] ){ - if (this._last && this._last != node){ - this.$tooltipOut(this._last,node,e); - this._last = null; - return; - } - if (!this._last) - this._last = this.$tooltipIn(node,e); - return this.$tooltipMove(node,e,c); - } - node = node.parentElement; - } - if (this._last) - this._last = this.$tooltipOut(this._last,null,e); - }, - _hide_tooltip:function(){ - clearTimeout(this._before_show_delay); - this._tooltip.hide(); - }, - getMaster:function(t){ - return this._tooltip_masters[t.webix_tooltip]; - }, - removeTooltip:function(target){ - let node; - assert(target, "Target isn't defined"); - - target = toNode(target); - if (target instanceof Element) - node = target; - else node = target.$view; - - const tip = node.webix_tooltip; - if (tip){ - if (this._last == node){ - this._hide_tooltip(); - this._last = null; - } - delete node.webix_tooltip; - this._tooltip_exist--; - - this._tooltip_masters[tip] = null; - } - - if (!this._tooltip_exist && this._tooltip){ - // detach events first - this._webix_tooltip_mm = eventRemove(this._webix_tooltip_mm); - this._webix_tooltip_ml = eventRemove(this._webix_tooltip_ml); - this._drag_event = detachEvent(this._drag_event); - this._click_event = detachEvent(this._click_event); - - // then destroy the tooltip - this._tooltip.destructor(); - this._tooltip = this._last = null; - this._tooltip_masters = _to_array(["dummy"]); - } - }, - $tooltipIn:function(t,e){ - let m = this._tooltip_masters[t.webix_tooltip]; - if (m.$tooltipIn && m!=this) - return m.$tooltipIn(t,e); - this._tooltip.define( { dx:20, dy:0, template:"", css:""} ); - return t; - }, - $tooltipOut:function(t,n,e){ - let m = this._tooltip_masters[t.webix_tooltip]; - if (m.$tooltipOut && m!=this) - return m.$tooltipOut(t,n,e); - this._hide_tooltip(); - return null; - }, - $tooltipMove:function(t,e,c){ - let m = this._tooltip_masters[t.webix_tooltip]; - if (m.$tooltipMove && m!=this) - return m.$tooltipMove(t,e,c); - - const overflow = isUndefined(m.overflow) ? this.overflow : m.overflow; - const time = isUndefined(m.delay) ? this.delay : m.delay; - const text = overflow ? c.overflow : c.first; - - if (time > 0) - this._hide_tooltip(); - this._before_show_delay = delay(this._tooltip.show, this._tooltip, [text||{ }, getPos(e)], time); - } - -}; - -export default TooltipControl; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/touch.js b/v3/js/libs/webix/sources/core/touch.js deleted file mode 100644 index 5efab46..0000000 --- a/v3/js/libs/webix/sources/core/touch.js +++ /dev/null @@ -1,540 +0,0 @@ -import env from "../webix/env"; -import ready from "../webix/ready"; - -import {event, eventRemove} from "../webix/htmlevents"; -import {callEvent} from "../webix/customevents"; -import {preventEvent, removeCss, create, remove, addCss, addStyle} from "../webix/html"; - -//late binding -import {ui, $$} from "../ui/core"; - -const Touch = { - config:{ - longTouchDelay:1000, - scrollDelay:150, - gravity:500, - deltaStep:30, - speed:"0ms", - finish:1500, - ellastic:true - }, - limit:function(value){ - Touch._limited = value !== false; - }, - disable:function(){ - Touch._disabled = true; - }, - enable:function(){ - Touch._disabled = false; - }, - $init:function(){ - Touch.$init = function(){}; - - event(document.body, mouse.down, Touch._touchstart, {passive:false}); - event(document.body, mouse.move, Touch._touchmove, {passive:false}); - event(document.body, mouse.up, Touch._touchend); - - event(document.body,"dragstart",function(e){ - if(Touch._disabled || Touch._limited) return; - return preventEvent(e); - }); - - Touch._clear_artefacts(); - Touch._scroll = [null, null]; - Touch.$active = true; - }, - _clear_artefacts:function(){ - Touch._start_context = Touch._current_context = Touch._prev_context = Touch._scroll_context = null; - Touch._scroll_mode = Touch._scroll_node = Touch._scroll_stat = Touch._long_touched = null; - //remove(Touch._scroll); - //Touch._scroll = [null, null]; - Touch._delta = { _x_moment:0, _y_moment:0, _time:0 }; - - if (Touch._css_button_remove){ - removeCss(Touch._css_button_remove,"webix_touch"); - Touch._css_button_remove = null; - } - - window.clearTimeout(Touch._long_touch_timer); - Touch._was_not_moved = true; - Touch._axis_x = true; - Touch._axis_y = true; - if (!Touch._active_transion) - Touch._scroll_end(); - }, - _touchend:function(e){ - if (Touch._start_context) { - if (!Touch._scroll_mode) { - if (!Touch._long_touched) { - if (Touch._axis_y && !Touch._axis_x) { - Touch._translate_event("onSwipeX"); - } else if (Touch._axis_x && !Touch._axis_y) { - Touch._translate_event("onSwipeY"); - } - } - } else { - var temp = Touch._get_matrix(Touch._scroll_node); - var x = temp.e; - var y = temp.f; - var finish = Touch.config.finish; - - var delta = Touch._get_delta(e, true); - var view = $$(Touch._scroll_node); - - var gravity = (view && view.$scroll ? view.$scroll.gravity : Touch.config.gravity); - if (delta._time) { - var nx = x + gravity * delta._x_moment / delta._time; - var ny = y + gravity * delta._y_moment / delta._time; - - var cnx = Touch._scroll[0] ? Touch._correct_minmax(nx, false, false, Touch._scroll_stat.dx, Touch._scroll_stat.px) : x; - var cny = Touch._scroll[1] ? Touch._correct_minmax(ny, false, false, Touch._scroll_stat.dy, Touch._scroll_stat.py) : y; - - - var size = Math.max(Math.abs(cnx - x), Math.abs(cny - y)); - if (size < 150) - finish = finish * size / 150; - - if (cnx != x || cny != y) - finish = Math.round(finish * Math.max((cnx - x) / (nx - x), (cny - y) / (ny - y))); - - var result = {e: cnx, f: cny}; - - - view = $$(Touch._scroll_node); - if (view && view.adjustScroll) - view.adjustScroll(result); - - - //finish = Math.max(100,(Touch._fast_correction?100:finish)); - finish = Math.max(100, finish); - - - if (x != result.e || y != result.f) { - Touch._set_matrix(Touch._scroll_node, result.e, result.f, finish + "ms"); - if (Touch._scroll_master) - Touch._scroll_master._sync_scroll(result.e, result.f, finish + "ms"); - Touch._set_scroll(result.e, result.f, finish + "ms"); - } else { - Touch._scroll_end(); - } - } else - Touch._scroll_end(); - } - Touch._translate_event("onTouchEnd"); - Touch._clear_artefacts(); - } - }, - _touchmove:function(e){ - if (!Touch._scroll_context || !Touch._start_context) return; - - var delta = Touch._get_delta(e); - Touch._translate_event("onTouchMove"); - - if (Touch._scroll_mode){ - Touch._set_scroll_pos(delta); - } else { - Touch._axis_x = Touch._axis_check(delta._x, "x", Touch._axis_x); - Touch._axis_y = Touch._axis_check(delta._y, "y", Touch._axis_y); - if (Touch._scroll_mode){ - var view = Touch._get_event_view("onBeforeScroll", true); - if (view){ - var data = {}; - view.callEvent("onBeforeScroll",[data]); - if (data.update){ - Touch.config.speed = data.speed; - Touch.config.scale = data.scale; - } - } - Touch._init_scroller(delta); //apply scrolling - } else if (env.isMac) { - const view = $$(Touch._start_context); - if (view && view.$hasYScroll && view.$hasYScroll() && e.cancelable){ - return preventEvent(e); - } - } - } - - if (Touch._scroll_mode && e.cancelable) - return preventEvent(e); - }, - _set_scroll_pos:function(){ - if (!Touch._scroll_node) return; - var temp = Touch._get_matrix(Touch._scroll_node); - var prev = Touch._prev_context || Touch._start_context; - - var view = $$(Touch._scroll_node); - var ellastic = (view&&view.$scroll)?view.$scroll.ellastic: Touch.config.ellastic; - if (Touch._scroll[0]) - temp.e = Touch._correct_minmax( temp.e - prev.x + Touch._current_context.x , ellastic, temp.e, Touch._scroll_stat.dx, Touch._scroll_stat.px); - if (Touch._scroll[1]) - temp.f = Touch._correct_minmax( temp.f - prev.y + Touch._current_context.y , ellastic, temp.f, Touch._scroll_stat.dy, Touch._scroll_stat.py); - - Touch._set_matrix(Touch._scroll_node, temp.e, temp.f, "0ms"); - if (Touch._scroll_master) - Touch._scroll_master._sync_scroll(temp.e, temp.f, "0ms"); - Touch._set_scroll(temp.e, temp.f, "0ms"); - }, - _set_scroll:function(dx, dy, speed){ - - var edx = Touch._scroll_stat.px/Touch._scroll_stat.dx * -dx; - var edy = Touch._scroll_stat.py/Touch._scroll_stat.dy * -dy; - if (Touch._scroll[0]) - Touch._set_matrix(Touch._scroll[0], edx, 0 ,speed); - if (Touch._scroll[1]) - Touch._set_matrix(Touch._scroll[1], 0, edy ,speed); - }, - scrollTo:function(node, x, y, speed){ - Touch._set_matrix(node,x,y,speed); - }, - _set_matrix:function(node, xv, yv, speed){ - if (!speed){ - node.style[env.transform] = ""; - return; - } - - Touch._active_transion = true; - if (node){ - var trans = Touch.config.translate || env.translate; - node.style[env.transform] = trans+"("+Math.round(xv)+"px, "+Math.round(yv)+"px"+((trans=="translate3d")?", 0":"")+")"; - node.style[env.transitionDuration] = speed; - } - }, - _get_matrix:function(node){ - var matrix = window.getComputedStyle(node)[env.transform]; - var tmatrix; - - if (matrix == "none") - tmatrix = {e:0, f:0}; - else { - if(window.WebKitCSSMatrix) - /* global WebKitCSSMatrix */ - tmatrix = new WebKitCSSMatrix(matrix); - else if (window.MSCSSMatrix) - /* global MSCSSMatrix */ - tmatrix = new MSCSSMatrix(matrix); - else { - // matrix(1, 0, 0, 1, 0, 0) --> 1, 0, 0, 1, 0, 0 - var _tmatrix = matrix.replace(/(matrix\()(.*)(\))/gi, "$2"); - // 1, 0, 0, 1, 0, 0 --> 1,0,0,1,0,0 - _tmatrix = _tmatrix.replace(/\s/gi, ""); - _tmatrix = _tmatrix.split(","); - - tmatrix = {}; - var tkey = ["a", "b", "c", "d", "e", "f"]; - for(var i=0; i0) return allow?(current + sign*Math.sqrt(delta)):0; - - var max = dx - px; - if (max + value < 0) - return allow?(current - Math.sqrt(-(value-current))):-max; - - // Touch._fast_correction = false; - return value; - }, - _init_scroll_node:function(node){ - if (!node.scroll_enabled){ - node.scroll_enabled = true; - node.parentNode.style.position="relative"; - var prefix = env.cssPrefix; - node.style.cssText += prefix+"transition: "+prefix+"transform; "+prefix+"user-select:none; "+prefix+"transform-style:flat;"; - node.addEventListener(env.transitionEnd,Touch._scroll_end,false); - } - }, - _init_scroller:function(){ - if (Touch._scroll_mode.indexOf("x") != -1) - Touch._scroll[0] = Touch._create_scroll("x", Touch._scroll_stat.dx, Touch._scroll_stat.px, "width"); - if (Touch._scroll_mode.indexOf("y") != -1) - Touch._scroll[1] = Touch._create_scroll("y", Touch._scroll_stat.dy, Touch._scroll_stat.py, "height"); - - Touch._init_scroll_node(Touch._scroll_node); - window.setTimeout(function(){ - Touch._set_scroll_pos(); - if (Touch._scroll_stat && !Touch._scroll_stat.hidden){ - if (Touch._scroll[0]) Touch._scroll[0].style.visibility = "visible"; - if (Touch._scroll[1]) Touch._scroll[1].style.visibility = "visible"; - } - }, 0); - }, - _create_scroll:function(mode, dy, py, dim){ - if (dy - py <2){ - var matrix = Touch._get_matrix(Touch._scroll_node); - var e = (mode=="y"?matrix.e:0); - var f = (mode=="y"?0:matrix.f); - if (!Touch._scroll_master) - Touch._set_matrix(Touch._scroll_node, e, f, "0ms"); - Touch._scroll_mode = Touch._scroll_mode.replace(mode,""); - return ""; - } - - var scroll = create("DIV", { - "class":"webix_scroll_"+mode - },""); - - scroll.style.visibility = "hidden"; - scroll.style[dim] = Math.max((py*py/dy-7),10) +"px"; - if (Touch._scroll_stat.left){ - if (mode === "x") - scroll.style.left = Touch._scroll_stat.left+"px"; - else - scroll.style.right = (-Touch._scroll_stat.left)+"px"; - } - - Touch._scroll_node.parentNode.appendChild(scroll); - - return scroll; - }, - _axis_check:function(value, mode, old){ - if (value > Touch.config.deltaStep){ - if (Touch._was_not_moved){ - Touch._long_move(mode); - Touch._locate(mode); - if ((Touch._scroll_mode||"").indexOf(mode) == -1) Touch._scroll_mode = ""; - } - return false; - } - return old; - }, - _scroll_end:function(){ - //sending event to the owner of the scroll only - var result,state,view; - view = $$(Touch._scroll_node||this); - if (view){ - if (Touch._scroll_node) - result = Touch._get_matrix(Touch._scroll_node); - else if(view.getScrollState){ - state = view.getScrollState(); - result = {e:-state.x, f:-state.y}; - } - callEvent("onAfterScroll", [result]); - if (view.callEvent) - view.callEvent("onAfterScroll",[result]); - } - if (!Touch._scroll_mode){ - remove(Touch._scroll); - Touch._scroll = [null, null]; - } - Touch._active_transion = false; - }, - _long_move:function(){ - window.clearTimeout(Touch._long_touch_timer); - Touch._was_not_moved = false; - }, - _stop_old_scroll:function(e){ - if (Touch._scroll[0] || Touch._scroll[1]){ - Touch._stop_scroll(e, Touch._scroll[0]?"x":"y"); - }else - return true; - }, - _touchstart :function(e){ - var target = e.target; - - if (Touch._disabled) return; - - Touch._long_touched = null; - Touch._scroll_context = Touch._start_context = mouse.context(e); - - // in "limited" mode we should have possibility to use slider - var element = $$(e); - - if (Touch._limited && !Touch._is_scroll() && !(element && element.$touchCapture)){ - Touch._scroll_context = null; - } - - Touch._translate_event("onTouchStart"); - - if (Touch._stop_old_scroll(e)) - Touch._long_touch_timer = window.setTimeout(Touch._long_touch, Touch.config.longTouchDelay); - - if (element && element.touchable && (!target.className || target.className.indexOf("webix_view")!==0)){ - Touch._css_button_remove = element.getNode(e); - addCss(Touch._css_button_remove,"webix_touch"); - } - }, - _long_touch:function(){ - if(Touch._start_context){ - Touch._long_touched = true; - Touch._translate_event("onLongTouch"); - callEvent("onClick", [Touch._start_context]); - //Touch._clear_artefacts(); - } - }, - _stop_scroll:function(e, stop_mode){ - Touch._locate(stop_mode); - var scroll = Touch._scroll[0]||Touch._scroll[1]; - if (scroll){ - var view = Touch._get_event_view("onBeforeScroll", true); - if (view) - view.callEvent("onBeforeScroll", [Touch._start_context,Touch._current_context]); - } - if (scroll && (!Touch._scroll_node || scroll.parentNode != Touch._scroll_node.parentNode)){ - Touch._clear_artefacts(); - Touch._scroll_end(); - Touch._start_context = mouse.context(e); - } - Touch._touchmove(e); - }, - _get_delta:function(e){ - Touch._prev_context = Touch._current_context; - Touch._current_context = mouse.context(e); - - Touch._delta._x = Math.abs(Touch._start_context.x - Touch._current_context.x); - Touch._delta._y = Math.abs(Touch._start_context.y - Touch._current_context.y); - - if (Touch._prev_context){ - if (Touch._current_context.time - Touch._prev_context.time < Touch.config.scrollDelay){ - Touch._delta._x_moment = Touch._delta._x_moment/1.3+Touch._current_context.x - Touch._prev_context.x; - Touch._delta._y_moment = Touch._delta._y_moment/1.3+Touch._current_context.y - Touch._prev_context.y; - } - else { - Touch._delta._y_moment = Touch._delta._x_moment = 0; - } - Touch._delta._time = Touch._delta._time/1.3+(Touch._current_context.time - Touch._prev_context.time); - } - - return Touch._delta; - }, - _get_sizes:function(node){ - Touch._scroll_stat = { - dx:node.offsetWidth, - dy:node.offsetHeight, - px:node.parentNode.offsetWidth, - py:node.parentNode.offsetHeight - }; - }, - _is_scroll:function(locate_mode){ - var node = Touch._start_context.target; - if (!env.touch && !env.transition && !env.transform) return null; - while(node && node.tagName!="BODY"){ - if(node.getAttribute){ - var mode = node.getAttribute("touch_scroll"); - if (mode && (!locate_mode || mode.indexOf(locate_mode)!=-1)) - return [node, mode]; - } - node = node.parentNode; - } - return null; - }, - _locate:function(locate_mode){ - var state = this._is_scroll(locate_mode); - if (state){ - Touch._scroll_mode = state[1]; - Touch._scroll_node = state[0]; - Touch._get_sizes(state[0]); - } - return state; - }, - _translate_event:function(name){ - callEvent(name, [Touch._start_context,Touch._current_context]); - var view = Touch._get_event_view(name); - if (view) - view.callEvent(name, [Touch._start_context,Touch._current_context]); - }, - _get_event_view:function(name, active){ - var view = $$(active ? Touch._scroll_node : Touch._start_context); - if(!view) return null; - - while (view){ - if (view.hasEvent&&view.hasEvent(name)) - return view; - view = view.getParentView(); - } - - return null; - }, - _get_context:function(e){ - if (!e.touches[0]) { - var temp = Touch._current_context; - temp.time = new Date(); - return temp; - } - - return { - target:e.target, - x:e.touches[0].pageX, - y:e.touches[0].pageY, - time:new Date() - }; - }, - _get_context_m:function(e){ - return { - target:e.target, - x:e.pageX, - y:e.pageY, - time:new Date() - }; - } -}; - -function touchInit(){ - if (env.touch){ - Touch.$init(); - //not full screen mode - if (document.body.className.indexOf("webix_full_screen") == -1) - Touch.limit(true); - - if (env.isSafari) - addStyle(".webix_view{ -webkit-overflow-scrolling: touch; }"); - - if (window.MSCSSMatrix) - addStyle(".webix_view{ -ms-touch-action: none; }"); - } else { - var id = event(document.body, "touchstart", function(ev){ - if (ev.touches.length && ev.touches[0].radiusX > 4){ - env.touch = true; - setMouse(mouse); - touchInit(); - for (var key in ui.views){ - var view = ui.views[key]; - if (view && view.$touch) - view.$touch(); - } - } - eventRemove(id); - }, { capture: true }); - } -} - -function setMouse(mouse){ - mouse.down = "touchstart"; - mouse.move = "touchmove"; - mouse.up = "touchend"; - mouse.context = Touch._get_context; -} - -ready(touchInit); - - -var mouse = env.mouse = { down:"mousedown", up:"mouseup", - move:"mousemove", context:Touch._get_context_m }; - -if (window.navigator.pointerEnabled){ - mouse.down = "pointerdown"; - mouse.move = "pointermove"; - mouse.up = "pointerup"; -} else if (window.navigator.msPointerEnabled){ - mouse.down = "MSPointerDown"; - mouse.move = "MSPointerMove"; - mouse.up = "MSPointerUp"; -} else if (env.touch) - setMouse(mouse); - - -export default Touch; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/treeapi.js b/v3/js/libs/webix/sources/core/treeapi.js deleted file mode 100644 index b020599..0000000 --- a/v3/js/libs/webix/sources/core/treeapi.js +++ /dev/null @@ -1,128 +0,0 @@ -import {assert} from "../webix/debug"; - - -const TreeAPI = { - open: function(id, show) { - if (!id) return; - //ignore open for leaf items - var item = this.getItem(id); - assert(item,"Incorrect ID to open: "+id); - - if (!item.$count || item.open) return; - - if (this.callEvent("onBeforeOpen",[id])){ - item.open=true; - this.data.callEvent("onStoreUpdated",[id, 0, "branch"]); - this.callEvent("onAfterOpen",[id]); - } - - if (show && id != "0") - this.open(this.getParentId(id), show); - }, - close: function(id) { - if (!id) return; - var item = this.getItem(id); - if (!item.open) return; - - if (this.callEvent("onBeforeClose",[id])){ - item.open=false; - this.data.callEvent("onStoreUpdated",[id, 0, "branch"]); - this.callEvent("onAfterClose",[id]); - } - }, - openAll: function(id){ - this.data.eachSubItem((id||0), function(obj, branch){ - if (branch) - obj.open = true; - }); - this.data.refresh(); - }, - closeAll: function(id){ - this.data.eachSubItem((id||0), function(obj, branch){ - if (branch) - obj.open = false; - }); - this.data.refresh(); - }, - _tree_check_uncheck:function(id,mode,e){ - if(this._settings.threeState) - return this._tree_check_uncheck_3(id,(mode !== null?mode:"")); - - var value, - item = this.getItem(id), - trg = (e?e.target:null); - - //read actual value from HTML tag when possible - //as it can be affected by dbl-clicks - if(trg && trg.type == "checkbox") - value = trg.checked?true:false; - else - value = (mode !== null?mode:!item.checked); - - item.checked = value; - this.callEvent("onItemCheck", [id, item.checked, e]); - }, - isBranchOpen:function(search_id){ - if (search_id == "0") return true; - - var item = this.getItem(search_id); - if (item.open) - return this.isBranchOpen(item.$parent); - return false; - }, - getOpenItems: function() { - var open = []; - for (var id in this.data.branch) { - if (this.exists(id) && this.getItem(id).open) - open.push(id); - } - return open; - }, - getState: function(){ - return { - open: this.getOpenItems(), - select: this.getSelectedId(true) - }; - }, - _repeat_set_state:function(tree, open){ - var event = this.data.attachEvent("onStoreLoad", function(){ - tree.setState.call(tree,open); - tree.data.detachEvent(event); - tree = null; - }); - }, - setState: function(state){ - if (state.open){ - this.closeAll(); - var open = state.open; - for (let i = 0; i < open.length; i++){ - var item = this.getItem(open[i]); - if (item && item.$count){ - item.open=true; - //dynamic loading - if (item.$count == -1){ - //call the same method after data loading - this._repeat_set_state(this, state); - this.refresh(); - return 0; - //end processing - } - } - } - this.refresh(); - } - - - if (state.select && this.select){ - var select = state.select; - this.unselect(); - for (let i = 0; i < select.length; i++) - if (this.exists(select[i])) - this.select(select[i], true); - } - - return 1; - } -}; - -export default TreeAPI; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/treeclick.js b/v3/js/libs/webix/sources/core/treeclick.js deleted file mode 100644 index 0fe9c7b..0000000 --- a/v3/js/libs/webix/sources/core/treeclick.js +++ /dev/null @@ -1,18 +0,0 @@ - - -const TreeClick = { - webix_tree_open:function(e, id){ - this.close(id); - return false; - }, - webix_tree_close:function(e, id){ - this.open(id); - return false; - }, - webix_tree_checkbox:function(e,id){ - this._tree_check_uncheck(id, null, e); - return false; - } -}; - -export default TreeClick; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/treecollection.js b/v3/js/libs/webix/sources/core/treecollection.js deleted file mode 100644 index 6aa02e4..0000000 --- a/v3/js/libs/webix/sources/core/treecollection.js +++ /dev/null @@ -1,20 +0,0 @@ -import {extend} from "../webix/helpers"; -import {proto} from "../ui/core"; - -import TreeDataLoader from "../core/treedataloader"; -import DataCollection from "../core/datacollection"; -import TreeStore from "../core/treestore"; -import TreeDataMove from "../core/treedatamove"; - - -const TreeCollection = proto({ - name:"TreeCollection", - $init:function(){ - extend(this.data, TreeStore, true); - this.data.provideApi(this,true); - extend(this, TreeDataMove, true); - } -}, TreeDataLoader, DataCollection); - - -export default TreeCollection; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/treedataloader.js b/v3/js/libs/webix/sources/core/treedataloader.js deleted file mode 100644 index b2dcddb..0000000 --- a/v3/js/libs/webix/sources/core/treedataloader.js +++ /dev/null @@ -1,32 +0,0 @@ -import {bind} from "../webix/helpers"; -import DataLoader from "../core/dataloader"; -import promise from "../thirdparty/promiz"; - - -const TreeDataLoader = { - $init:function(){ - this.data.attachEvent("onStoreUpdated", bind(this._sync_hierarchy, this), null, true); - //redefine methods - this._feed_common = this._feed_commonA; - }, - _feed_commonA:function(from, count, callback, defer, details, clear){ - // branch loading - details = (count === 0) ? {parent: encodeURIComponent(from)} : null; - return DataLoader.prototype._feed_common.call(this, from, count, callback, defer, details, clear); - }, - //load next set of data rows - loadBranch:function(id, callback, url){ - id = id || 0; - this.data.url = url || this.data.url; - if (this.callEvent("onDataRequest", [id,callback,this.data.url]) && this.data.url) - return this.data.feed.call(this, id, 0, callback); - return promise.reject(); - }, - _sync_hierarchy:function(id, data, mode){ - if (!mode || mode == "add" || mode == "delete" || mode == "branch"){ - this.data._sync_to_order(this); - } - } -}; - -export default TreeDataLoader; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/treedatamove.js b/v3/js/libs/webix/sources/core/treedatamove.js deleted file mode 100644 index e8edbf2..0000000 --- a/v3/js/libs/webix/sources/core/treedatamove.js +++ /dev/null @@ -1,162 +0,0 @@ -import {isArray, copy as makeCopy, uid, _power_array} from "../webix/helpers"; -import {assert} from "../webix/debug"; -import DataMove from "../core/datamove"; -import DragControl from "../core/dragcontrol"; - - -/* - Behavior:DataMove - allows to move and copy elements, heavily relays on DataStore.move - @export - copy - move -*/ -const TreeDataMove ={ - $init:function(){ - assert(this.data, "DataMove :: Component doesn't have DataStore"); - }, - //creates a copy of the item - copy:function(sid,tindex,tobj,details){ - details = details || {}; - details.copy = true; - return this.move(sid, tindex, tobj, details); - }, - _next_move_index:function(nid, next, source){ - if (next && nid){ - var new_index = this.getBranchIndex(nid); - // check parent only when moving locally (source == this) - return new_index + ((source == this && this.getParentId(nid) == this.getParentId(next) - && source.getBranchIndex(next) < new_index) ? 0 : 1); - } - }, - _check_branch_child:function(parent, child){ - var t = this.data.branch[parent]; - if (t && t.length){ - for (var i=0; i < t.length; i++) { - if (t[i] == child) return true; - if (this._check_branch_child(t[i], child)) return true; - } - } - return false; - }, - _remove_childs(ids){ - for(var i = 0; i < ids.length; i++){ - var id = ids[i]; - while(this.getParentId(id)){ - id = this.getParentId(id); - if(_power_array.find.call(ids, id) != -1){ - ids.splice(i,1); - i--; - continue; - } - } - } - return ids; - }, - //move item to the new position - move:function(sid,tindex,tobj, details){ - details = details || {}; - tindex = tindex || 0; - var new_id = details.newId || sid; - var target_parent = details.parent || 0; - - tobj = tobj||this; - assert(tobj.data, "moving attempt to component without datastore"); - if (!tobj.data) return; - - if (isArray(sid)){ - this._remove_childs(sid); - for (var i=0; i < sid.length; i++) { - //increase index for each next item in the set, so order of insertion will be equal to order in the array - var nid = this.move(sid[i], tindex, tobj, details); - tindex = tobj._next_move_index(nid, sid[i+1], this); - } - return; - } - - if (this != tobj || details.copy){ - new_id = tobj.data.add(tobj._externalData(this.getItem(sid),new_id), tindex, (target_parent || 0)); - if (this.data.branch[sid] && tobj.getBranchIndex){ - var temp = this.data._scheme_serialize; - this.data._scheme_serialize = function(obj){ - var copy = makeCopy(obj); - delete copy.$parent; delete copy.$level; delete copy.$child; - if (tobj.data.pull[copy.id]) - copy.id = uid(); - return copy; - }; - var copy_data = { data:this.serialize(sid, true), parent:new_id }; - this.data._scheme_serialize = temp; - tobj.parse(copy_data); - } - if (!details.copy) - this.data.remove(sid); - } else { - //move in self - if (sid == target_parent || this._check_branch_child(sid,target_parent)) return; - - var source = this.getItem(sid); - var tbranch = this.data.branch[target_parent]; - if (!tbranch) - tbranch = this.data.branch[target_parent] = []; - var sbranch = this.data.branch[source.$parent]; - - var sindex = _power_array.find.call(sbranch, sid); - if (tindex < 0) tindex = tbranch.length; - //in the same branch and same position - if (sbranch === tbranch && tindex === sindex) return new_id; //return ID - - _power_array.removeAt.call(sbranch, sindex); - _power_array.insertAt.call(tbranch, sid, Math.min(tbranch.length, tindex)); - - if (!sbranch.length) - delete this.data.branch[source.$parent]; - - - if(source.$parent && source.$parent != "0") - this.getItem(source.$parent).$count--; - - if (target_parent && target_parent != "0"){ - var target = tobj.getItem(target_parent); - target.$count++; - this._set_level_rec(source, target.$level+1); - } else - this._set_level_rec(source, 1); - - source.$parent = target_parent; - tobj.data.callEvent("onDataMove", [sid, tindex, target_parent, tbranch[tindex+1]]); - } - - this.refresh(); - return new_id; //return ID of item after moving - }, - _set_level_rec:function(item, value){ - item.$level = value; - var branch = this.data.branch[item.id]; - if (branch) - for (var i=0; i"+this._toHTMLItem(obj); - - if (obj.open) - html+=this._toHTMLLevel(obj.id); - - html+=""; - - return html; - }, - _toHTMLLevel:function(id){ - var html = ""; - var leaves = this.data.branch[id]; - if (leaves){ - html+=""; - } - return html; - }, - //return true when some actual rendering done - render:function(id,data,type){ - TreeRenderStack._obj = this; //can be used from complex render - - if (!this.isVisible(this._settings.id) || this.$blockRender) - return; - - if (id){ - var cont, node; - var item = this.getItem(id); - if (type!="add"){ - cont = this.getItemNode(id); - if (!cont) return; - } - - switch(type){ - case "branch": - var branch = cont.parentNode; - node = this._toHTMLObject(item); - - insertBefore(node, branch); - remove(branch); - this._htmlmap = null; - break; - case "paint": - case "update": - node = this._htmlmap[id] = this._toHTMLItemObject(item); - insertBefore(node, cont); - remove(cont); - break; - case "delete": - //deleting not item , but full branch - remove(cont.parentNode); - break; - case "add": - var parent; - //we want process both empty value and 0 as string - //jshint -W041:true - if (item.$parent == 0){ - parent = this._dataobj.firstChild; - } else if(this.getItem(item.$parent).open){ - parent = this.getItemNode(item.$parent); - if (parent){ - //when item created by the script, it will miss the container for child notes - //create it on demand - if (!parent.nextSibling){ - var leafs = create("DIV", { "class" : "webix_tree_leaves" },""); - parent.parentNode.appendChild(leafs); - } - parent = parent.nextSibling; - } - } - - if (parent){ - var next = this.data.getNextSiblingId(id); - next = this.getItemNode(next); - if (next) - next = next.parentNode; - - node = this._toHTMLObject(item); - this._htmlmap[id] = node.firstChild; - insertBefore(node, next, parent); - } - break; - default: - return false; - } - this.callEvent("onPartialRender", [id,data,type]); - } else { - //full reset - if (this.callEvent("onBeforeRender",[this.data])){ - //will be used for lines management - this.type._tree_branch_render_state = []; - //getTopRange - returns all elements on top level - this._dataobj.innerHTML = this._toHTMLLevel(0); - - this._htmlmap = null; //clear map, it will be filled at first getItemNode - this.callEvent("onAfterRender",[]); - } - } - - //clear after usage - this.type._tree_branch_render_state = 0; - TreeRenderStack._obj = null; - return true; - }, - getItemNode:function(search_id){ - if (this._htmlmap) - return this._htmlmap[search_id]; - - //fill map if it doesn't created yet - this._htmlmap={}; - - var t = this._dataobj.getElementsByTagName("DIV"); - for (var i=0; i < t.length; i++){ - var id = t[i].getAttribute(this._id); //get item's - if (id) - this._htmlmap[id]=t[i]; - } - //call locator again, when map is filled - return this.getItemNode(search_id); - }, - _branch_render_supported:1 -}; - -export default TreeRenderStack; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/treestatecheckbox.js b/v3/js/libs/webix/sources/core/treestatecheckbox.js deleted file mode 100644 index 8fe6c15..0000000 --- a/v3/js/libs/webix/sources/core/treestatecheckbox.js +++ /dev/null @@ -1,213 +0,0 @@ - - -const TreeStateCheckbox = { - _init_render_tree_state: function(){ - if (this._branch_render_supported){ - var old_render = this.render; - this.render = function(id,data){ - var updated = old_render.apply(this,arguments); - - if(this._settings.threeState && updated && data != "checkbox") - this._setThirdState.apply(this,arguments); - }; - this._init_render_tree_state=function(){}; - } - }, - threeState_setter:function(value){ - if (value) - this._init_render_tree_state(); - return value; - }, - _setThirdState:function(id){ - var i,leaves,parents,checkedParents,tree; - parents = []; - tree = this; - - /*if item was removed*/ - if(id&&!tree.data.pull[id]){ - id = 0; - } - /*sets checkbox states*/ - /*if branch or full reloading*/ - if(!id||tree.data.pull[id].$count){ - leaves = this._getAllLeaves(id); - leaves.sort(function(a,b){ - return tree.data.pull[b].$level - tree.data.pull[a].$level; - }); - for(i=0;i < leaves.length;i++){ - if(!i||tree.data.pull[leaves[i]].$parent!=tree.data.pull[leaves[i-1]].$parent) - parents = parents.concat(tree._setParentThirdState(leaves[i])); - } - } - else{ - /*an item is a leaf */ - parents = parents.concat(tree._setParentThirdState(id)); - } - - checkedParents = {}; - for(i=0;i0||unsureCount>0){ - indeterminate = true; - } - - //we need to reset indeterminate in any case :( - if (indeterminate || indeterminate != item.indeterminate) - needrender = true; - item.indeterminate = indeterminate; - if (checked || item.checked != checked) - needrender = true; - item.checked = checked; - - if (needrender){ - result.push(parentId); - parentId = this.getParentId(parentId); - } else - parentId = 0; - } - - return result; - }, - /*get all checked items in tree*/ - getChecked:function(){ - var result=[]; - var tree = this; - this.data.eachSubItem(0,function(obj){ - if (tree.isChecked(obj.id)) - result.push(obj.id); - }); - return result; - }, - _tree_check_uncheck_3:function(id, mode){ - var item = this.getItem(id); - if(item){ - if (mode === "") - mode = !item.checked; - if(item.checked != mode || item.indeterminate){ - item.checked = mode; - this._correctThreeState(id); - var parents = this._setParentThirdState(id); - if (this._branch_render_supported && parents.length < 5){ - for (var i=0; i= 0) - branches[parent][index] = newid; - } - }, - changeId:function(old, newid){ - if(old == newid) return; - - var parent = this.getItem(old).$parent; - this._change_branch_id(this.branch, parent, old, newid); - - //in case of filter applied, update id in filtered state as well - if (this._filter_branch) - this._change_branch_id(this._filter_branch, parent, old, newid); - - return DataStore.prototype.changeId.call(this, old, newid); - }, - clearAll:function(soft){ - this.branch = { 0:[] }; - DataStore.prototype.clearAll.call(this, soft); - }, - getPrevSiblingId:function(id){ - var order = this.branch[this.getItem(id).$parent]; - var pos = _power_array.find.call(order, id)-1; - if (pos>=0) - return order[pos]; - return null; - }, - getNextSiblingId:function(id){ - var order = this.branch[this.getItem(id).$parent]; - var pos = _power_array.find.call(order, id)+1; - if (pos 0){ - var branch = this.branch[id]; - for(var i=0;i"; - else - return "
"; - } else - return "
"; - }, - checkbox:function(obj){ - if(obj.nocheckbox) - return ""; - return ""; - }, - folder:function(obj){ - if (obj.icon) - return "
"; - - if (obj.$count){ - if (obj.open) - return "
"; - else - return "
"; - } - return "
"; - } -}; - -export default TreeType; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/uimanager.js b/v3/js/libs/webix/sources/core/uimanager.js deleted file mode 100644 index 6460e25..0000000 --- a/v3/js/libs/webix/sources/core/uimanager.js +++ /dev/null @@ -1,466 +0,0 @@ -import ready from "../webix/ready"; - -import {assert} from "../webix/debug"; -import {event} from "../webix/htmlevents"; -import {delay,uid,_power_array,isUndefined,isArray} from "../webix/helpers"; -import {callEvent} from "../webix/customevents"; -import {locate,preventEvent} from "../webix/html"; -import {modalbox} from "../webix/message"; -import fullscreen from "../webix/fullscreen"; - -import {$$} from "../ui/core"; -import state from "../core/state"; - -import {define} from "../services"; - - -const UIManager = { - _view: null, - _hotkeys: {}, - _focus_time:0, - _tab_time:0, - _mouse_time:0, - _controls: { - "esc": "escape", - "up": "arrowup", - "down": "arrowdown", - "left": "arrowleft", - "right": "arrowright", - "pgdown": "pagedown", - "pgup": "pageup", - "space": " ", - "multiply": "*", - "add": "+", - "subtract": "-", - "decimal": ".", - "divide": "/", - "pausebreak":"pause", - "5numlocked":"clear" - }, - _inputs:{ - "input": 1, - "button":1, - "textarea":1, - "select":1 - }, - _enable: function() { - // attaching events here - event(document, "keydown", this._keypress, { bind:this }); - event(document.body, "click", this._focus_click, { capture:true, bind:this }); - event(document.body, "mousedown", function(){ - this._mouse_time = new Date(); - }, { bind:this }); - event(document.body, "focus", this._focus_tab, { capture:true, bind:this }); - - state.destructors.push({obj:this}); - }, - destructor:function(){ - UIManager._view = null; - }, - getFocus: function() { - return this._view; - }, - _focus_action:function(view){ - this._focus_was_there = this._focus_was_there || view._settings.id; - }, - setFocus: function(view, only_api, tab){ - //view can be empty - view = $$(view); - //unfocus if view is hidden - if (view && !view.$view) view = null; - - //store last click time, it is necessary to prevent refocusing - //for example when user moves focus from onclick handler somewher - //and we want to prevent autofocusing, when event will reach document.body - this._focus_time = state._focus_time = new Date(); - - if (this._view === view) return true; - if (this._view && this._view.callEvent) - this._view.callEvent("onBlur", [this._view]); - - if (view && view.callEvent){ - view.callEvent("onFocus", [view, this._view]); - if(tab) view.callEvent("onTabFocus", [view, this._view]); - } - callEvent("onFocusChange", [view, this._view]); - - if (this._view && this._view.blur && !only_api) this._view.blur(); - this._view = view; - if (view && view.focus && !only_api) view.focus(); - return true; - }, - applyChanges: function(element){ - var view = this.getFocus(); - if (view && view != element && view._applyChanges) - view._applyChanges(element); - }, - hasFocus: function(view) { - return (view === this._view) ? true : false; - }, - _focus: function(e){ - for(let i = 0; i < modalbox.order.length; i++){ - if(modalbox.pull[ modalbox.order[i] ]._box.contains(e.target)) - return; - } - - var view = locate(e, /*@attr*/"view_id") || this._focus_was_there; - - //if html was repainted we can miss the view, so checking last processed one - view = $$(view); - this._focus_was_there = null; - - //set timer, to fix issue with Android input focusin - state._focus_time = new Date(); - - if (view == this._view) return true; - - if (view){ - if (this.canFocus(view)){ - // keep form focus - if (this._view && this._view.getFormView() == view && this._view.focus) - this._view.focus(); - else - this.setFocus(view); - } - //remove focus from an unreachable view - else if (view.$view.contains(e.target)) - e.target.blur(); - } - else this.setFocus(null); - - return true; - }, - _focus_click:function(e){ - // if it was onfocus/onclick less then 100ms behore then we ignore it - if ((new Date())-this._focus_time < 100) { - this._focus_was_there = null; - return false; - } - return this._focus(e); - }, - _focus_tab: function(e){ - if(!this._inputs[e.target.nodeName.toLowerCase()]) - return false; - return this._focus(e); - }, - _top_modal: function(view){ - const modality = state._modality; - if (!modality.length) return true; - - const top = view.queryView(a => !a.getParentView(), "parent") || view; - return (top.$view.style.zIndex||0) >= Math.max(...modality); - }, - canFocus:function(view){ - if(document.body.modality || view.$view.modality || view.queryView(view => view.$view.modality, "parent")) //modalbox - return false; - return view.isVisible() && view.isEnabled() && !view.config.disabled && this._top_modal(view) && !view.queryView({disabled:true}, "parent"); - }, - - _moveChildFocus: function(check_view){ - var focus = this.getFocus(); - //we have not focus inside of closing item - if (check_view && !this._is_child_of(check_view, focus)) - return false; - - if (!this._focus_logic("getPrev", check_view)) - this._view = null; - }, - _is_child_of: function(parent, child) { - if (!parent) return false; - if (!child) return false; - while (child) { - if (child === parent) return true; - child = child.getParentView(); - } - return false; - }, - _keypress_timed:function(){ - if (this && this.callEvent) - this.callEvent("onTimedKeyPress",[]); - }, - _keypress: function(e) { - let code = e.which || e.keyCode; - // numpad keys - if(code>95 && code< 106) - code -= 48; - - const view = this.getFocus(); - if (view && view.callEvent) { - if (view.callEvent("onKeyPress", [code, e]) === false) - preventEvent(e); - if (view.hasEvent("onTimedKeyPress")){ - clearTimeout(view._key_press_timeout); - view._key_press_timeout = delay(this._keypress_timed, view, [], (view._settings.keyPressTimeout||250)); - } - } - - if (this._check_keycode(e) === false) { - preventEvent(e); - return false; - } - }, - - // dir - getNext or getPrev - _focus_logic: function(dir, focus) { - var next = focus||this.getFocus(); - if(next){ - dir = dir || "getNext"; - var start = next; - var marker = uid(); - - while (true) { // eslint-disable-line - next = this[dir](next); - // view with focus ability - if (next && this.canFocus(next)) - return this.setFocus(next); - - // elements with focus ability not found - if (next === start || next.$fmarker == marker){ - if(focus) - document.activeElement.blur(); - return null; - } - - //prevents infinity loop - next.$fmarker = marker; - } - } - }, - _tab_logic:function(view, e){ - var mode = !e.shiftKey; - UIManager._tab_time = new Date(); - if (view && view._custom_tab_handler && !view._custom_tab_handler(mode, e)) - return false; - - if (view && view._in_edit_mode){ - if (view.editNext) - return view.editNext(mode); - else if (view.editStop){ - view.editStop(); - return true; - } - } else - delay(function(){ - view = $$(document.activeElement); - if(view && !UIManager.canFocus(view)) - return UIManager._focus_logic(mode ? "getNext" : "getPrev", view); - UIManager.setFocus(view, true, true); - }); - }, - getTop: function(id) { - var next, view = $$(id); - - while (view && (next = view.getParentView())) - view = next; - return view; - }, - - getNext: function(view, _inner_call) { - var cells = view.getChildViews(); - //tab to first children - if (cells.length && !_inner_call) - for (var i = 0; i < cells.length; i++) - if(this.canFocus(cells[i])) - return cells[i]; - - //unique case - single view without child and parent - var parent = view.getParentView(); - if (!parent) - return view; - - var p_cells = parent.getChildViews(); - if (p_cells.length){ - var index = _power_array.find.call(p_cells, view)+1; - while (index < p_cells.length) { - //next visible child - if (this.canFocus(p_cells[index])) - return p_cells[index]; - - index++; - } - } - - //sibling of parent - return this.getNext(parent, true); - }, - - getPrev: function(view, _inner_call) { - var cells = view.getChildViews(); - //last child of last child - if (cells.length && _inner_call) - for (var i = cells.length - 1; i >= 0; i--) - if(this.canFocus(cells[i])) - return this.getPrev(cells[i], true); - - if (_inner_call && this.canFocus(view)) return view; - - //fallback from top to bottom - var parent = view.getParentView(); - if (!parent) - return this.canFocus(view) ? this.getPrev(view, true) : view; - - var p_cells = parent.getChildViews(); - if (p_cells) { - var index = _power_array.find.call(p_cells, view)-1; - while (index >= 0) { - if (this.canFocus(p_cells[index])) - return this.getPrev(p_cells[index], true); - index--; - } - } - - return this.getPrev(parent, true); - }, - addHotKey: function(keys, handler, view) { - assert(handler, "Hot key handler is not defined"); - const code = this._parse_keys(keys); - - if (!view) view = null; - if (!this._hotkeys[code]) this._hotkeys[code] = []; - this._hotkeys[code].push({ handler, view }); - - return keys; - }, - removeHotKey: function(keys, func, view){ - const code = this._parse_keys(keys); - if (!func && !view) - delete this._hotkeys[code]; - else { - var t = this._hotkeys[code]; - if (t){ - for (var i = t.length - 1; i >= 0; i--) { - if (view && t[i].view !== view) continue; - if (func && t[i].handler !== func) continue; - t.splice(i,1); - } - if (!t.length) - delete this._hotkeys[code]; - } - - } - }, - _keycode: function(key, ctrl, shift, alt, meta) { - //key can be undefined (browser autofill) - return (key||"").toLowerCase()+"_"+["", (ctrl ? "1" : "0"), (shift ? "1" : "0"), (alt ? "1" : "0"), (meta ? "1" : "0")].join(""); - }, - _check_keycode: function(e){ - const keyCode = e.which || e.keyCode; - const is_any = !e.ctrlKey && !e.altKey && !e.metaKey && (keyCode!=9)&&(keyCode!=27)&&(keyCode!=13); - const code = this._keycode(e.key, e.ctrlKey, e.shiftKey, e.altKey, e.metaKey); - - var focus = this.getFocus(); - if (this._hotkeys[code]) - return this._process_calls(this._hotkeys[code], focus, e); - else if (is_any && this._hotkeys["any_0000"]) - return this._process_calls(this._hotkeys["any_0000"], focus, e); - - return true; - }, - _process_calls:function(calls, focus, e){ - for (var i = 0; i < calls.length; i++) { - var key = calls[i]; - if ((key.view !== null) && //common hot-key - (focus !== key.view) && //hot-key for current view - //hotkey for current type of view - (typeof(key.view) !== "string" || !focus || focus.name !== key.view)) continue; - - var temp_result = key.handler(focus, e); - if (!!temp_result === temp_result) return temp_result; - } - return true; - }, - _parse_keys: function(keys) { - var controls = this._controls; - var parts = keys.toLowerCase().split(/[ +\-_]/); - var ctrl, shift, alt, meta; - ctrl = shift = alt = meta = 0; - var letter = ""; - for (var i = 0; i < parts.length; i++) { - if (parts[i] === "ctrl") ctrl = 1; - else if (parts[i] === "shift") shift = 1; - else if (parts[i] === "alt") alt = 1; - else if (parts[i] === "command") meta = 1; - else { - letter = controls[parts[i]] || parts[i]; - } - } - - return this._keycode(letter, ctrl, shift, alt, meta); - }, - getState:function(node, children) { - children = (children||false); - node = $$(node); - var state = { - id: node.config.id, - width: node.config.width, - height: node.config.height, - gravity: node.config.gravity - }; - if (!isUndefined(node.config.collapsed)) state.collapsed = node.config.collapsed; - if (node.name === "tabs" || node.name === "tabbar") state.activeCell = node.getValue(); - - if (children) { - state = [state]; - if (node._cells) { - for (var i = 0; i < node._cells.length; i++) - state = state.concat(this.getState(node._cells[i], children)); - } - } - return state; - }, - setState:function(states) { - if (!isArray(states)) states = [states]; - - for (var i = 0; i < states.length; i++) { - var state = states[i]; - var node = $$(state.id); - if (!node) continue; - - if (!isUndefined(state.collapsed)) node.define("collapsed", state.collapsed); - if (!isUndefined(state.activeCell)) node.setValue(state.activeCell, "auto"); - - node.define("width", state.width); - node.define("height", state.height); - node.define("gravity", state.gravity); - } - var top = $$(states[0].id); - if (top) top.resize(); - } -}; - -ready(function() { - UIManager._enable(); - - UIManager.addHotKey("enter", function(view, ev){ - if (view && view.callEvent) - view.callEvent("onEnter", [ev]); - if (view && view.editStop && view._in_edit_mode){ - view.editStop(); - return true; - } else if (view && view.touchable){ - var form = view.getFormView(); - if (form && !view._skipSubmit) - form.callEvent("onSubmit",[view,ev]); - } - }); - UIManager.addHotKey("esc", function(view){ - if (view){ - if (view.editCancel && view._in_edit_mode){ - view.editCancel(); - return true; - } - var top = view.getTopParentView(); - if (top && top.setPosition){ - if(fullscreen._fullscreen == top) - fullscreen.exit(); - top._hide(); - } - } - }); - UIManager.addHotKey("shift+tab", UIManager._tab_logic); - UIManager.addHotKey("tab", UIManager._tab_logic); -}); - -define("UIManager", UIManager); - -export default UIManager; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/uipro.js b/v3/js/libs/webix/sources/core/uipro.js deleted file mode 100644 index e69de29..0000000 diff --git a/v3/js/libs/webix/sources/core/undo.js b/v3/js/libs/webix/sources/core/undo.js deleted file mode 100644 index 2312f9d..0000000 --- a/v3/js/libs/webix/sources/core/undo.js +++ /dev/null @@ -1,176 +0,0 @@ -import {extend, copy, _power_array} from "../webix/helpers"; - - -const Undo = { - $init:function(){ - this._undoHistory = extend([],_power_array,true); - this._undoCursor = -1; - }, - undo_setter: function(value){ - if(value){ - this._init_undo(); - this._init_undo = function(){}; - } - return value; - }, - _init_undo: function(){ - var view = this; - - // drag-n-drop - this.attachEvent("onBeforeDrop", function(context){ - if(context.from == context.to){ - var item = view._draggedItem = copy(this.getItem(context.start)); - if(this.data.branch){ - item.$index = this.getBranchIndex(item.id); - } - else - item.$index = this.getIndexById(item.id); - } - }); - this.data.attachEvent("onDataMove", function( sid ){ - if(view._draggedItem && view._draggedItem.id == sid){ - var data = view._draggedItem; - view._draggedItem = null; - view._addToHistory(sid, data, "move"); - } - }); - - // add, remove - this.data.attachEvent("onBeforeDelete", function(id){ - if(this.getItem(id)){ - var item = view._deletedItem = copy(this.getItem(id)); - if(this.branch){ - item.$index = this.getBranchIndex(id); - if(this.branch[id]) - item.$branch = copy(this.serialize(id)); - } - else - item.$index = this.getIndexById(id); - } - }); - this.data.attachEvent("onDataUpdate", function(id, data, old){ - view._addToHistory(id+"", old, "update"); - }); - this.data.attachEvent("onStoreUpdated", function(id, item, mode){ - var data = null; - if(id){ - if(mode == "add"){ - data = copy(item); - } - else if( mode == "delete") { - data = view._deletedItem; - } - - if(data) - view._addToHistory(id, data, mode); - } - }); - - // id change - this.data.attachEvent("onIdChange", function(oldId,newId){ - if(typeof oldId == "object") - oldId = oldId.row; - for(var i =0; i < view._undoHistory.length; i++){ - if(view._undoHistory[i].id == oldId){ - view._undoHistory[i].id = newId; - } - } - }); - }, - _addToHistory: function(id, data, action){ - if(!this._skipHistory && this._settings.undo){ - this._undoHistory.push({id: id, action: action, data: data}); - if(this._undoHistory.length==20) - this._undoHistory.splice(0,1); - if(!this._skipCursorInc) - this._undoCursor = this._undoHistory.length - 1; - } - }, - ignoreUndo: function(func, master){ - this._skipHistory = true; - func.call(master||this); - this._skipHistory = false; - }, - removeUndo: function(id){ - for( var i = this._undoHistory.length-1; i >=0; i--){ - if(this._undoHistory[i].id == id){ - if(this._undoHistory[i].action == "id"){ - id = this._undoHistory[i].data; - } - this._undoHistory.removeAt(i); - } - } - this._undoCursor = this._undoHistory.length - 1; - }, - undo: function(id){ - if(id){ - this.ignoreUndo(function(){ - var data, i; - for( i = this._undoHistory.length-1; !data && i >=0; i--){ - if(this._undoHistory[i].id == id) - data = this._undoHistory[i]; - } - - if(data){ - /*if(data.action == "id") - id = data.data;*/ - this._undoAction(data); - this._undoHistory.removeAt(i+1); - this._undoCursor = this._undoHistory.length - 1; - } - }); - } - else{ - var data = this._undoHistory[this._undoCursor]; - if(data){ - this.ignoreUndo(function(){ - this._undoAction(data); - this._undoHistory.removeAt(this._undoCursor); - }); - this._undoCursor--; - /*if(data.action == "id") - this.undo();*/ - } - } - }, - _undoAction: function(obj){ - if(obj.action == "delete"){ - var branch = null, - parentId = obj.data.$parent; - - if(obj.data.$branch){ - branch = { - parent: obj.id, - data: copy(obj.data.$branch) - }; - delete obj.data.$branch; - if(parentId && !this.data.pull[parentId]) - parentId = 0; - } - - this.add(obj.data, obj.data.$index, parentId); - if(branch){ - this.parse(branch); - } - } - else if(obj.action == "add"){ - this.remove(obj.id); - } - else if(obj.action == "update"){ - this.updateItem(obj.id, obj.data); - } - else if(obj.action == "move"){ - if(obj.data.$parent){ - if(this.getItem(obj.data.$parent)) - this.move(obj.id, obj.data.$index, null, {parent: obj.data.$parent}); - } - else - this.move(obj.id, obj.data.$index); - } - /*else if(obj.action == "id"){ - this.data.changeId(obj.id, obj.data); - }*/ - } -}; - -export default Undo; \ No newline at end of file diff --git a/v3/js/libs/webix/sources/core/uploaddriver.js b/v3/js/libs/webix/sources/core/uploaddriver.js deleted file mode 100644 index 4111650..0000000 --- a/v3/js/libs/webix/sources/core/uploaddriver.js +++ /dev/null @@ -1,220 +0,0 @@ -import {create, preventEvent} from "../webix/html"; -import {bind, extend} from "../webix/helpers"; -import {_event} from "../webix/htmlevents"; -import {assert} from "../webix/debug"; -import {callEvent} from "../webix/customevents"; - -import env from "../webix/env"; -import DataDriver from "../load/drivers/index"; - - -const UploadDriver = { - $render: function() { - if (this._upload_area){ - //firstChild is webix_el_box container, which have relative position - //as result, file control is placed under the button and not in the top corner - this._contentobj.firstChild.appendChild(this._upload_area); - return; - } - this.files.attachEvent("onBeforeDelete", this._stop_file); - - var input_config = { - "type": "file", - "class": "webix_hidden_upload", - tabindex:-1 - }; - - if (this._settings.accept) - input_config.accept = this._settings.accept; - - if (this._settings.multiple) - input_config.multiple = "true"; - - if (this._settings.directory) { - input_config.webkitdirectory = "true"; - input_config.mozdirectory = "true"; - input_config.directory = "true"; - } - - var f = create("input", input_config); - this._upload_area = this._contentobj.firstChild.appendChild(f); - - _event(this._viewobj, "drop", bind(function(e) { - this.$drop(e); - preventEvent(e); - }, this)); - _event(f, "change", bind(function() { - this._add_files(f.files); - - if (env.isIE) { - var t = document.createElement("form"); - t.appendChild(this._upload_area); - t.reset(); - this._contentobj.firstChild.appendChild(f); - } else - f.value = ""; - }, this)); - _event(this._viewobj, "click", bind(function() { - var now_date = new Date(); - if (now_date - (this._upload_timer_click || 0) > 250) { - this.fileDialog(); - } - }, this)); - - _event(this._viewobj, "dragenter", preventEvent); - _event(this._viewobj, "dragexit", preventEvent); - _event(this._viewobj, "dragover", preventEvent); - }, - _directoryEntry: function(value) { - return value.isDirectory; - }, - _directoryDrop: function(item, state, path) { - if (item.isFile){ - item.file(function(file){ - state.addFile(file, null, null, { name : path+"/"+file.name }); - }); - } else if (item.isDirectory) { - // Get folder contents - var dirReader = item.createReader(); - dirReader.readEntries(function(entries){ - for (var i = 0; i < entries.length; i++){ - state._directoryDrop(entries[i], state, (path ? (path + "/") : "") + item.name); - } - }); - } - }, - // adding files by drag-n-drop - $drop: function(e) { - var files = e.dataTransfer.files; - var items = e.dataTransfer.items; - - // non-file drop - if (!files.length) return; - - if (this.callEvent("onBeforeFileDrop", [files, e])) { - items = items || files; //IE10+ - for (var i = 0; i < items.length; i++) { - //https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem/webkitGetAsEntry - var item = items[i]; - if (item.webkitGetAsEntry){ - item = item.webkitGetAsEntry(); - if (item.isDirectory){ - this._directoryDrop(item, this, ""); - continue; - } - } - this.addFile(files[i]); - } - } - this.callEvent("onAfterFileDrop", [files, e]); - }, - fileDialog:function(context){ - this._upload_timer_click = new Date(); - this._last_file_context = context; - var inputs = this._viewobj.getElementsByTagName("INPUT"); - inputs[inputs.length-1].click(); - }, - send: function(id){ - //alternative syntx send(callback) - if (typeof id == "function"){ - this._last_assigned_upload_callback = id; - id = 0; - } - - if (!id){ - var order = this.files.data.order; - var complete = true; - - if (order.length) - for (var i=0; i